/* Hallmark · macrostructure: Workbench · H2 diptych knobs: ratio=6/6, right=product capture, divider=vertical rule
 * theme: custom · vibe: "broadsheet authority, vetted, ledger green" · paper: oklch(97% 0.005 160) · accent: oklch(48% 0.12 162)
 * display: Newsreader · body: Switzer · outlier: Geist Mono (scores + figure labels) · axes: light / roman-serif / chromatic-green ~162
 * nav: N6 newspaper masthead · footer: Ft2 inline single line · enrichment: Tier-A CSS product panels
 * studied: no · context: user-provided (Gen X bank executives · evaluate concept · editorial) · v1
 * pre-emit critique: P5 H4 E4 S5 R4 V4
 */
:root {
  --color-paper: oklch(97% 0.005 160);
  --color-paper-2: oklch(94.5% 0.007 160);
  --color-ink: oklch(20% 0.012 165);
  --color-ink-2: oklch(36% 0.012 165);
  --color-muted: oklch(46% 0.012 165);
  --color-rule: oklch(78% 0.012 160);
  --color-rule-2: oklch(87% 0.009 160);
  --color-accent: oklch(48% 0.12 162);
  --color-accent-deep: oklch(38% 0.10 162);
  --color-accent-ink: oklch(97% 0.005 160);
  --color-focus: oklch(50% 0.16 162);
  --color-ok: oklch(42% 0.09 155);
  --color-warn: oklch(52% 0.12 65);
  --color-error: oklch(50% 0.16 25);
  --shadow-whisper: 0 1px 2px oklch(20% 0.012 165 / 0.05);

  --font-display: "Newsreader", ui-serif, Georgia, serif;
  --font-body: "Switzer", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SF Mono", monospace;

  --text-sm: 0.8125rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-display: clamp(2.5rem, 4.2vw + 1rem, 4.4rem);

  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --z-base: 1;
  --z-raised: 10;

  --rule-hair: 1px solid var(--color-rule-2);
  --rule-strong: 1px solid var(--color-rule);
}
