/* =====================================================================
   RANGO CREATIVE STUDIO — Self-hosted fonts (subset latin)
   ---------------------------------------------------------------------
   DISPLAY  = Bebas Neue  → PLACEHOLDER de "SinkRegular" (fuente oficial,
              comercial). NO self-hostear SinkRegular hasta confirmar
              licencia de webfont. El swap se hace en tokens.css
              (--font-display) + reemplazar 1 archivo aquí.
   BODY     = Poppins (fuente oficial, Google Font, sin duda de licencia)
   ===================================================================== */

/* ---- DISPLAY (placeholder) ---- */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/bebas-neue-400.woff2') format('woff2');
}

/* ---- BODY: Poppins ---- */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/poppins-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/poppins-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/poppins-300-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/poppins-700-italic.woff2') format('woff2');
}
