/* Quicksand vendorizada desde Google Fonts. La caja tiene que poder abrir
   sus pantallas con internet caido: un <link> a fonts.googleapis.com es
   render-blocking, asi que sin conexion cada pantalla esperaba el timeout
   de DNS antes de pintar. Mismos archivos, servidos localmente. */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(quicksand-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(quicksand-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(quicksand-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(quicksand-1.ttf) format('truetype');
}
