/* NSYNK-Hausschrift Mallory.
   Sobald die Font-Dateien unter ./fonts/ liegen, wird Mallory automatisch genutzt;
   fehlen sie, fällt die Seite sauber auf Work Sans zurück (kein Fehler sichtbar).
   Erwartete Dateien (woff2):
     fonts/Mallory-Book.woff2      (400)
     fonts/Mallory-Medium.woff2    (500)
     fonts/Mallory-Bold.woff2      (700)
*/
@font-face {
  font-family: 'Mallory';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/Mallory-Book.woff2') format('woff2');
}
@font-face {
  font-family: 'Mallory';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/Mallory-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Mallory';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('./fonts/Mallory-Bold.woff2') format('woff2');
}
