/* ============================================================
   Gibran Hanna — Typography tokens
   Título: Cinzel Bold · Subtítulo: Cinzel Regular (Trajan substitute)
   Texto corrido: Cormorant Garamond
   ============================================================ */
:root {
  /* ---- Families ---- */
  --font-display: 'Cinzel', 'Trajan Pro', 'Times New Roman', serif;  /* titles & subtitles */
  --font-body:    'Cormorant Garamond', 'Cormorant', Georgia, serif; /* running text */

  /* ---- Weights ---- */
  --weight-body:        400;
  --weight-body-medium: 500;
  --weight-subtitle:    400;   /* Cinzel Regular */
  --weight-title:       700;   /* Cinzel Bold */
  --weight-title-black: 900;

  /* ---- Tracking (letter-spacing) — celestial, classical, wide ---- */
  --tracking-title:    0.1em;   /* +100 */
  --tracking-subtitle: 0.14em;  /* +140 */
  --tracking-body:     0;
  --tracking-eyebrow:  0.28em;

  /* ---- Display / title scale (Cinzel, UPPERCASE) ---- */
  --text-display:  4.5rem;   /* 72px hero */
  --text-h1:       3rem;     /* 48px */
  --text-h2:       2.25rem;  /* 36px */
  --text-h3:       1.5rem;   /* 24px */
  --text-eyebrow:  0.8125rem;/* 13px subtitle / overline */

  /* ---- Body scale (Cormorant Garamond) ---- */
  --text-lead:     1.5rem;   /* 24px lead paragraph */
  --text-base:     1.25rem;  /* 20px — Cormorant reads small, set large */
  --text-sm:       1.0625rem;/* 17px */
  --text-xs:       0.9375rem;/* 15px */

  /* ---- Line heights ---- */
  --leading-title: 1.08;
  --leading-body:  1.5;
  --leading-tight: 1.2;
}
