/* ezyCollect self-hosted fonts: Jost (variable) + Phosphor icons.
 *
 * PROVENANCE. First-party, not platform output. 8882's copy of this file carries the header
 * "Extracted from template.html <style> blocks 0/1/2 by Unit A", and 8882 loads it on every
 * academy page. Ported to 8883 by Unit C on 2026-08-25 under contract Addendum 10, which rules
 * this file a genuine asset to port rather than compiled CSS to extract.
 *
 * TRIMMED to the faces the academy chrome actually uses, and to woff2 for the icon font.
 * Dropped, with reasons, all recoverable from 8882 in one copy if ever needed:
 *   - phosphor.woff / .ttf / .svg   3.9 MB of legacy formats for the same font. Every browser
 *                                  that can run this site reads woff2.
 *   - Phosphor-Fill (all formats)   no academy template uses a `.ph-fill` glyph. The matching
 *                                  `.ph-fill` rule is left out of academy-chrome.css too, so
 *                                  the pair stays consistent: no rule, no font, no fallback
 *                                  boxes.
 *   - Phosphor-Duotone + its 3 icon rules   belong to the credit-applications AR page, not the
 *                                  academy.
 * Nothing was added and no declaration was altered. Jost keeps 8882's exact ttf files, so the
 * academy renders the same binary the reference does.
 *
 * Licences: Jost, SIL Open Font Licence 1.1, see OFL-Jost.txt beside this file.
 * Phosphor Icons, MIT.
 */

@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/credit-applications/jost-variable.ttf") format("truetype-variations");
}
@font-face {
  font-family: "Jost";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/uploads/credit-applications/jost-italic-variable.ttf") format("truetype-variations");
}

@font-face {
  font-family: "Phosphor";
  src: url("/wp-content/uploads/credit-applications/phosphor.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
