/* Hallmark · Midnight token system · blue-black paper / ice-cyan accent / dark tech-luxe */
:root {
    color-scheme: dark;

    --color-paper: oklch(14% 0.022 250);
    --color-paper-2: oklch(19% 0.024 250);
    --color-paper-3: oklch(24% 0.026 250);
    --color-rule: oklch(34% 0.024 245);
    --color-rule-strong: oklch(50% 0.02 240);
    --color-muted: oklch(64% 0.018 240);
    --color-neutral: oklch(74% 0.014 235);
    --color-ink-2: oklch(86% 0.01 230);
    --color-ink: oklch(95% 0.008 230);
    --color-accent: oklch(76% 0.145 220);
    --color-accent-hover: oklch(83% 0.125 220);
    --color-accent-ink: oklch(16% 0.024 250);
    --color-focus: oklch(80% 0.16 220);
    --color-error: oklch(74% 0.14 25);
    --color-success: oklch(76% 0.11 155);
    --color-selection: oklch(76% 0.145 220 / 0.28);
    --color-bloom: oklch(76% 0.145 220 / 0.16);
    --color-bloom-end: oklch(76% 0.145 220 / 0);
    --color-overlay-strong: oklch(14% 0.022 250 / 0.96);
    --color-overlay-soft: oklch(14% 0.022 250 / 0.54);
    --color-overlay-clear: oklch(14% 0.022 250 / 0);
    --color-nav-surface: oklch(14% 0.022 250 / 0.94);

    --font-display: "Geist", ui-sans-serif, sans-serif;
    --font-body: "Geist", ui-sans-serif, sans-serif;
    --font-serif: "Instrument Serif", ui-serif, serif;
    --font-ui: "Geist", ui-sans-serif, sans-serif;

    --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: 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-display-s: clamp(2.75rem, 6vw + 0.5rem, 5.25rem);
    --text-display: clamp(3.25rem, 8vw + 0.25rem, 7.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-micro: 100ms;
    --dur-short: 200ms;
    --dur-long: 400ms;

    --rule-hair: 0.0625rem;
    --rule-strong: 0.125rem;
    --radius-card: 0;
    --radius-pill: 999rem;
    --radius-input: 0;

    --page-max: 90rem;
    --page-gutter: clamp(var(--space-sm), 4vw, var(--space-2xl));
    --measure: 64ch;
    --nav-height: 4.5rem;

    --z-base: 1;
    --z-raised: 10;
    --z-dropdown: 100;
    --z-sticky: 200;
    --z-sticky-nav: 300;
    --z-modal: 400;
    --z-toast: 500;
    --z-tooltip: 600;
}
