/* Lokale Schriften – Hof ALHENA
   Ablage: wp-content/uploads/local-fonts/
   woff2-Dateien liegen neben dieser Datei.
   Benoetigt: Oswald 400 + 600, Bigshot One 400, Covered By Your Grace 400
*/

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('oswald-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('oswald-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Bigshot One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('bigshot-one-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Covered By Your Grace';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('covered-by-your-grace-400.woff2') format('woff2');
}
