/* Vanuce · Typography Tokens */
/* Fonts loaded via Google Fonts — see @font-face in fonts.css */
@import url('https://fonts.googleapis.com/css2?family=Sacramento&family=Special+Elite&family=DM+Sans:wght@300;400;500;600&family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,300;1,9..144,400;1,9..144,500&display=swap');

:root {
  /* Font families */
  --font-script:    'Sacramento', cursive;           /* Wordmark, signatures, watermarks */
  --font-voice:     'Special Elite', monospace;      /* Poetic lines, recipe titles, quotes */
  --font-ui:        'DM Sans', sans-serif;           /* UI labels, stamps, eyebrows */
  --font-editorial: 'Fraunces', serif;               /* Section headers, editorial body */

  /* Scale */
  --text-xs:   0.68rem;   /* 10.9px */
  --text-sm:   0.78rem;   /* 12.5px */
  --text-base: 0.92rem;   /* 14.7px */
  --text-md:   1rem;      /* 16px */
  --text-lg:   1.2rem;    /* 19.2px */
  --text-xl:   1.5rem;    /* 24px */
  --text-2xl:  2rem;      /* 32px */
  --text-3xl:  2.8rem;    /* 44.8px */
  --text-4xl:  3.8rem;    /* 60.8px */

  /* Script sizes */
  --text-script-sm:  3rem;
  --text-script-md:  5.5rem;
  --text-script-lg:  9rem;
  --text-script-xl:  12rem;

  /* Leading */
  --leading-tight:  1.1;
  --leading-snug:   1.3;
  --leading-normal: 1.6;
  --leading-loose:  1.85;

  /* Tracking */
  --tracking-stamp:   0.44em;   /* DM Sans uppercase labels */
  --tracking-eyebrow: 0.32em;
  --tracking-wide:    0.12em;
  --tracking-normal:  0.02em;

  /* Weight */
  --weight-light:   300;
  --weight-regular: 400;
  --weight-medium:  500;
  --weight-semi:    600;
}
