/* Material Symbols Rounded — self-hosted, subsetted.
   Icon set is defined in /shared/fonts/material-symbols-icons.txt; rebuild
   the woff2 with /shared/fonts/build.sh after editing that list.
   Markup: <span class="material-symbols-rounded">play_arrow</span> */

@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('/shared/fonts/material-symbols-rounded.woff2') format('woff2');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  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;
  /* Defaults match what pulsar previously requested from Google Fonts
     (FILL=1 wght=400 GRAD=0 opsz=24). Override per-component with
     `font-variation-settings` where a different weight/optical size is wanted. */
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
