.dark-background {
  --background-color: #9B4F03;
}
.dark-background {
  --contrast-color: #ffffff;
}
.dark-background {
  --default-color: #ffffff;
}
.dark-background {
  --heading-color: #ffffff;
}
.dark-background {
  --surface-color: #4668a2;
}
.header {
  --background-color: #5B3005;
}
.header {
  --heading-color: #ffffff;
}
.light-background {
  --background-color: #f5f6f8;
}
.light-background {
  --surface-color: #ffffff;
}
:root {
  --accent-color: #FA832F;
}
:root {
  --background-color: #ffffff;
}
:root {
  --contrast-color: #ffffff;
}
:root {
  --default-color: #5B3005;
}
:root {
  --heading-color: #9b4f03;
}
:root {
  --nav-color: #ffffff;
}
:root {
  --nav-dropdown-background-color: #ffffff;
}
:root {
  --nav-dropdown-color: #444444;
}
:root {
  --nav-dropdown-hover-color: #FA832F;
}
:root {
  --nav-hover-color: #FA832F;
}
:root {
  --nav-mobile-background-color: #ffffff;
}
:root {
  --surface-color: #ffffff;
}
