/* Material Symbols, served from this installation.
 *
 * These used to load from fonts.googleapis.com, which reports every page view —
 * the visitor's IP and User-Agent — to Google. In a customer's own deployment
 * that is their staff's browsing being sent to a third party they never
 * engaged, and it is the first thing a privacy review flags.
 *
 * Built by scripts/build-icon-font.sh: the variable axes are pinned to the
 * values the app actually renders (wght 400, FILL 0, GRAD 0, opsz 24) and the
 * glyph set is subset to the 168 icon names used in the code. That is what
 * takes the pair from 9 MB to 563 KB — pinning the axes, not subsetting the
 * glyphs, is where nearly all of it comes from.
 *
 * Consequence worth knowing: font-variation-settings no longer does anything
 * here. Nothing in the codebase set it, but a future filled or heavier icon
 * needs the axis re-added in that script, not a CSS change.
 */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: block; /* icons must never flash as their ligature text */
  src: url('/fonts/material-symbols/material-symbols-outlined.woff2') format('woff2');
}

@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('/fonts/material-symbols/material-symbols-rounded.woff2') format('woff2');
}

.material-symbols-outlined,
.material-symbols-rounded {
  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;
}

.material-symbols-outlined { font-family: 'Material Symbols Outlined'; }
.material-symbols-rounded  { font-family: 'Material Symbols Rounded'; }
