/* fonts */
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular-Web.eot");
  src: url("../fonts/Graphik-Regular-Web.eot#iefix")
          format("embedded-opentype"),
      url("../fonts/Graphik-Regular-Web.woff2") format("woff2"),
      url("../fonts/Graphik-Regular-Web.woff") format("woff"),
      url("../fonts/Graphik-Regular-Web.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium-Web.eot");
  src: url("../fonts/Graphik-Medium-Web.eot#iefix")
          format("embedded-opentype"),
      url("../fonts/Graphik-Medium-Web.woff2") format("woff2"),
      url("../fonts/Graphik-Medium-Web.woff") format("woff"),
      url("../fonts/Graphik-Medium-Web.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}