/* ============================================================
   Origen Argentino — Fuentes auto-alojadas
   WOFF2 locales (sin dependencias externas) con font-display:swap
   ============================================================ */

/* Bolderist — tipografía display personalizada del restaurante */
@font-face {
  font-family: 'Bolderist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/bolderist.woff2') format('woff2');
}

/* Poppins — textos y encabezados */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/poppins-200.woff2') format('woff2');
}

@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: 500;
  font-display: swap;
  src: url('../fonts/poppins-500.woff2') format('woff2');
}

/* Montserrat — navegación y botones */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/montserrat-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/montserrat-500.woff2') format('woff2');
}
