/* ===========================================================
   ROBOTO-CUSTOM.CSS
   Versión auto-hospedada de Google Fonts Roboto.
   Incluye SOLO los 4 pesos que usa este sitio (300, 400, 500, 700)
   en vez de los 9 pesos que carga el link de Google Fonts.

   Esto reemplaza:
   <link href="https://fonts.googleapis.com/css2?family=Roboto..." rel="stylesheet">
=========================================================== */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/roboto-latin-300-normal.woff2") format("woff2"),
       url("../fonts/roboto-latin-300-normal.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-latin-400-normal.woff2") format("woff2"),
       url("../fonts/roboto-latin-400-normal.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-latin-500-normal.woff2") format("woff2"),
       url("../fonts/roboto-latin-500-normal.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-latin-700-normal.woff2") format("woff2"),
       url("../fonts/roboto-latin-700-normal.woff") format("woff");
}
