/*
 * Material Design 3 color tokens, generated by Google's Material Theme
 * Builder (https://m3.material.io/theme-builder) from seed color #002868
 * (the site's existing navy) with "Color match" enabled, light scheme,
 * exported as Web (CSS). These are Google's actual computed token values,
 * not a hand approximation. Regenerate by re-running the same seed through
 * the tool if the brand navy ever changes.
 */
:root {
  --md-sys-color-primary: rgb(0 21 62);
  --md-sys-color-surface-tint: rgb(64 92 158);
  --md-sys-color-on-primary: rgb(255 255 255);
  --md-sys-color-primary-container: rgb(0 40 104);
  --md-sys-color-on-primary-container: rgb(119 146 215);
  --md-sys-color-secondary: rgb(84 94 121);
  --md-sys-color-on-secondary: rgb(255 255 255);
  --md-sys-color-secondary-container: rgb(214 223 255);
  --md-sys-color-on-secondary-container: rgb(88 98 126);
  --md-sys-color-tertiary: rgb(44 0 62);
  --md-sys-color-on-tertiary: rgb(255 255 255);
  --md-sys-color-tertiary-container: rgb(68 23 86);
  --md-sys-color-on-tertiary-container: rgb(180 128 198);
  --md-sys-color-error: rgb(186 26 26);
  --md-sys-color-on-error: rgb(255 255 255);
  --md-sys-color-error-container: rgb(255 218 214);
  --md-sys-color-on-error-container: rgb(147 0 10);
  --md-sys-color-background: rgb(250 248 255);
  --md-sys-color-on-background: rgb(26 27 32);
  --md-sys-color-surface: rgb(250 248 255);
  --md-sys-color-on-surface: rgb(26 27 32);
  --md-sys-color-surface-variant: rgb(224 226 238);
  --md-sys-color-on-surface-variant: rgb(68 70 80);
  --md-sys-color-outline: rgb(116 119 129);
  --md-sys-color-outline-variant: rgb(196 198 210);
  --md-sys-color-shadow: rgb(0 0 0);
  --md-sys-color-scrim: rgb(0 0 0);
  --md-sys-color-inverse-surface: rgb(47 48 53);
  --md-sys-color-inverse-on-surface: rgb(241 240 246);
  --md-sys-color-inverse-primary: rgb(177 197 255);
  --md-sys-color-primary-fixed: rgb(218 226 255);
  --md-sys-color-on-primary-fixed: rgb(0 25 70);
  --md-sys-color-primary-fixed-dim: rgb(177 197 255);
  --md-sys-color-on-primary-fixed-variant: rgb(39 68 132);
  --md-sys-color-secondary-fixed: rgb(218 226 255);
  --md-sys-color-on-secondary-fixed: rgb(17 27 51);
  --md-sys-color-secondary-fixed-dim: rgb(188 198 229);
  --md-sys-color-on-secondary-fixed-variant: rgb(61 70 96);
  --md-sys-color-tertiary-fixed: rgb(249 216 255);
  --md-sys-color-on-tertiary-fixed: rgb(49 2 68);
  --md-sys-color-tertiary-fixed-dim: rgb(235 179 252);
  --md-sys-color-on-tertiary-fixed-variant: rgb(98 52 115);
  --md-sys-color-surface-dim: rgb(218 217 223);
  --md-sys-color-surface-bright: rgb(250 248 255);
  --md-sys-color-surface-container-lowest: rgb(255 255 255);
  --md-sys-color-surface-container-low: rgb(244 243 249);
  --md-sys-color-surface-container: rgb(238 237 243);
  --md-sys-color-surface-container-high: rgb(233 231 238);
  --md-sys-color-surface-container-highest: rgb(227 226 232);

  /*
   * Not part of the MD3 export: the site's signature red. MD3's own
   * derived secondary/tertiary from a navy seed come out blue-gray/purple,
   * not red, so the patriotic red is kept as our own fixed brand token
   * rather than forced through the harmonization algorithm.
   */
  --brand-accent-red: #bf0a30;
}
