/* ============================================================
   Funny Times Travel & Tours — Typography tokens
   Source: Manual de Identidade Visual v1.0
   Pairing: humanist serif (Cormorant Garamond) + geometric
   sans (Montserrat). Serif carries elegance; sans carries clarity.
   ============================================================ */

:root {
  /* ---- Families ---- */
  --font-display: 'Cormorant Garamond', 'Garamond', Georgia, 'Times New Roman', serif;
  --font-heading: 'Cormorant Garamond', 'Garamond', Georgia, serif; /* titles / destination names */
  --font-body:    'Montserrat', 'Segoe UI', system-ui, sans-serif;  /* subtitles, body, labels, UI */

  /* ---- Type scale (1.250 major-third, 16px base) ---- */
  --text-xs:    0.75rem;   /* 12 */
  --text-sm:    0.875rem;  /* 14 */
  --text-base:  1rem;      /* 16 */
  --text-md:    1.125rem;  /* 18 */
  --text-lg:    1.25rem;   /* 20 */
  --text-xl:    1.5rem;    /* 24 */
  --text-2xl:   1.953rem;  /* ~31 */
  --text-3xl:   2.441rem;  /* ~39 */
  --text-4xl:   3.052rem;  /* ~49 */
  --text-5xl:   3.815rem;  /* ~61 */

  /* ---- Weights ---- */
  --weight-regular:  400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;

  /* ---- Line heights ---- */
  --leading-tight:   1.08;
  --leading-snug:    1.2;
  --leading-normal:  1.55;
  --leading-relaxed: 1.7;

  /* ---- Letter spacing ---- */
  --tracking-display: 0;        /* Cormorant sits tight */
  --tracking-tight:  -0.01em;
  --tracking-normal: 0;
  --tracking-wide:   0.04em;
  --tracking-caps:   0.16em;    /* Montserrat uppercase eyebrows / labels */
}
