:root {
  /* Primary Brand */
  --color-primary: #0a7e8c;

  /* Secondary */
  --color-secondary: #9bc4e2;

  /* Accent */
  --color-accent: #4682b4;

  /* Neutral Light */
  --color-light: #e5e4e2;

  /* Neutral Dark */
  --color-dark: #1a1a1a;
}
/* Mobile menu button background */
.menuInner.mobileView .menuButton {
  background-color: #0a7e8c !important; /* teal */
}

/* Hamburger lines (if pseudo-elements or spans used) */
.menuInner.mobileView .menuButton span,
.menuInner.mobileView .menuButton::before,
.menuInner.mobileView .menuButton::after {
  background-color: #0a7e8c !important; /* white bars */
}