/* Self-hosted Geomanist font family */
@font-face {
  font-family: 'Geomanist';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/geomanist-light-webfont.woff2') format('woff2');
}

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

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

@font-face {
  font-family: 'Geomanist';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/geomanist-bold-webfont.woff2') format('woff2');
}

