/* Hallmark · tokens · theme: custom (brand-anchored: @JarvisRunsIt)
 * vibe: "night shift, calm operator, honest ledger"
 * axes: dark / grotesk-sans display + text serif body / chromatic-other (green)
 */
:root {
  --color-paper: oklch(17.5% 0.006 270);      /* #101114 */
  --color-paper-2: oklch(21% 0.007 270);
  --color-rule: oklch(30% 0.008 270);
  --color-ink: oklch(95.5% 0.011 85);         /* #F2EFE8 */
  --color-ink-2: oklch(68% 0.012 85);         /* #9A978F */
  --color-accent: oklch(80% 0.19 152);        /* #3DDC84 */
  --color-accent-ink: oklch(17.5% 0.006 270);
  --color-focus: oklch(80% 0.19 152);

  --font-display: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Source Serif 4", Georgia, serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --text-sm: 0.875rem;
  --text-base: 1.1875rem;
  --text-lg: 1.375rem;
  --text-2xl: 1.75rem;
  --text-display: clamp(2.5rem, 6vw + 0.5rem, 4.75rem);

  --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;

  --radius-sm: 6px;
  --radius-pill: 999px;
  --rule-hair: 1px solid var(--color-rule);

  --ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-in-out: cubic-bezier(0.6, 0, 0.4, 1);
  --dur-fast: 120ms;
  --dur-base: 200ms;
}
