/* Escapade Prestige — Typographie
   Serif couture (Cormorant Garamond) pour l'émotion,
   sans géométrique (Jost) pour la clarté. Le contraste porte la personnalité. */
:root {
  /* --- Familles --- */
  --font-serif: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-sans: 'Jost', 'Helvetica Neue', Arial, sans-serif;

  /* --- Graisses --- */
  --fw-light: 300;      /* @kind font */
  --fw-regular: 400;    /* @kind font */
  --fw-medium: 500;     /* @kind font */
  --fw-semibold: 600;   /* @kind font */

  /* --- Interlignes --- */
  --lh-tight: 0.9;   /* @kind other */
  --lh-snug: 1.1;    /* @kind other */
  --lh-title: 1.4;   /* @kind other */
  --lh-body: 1.6;    /* @kind other */

  /* --- Interlettrage --- */
  --track-tight: 0.02em;    /* @kind other */
  --track-label: 0.2em;     /* @kind other */
  --track-eyebrow: 0.3em;   /* @kind other */
  --track-wordmark: 0.42em; /* @kind other */
  --track-prestige: 0.52em; /* @kind other */

  /* --- Échelle (px) --- */
  --fs-display: 64px;  /* D1 — serif italique */
  --fs-h1: 40px;       /* titres de section */
  --fs-h2: 28px;       /* sous-titres serif */
  --fs-h3: 18px;       /* intertitres sans */
  --fs-body: 16px;     /* corps */
  --fs-small: 15px;    /* corps dense */
  --fs-label: 12px;    /* labels, boutons (uppercase) */
  --fs-eyebrow: 11px;  /* eyebrows, captions (uppercase) */
}
