/* Material Symbols as an SVG sprite (assets/icons.svg, one request, cached
   site-wide) in place of Google's icon font: the full variable font was
   3.9 MB and the landing page's LCP on mobile; the sprite is ~10 KB gzipped
   and never shows ligature names as text while loading. Each icon is
   <svg class="material-symbols-outlined"><use href="/assets/icons.svg#name"/></svg>;
   width and height follow font-size, so the existing size rules still apply.
   Sprite is rebuilt from google/material-design-icons — see marketing/README. */
.material-symbols-outlined {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 24px;
  line-height: 1;
  fill: currentColor;
  vertical-align: middle;
  flex: none;
  overflow: visible;
}
