/* Scouts palette + Nunito Sans (bundled locally so the venue needs no font CDN) */
@font-face { font-family: 'Nunito Sans'; font-weight: 400; font-display: swap; src: url(/fonts/nunito-sans-latin-400-normal.woff2) format('woff2'); }
@font-face { font-family: 'Nunito Sans'; font-weight: 700; font-display: swap; src: url(/fonts/nunito-sans-latin-700-normal.woff2) format('woff2'); }
@font-face { font-family: 'Nunito Sans'; font-weight: 800; font-display: swap; src: url(/fonts/nunito-sans-latin-800-normal.woff2) format('woff2'); }
@font-face { font-family: 'Nunito Sans'; font-weight: 900; font-display: swap; src: url(/fonts/nunito-sans-latin-900-normal.woff2) format('woff2'); }

:root {
  --purple: #7413DC;
  --purple-dark: #4d0c93;
  --teal: #088486;
  --red: #ED3F23;
  --pink: #FFB4E5;
  --green: #23A950;
  --forest: #205B41;
  --navy: #003982;
  --blue: #006DDF;
  --yellow: #FFE627;
  --white: #ffffff;
  --black: #000000;
  --font: 'Nunito Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: var(--font); }
