/* Huisstijl-fonts Thuisdok — zelf gehost (geen externe CDN, AVG-vriendelijk).
   thuisdok.nl gebruikt aglet-sans (Adobe Typekit, licentie-gebonden) — hier
   vervangen door OFL-alternatieven: Nunito = koppen (rond-geometrisch zoals
   aglet), Noto Sans = lopende tekst (staat ook op thuisdok.nl zelf). */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/Nunito-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/Nunito-ExtraBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/NotoSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/NotoSans-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/NotoSans-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/NotoSans-Bold.woff2') format('woff2');
}
