@font-face {
  font-family: 'graphis';
  font-weight: normal;
  src: url('graphis_regular.woff2');
  src: url('graphis_regular.woff2') format('woff2'),
        url('graphis_regular.ttf') format('truetype');
  font-display: block;
}

@font-face {
  font-family: 'graphis';
  font-weight: bold;
  src: url('graphis_bold.woff2');
  src: url('graphis_bold.woff2') format('woff2'),
        url('graphis_bold.ttf') format('truetype');
  font-display: block;
}