/* Hallmark · genre: editorial · macrostructure: Split Studio · theme: Almanac · enrichment: CSS ledger pattern · nav: N9 preserved · footer: Ft1 compacted · designed-as-app */
:root {
  --color-paper: oklch(98% 0.006 245);
  --color-paper-2: oklch(95% 0.012 245);
  --color-paper-3: oklch(91% 0.018 245);
  --color-ink: oklch(24% 0.035 245);
  --color-ink-2: oklch(20% 0.07 255);
  --color-rule: oklch(83% 0.025 245);
  --color-rule-2: oklch(68% 0.035 245);
  --color-muted: oklch(49% 0.025 245);
  --color-neutral: oklch(38% 0.03 245);
  --color-accent: oklch(53% 0.16 238);
  --color-accent-ink: oklch(98% 0.008 245);
  --color-focus: oklch(48% 0.18 238);
  --color-dark-rule: oklch(48% 0.08 240);
  --font-display: "Adamina", ui-serif, Georgia, serif;
  --font-body: "Roboto", ui-sans-serif, system-ui, sans-serif;
  --font-outlier: ui-monospace, "SFMono-Regular", Menlo, monospace;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1.0625rem;
  --text-lg: 1.25rem;
  --text-xl: 1.625rem;
  --text-2xl: 2.125rem;
  --text-display: clamp(2.4rem, 7vw, 4.75rem);
  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;
  --space-4xl: 11rem;
  --layout-governance: 93.75rem;
  --rule-hair: 1px;
  --rule-fine: 2px;
  --radius-card: 0;
  --radius-pill: 999px;
  --radius-input: 0;
  --shadow-card: 0 1.25rem 3rem oklch(20% 0.04 250 / 0.08);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
}
