/* Self-hosted Material Symbols (Sharp) — Apache-2.0. Font file lives in /fonts, no external CDN
   (deliberate: avoids sending the visitor's IP to Google Fonts, the known German GDPR issue).
   This is a static instance (opsz 24, weight 400, FILL 0) → ~300 KB, all glyphs, one style. */
@font-face {
  font-family: 'Material Symbols Sharp';
  font-style: normal;
  font-weight: 400;
  font-display: block; /* icon font: never flash the ligature text (e.g. "gavel") before it loads */
  src: url('/fonts/material-symbols-sharp.woff2') format('woff2');
}

.material-symbols-sharp {
  font-family: 'Material Symbols Sharp';
  font-weight: normal;
  font-style: normal;
  font-size: inherit; /* size like the surrounding text / the emoji it replaces */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
