@font-face {
  font-family: 'Geomanist';
  src:
    url('./fonts/geomanist-regular.woff2') format('woff2'),
    url('./fonts/geomanist-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src:
    url('./fonts/geomanist-medium.woff2') format('woff2'),
    url('./fonts/geomanist-medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
