/* GENERATED by scripts/fetch_help_fonts.py --icons — do not edit by hand.
 * Self-hosted Material Symbols Outlined (full static @24,400,0,0 instance).
 * Replaces the render-blocking Google Fonts icon <link> app-wide (PR2).
 * Re-run `python scripts/fetch_help_fonts.py --icons` to refresh. */

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  /* `block` (FOIT), NOT `swap` (FOUT): with `swap` the ligature spans paint
     their source WORD (view_column, delete_forever, expand_more, ...) until
     the woff2 lands — on a cold font cache those leaked words look like raw
     backend field names. `block` shows a brief invisible box instead and
     never reveals the source text. Preloaded in _app_head_fonts.html +
     precached by sw.js to keep the block window sub-perceptible. */
  font-display: block;
  src: url(/static/fonts/app/MaterialSymbols-Outlined.woff2) format('woff2');
}

.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;
}
