/* tokens.css — GENERATED by scripts/export-tokens.js from clients/heydigital/DESIGN.md
 * Source of truth: DESIGN.md (design.md format). Do NOT edit by hand — re-run:
 *   node scripts/export-tokens.js heydigital
 * Produced via: design.md export --format css-tailwind, with @theme re-homed to
 * :root so the exact tokens work in a plain browser with no Tailwind build. */
:root {
  --color-primary: #4865ff;
  --color-primary-ink: #ffffff;
  --color-primary-hover: #3f59e0;
  --color-secondary: #0e1433;
  --color-neutral: #36405d;
  --color-surface-dark: #1b202e;
  --color-surface-darker: #0e1433;
  --color-surface: #ffffff;
  --color-surface-mist: #edf0ff;
  --color-on-dark: #ffffff;
  --color-on-dark-muted: #aab3cc;
  --color-on-light: #0e1433;
  --color-on-light-muted: #36405d;
  --font-eyebrow: "IBM Plex Sans";
  --font-display-xl: "Space Grotesk";
  --font-display-lg: "Space Grotesk";
  --font-headline-md: "Space Grotesk";
  --font-body-lg: "IBM Plex Sans";
  --font-body-md: "IBM Plex Sans";
  --font-label-md: "IBM Plex Sans";
  --font-label-caps: "IBM Plex Sans";
  --text-eyebrow: 13px;
  --text-display-xl: 64px;
  --text-display-lg: 44px;
  --text-headline-md: 28px;
  --text-body-lg: 20px;
  --text-body-md: 17px;
  --text-label-md: 14px;
  --text-label-caps: 13px;
  --tracking-eyebrow: 0.12em;
  --tracking-display-xl: -0.02em;
  --tracking-display-lg: -0.02em;
  --tracking-headline-md: -0.01em;
  --tracking-label-caps: 0.12em;
  --font-weight-eyebrow: 600;
  --font-weight-display-xl: 500;
  --font-weight-display-lg: 500;
  --font-weight-headline-md: 500;
  --font-weight-body-lg: 400;
  --font-weight-body-md: 400;
  --font-weight-label-md: 500;
  --font-weight-label-caps: 600;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-sm2: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-full: 9999px;
  --spacing-base: 16px;
  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-sm2: 12px;
  --spacing-md: 16px;
  --spacing-lg: 32px;
  --spacing-xl: 64px;
  --spacing-gutter: 24px;
  --spacing-margin: 32px;
  --spacing-section: 96px;
}

