@font-face {
  font-family: "graphik-regular";
  src: url("/fonts/graphik/Graphik-Regular.eot");
  src: url("/fonts/graphik/Graphik-Regular.eot?") format("embedded-opentype"),
       url("/fonts/graphik/Graphik-Regular.woff") format("woff"),
       url("/fonts/graphik/Graphik-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "graphik-medium";
  src: url("/fonts/graphik/Graphik-Medium.eot");
  src: url("/fonts/graphik/Graphik-Medium.eot?") format("embedded-opentype"),
       url("/fonts/graphik/Graphik-Medium.woff") format("woff"),
       url("/fonts/graphik/Graphik-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "graphik-light";
  src: url("/fonts/graphik/Graphik-Light.eot");
  src: url("/fonts/graphik/Graphik-Light.eot?") format("embedded-opentype"),
       url("/fonts/graphik/Graphik-Light.woff") format("woff"),
       url("/fonts/graphik/Graphik-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
* {
    font-family: 'graphik-regular';
}