:root {
  /* Logo match — blue + orange */
  --brand: #2469b8;
  --brand-dark: #0c2340;
  --header-bg: rgba(255, 255, 255, 0.94);
  --header-ink: #0c1a2b;
  --accent: #ed5308;
  --accent-ink: #ffffff;
  --accent-soft: #ffd6bc;
  --font-display: "Sora", system-ui, sans-serif;
  --font-sans: "Roboto", system-ui, sans-serif;
  --bg: #f4f8fc;
  --footer-bg: #0c2340;
  --footer-ink: #ffd6bc;
}
