/* Selbst gehostete Schriften. Wird nur eingebunden, wenn die WOFF2-Dateien
   in /fonts/ liegen – siehe /fonts/LIESMICH.txt */

@font-face{font-family:'Cormorant Garamond';src:url('/fonts/cormorant-garamond-300.woff2') format('woff2');
  font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'Cormorant Garamond';src:url('/fonts/cormorant-garamond-400.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'Cormorant Garamond';src:url('/fonts/cormorant-garamond-300-italic.woff2') format('woff2');
  font-weight:300;font-style:italic;font-display:swap;}
@font-face{font-family:'Cormorant Garamond';src:url('/fonts/cormorant-garamond-400-italic.woff2') format('woff2');
  font-weight:400;font-style:italic;font-display:swap;}

@font-face{font-family:'Inter';src:url('/fonts/inter-300.woff2') format('woff2');
  font-weight:300;font-style:normal;font-display:swap;}
@font-face{font-family:'Inter';src:url('/fonts/inter-400.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap;}
@font-face{font-family:'Inter';src:url('/fonts/inter-500.woff2') format('woff2');
  font-weight:500;font-style:normal;font-display:swap;}

@font-face{font-family:'Bebas Neue';src:url('/fonts/bebas-neue-400.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:swap;}

/* optional statt swap: verhindert das Umspringen der großen Titelzeile */
@font-face{font-family:'Great Vibes';src:url('/fonts/great-vibes-400.woff2') format('woff2');
  font-weight:400;font-style:normal;font-display:optional;}
