/* Lokale Google Fonts — Permanent Marker + Special Elite (latin + latin-ext)
   Vervangt de fonts.googleapis.com / fonts.gstatic.com afhankelijkheid. */

@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./fonts/permanent-marker-latin-400-normal.woff2') format('woff2'),
       url('./fonts/permanent-marker-latin-400-normal.woff')  format('woff');
}

@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./fonts/special-elite-latin-400-normal.woff2') format('woff2'),
       url('./fonts/special-elite-latin-400-normal.woff')  format('woff');
}

@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('./fonts/special-elite-latin-ext-400-normal.woff2') format('woff2'),
       url('./fonts/special-elite-latin-ext-400-normal.woff')  format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
