/* Hallmark · pre-emit critique: P5 H5 E4 S5 R5 V5 */
/* Hallmark · genre: modern-minimal · macrostructure: Service Workbench · theme: custom · anchor hue: service-cobalt · contrast: pass (40-41) · nav: N5 · footer: Ft2 · 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% 0.012 120);
  --color-paper-2: oklch(94% 0.018 125);
  --color-paper-3: oklch(90% 0.024 135);
  --color-ink: oklch(19% 0.026 248);
  --color-ink-2: oklch(31% 0.032 248);
  --color-muted: oklch(49% 0.028 230);
  --color-rule: oklch(84% 0.024 145);
  --color-rule-2: oklch(73% 0.04 180);
  --color-accent: oklch(54% 0.17 245);
  --color-accent-2: oklch(66% 0.16 152);
  --color-accent-3: oklch(75% 0.16 78);
  --color-accent-ink: oklch(98% 0.01 120);
  --color-focus: oklch(54% 0.17 245);
  --color-panel: oklch(99% 0.008 120);
  --color-panel-strong: oklch(22% 0.04 248);
  --color-panel-strong-ink: oklch(97% 0.012 120);
  --color-whatsapp: oklch(66% 0.16 152);
  --color-whatsapp-ink: oklch(98% 0.01 120);
  --color-shadow: oklch(20% 0.03 248 / 0.14);
  --color-transparent: oklch(100% 0 0 / 0);

  --font-display: "Space Grotesk", "Manrope", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.35rem;
  --text-xl: 1.75rem;
  --text-2xl: 2.35rem;
  --text-display: clamp(2.65rem, 7vw, 5.75rem);
  --text-display-s: clamp(2rem, 4vw, 3.75rem);

  --lh-tight: 1.02;
  --lh-snug: 1.18;
  --lh-normal: 1.55;
  --lh-relaxed: 1.7;

  --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: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;
  --space-5xl: 8rem;

  --page-max: 74rem;
  --page-gutter: clamp(1rem, 4vw, 2.5rem);
  --measure: 62ch;

  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --rule-hair: 1px;
  --rule-strong: 2px;

  --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: 100ms;
  --dur-short: 180ms;
  --dur-long: 420ms;

  --z-base: 1;
  --z-sticky: 20;
  --z-float: 50;
}
