/* Cormorant Garamond – von diesem Server, nicht von Google.
   Die Schriftdateien gehören in den Ordner  schriften/
   Sind sie noch nicht da, nimmt der Browser automatisch Georgia. */

@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal; font-weight:300 600; font-display:swap;
  src:url('schriften/CormorantGaramond.woff2') format('woff2'),
      url('schriften/CormorantGaramond-Regular.ttf') format('truetype');
}
@font-face{
  font-family:'Cormorant Garamond';
  font-style:italic; font-weight:300 600; font-display:swap;
  src:url('schriften/CormorantGaramond-Italic.woff2') format('woff2'),
      url('schriften/CormorantGaramond-Italic.ttf') format('truetype');
}
