/* Versión en hindi: tipografías devanagari y ajustes de espaciado.
   Las fuentes latinas siguen usándose para "PDF", "€4", "@es.la_hora", etc. */
@font-face { font-family: 'Teko'; font-style: normal; font-display: swap; font-weight: 100 900;
  src: url(fonts/teko-devanagari-600-normal.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09; }
@font-face { font-family: 'Tiro Devanagari Hindi'; font-style: italic; font-display: swap; font-weight: 400;
  src: url(fonts/tiro-devanagari-hindi-devanagari-400-italic.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09; }
@font-face { font-family: 'Hind'; font-style: normal; font-display: swap; font-weight: 100 500;
  src: url(fonts/hind-devanagari-400-normal.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09; }
@font-face { font-family: 'Hind'; font-style: normal; font-display: swap; font-weight: 501 900;
  src: url(fonts/hind-devanagari-600-normal.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09; }

:root {
  --display: 'Archivo', 'Teko', 'Arial Narrow', sans-serif;
  --serif: 'Instrument Serif', 'Tiro Devanagari Hindi', Georgia, serif;
  --sans: 'Geist', 'Hind', system-ui, sans-serif;
  --mono: 'Geist Mono', 'Hind', ui-monospace, monospace;
}

/* El espaciado entre letras rompe la línea superior (shirorekha) del devanagari */
.label, .micro, .top, .loop, .cta, .h-xl, .h-lg, .serif, .locked li, .locked small,
.facts dt, .gains b, .card-head strong, .price b, .sticky p b, .langs { letter-spacing: 0; }

/* Las matras necesitan más altura de línea que las mayúsculas latinas */
.h-xl { font-size: clamp(60px, 16vw, 112px); line-height: 1.02; }
.hero .h-xl { font-size: clamp(60px, 16vw, 112px); }
.h-lg { font-size: clamp(44px, 11vw, 80px); line-height: 1.05; }
.serif { line-height: 1.3; }
.hero .h-xl .serif { font-size: 0.5em; margin-top: 0.25em; }
.label, .micro, .top, .loop { font-size: 13.5px; }
.loop { line-height: 2; }
.locked li { font-size: 30px; line-height: 1.2; }
.gains b { font-size: 34px; line-height: 1.15; }
.card-head strong { font-size: 30px; line-height: 1.1; }
.sticky p b { font-size: 22px; line-height: 1.1; }
.cta { font-size: 23px; line-height: 1.1; }
body { line-height: 1.7; }
