/* Selbst-gehostete Material-Symbols-Icon-Font (Achsen gepinnt auf wght 400 + FILL 0/1, ~447 KB) —
   unabhängig von Google Fonts und per Service Worker cachebar (Icons funktionieren offline und
   werden nicht bei jedem Gerät neu von Google geladen). Ersetzt den Google-Fonts-<link>. */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/material-symbols-outlined.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  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;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Font-Load-Race verhindern: bis document.fonts.ready gefeuert hat,
   Ligature-Namen ("search", "close", …) unsichtbar rendern statt Text-Fallback. */
html:not(.fonts-ready) .material-symbols-outlined {
  color: transparent;
}
