/* Self-hosted webfonts — no external CDN requests.
   Montserrat (body copy), SIL OFL 1.1 licensed, see ../fonts/OFL-montserrat.txt.
   Alta (headings), commercially licensed from Aaron Amar — not open source,
   do not redistribute the font files outside this deploy.
   Stardos Stencil (Toolkit page headings), by Vernon Adams, SIL OFL 1.1
   licensed, see ../fonts/OFL-stardos-stencil.txt. */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/montserrat-variable.woff2') format('woff2-variations'),
       url('../fonts/montserrat-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Alta';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/alta-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Stardos Stencil';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/stardos-stencil-bold.woff2') format('woff2');
}
