/* ==================================================
   TEKO REDESIGN FONTS
================================================== */

/* Manrope */
@font-face {
  font-family: 'Manrope';
  src: url("../../fonts/manrope/Manrope-VariableFont_wght.woff2")
    format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Cormorant Garamond */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../../fonts/cormorant-garamond/CormorantGaramond-Regular.woff2")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../../fonts/cormorant-garamond/CormorantGaramond-Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../../fonts/cormorant-garamond/CormorantGaramond-SemiBold.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("../../fonts/cormorant-garamond/CormorantGaramond-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
