@font-face {
  font-family: 'Graphik-Regular';
  src: url('../fonts/graphikregular-webfont.eot');
  src: url('../fonts/graphikregular-webfont.woff2') format('woff2'),
       url('../fonts/graphikregular-webfont.woff') format('woff'),
       url('../fonts/graphikregular-webfont.ttf') format('truetype'),
       url('../fonts/graphikregular-webfont.svg#graphikregular-webfont') format('svg'),
       url('../fonts/graphikregular-webfont.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Medium';
  src: url('../fonts/graphikmedium-webfont.eot');
  src: url('../fonts/graphikmedium-webfont.woff2') format('woff2'),
       url('../fonts/graphikmedium-webfont.woff') format('woff'),
       url('../fonts/graphikmedium-webfont.ttf') format('truetype'),
       url('../fonts/graphikmedium-webfont.svg#graphikmedium-webfont') format('svg'),
       url('../fonts/graphikmedium-webfont.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Semibold';
  src: url('../fonts/graphiksemibold-webfont.eot');
  src: url('../fonts/graphiksemibold-webfont.woff2') format('woff2'),
       url('../fonts/graphiksemibold-webfont.woff') format('woff'),
       url('../fonts/graphiksemibold-webfont.ttf') format('truetype'),
       url('../fonts/graphiksemibold-webfont.svg#graphiksemibold-webfont') format('svg'),
       url('../fonts/graphiksemibold-webfont.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik-Bold';
  src: url('../fonts/graphikbold-webfont.eot');
  src: url('../fonts/graphikbold-webfont.woff2') format('woff2'),
       url('../fonts/graphikbold-webfont.woff') format('woff'),
       url('../fonts/graphikbold-webfont.ttf') format('truetype'),
       url('../fonts/graphikbold-webfont.svg#graphikbold-webfont') format('svg'),
       url('../fonts/graphikbold-webfont.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


.regular{
    font-family: 'Graphik-Regular';
}
.medium{
    font-family: 'Graphik-Medium';
}
.semibold{
    font-family: 'Graphik-SemiBold';
}
.bold{
    font-family: 'Graphik-Bold';
}