/* Selbst gehostete Schriften (Wiesental-Design): keine Google-Server nötig.
   Nunito ist eine Variable Font — eine Datei deckt 400-800 ab. */
@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fredoka-600.woff2) format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(nunito.woff2) format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url(nunito-italic.woff2) format('woff2');
}
