/*
 * Inter variable font — @font-face declarations.
 *
 * Extracted from an inline <style> block in index.html (LEG-23075) so the SPA's
 * Content-Security-Policy can drop style-src 'unsafe-inline': a same-origin
 * stylesheet is covered by `style-src 'self'`, an inline <style> element is not.
 * Loaded via <link rel="stylesheet"> in <head>; the woff2 itself is preloaded
 * immediately above that link, so this adds no extra round-trip to first paint.
 */
@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter/InterVariable.woff2") format("woff2");
}
@font-face {
  font-family: "Inter var";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter/InterVariable.woff2") format("woff2");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter/InterVariable.woff2") format("woff2");
}
