/* Material Symbols Outlined — self-hosted, subsetted to the icons this
   app renders. Generated by scripts/subset-icon-font.py; do not edit by
   hand. Regenerate after adding or removing an icon.

   Cut: FILL=0, GRAD=0, opsz=24, wght=300 — ~1.75px stroke at
   24px, matching BRAND.md §6. Outline only, never filled.

   This is the bridge set. The six brand icons in /icons/svg/ are inline
   SVG and are preferred wherever they map (GAPS.md TODO 5). */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('./material-symbols/material-symbols-outlined-subset.woff2') format('woff2');
}

/* mat-icon's default font-set class is swapped to this in app.config.ts. */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  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';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
