/* THE icon font. One declaration, loaded by every layout - _MobileLayout,
   _AdminLayout and the anonymous _Layout - so a screen that renders in either shell
   (/Profile, /Messages) cannot end up with the font in one and raw ligature text in
   the other. It used to be declared in mobile.css AND again in messages.css, and
   not at all for the admin shell, which is exactly how the desktop /Messages icons
   shipped as the words "done_all" and "forum".

   This file is the CANONICAL home of the subset list below. MobileIconSubsetTests
   reads it from here and fails the build on any icon name used in a view that is
   not in it.
   ---------------------------------------------------------------------------- */

/* material-symbols-rounded.woff2 is a SUBSET of Material Symbols Rounded, not
   the full variable font. It contains ONLY the icons used across the whole
   mobile plan. Any ligature name outside this set renders as raw text, not an
   icon. Icons in the subset (must stay sorted alphabetically):
     add, add_to_home_screen, arrow_back, arrow_forward, calendar_add_on, call,
     campaign, check, check_circle, chevron_right, delete, desktop_windows,
     do_not_disturb_on, done_all, download, edit, edit_calendar, event, event_available,
     event_busy, expand_more, flag, format_list_bulleted, forum, group, history,
     inventory_2, ios_share, keyboard_arrow_down, keyboard_arrow_up, language,
     logout, monitoring, more_horiz, notifications, notifications_active,
     notifications_off, person, person_add, person_off, phone_missed, place, schedule,
     search, search_off, sms, sticky_note_2, swap_horiz, swap_vert, task_alt,
     today, unarchive, undo, upload_file, verified, view_column, view_kanban,
     warning
   To add a NEW icon you MUST re-generate the font: add the icon name to the
   list above, keep the list sorted, and re-download the woff2 from the Google
   Fonts CSS endpoint (icon_names MUST be sorted or the API ignores them):
     https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=<sorted,comma,separated,names>
   That CSS response links the subset woff2 under url(...); save it over this
   file. Do not drop this file in as the full font - keep it subset. */
@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 100 700;
    src: url('../fonts/material-symbols-rounded.woff2') format('woff2');
}
.msr {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    user-select: none;
}
