/* Fuentes servidas desde el propio dominio: sin peticiones a Google.
   Variables: un solo fichero cubre todos los pesos. */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/roboto-var.woff2') format('woff2-variations'),
       url('/fonts/roboto-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/robotoslab-var.woff2') format('woff2-variations'),
       url('/fonts/robotoslab-var.woff2') format('woff2');
}
