@font-face {
  font-family: "Graphik";
  src: url("../assets/fonts/Graphik/Graphik-Bold.woff2") format("woff2"),
    url("../assets/fonts/Graphik/Graphik-Bold.woff") format("woff"),
    url("../assets/fonts/Graphik/Graphik-Bold.ttf") format("truetype"),
    url("../assets/fonts/Graphik/Graphik-Bold.eot") format("embedded-opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../assets/fonts/Graphik/Graphik-Semibold.woff2") format("woff2"),
    url("../assets/fonts/Graphik/Graphik-Semibold.woff") format("woff"),
    url("../assets/fonts/Graphik/Graphik-Semibold.ttf") format("truetype"),
    url("../assets/fonts/Graphik/Graphik-Semibold.eot")
      format("embedded-opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../assets/fonts/Graphik/Graphik-Medium.woff2") format("woff2"),
    url("../assets/fonts/Graphik/Graphik-Medium.woff") format("woff"),
    url("../assets/fonts/Graphik/Graphik-Medium.ttf") format("truetype"),
    url("../assets/fonts/Graphik/Graphik-Medium.eot")
      format("embedded-opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url("../assets/fonts/Graphik/Graphik-Regular.woff2") format("woff2"),
    url("../assets/fonts/Graphik/Graphik-Regular.woff") format("woff"),
    url("../assets/fonts/Graphik/Graphik-Regular.ttf") format("truetype"),
    url("../assets/fonts/Graphik/Graphik-Regular.eot")
      format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
