/* Asensi self-hosted web fonts — replaces fonts.googleapis.com on the modern UI.
 *
 * Why self-hosted: external Google Fonts links are render-blocking (LCP penalty)
 * and transfer the visitor IP to Google before any cookie consent (ePrivacy).
 * Hosted here in asensi_base_fields (always installed, server_wide) so the modern
 * templates in quote_cart / elysator_calculator / service_records can all reference
 * one shared copy at /asensi_base_fields/static/fonts/.
 *
 * Each family is a single VARIABLE woff2 (latin subset) spanning the weight range
 * the templates actually use. Glyph coverage incl. Finnish a-umlaut/o-umlaut/a-ring
 * (U+00E4/F6/E5, within U+0000-00FF), typographic marks and the euro sign.
 *
 * Source + license: see README.md and OFL.txt in this directory. All three families
 * are SIL Open Font License 1.1 (self-hosting permitted).
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('inter.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: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('jetbrains-mono.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: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('space-grotesk.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;
}
