/*
 * The type, served from here rather than from Google.
 *
 * The privacy page says "Nothing third party runs on these pages." It was not
 * true: three of the four faces came from fonts.googleapis.com on every render,
 * which handed Google every visitor's IP address and User Agent, including on
 * the privacy page making the claim. Same faces, latin subset, same origin.
 *
 * Lexend Deca and Lexend Mega are variable, so one file covers a weight range.
 * Comic Neue is not: 400 and 700 are separate files and both are kept.
 */

@font-face {
  font-family: 'Comic Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/ComicNeue.woff2') format('woff2');
}

@font-face {
  font-family: 'Comic Neue';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/ComicNeue-2.woff2') format('woff2');
}

@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/assets/fonts/LexendDeca.woff2') format('woff2');
}

@font-face {
  font-family: 'Lexend Mega';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/assets/fonts/LexendMega.woff2') format('woff2');
}
