/* Self-hosted fonts (no third-party requests to Google Fonts).
   Arvo 700 for headlines, Vegur for body and running text.
   Vegur is not available on Google Fonts; the files are sourced from
   the original dotcolon.net release (https://dotcolon.net/font/vegur/). */

/* Arvo - headlines - latin */
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(arvo-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Vegur - body and running text - regular */
@font-face {
  font-family: 'Vegur';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(vegur-regular.woff2) format('woff2');
}

/* Vegur - body and running text - bold (used for emphasis, buttons, etc.) */
@font-face {
  font-family: 'Vegur';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(vegur-bold.woff2) format('woff2');
}
