/* Hallmark · macrostructure: Catalogue · tone: technical · anchor hue: Oksan blue · source-reference: Website Oksan 2026 six-page PNG set */
/* Hallmark · pre-emit critique: Philosophy 5 · Hierarchy 4 · Execution 4 · Specificity 5 · Restraint 5 · Variety 3 */
:root {
  --color-ink: oklch(22% 0.035 259);
  --color-ink-soft: oklch(43% 0.026 259);
  --color-navy: oklch(31% 0.135 257);
  --color-navy-deep: oklch(21% 0.105 258);
  --color-blue: oklch(43% 0.19 258);
  --color-blue-hover: oklch(37% 0.18 258);
  --color-accent-ink: var(--color-paper);
  --color-focus: oklch(65% 0.16 248);
  --color-paper: oklch(100% 0 0);
  --color-paper-soft: oklch(98% 0.007 255);
  --color-paper-blue: oklch(96% 0.018 253);
  --color-line: oklch(89% 0.018 255);
  --color-line-strong: oklch(76% 0.045 255);
  --color-muted: oklch(63% 0.025 259);
  --color-success: oklch(48% 0.14 151);
  --color-error: oklch(50% 0.2 28);
  --color-overlay: oklch(17% 0.08 257 / 0.88);
  --color-shadow: oklch(21% 0.06 258 / 0.12);
  --color-white-alpha: oklch(100% 0 0 / 0.75);
  --color-transparent: oklch(100% 0 0 / 0);
  --font-display: "DIN Condensed", "Avenir Next Condensed", "Arial Narrow", sans-serif;
  --font-body: "Helvetica Neue", Arial, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, 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: 4.5rem;
  --space-4xl: 6rem;
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: clamp(1.3rem, 1rem + 0.8vw, 1.75rem);
  --text-2xl: clamp(1.75rem, 1.2rem + 1.6vw, 2.5rem);
  --text-display: clamp(2.35rem, 1.65rem + 3vw, 4.25rem);
  --text-display-sm: clamp(2rem, 1.45rem + 2.1vw, 3.35rem);
  --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-slow: 360ms;
  --rule-thin: 1px;
  --rule-strong: 2px;
  --radius-sm: 0.35rem;
  --radius-md: 0.65rem;
  --radius-lg: 0.9rem;
  --radius-pill: 100vmax;
  --shadow-card: 0 0.4rem 1.4rem var(--color-shadow);
  --container: 75rem;
  --header-height: 4.5rem;
}
