/* Hallmark · genre: editorial · macrostructure: Split Studio · theme: Atelier · tone: luxury · anchor hue: oxblood · enrichment: none · nav: N9 · footer: Ft2 · pre-emit critique: P5 H5 E5 S5 R5 V5 · contrast: pass (40–41) · honest: pass (46) · chrome: pass (47) · tokens: pass (48) · icons: pass (30) · mobile: pass (34, 49, 50–57) · slop: 58/58 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;700&family=IBM+Plex+Sans:wght@400;600&display=swap");

:root {
  --color-paper: oklch(97% 0.012 70);
  --color-paper-2: oklch(93% 0.018 70);
  --color-paper-3: oklch(88% 0.016 70);
  --color-ink: oklch(19% 0.012 35);
  --color-ink-2: oklch(31% 0.016 35);
  --color-muted: oklch(46% 0.012 45);
  --color-rule: oklch(80% 0.018 65);
  --color-rule-strong: oklch(62% 0.022 55);
  --color-accent: oklch(39% 0.14 25);
  --color-accent-hover: oklch(31% 0.13 25);
  --color-accent-ink: oklch(97% 0.012 70);
  --color-focus: oklch(53% 0.17 25);
  --color-error: oklch(48% 0.18 25);
  --color-success: oklch(42% 0.12 145);
  --color-shadow: oklch(19% 0.012 35 / 0.10);

  --font-display: "Cormorant Garamond", ui-serif, serif;
  --font-body: "IBM Plex Sans", ui-sans-serif, sans-serif;

  --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;
  --space-fluid-brand: clamp(var(--space-xl), 5vw, var(--space-3xl));
  --space-fluid-login: clamp(var(--space-2xl), 7vw, var(--space-4xl));
  --space-fluid-indent: clamp(var(--space-md), 5vw, var(--space-2xl));

  --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: clamp(4rem, 9vw, 8.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: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;

  --rule-hairline: 1px;
  --radius-input: 0.25rem;
  --radius-button: 0.125rem;
  --page-gutter: clamp(1rem, 4vw, 4rem);

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