/* ============================================================
   Lokale Schriften für den Pop-Up Markt Bischleben
   ------------------------------------------------------------
   Damit keine IP-Adressen mehr an Google gesendet werden, liegen
   die Schriften auf dem eigenen Server. Lege die 6 .woff2-Dateien
   in einen Unterordner "fonts/" neben dieser Datei (siehe Anleitung).
   ============================================================ */

/* --- Fredoka (Überschriften) --- */
@font-face{
  font-family:'Fredoka';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('fonts/fredoka-500.woff2') format('woff2');
}
@font-face{
  font-family:'Fredoka';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('fonts/fredoka-600.woff2') format('woff2');
}
@font-face{
  font-family:'Fredoka';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('fonts/fredoka-700.woff2') format('woff2');
}

/* --- Nunito Sans (Fließtext) --- */
@font-face{
  font-family:'Nunito Sans';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('fonts/nunito-sans-400.woff2') format('woff2');
}
@font-face{
  font-family:'Nunito Sans';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('fonts/nunito-sans-600.woff2') format('woff2');
}
@font-face{
  font-family:'Nunito Sans';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('fonts/nunito-sans-700.woff2') format('woff2');
}
