@font-face {
  font-family: "Bacasime";
  src:
    url("../fonts/BacasimeAntique-Regular.woff2") format("woff2"),
    url("../fonts/BacasimeAntique-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter18pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Light.woff2') format('woff2'),
        url('../fonts/Inter18pt-Light.woff') format('woff');
    font-weight: 300;
}


@font-face {
    font-family: 'Scotch Display Cond Rm';
    src: local('Scotch Display Condensed Roman'), local('ScotchDisplayCond-Rm'),
        url('../fonts/ScotchDisplayCond-Rm.woff2') format('woff2'),
        url('../fonts/ScotchDisplayCond-Rm.woff') format('woff'),
        url('../fonts/ScotchDisplayCond-Rm.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-LightItalic.woff2') format('woff2'),
        url('../fonts/Inter18pt-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}


