/* Hallmark · pre-emit critique: P5 H5 E5 S5 R5 V5 */
/* Hallmark · genre: modern-minimal · macrostructure: Ecosystem Index · theme: Goniszewski monochrome · enrichment: project imagery · nav: N1a · footer: Ft2
 * audience: people discovering Robert's experimental work · use: browse, open, share · tone: plain, personal, technical
 * contrast: pass (40–41) · slop: pass (42–45) · honest: pass (46) · chrome: pass (47) · tokens: pass (48) · responsive: pass (49) · mobile: pass (34, 49, 50–57)
 */
:root {
  color-scheme: light;
  --color-paper: oklch(97.5% 0.004 230);
  --color-paper-raised: oklch(99% 0.003 230);
  --color-paper-pressed: oklch(94% 0.006 230);
  --color-ink: oklch(21% 0.006 230);
  --color-ink-soft: oklch(39% 0.008 230);
  --color-muted: oklch(46% 0.008 230);
  --color-rule: oklch(88% 0.007 230);
  --color-rule-strong: oklch(27% 0.008 230);
  --color-accent: oklch(61% 0.135 220);
  --color-accent-dark: oklch(48% 0.115 220);
  --color-accent-ink: oklch(98% 0.004 230);
  --color-focus: oklch(48% 0.14 220);
  --color-error: oklch(52% 0.18 28);
  --color-success: oklch(49% 0.13 150);
  --font-display: "Inter Variable", sans-serif;
  --font-body: "Inter Variable", sans-serif;
  --font-mono: "JetBrains Mono Variable", ui-monospace, monospace;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: 1.5625rem;
  --text-xl: 1.953rem;
  --text-2xl: 2.441rem;
  --text-display: clamp(2.25rem, 5vw, 4rem);
  --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-fast: 120ms;
  --dur-base: 220ms;
  --dur-filter: 150ms;
  --rule-hairline: 1px;
  --radius-sm: 0.25rem;
  --page-gutter: clamp(1rem, 4vw, 3rem);
  --page-width: 75rem;
}

[data-theme="dark"] {
  color-scheme: dark;
  --color-paper: oklch(16% 0.006 230);
  --color-paper-raised: oklch(20% 0.007 230);
  --color-paper-pressed: oklch(24% 0.008 230);
  --color-ink: oklch(91% 0.006 230);
  --color-ink-soft: oklch(72% 0.008 230);
  --color-muted: oklch(67% 0.008 230);
  --color-rule: oklch(28% 0.008 230);
  --color-rule-strong: oklch(86% 0.007 230);
  --color-accent: oklch(72% 0.12 220);
  --color-accent-dark: oklch(72% 0.12 220);
  --color-accent-ink: oklch(16% 0.006 230);
  --color-focus: oklch(76% 0.13 220);
  --color-error: oklch(70% 0.15 28);
  --color-success: oklch(70% 0.11 150);
}
