@font-face {
    font-family: Hack;
    src: url('/res/fonts/hack-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
  font-family: 'Hack';
  src: url('/res/fonts/hack-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Hack';
  src: url('/res/fonts/hack-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Hack';
  src: url('/res/fonts/hack-bolditalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
