/* Material Icons — self-hosted from Google Fonts.
 * Replaces the external https://fonts.googleapis.com/icon?family=Material+Icons
 * request, removing a DNS lookup + TLS handshake + 300+ ms of render-blocking
 * latency on mobile. Font file downloaded from
 * https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
 * (Google Fonts current version as of May 2026). Re-download with the
 * Material Icons release version when an upgrade is needed.
 *
 * font-display: swap — render in the fallback font immediately so any
 * Material-Icons glyph (≈ outlined squares) doesn't block FCP.
 */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('material-icons.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  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';
  -webkit-font-smoothing: antialiased;
}
