/* Hallmark · genre: editorial-commerce · macrostructure: Split Studio · theme: Garden · enrichment: E8 generated photography, post-processed · nav: N11 · footer: Ft3 · contrast: pass (40–41) · slop: pass (42–45) · honest: pass (46) · chrome: pass (47) · tokens: pass (48) · responsive: pass (49) · icons: pass (30) · mobile: pass (34, 49, 50–57) · studied: no */
/* Hallmark · pre-emit critique: P4 H5 E5 S5 R5 V4 */

@font-face {
  font-display: swap;
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  src: url("./assets/fonts/bricolage-grotesque-latin.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 100 700;
  src: url("./assets/fonts/ibm-plex-sans-latin.woff2") format("woff2");
}

:root {
  --color-paper: oklch(97% 0.012 95);
  --color-paper-2: oklch(94% 0.018 95);
  --color-paper-3: oklch(90% 0.026 93);
  --color-beige: oklch(91% 0.035 78);
  --color-rule: oklch(82% 0.025 105);
  --color-rule-strong: oklch(59% 0.035 125);
  --color-muted: oklch(42% 0.026 125);
  --color-ink: oklch(22% 0.026 125);
  --color-ink-rule: oklch(35% 0.03 125);
  --color-paper-muted: oklch(77% 0.022 100);
  --color-accent: oklch(43% 0.085 145);
  --color-accent-soft: oklch(88% 0.055 140);
  --color-accent-deep: oklch(34% 0.075 145);
  --color-accent-ink: oklch(97% 0.012 95);
  --color-focus: oklch(45% 0.14 250);
  --color-success: oklch(39% 0.1 150);
  --color-success-ink: oklch(97% 0.012 95);
  --color-warning: oklch(58% 0.12 75);
  --color-warning-ink: oklch(21% 0.035 75);
  --color-error: oklch(46% 0.17 25);
  --color-error-soft: oklch(92% 0.045 25);

  --font-display: "Bricolage Grotesque", "Arial Narrow", sans-serif;
  --font-body: "IBM Plex Sans", Arial, sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.2rem;
  --text-lg: 1.44rem;
  --text-xl: 1.728rem;
  --text-2xl: 2.074rem;
  --text-3xl: 2.488rem;
  --text-4xl: 2.986rem;
  --text-display: clamp(2.5rem, 4.6vw + 0.7rem, 5rem);

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

  --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: 240ms;
  --dur-long: 480ms;
  --dur-reduced: 50ms;

  --rule-hair: 1px;
  --rule-strong: 2px;
  --rule-focus: 3px;
  --radius-control: 0.625rem;
  --radius-card: 1rem;
  --radius-media: 1.5rem;
  --radius-pill: 999px;
  --shadow-soft: 0 1rem 2.5rem oklch(22% 0.026 125 / 0.1);
  --color-overlay: oklch(18% 0.026 125 / 0.48);

  --control-height: 2.75rem;
  --page-gutter: clamp(1rem, 4vw, 3rem);
  --page-max: 86rem;

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