/* Lokale Schriften - Praxis fuer Osteopathie Tobias Knop
   Ersetzt die externe Google-Fonts-Einbindung (DSGVO, LG Muenchen 3 O 17493/20).
   Aktivierung: 6 woff2-Dateien in diesen Ordner legen (siehe README.txt),
   dann in jeder Seite die 3 Google-Fonts-<link>-Zeilen durch
   <link rel="stylesheet" href="assets/fonts/fonts.css"> ersetzen. */

@font-face{
  font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;
  src:url('montserrat-400.woff2') format('woff2');
}
@font-face{
  font-family:'Montserrat';font-style:normal;font-weight:500;font-display:swap;
  src:url('montserrat-500.woff2') format('woff2');
}
@font-face{
  font-family:'Montserrat';font-style:normal;font-weight:600;font-display:swap;
  src:url('montserrat-600.woff2') format('woff2');
}
@font-face{
  font-family:'Fraunces';font-style:normal;font-weight:300;font-display:swap;
  src:url('fraunces-300.woff2') format('woff2');
}
@font-face{
  font-family:'Fraunces';font-style:normal;font-weight:400;font-display:swap;
  src:url('fraunces-400.woff2') format('woff2');
}
@font-face{
  font-family:'Fraunces';font-style:normal;font-weight:500;font-display:swap;
  src:url('fraunces-500.woff2') format('woff2');
}
