/* Hallmark · tokens · theme: Midnight (atmospheric) */

:root {
  /* colour — cool electric anchor, hue 220-250, dark canvas */
  --color-paper:      oklch(22% 0.026 250);
  --color-paper-2:    oklch(28% 0.028 250);
  --color-paper-3:    oklch(33% 0.028 250);
  --color-rule:       oklch(40% 0.026 245);
  --color-rule-2:     oklch(54% 0.022 240);
  --color-muted:      oklch(60% 0.018 240);
  --color-neutral:    oklch(72% 0.014 235);
  --color-ink-2:      oklch(86% 0.010 230);
  --color-ink:        oklch(95% 0.008 230);
  --color-accent:     oklch(75% 0.17 55);
  --color-accent-2:   oklch(70% 0.18 35);
  --color-accent-ink: oklch(16% 0.02 50);
  --color-focus:      oklch(75% 0.17 55);

  /* type */
  --font-display: "Geist", "Futura", "Avenir Next", ui-sans-serif, sans-serif;
  --font-body:    "Geist", ui-sans-serif, sans-serif;
  --font-outlier: "Geist Mono", "JetBrains Mono", ui-monospace, monospace;

  --text-xs:   0.64rem;
  --text-sm:   0.8rem;
  --text-base: 1rem;
  --text-md:   1.25rem;
  --text-lg:   1.5625rem;
  --text-xl:   1.9531rem;
  --text-2xl:  2.4414rem;
  --text-3xl:  3.0518rem;
  --text-display:   clamp(2.25rem, 4vw + 1rem, 4.5rem);
  --text-display-s: clamp(2.1rem, 3.5vw + 1rem, 3.5rem);

  /* space — 4pt scale */
  --space-3xs: 0.125rem;
  --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;
  --space-4xl: 9rem;

  --page-max: 76rem;
  --page-gutter: clamp(1.25rem, 4vw, 2.5rem);

  /* radius + shadow */
  --radius-card:  12px;
  --radius-pill:  999px;
  --radius-input: 8px;
  --shadow-card: 0 16px 40px -20px oklch(11% 0.04 240 / 0.65), 0 1px 2px oklch(11% 0.04 240 / 0.4);
  --rule-hair: 1px;

  /* motion */
  --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;

  /* z-scale */
  --z-base: 1;
  --z-raised: 10;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-modal: 400;
}
