/* ============================================================
   Gyan Varsha — Typography Tokens
   Spectral (serif display) · Mulish (sans body/UI)
   Tiro Devanagari Sanskrit (motto & Sanskrit accents)
   ============================================================ */

:root {
  /* ---- Families ----------------------------------------- */
  --font-display: "Spectral", Georgia, "Times New Roman", serif;
  --font-body:    "Mulish", -apple-system, "Segoe UI", system-ui, sans-serif;
  --font-sanskrit:"Tiro Devanagari Sanskrit", "Spectral", serif;

  /* ---- Weights ------------------------------------------ */
  --fw-regular:   400;  /* @kind font */
  --fw-medium:    500;  /* @kind font */
  --fw-semibold:  600;  /* @kind font */
  --fw-bold:      700;  /* @kind font */
  --fw-extrabold: 800;  /* @kind font */

  /* ---- Type scale (px / line-height) -------------------- */
  --fs-display:   3.5rem;   /* @kind font */
  --lh-display:   1.05;     /* @kind other */
  --fs-h1:        2.75rem;  /* @kind font */
  --lh-h1:        1.1;      /* @kind other */
  --fs-h2:        2rem;     /* @kind font */
  --lh-h2:        1.18;     /* @kind other */
  --fs-h3:        1.5rem;   /* @kind font */
  --lh-h3:        1.25;     /* @kind other */
  --fs-h4:        1.25rem;  /* @kind font */
  --lh-h4:        1.35;     /* @kind other */
  --fs-body-lg:   1.125rem; /* @kind font */
  --fs-body:      1rem;     /* @kind font */
  --lh-body:      1.6;      /* @kind other */
  --fs-sm:        0.875rem; /* @kind font */
  --fs-caption:   0.75rem;  /* @kind font */
  --lh-tight:     1.4;      /* @kind other */

  /* ---- Tracking ----------------------------------------- */
  --ls-tight:    -0.02em;  /* @kind other */
  --ls-normal:   0;        /* @kind other */
  --ls-wide:     0.04em;   /* @kind other */
  /* uppercase eyebrows / crest banner feel */
  --ls-eyebrow:  0.18em;   /* @kind other */
}
