/* Above-the-fold Geomanist only (matches woff2 preloads in head.ejs). Rest loads async via geomanist-complete.css. */

@font-face {
  font-family: 'geomanist';
  src: url('/fonts/Geomanist-Complete-Webfont/Geomanist-Regular-Webfont/geomanist-regular-webfont.woff2?v=1') format('woff2'),
       url('/fonts/Geomanist-Complete-Webfont/Geomanist-Regular-Webfont/geomanist-regular-webfont.woff?v=1') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'geomanist';
  src: url('/fonts/Geomanist-Complete-Webfont/Geomanist-Medium-Webfont/geomanist-medium-webfont.woff2?v=1') format('woff2'),
       url('/fonts/Geomanist-Complete-Webfont/Geomanist-Medium-Webfont/geomanist-medium-webfont.woff?v=1') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
