/* Material Symbols Outlined — self-hosted subset (task 16).
   The woff2 is a SUBSET fetched from Google Fonts (css2 `icon_names=`), holding
   only the glyphs the UI uses. To add an icon later, re-fetch the subset with the
   updated icon_names list and replace material-symbols-outlined.woff2.
   Icons in the subset: add, arrow_back, arrow_downward, build, cards_star, check,
   check_box, check_box_outline_blank, checklist, checklist_rtl, chevron_right,
   close, code, download, eco, error, expand_more, grid_view, history, laps,
   more_vert, notifications, open_in_new, progress_activity, refresh,
   tab_close_right, view_list, wand_stars, youtube_searched_for. */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 100 700;          /* variable weight axis */
    font-display: block;           /* avoid flashing the ligature text before load */
    src: url('/vendor/material-symbols-outlined.woff2?v=6') format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    /* Inherit the size/colour of the surrounding context so each button keeps
       its current footprint; callers bump font-size where a bigger glyph is
       wanted. */
    font-size: inherit;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    font-feature-settings: 'liga';
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    /* FILL 0, wght 400, GRAD 0, optical size 24 — the neutral default. */
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
