/* Hallmark · tokens: Midnight · dark / geometric-sans / cool-blue */
:root {
  --color-paper: oklch(13% 0.018 255);
  --color-paper-2: oklch(17% 0.022 255);
  --color-paper-3: oklch(21% 0.026 255);
  --color-ink: oklch(96% 0.008 255);
  --color-ink-2: oklch(88% 0.014 255);
  --color-muted: oklch(73% 0.022 255);
  --color-faint: oklch(61% 0.026 255);
  --color-rule: oklch(34% 0.045 255);
  --color-rule-2: oklch(43% 0.065 255);
  --color-accent: oklch(55% 0.19 256);
  --color-accent-strong: oklch(49% 0.18 256);
  --color-accent-text: oklch(75% 0.14 256);
  --color-accent-ink: oklch(98% 0.008 255);
  --color-focus: var(--color-ink);
  --color-error: oklch(70% 0.17 25);
  --color-error-surface: oklch(23% 0.055 25);

  --font-display: 'DM Sans', 'Noto Sans Thai', 'IBM Plex Sans Thai', sans-serif;
  --font-body: 'Noto Sans Thai', 'IBM Plex Sans Thai', sans-serif;
  --font-outlier: 'IBM Plex Mono', ui-monospace, monospace;

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

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.9531rem;
  --text-2xl: 2.4414rem;
  --text-3xl: 3.0518rem;
  --text-4xl: 3.8147rem;
  --text-display-s: clamp(2.65rem, 7vw, 4.6rem);
  --text-display: clamp(5.5rem, 18vw, 11rem);

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

  --rule-hair: 1px;
  --rule-strong: 2px;
  --radius-card: 0.75rem;
  --radius-input: 0.5rem;
  --radius-pill: 999px;

  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
}
