/* Self-hosted Alata, Lato and Libre Baskerville.

   Previously these came from the google_webfonts_helper module, which wrote
   them into sites/default/files. The module is gone: a contributed module that
   downloads from Google and generates CSS is a dependency and a moving part,
   for files that change once every few years. They live in the theme now, like
   the fonts on the sicher and zwoelf surfaces.

   Google Fonts is not used as a CDN — that would transmit every visitor's IP
   to Google and require a consent gate. These are Google's files, served from
   this server.

   Weights follow what the stylesheets actually declare: 400 and 700, no
   italics. Lato 300 is kept because one rule asks for 200 and would otherwise
   jump to 400. */

@font-face {
  font-family: 'Alata';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/alata-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-017F, U+2000-206F, U+20A0-20BF, U+2122;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/lato-300.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-017F, U+2000-206F, U+20A0-20BF, U+2122;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lato-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-017F, U+2000-206F, U+20A0-20BF, U+2122;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/lato-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-017F, U+2000-206F, U+20A0-20BF, U+2122;
}

@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/libre-baskerville-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-017F, U+2000-206F, U+20A0-20BF, U+2122;
}

@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/libre-baskerville-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0100-017F, U+2000-206F, U+20A0-20BF, U+2122;
}
