/* =========================================
   Local Fonts: Cormorant Garamond + Open Sans
   (ersetzt die Google Fonts)
   ========================================= */

/* Cormorant Garamond - 300 (Light) */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300;
  src: local(""),
       url("./fonts/CormorantGaramond-Light.ttf") format("truetype");
  font-display: swap;
}

/* Cormorant Garamond - 400 (Regular) */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  src: local(""),
       url("./fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-display: swap;
}

/* Cormorant Garamond - 700 (Bold) */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  src: local(""),
       url("./fonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-display: swap;
}

/* Open Sans - 400 (Regular) */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""),
       url("./fonts/OpenSans-Regular.ttf") format("truetype");
  font-display: swap;
}

/* Open Sans - 600 (SemiBold) */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local(""),
       url("./fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-display: swap;
}
