@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;700&display=swap');

:root {
  --900: #f82e0f;
  --100: rgb(255, 255, 255);
  --accent-light: #000000;
  --400: #ffffff;
  --800: #ffffff;
  --600: #ffffff;
  --300: #ffffff;
  --700: #ffffff;
  --accent: #000000;
  --200: #ffffff;
  --accent-medium: #000000;
}

body {
  background-color: #ffffff !important; /* White background */
  color: #000000 !important; /* Black text */
  font-family: 'Bai Jamjuree', sans-serif; /* Set font to Bai Jamjuree */
}

select {
  display: block;
  margin: 0 auto; /* Center the dropdown */
  background-color: transparent; /* No background for dropdown options */
  border: none; /* Remove border if needed */
  color: inherit; /* Inherit text color */
}

@media screen {
  body {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
}