/* Supercharge typeface — Helvetica Neue.
   The single brand family. The system uses ONLY two weights:
   700 (display) and 300 (body). Self-hosted from assets/fonts/. */

@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../assets/fonts/HelveticaNeue-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/HelveticaNeue-Roman.ttf") format("truetype");
}
@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("../assets/fonts/HelveticaNeue-Bold.ttf") format("truetype");
}

/* Optional true-Black display cut. Helvetica Neue's heaviest standard width is
   Bold (700); for the heavy condensed display look the original brand implies,
   a Condensed Black is available at assets/fonts/HelveticaNeue-CondensedBlack.ttf.
   It is NOT wired by default because its condensed width changes proportions.
   To use it for headings, uncomment below and set font-family on display text
   to 'Helvetica Neue Condensed':
@font-face {
  font-family: 'Helvetica Neue Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../assets/fonts/HelveticaNeue-CondensedBlack.ttf") format("truetype");
}
*/
