/**
 * Self-hosted brand webfonts.
 *
 * Source Serif 4 — editorial / display / headings
 * Inter          — navigation / body / UI / supporting copy
 *
 * Both are SIL Open Font License 1.1, which permits redistribution and
 * self-hosting. Licence texts ship alongside the binaries:
 *   fonts/LICENSE-SourceSerif4-OFL.txt
 *   fonts/LICENSE-Inter-OFL.txt
 *
 * Variable ("wght") files are used deliberately rather than a matrix of static
 * weights. The theme uses 400, 500, 600, 650 and 700; static files would need
 * five faces per family, would round 650 to a neighbouring weight, and would
 * synthesise a faux bold wherever a missing weight was requested. Two variable
 * files cover the whole 400-700 range exactly, in two requests.
 *
 * font-display: swap keeps text readable during the font load. Because the
 * fallback metrics are close and the families are small, this does not produce
 * a measurable layout shift - see the CLS check in the release QA.
 */

@font-face {
  font-family: "Source Serif 4 Variable";
  src: url("../../fonts/source-serif-4-variable-latin.woff2") format("woff2-variations"),
       url("../../fonts/source-serif-4-variable-latin.woff2") format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
                 U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter Variable";
  src: url("../../fonts/inter-variable-latin.woff2") format("woff2-variations"),
       url("../../fonts/inter-variable-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC,
                 U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
