/* Go X brand typefaces, self-hosted from goxapp.com */
@font-face {
  font-family: 'Benzin';
  src:
    url('../fonts/benzin-extrabold.woff2') format('woff2'),
    url('../fonts/benzin-extrabold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Sans';
  src: url('../fonts/sharpsans-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Sans';
  src: url('../fonts/sharpsans-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Sans';
  src: url('../fonts/sharpsans-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
