/* Inter var, self-hosted so underwriting renders in the same face as the rest of the
 * platform and makes no third-party request from a tool that displays PII.
 *
 * Both faces used to be inlined here as base64 data URLs, which put 969KB — a
 * third of it base64 overhead — on the render-blocking path, and meant a
 * one-line edit to this file refetched every glyph. They are ordinary assets
 * now: Propshaft fingerprints them, the browser caches them independently of
 * this stylesheet, and font-display: swap keeps text readable while they load.
 *
 * format("woff2") was not on the original declarations; it lets a browser skip
 * a source it cannot use without downloading it first. */

@font-face {
  font-family: 'Inter var';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/inter-var-normal-286b035b.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter var';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/inter-var-italic-2289a606.woff2") format("woff2");
}
