/* Newsroom typefaces — self-hosted, GDPR-clean, loaded only on the Newsroom.
 *
 * The shared fonts.css (generated from the marketing build) ships Outfit, the
 * site's face and the SalesBond wordmark. The Newsroom's body text, however,
 * is set in Inter — the same self-hosted Inter Variable the product app uses
 * (Inter v20, SIL OFL 1.1, assets/fonts/Inter-OFL.txt) — and its small
 * uppercase labels, dates, hex and file sizes in JetBrains Mono. Both are
 * declared here rather than in the generated fonts.css, and enqueued only on
 * Newsroom views (functions.php), so no other page downloads a byte of them.
 *
 * The subset files carry a variable weight axis of 400–700. The design calls
 * for 800 on the largest headings; that renders at the 700 ceiling until a
 * full-axis subset is shipped (see the Newsroom README, "Known gaps"). Ranges
 * are copied verbatim from the product app so bytes and coverage never drift.
 */

/* Inter Variable — the Newsroom's text face. */
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/inter-latin.woff2') format('woff2');
  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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308,
    U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113,
    U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/inter-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/inter-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Inter Variable';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('fonts/inter-symbols.woff2') format('woff2');
  unicode-range: U+2190-2199, U+21A9-21AA, U+21B0-21B1, U+21B3-21B5, U+21BA-21BB, U+21D0, U+21D2,
    U+21D4, U+21DE-21DF, U+21E4-21E5, U+21E7, U+21EA, U+25A0-25A2, U+25AA, U+25B2-25B3, U+25B6-25B7,
    U+25BA-25BD, U+25C0-25C1, U+25C4-25C7, U+25CA-25CB, U+25CF, U+25E6, U+25EF, U+2605-2606, U+2713,
    U+2717;
}

/* JetBrains Mono — the Newsroom's label face (eyebrows, dates, hex, sizes).
 * The same subset files the code block uses; declared here so labels get the
 * mono face on every Newsroom view, not only on articles with a code block. */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/JetBrainsMono-Regular.subset.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/JetBrainsMono-Bold.subset.woff2') format('woff2');
}
