/* ═══════════════════════════════════════════════════════════
   FONT FACES — self-hosted, no Google Fonts round-trip.
   Brand fonts per "Manual de Normas Gráficas Nico Pino v02":
     Rajdhani  — primary (titles, highlights, logo base)
     Open Sans — secondary (paragraphs, informative text)
   Files are combined latin + latin-ext subsets (EN/ES content).
   ═══════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/rajdhani-v17-latin_latin-ext-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/rajdhani-v17-latin_latin-ext-500.woff2) format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/rajdhani-v17-latin_latin-ext-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/rajdhani-v17-latin_latin-ext-700.woff2) format('woff2');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(assets/fonts/open-sans-v44-latin_latin-ext-300.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/open-sans-v44-latin_latin-ext-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/open-sans-v44-latin_latin-ext-500.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/fonts/open-sans-v44-latin_latin-ext-600.woff2) format('woff2');
}
