/* Roboto en Roboto Slab, dezelfde fonts als tattootimes.nl (Elementor-kit 6).
   Variabele fonts, dus een gewichtsbereik in plaats van een bestand per gewicht.
   Lokaal gehost zodat de app geen externe requests naar Google doet. */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/roboto.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/roboto-slab.woff2) format('woff2');
}
