/* Urbanist font family – lokaal gehost, .woff2-formaat */

/* Regular (normale tekst) */
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/app/css/fonts/Urbanist/Urbanist-Regular.woff2') format('woff2');
}

/* Italic (cursieve tekst) */
@font-face {
  font-family: 'Urbanist';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/app/css/fonts/Urbanist/Urbanist-Italic.woff2') format('woff2');
}

/* SemiBold (kopjes, buttons) */
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/app/css/fonts/Urbanist/Urbanist-SemiBold.woff2') format('woff2');
}

/* Bold (sterke nadruk, titels) */
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/app/css/fonts/Urbanist/Urbanist-Bold.woff2') format('woff2');
}


/* Light (voor koppen en lichte tekst) */
@font-face {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/app/css/fonts/Urbanist/Urbanist-Light.woff2') format('woff2');
}
