/* Hallmark · tokens — faheem.marketing
 * Custom dark-editorial theme · lime anchor (hue 120)
 * axes: paper=dark · display=italic-serif (Fraunces) · accent=chromatic-lime
 */

:root {
  /* ---- color ---------------------------------------------------- */
  --color-paper:      oklch(15% 0.010 120);
  --color-paper-2:    oklch(18% 0.012 120);
  --color-paper-3:    oklch(21% 0.014 120);
  --color-ink:        oklch(94% 0.012 110);
  --color-ink-2:      oklch(80% 0.015 115);
  --color-muted:      oklch(66% 0.018 115);
  --color-faint:      oklch(50% 0.014 118);
  --color-rule:       oklch(27% 0.014 120);
  --color-rule-2:     oklch(34% 0.016 120);
  --color-accent:     oklch(91% 0.220 122);
  --color-accent-2:   oklch(96% 0.180 122);
  --color-accent-dim: oklch(76% 0.170 122);
  --color-accent-ink: oklch(17% 0.050 122);
  --color-focus:      oklch(86% 0.190 122);
  --color-error:      oklch(72% 0.160 25);
  --color-error-bg:   oklch(22% 0.040 25);

  /* ---- type ------------------------------------------------------ */
  --font-display: 'Bricolage Grotesque', 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  /* 1.25 major-third scale on a 16px base */
  --text-xs:   0.72rem;
  --text-sm:   0.8125rem;
  --text-base: 1rem;
  --text-md:   1.25rem;
  --text-lg:   1.5625rem;
  --text-xl:   1.953rem;
  --text-2xl:  2.441rem;
  --text-3xl:  3.052rem;
  --text-display-s: clamp(1.9rem, 2.6vw + 1rem, 3.2rem);
  --text-display:   clamp(2.75rem, 5vw + 1rem, 5.25rem);

  /* ---- space (4pt) ------------------------------------------------ */
  --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;

  /* ---- motion ----------------------------------------------------- */
  --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;

  /* ---- structure --------------------------------------------------- */
  --page-gutter: clamp(1rem, 4vw, 2.5rem);
  --maxw: 72rem;
  --rule-hair: 1px solid var(--color-rule);
  --rule-heavy: 3px solid var(--color-rule-2);
  --radius-sm: 2px;
  --radius-md: 4px;

  /* ---- z scale ----------------------------------------------------- */
  --z-base: 1;
  --z-raised: 10;
  --z-sticky: 200;
  --z-toast: 500;
}
