/* Outfit — variabele font, alle gewichten 300–800 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../../Fonts/outfit/outfit.woff2') format('woff2');
}

/* Playfair Display — variabele font, gewichten 700–800 */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700 800;
  font-display: swap;
  src: url('../../Fonts/playfair-display/playfair-display.woff2') format('woff2');
}
