/* ============================================================
   RULO3D — Webfonts
   Display: GOBOLD (self-hosted .otf) — the tall, condensed,
   ALL-CAPS face used on RULO3D promo art ("VOLCÁN LANÍN").
   Exposed as --font-stamp; reserve for short UPPERCASE moments.
   Text/UI: Montserrat (Google Fonts).
   ============================================================ */

/* ---- Gobold (display) — self-hosted ---- */
@font-face {
  font-family: 'Gobold';
  src: url('../assets/fonts/Gobold-Light.otf') format('opentype');
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gobold';
  src: url('../assets/fonts/Gobold-Bold.otf') format('opentype');
  font-weight: 600 900;
  font-style: normal;
  font-display: swap;
}

/* ---- Montserrat (text / UI) — Google Fonts ---- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap');
