/* Self-hosted so the page contacts nobody but its own origin.
   A stylesheet from fonts.googleapis.com discloses every visitor to Google
   before they have consented to anything, which is the whole reason this
   site has a consent gate at all. Latin subset only. */

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

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

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/BarlowCondensed-600.woff2") format("woff2");
}

@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/BarlowCondensed-700.woff2") format("woff2");
}

@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/DMMono-400.woff2") format("woff2");
}

@font-face {
  font-family: 'DM Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/DMMono-500.woff2") format("woff2");
}
