@font-face {
  font-family: 'Graphik';
  src: url('GraphikBold.otf');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('GraphikBoldItalic.otf');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik';
  src: url('GraphikRegular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('GraphikMediumItalic.otf');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Graphik';
  src: url('GraphikLight.otf');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Graphik';
  src: url('GraphikLightItalic.otf');
  font-weight: 100;
  font-style: italic;
}
