/* Hallmark · genre: atmospheric · theme: Midnight · design-system: design.md · designed-as-app
 * axes: dark / geometric-sans / warm-amber
 */
:root {
  --color-paper: oklch(13% 0.022 250);
  --color-paper-2: oklch(17% 0.024 250);
  --color-paper-3: oklch(22% 0.026 250);
  --color-ink: oklch(94% 0.012 85);
  --color-ink-2: oklch(72% 0.018 250);
  --color-muted: oklch(62% 0.02 250);
  --color-rule: oklch(32% 0.02 250);
  --color-accent: oklch(78% 0.14 58);
  --color-accent-ink: oklch(18% 0.04 55);
  --color-focus: oklch(78% 0.14 58);
  --color-bloom: oklch(42% 0.1 35 / 0.28);

  --font-display: "Syne", "Noto Sans SC", system-ui, sans-serif;
  --font-body: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, monospace;

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

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-md: 1.0625rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5rem;
  --text-2xl: 2rem;
  --text-3xl: 2.75rem;
  --text-display: clamp(2.75rem, 6vw + 1rem, 5.5rem);
  --text-display-s: clamp(2rem, 4vw + 0.75rem, 3.5rem);

  --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-short: 180ms;
  --dur-med: 280ms;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-pill: 999px;
  --rule-hair: 1px;
  --page-gutter: max(1.25rem, calc((100vw - 72rem) / 2));
  --measure: 65ch;
}
