@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-BlackItalic.eot");
  src:
    url("../fonts/Inter18pt-BlackItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter18pt-BlackItalic.woff2") format("woff2"),
    url("../fonts/Inter18pt-BlackItalic.woff") format("woff"),
    url("../fonts/Inter18pt-BlackItalic.ttf") format("truetype"),
    url("../fonts/Inter18pt-BlackItalic.svg#Inter18pt-BlackItalic")
      format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Regular.eot');
    src: url('../fonts/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('../fonts/Inter18pt-Regular.woff') format('woff'),
        url('../fonts/Inter18pt-Regular.ttf') format('truetype'),
        url('../fonts/Inter18pt-Regular.svg#Inter18pt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}