/* Maison Facelis — typography tokens
   Primary: Cormorant Infant (serif headers). Secondary: Inter (sans body). */
:root {
  --font-serif: "Cormorant Infant", "Cormorant", Georgia, serif;
  --font-sans: "Inter", -apple-system, "Helvetica Neue", sans-serif;

  /* Scale */
  --text-display: 64px;     /* hero / slide headers */
  --text-h1: 44px;
  --text-h2: 32px;
  --text-h3: 24px;
  --text-subhead: 17px;     /* Inter SemiBold */
  --text-body-size: 15px;   /* Inter Regular */
  --text-small: 13px;
  --text-caption: 11px;

  /* Weights */
  --weight-serif-header: 700;   /* Cormorant Infant Bold per guideline */
  --weight-serif-medium: 500;
  --weight-subhead: 600;        /* Inter SemiBold */
  --weight-body: 400;

  /* Letterspacing */
  --tracking-caps: 0.32em;      /* logotype-style letterspaced caps */
  --tracking-label: 0.14em;     /* small sans labels */
  --tracking-serif: 0.01em;

  /* Line heights */
  --leading-display: 1.05;
  --leading-heading: 1.15;
  --leading-body: 1.6;
}
