/* GENERATED by src/BuildBrandCss.ts from src/brand/tokens.ts — do not edit by hand. */
/* Source of truth: C:\CodeF\pnwpinnaclegroup\styles.css :root */

:root {
  --navy: #002349;
  --honey: #d3a625;
  --honey-soft: #fbf4e6;
  --terra: #8a6a1c;
  --ink: #1d1d1f;
  --ink-2: #3c3c43;
  --mute: #6e6e73;
  --paper: #ffffff;
  --bg: #faf8f4;
  --line: #e5e1d8;
  --line-soft: #efebe2;
  --chip: #f2efe7;
  --foot: #001a36;
  --good: #2c7a4b;
  --warn: #8a6a1c;
  --bad: #b3261e;
  --stage-blue: #0c3563;
  --serif: 'Newsreader', Georgia, serif;
  --sans: 'Geist', -apple-system, 'Segoe UI', sans-serif;
  --r-focus: 2px;
  --r-btn: 3px;
  --r-card: 6px;
  --r-lg: 8px;
  --r-pill: 30px;
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 24px;
  --sp-6: 32px;
}

/* Dark theme — app-only; the marketing site is light-only. */
@media (prefers-color-scheme: dark) {
  :root {
    --ink: #eceaf0;
    --ink-2: #c3c1c9;
    --mute: #918e99;
    --paper: #16171b;
    --bg: #101114;
    --line: #2a2b31;
    --line-soft: #212227;
    --chip: #1e1f25;
    --honey-soft: #241f12;
    --terra: #d9ad3c;
    --warn: #d9ad3c;
    --stage-blue: #8fb4e6;
  }
}
