/*
 * Barlow and Barlow Condensed, self-hosted.
 *
 * Served from app/assets/fonts rather than Google Fonts. Three reasons, in order of
 * weight: the front door is a recruitment page read on a phone and a third-party
 * round-trip before first paint is the most expensive thing on it; the CSP needs no
 * font-src or style-src exception for a host we do not control; and no visitor's IP
 * reaches a third party merely for reading about us.
 *
 * Latin subsets only — the site is English. A glyph outside the subset (the → in the
 * call-to-action buttons is the one that matters) falls back to a system face, which
 * is what the design prototypes do too.
 *
 * Weights are exactly those the design uses. Adding one means adding the file; there
 * is no variable font here, so a weight with no file is synthesised by the browser and
 * looks wrong. See docs/PROJECT.md for the type scale.
 */

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/assets/barlow-300-fc530612.woff2") format("woff2");
}

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

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

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/barlow-600-81a96cd2.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/barlow-condensed-400-3e035bac.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/barlow-condensed-600-1a79f86d.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/barlow-condensed-700-74ef7090.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/assets/barlow-condensed-900-60e2a568.woff2") format("woff2");
}
