@font-face{
  font-family:"Newsreader";
  src:url(font/Newsreader.woff2) format("woff2");
  font-style:normal;
  font-weight:300 700; /* variable range oder ggf. 300;400;700 als mehrere Blöcke */
  font-display:swap;
}
@font-face{
  font-family:"Newsreader";
  src:url(font/Newsreader-Italic.woff2) format("woff2");
  font-style:italic;
  font-weight:300 700;
  font-display:swap;
}

@font-face{
  font-family:"Inter";
  src:url(font/Inter.woff2) format("woff2");
  font-style:normal;
  font-weight:300 700; /* variable range oder ggf. 300;400;700 als mehrere Blöcke */
  font-display:swap;
}

@font-face{
  font-family:"Open Sans";
  src:url(font/OpenSans.woff2) format("woff2");
  font-style:normal;
  font-weight:300 700; /* variable range oder ggf. 300;400;700 als mehrere Blöcke */
  font-display:swap;
}

html,body{ font-family:"Newsreader",serif; }
h1, h2, h3{ font-family:"Inter",sans-serif; }