/* Self-hosted Material Symbols Outlined (subset).
   Replaces the ~3.9 MB Google Fonts variable icon font with a ~321 KB local
   file. Every icon is retained (full ligature closure over the alphabet), with
   the FILL, wght and opsz axes intact; only the unused GRAD axis was dropped
   (the app always sets GRAD 0). Ligature names render exactly as before, so no
   HTML or JS changes were needed. This mirrors the @font-face and base class
   that Google's stylesheet used to provide, so it is a drop-in replacement at
   the same point in the cascade. Regenerate with:
     node data/build_material_symbols_subset.mjs
   (then bump the ?v= on the src below so browsers refetch). */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url('/fonts/material-symbols-outlined-subset.woff2?v=1') 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;
}
