/* Self-hosted Material Symbols Outlined (variable font), served same-origin.
   Vendored from the `material-symbols` npm package (v0.45.6) — the complete
   variable font, not a subset, per 35-CONTEXT.md D-05. No Google host is
   referenced anywhere in this file; the woff2 lives alongside it under
   /fonts/material-symbols/. font-family is supplied here; globals.css only
   augments with font-variation-settings (FILL/wght/GRAD/opsz per glyph).
   font-display: block (not swap/fallback): this is an icon font, so each
   glyph is rendered via a ligature name ("search", "menu", ...). `swap`
   would show that ligature name as plain text until the woff2 loads,
   producing a FOUC across the whole dashboard. `block` keeps the glyph
   invisible for a short blocking period instead, avoiding that flash. */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url('/fonts/material-symbols/material-symbols-outlined.woff2') format('woff2');
  font-display: block;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
}
