@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 400;
  /* A SUBSET — the 53 icons the apps between them actually use, 8.6 KB.
   *
   * The full variable file beside it is 4,390,752 bytes and carries 5,623 icons across
   * four axes. Between March and August 2026 it was 1.20 GB of ProjectSpace's 4.69 GB
   * of total traffic: 26% of everything the site had ever served, to draw a handful of
   * chevrons and a warning triangle. It is kept as the SOURCE, not served.
   *
   * Regenerate with `tools/subset_icons.py <repo> <repo> …` after adding an icon to any
   * template in any consuming app — until then a new icon renders as its own name, in
   * 22px, which is the cost of the 508x and the reason the script exists.
   */
  src: url(MaterialSymbolsRounded-subset.woff2) format('woff2');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

