/* Hack - monospace
 * https://github.com/source-foundry/Hack */

@font-face {
  font-family: 'Hack';
  font-weight: 400;
  font-style: normal;
  src: local('Hack'), local('Hack-Regular'),
  url('/fonts/hack-regular-latin-webfont.woff2') format('woff2'),
  url('/fonts/hack-regular-latin-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Hack';
  font-weight: 700;
  font-style: normal;
  src: local('Hack'), local('Hack-Bold'),
  url('/fonts/hack-bold-latin-webfont.woff2') format('woff2'),
  url('/fonts/hack-bold-latin-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Hack';
  font-style: italic;
  src: local('Hack'), local('Hack-Italic'),
  url('/fonts/hack-italic-latin-webfont.woff2') format('woff2'),
  url('/fonts/hack-italic-latin-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Hack';
  font-weight: 700;
  font-style: italic;
  src: local('Hack'), local('Hack-Bolditalic'),
  url('/fonts/hack-bolditalic-latin-webfont.woff2') format('woff2'),
  url('/fonts/hack-bolditalic-latin-webfont.woff') format('woff');
}
