@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,700;1,6..72,400;1,6..72,700&family=Plus+Jakarta+Sans:wght@500;700&display=swap);
@font-face {
    font-family: 'Gotham Narrow';
    src:url('../fonts/GothamNarrow-Medium.woff2') format('woff2'),
        url('../fonts/GothamNarrow-Medium.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham Narrow';
    src:url('../fonts/GothamNarrow-Bold.woff2') format('woff2'),
        url('../fonts/GothamNarrow-Bold.woff') format('woff');
    font-weight: bold;
    font-display: swap;
}
@font-face {
  font-family: 'Genericons';
  src:url("../fonts/Genericons.woff") format("woff2"), url("../fonts/Genericons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}