/* Fonts overgenomen van meidenvanholland.nl (self-hosted, geen externe CDN).
   Chivo = body, Franklin Gothic Heavy = display/koppen. */

@font-face {
  font-family: 'Chivo';
  src: url('/assets/fonts/Chivo-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Chivo';
  src: url('/assets/fonts/Chivo-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Chivo';
  src: url('/assets/fonts/Chivo-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Chivo';
  src: url('/assets/fonts/Chivo-Black.woff2') format('woff2');
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Chivo';
  src: url('/assets/fonts/Chivo-BlackItalic.woff2') format('woff2');
  font-weight: 900; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Franklin Gothic Heavy';
  src: url('/assets/fonts/Franklin-gothic-heavy.woff2') format('woff2');
  font-weight: 400 900; font-style: normal; font-display: swap;
}
