/* Self-hosted Material Symbols Rounded — subset of the 199 icons used across the
   platform (full font is 5.1MB; this subset is ~290KB). Both the -rounded and
   -outlined classes map to this font, matching the platform's existing CSS. */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url(/assets/fonts/material-symbols.woff2) format('woff2');
}
.material-symbols-rounded, .material-symbols-outlined {
  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;
  -webkit-font-feature-settings: 'liga'; font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
