/* ===================================================================
 * fonts.scss)
 *
 * ------------------------------------------------------------------- */

/*
 * Gordita
================================================================================ */
@font-face {
  font-family: "gordita-black";
  src: url("../fonts/gordita/Gordita-Black.woff2") format("woff2"),
    url("../fonts/gordita/Gordita-Black.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "gordita-bold";
  src: url("../fonts/gordita/Gordita-Bold.woff2") format("woff2"),
    url("../fonts/gordita/Gordita-Bold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "gordita-light";
  src: url("../fonts/gordita/Gordita-Light.woff2") format("woff2"),
    url("../fonts/gordita/Gordita-Light.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "gordita-medium";
  src: url("../fonts/gordita/Gordita-Medium.woff2") format("woff2"),
    url("../fonts/gordita/Gordita-Medium.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "gordita-regular";
  src: url("../fonts/gordita/Gordita-Regular.woff2") format("woff2"),
    url("../fonts/gordita/Gordita-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
