/* =========================================================
   MONTSERRAT
   ========================================================= */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-variablefont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/montserrat-italic-variablefont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* =========================================================
   CORMORANT GARAMOND
   ========================================================= */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant_garamond/cormorantgaramond-variablefont_wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant_garamond/cormorantgaramond-italic-variablefont_wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}