/* ===================================================================
   Stonepark Wien — Schriften lokal
   -------------------------------------------------------------------
   Cormorant Garamond und Raleway liegen im Ordner /fonts/. Es wird
   keine Verbindung zu Google hergestellt.

   Beide sind variable Schriften: Eine Datei deckt den gesamten
   Gewichtsbereich ab. Deshalb genügen drei Dateien für alle auf der
   Website verwendeten Schnitte.

   Die Zeichensätze sind auf die benötigten Zeichen reduziert
   (Deutsch, westeuropäische Sonderzeichen, Typografie, Währung).

   Lizenz: SIL Open Font License.
   =================================================================== */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;          /* eine Datei für alle Gewichte */
  font-display: swap;
  src: url('fonts/raleway.woff2') format('woff2-variations'),
       url('fonts/raleway.woff2') format('woff2');
}

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

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