:root {
  font-family: Inter, sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}
@supports (font-variation-settings: normal) {
  :root { font-family: InterVariable, sans-serif; }
}


@font-face {
    font-family: 'AlternateGothicNo2';
    src: url('../fonts/AlternateGothicNo2-webfont.woff2') format('woff2'),
         url('../fonts/AlternateGothicNo2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
