 /* Fließtext */
 @font-face {
    font-family: korpus-b;
    src: url("fonts/Korpus-B.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  /* Fließtext hervorgehoben */
  @font-face {
    font-family: korpus-b12;
    src: url("fonts/Korpus-B12.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
  
  /* Headlines H1 */
  @font-face {
    font-family: korpus-grotesk-d;
    src: url("fonts/KorpusGrotesk-D.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  

