/* ============================================================
   Brain Alarm — self-hosted webfonts

   These faces were previously pulled from fonts.googleapis.com /
   fonts.gstatic.com; they are now served from this origin instead.

   Files, provenance and regeneration: see assets/fonts/README.md.
   Licences ship alongside the fonts (OFL.txt, LICENSE-material-symbols.txt).
   Load this BEFORE tokens.css / site.css / legal.css so those can
   override the base rules below.
   ============================================================ */

/* ---- Roboto Flex — latin subset, full variable weight axis --------
   Descriptors mirror what Google Fonts served, so rendering is
   unchanged. Keeping unicode-range means any codepoint outside the
   latin subset (e.g. U+2192 "→") cleanly falls through to the
   system-ui fallback in --font-sans instead of loading a second file. */
@font-face {
  font-family: 'Roboto Flex';
  font-style: normal;
  font-weight: 100 1000;
  font-stretch: 100%;
  font-display: swap;
  src: url(/assets/fonts/roboto-flex-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;
}

/* ---- Material Symbols Outlined — subset to the icons in use -------
   The full variable icon font is 2.3 MB (~3,900 glyphs). This subset
   carries only the ligatures the site actually renders. ADDING A NEW
   ICON REQUIRES REGENERATING IT — see assets/fonts/README.md. */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/fonts/material-symbols-outlined-subset.woff2) format('woff2');
}

/* Base icon rule, previously supplied by Google's stylesheet.
   site.css / legal.css layer font-variation-settings on top. */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
