/* Hallmark · genre: editorial · macrostructure: shared app system · theme: Garden · design-system: design.md · designed-as-app · nav: N6 · footer: Ft1 */
/* Hallmark · pre-emit critique: P5 H5 E5 S4 R5 V4 */

:root {
  color-scheme: light;

  --color-paper: oklch(97% 0.012 105);
  --color-paper-soft: oklch(94% 0.018 105);
  --color-paper-deep: oklch(89% 0.025 103);
  --color-paper-raised: oklch(98% 0.009 105);
  --color-ink: oklch(22% 0.035 129);
  --color-ink-soft: oklch(34% 0.034 128);
  --color-copy: oklch(43% 0.025 124);
  --color-muted: oklch(48% 0.018 120);
  --color-rule: oklch(73% 0.025 107);
  --color-accent: oklch(62% 0.145 39);
  --color-accent-deep: oklch(46% 0.12 37);
  --color-accent-ink: oklch(97% 0.012 105);
  --color-signal: oklch(90% 0.19 121);
  --color-success: oklch(45% 0.105 145);
  --color-error: oklch(49% 0.16 28);
  --color-focus: oklch(62% 0.145 39);
  --color-on-ink: oklch(97% 0.012 105);
  --color-transparent: oklch(22% 0.035 129 / 0);
  --color-scrim: oklch(22% 0.035 129 / 0.72);

  --font-display: "Plus Jakarta Sans", "Pretendard", sans-serif;
  --font-body: "Pretendard", "Plus Jakarta Sans", sans-serif;
  --font-wordmark: "Pretendard", "Plus Jakarta Sans", sans-serif;
  --font-outlier: "Source Han Serif K", serif;

  --text-display: clamp(2.75rem, 5.25vw, 5rem);
  --text-section: clamp(2.15rem, 4vw, 4rem);
  --text-stage: clamp(2rem, 3.2vw, 3.25rem);
  --text-footer: clamp(2.4rem, 6vw, 6.5rem);
  --text-wordmark-header: clamp(1.1rem, 3.25vw, 3.25rem);
  --text-wordmark-footer: clamp(1.4rem, 4vw, 4rem);
  --text-lead: clamp(1.05rem, 1.5vw, 1.35rem);
  --text-body: 1rem;
  --text-small: 0.875rem;
  --text-label: 0.75rem;
  --text-micro: 0.6875rem;

  --leading-tight: 0.98;
  --leading-heading: 1.04;
  --leading-body: 1.72;
  --leading-label: 1.25;

  --tracking-display: -0.055em;
  --tracking-heading: -0.04em;
  --tracking-wordmark: -0.018em;
  --tracking-label: 0.12em;
  --tracking-masthead: 0.18em;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-28: 7rem;
  --space-32: 8rem;

  --space-3xs: var(--space-1);
  --space-2xs: var(--space-2);
  --space-xs: var(--space-3);
  --space-sm: var(--space-4);
  --space-md: var(--space-6);
  --space-lg: var(--space-8);
  --space-xl: var(--space-12);
  --space-2xl: var(--space-20);
  --space-3xl: var(--space-28);

  --page-gutter: clamp(1.25rem, 4vw, 4.5rem);
  --page-max: 96rem;
  --measure-copy: 72ch;
  --measure-narrow: 60ch;
  --rule-thin: 0.0625rem;
  --rule-heavy: 0.1875rem;
  --rule-double: 0.25rem;
  --radius-none: 0;
  --radius-control: 0.125rem;
  --focus-width: 0.125rem;
  --focus-offset: 0.0625rem;
  --dur-instant: 1ms;
  --dur-micro: 120ms;
  --dur-short: 220ms;
  --dur-long: 420ms;
  --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);
  --ease-editorial: linear;
  --z-header: 20;
  --z-menu: 30;
}
