/* Material Symbols Rounded — вариативный монотонный набор Google.
   Подключаем ПОДРЕЗАННУЮ копию: полный файл весит 5,3 МБ и тянулся на
   каждой странице ради девяти десятков иконок, подрезанный — 130 КБ.
   Пересобрать после добавления новых иконок:
     php parsers/build-iconfont.php && python parsers/subset-iconfont.py */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('/assets/fonts/material-symbols-rounded.subset.woff2?v=1788353523') format('woff2');
}
.ms {
  font-family: 'Material Symbols Rounded';
  font-weight: 400;
  font-style: normal;
  font-size: 1.15em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* имя иконки превращается в глиф лигатурой; в этом шрифте она rlig */
  font-feature-settings: 'liga' 1, 'rlig' 1;
  -webkit-font-feature-settings: 'liga' 1, 'rlig' 1;
  font-variant-ligatures: common-ligatures discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  vertical-align: -.16em;
}
.ms-fill { font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24; }
.ms-sm   { font-size: .95em; }
.ms-lg   { font-size: 1.5em; }
.ms-xl   { font-size: 2.2em; }
