/* TV Marcelo — Typography
   Display/headings/stats: Exo 2 (700–900, tight tracking, often uppercase)
   Body: Alegreya Sans (400–500, comfortable) */
:root{
  --font-display:"Exo 2","Segoe UI",system-ui,sans-serif;
  --font-body:"Alegreya Sans","Segoe UI",system-ui,sans-serif;

  --fw-regular:400;/* @kind other */
  --fw-medium:500;/* @kind other */
  --fw-semibold:600;/* @kind other */
  --fw-bold:700;/* @kind other */
  --fw-extrabold:800;/* @kind other */
  --fw-black:900;/* @kind other */

  /* Type scale (px) */
  --fs-stat:88px;    /* oversized stat numbers */
  --fs-display:60px;
  --fs-h1:44px;
  --fs-h2:32px;
  --fs-h3:24px;
  --fs-h4:19px;
  --fs-body-lg:18px;
  --fs-body:16px;
  --fs-sm:14px;
  --fs-xs:12px;
  --fs-eyebrow:13px;

  --lh-tight:1.02;/* @kind other */
  --lh-heading:1.12;/* @kind other */
  --lh-body:1.55;/* @kind other */

  --ls-tight:-0.02em;/* @kind other */
  --ls-normal:0;/* @kind other */
  --ls-eyebrow:0.16em;/* @kind other */
}
