/* Hallmark · tokens export · product: Piojo Lab CSV · theme: Cobalt root + Coral SEO */
:root {
  color-scheme: light;
  --font-display: "Bahnschrift", "Aptos Display", "Segoe UI Variable Display", sans-serif;
  --font-body: "Aptos", "Segoe UI", sans-serif;
  --font-mono: "Cascadia Code", "JetBrains Mono", ui-monospace, monospace;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-md: 1.25rem;
  --text-lg: clamp(1.35rem, 1.05rem + 1vw, 1.75rem);
  --text-xl: clamp(1.75rem, 1.2rem + 2vw, 2.55rem);
  --text-display: clamp(2.45rem, 1.6rem + 4.4vw, 4.85rem);

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 4rem;
  --space-3xl: 6rem;

  --page-gutter: clamp(1rem, 4vw, 2.5rem);
  --radius-sm: 0.375rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.25rem;
  --radius-xl: 1.75rem;
  --rule: 1px;

  --color-paper: oklch(97% 0.011 232);
  --color-paper-raised: oklch(99% 0.008 232);
  --color-paper-sunken: oklch(93% 0.014 232);
  --color-panel: oklch(96% 0.012 232);
  --color-rule: oklch(82% 0.018 232);
  --color-rule-strong: oklch(68% 0.026 232);
  --color-ink: oklch(18% 0.018 232);
  --color-muted: oklch(45% 0.023 232);
  --color-soft: oklch(62% 0.027 232);
  --color-accent: oklch(54% 0.16 222);
  --color-accent-ink: oklch(98% 0.01 232);
  --color-accent-soft: oklch(91% 0.05 222);
  --color-pass: oklch(45% 0.12 158);
  --color-pass-soft: oklch(92% 0.055 158);
  --color-warn: oklch(61% 0.13 82);
  --color-warn-soft: oklch(93% 0.06 82);
  --color-block: oklch(50% 0.16 28);
  --color-block-soft: oklch(92% 0.055 28);
  --color-focus: oklch(56% 0.18 222);
  --color-shadow: oklch(35% 0.035 232 / 0.13);
  --color-transparent: oklch(97% 0.011 232 / 0);

  --shadow-soft: 0 1.5rem 4.5rem var(--color-shadow);
  --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;
}
