/* Self-hosted Material Symbols Outlined.
 *
 * Source: https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1
 * Downloaded 2026-05-01 (font version v332).
 *
 * Why self-host:
 *   - Removes the round-trip to fonts.googleapis.com on every page load (saves ~150-300ms).
 *   - `font-display: block` hides the icon glyph entirely until the font loads,
 *     instead of flashing the icon's text label (e.g. "description", "add") at the
 *     user. The 3-second block-period default is the right tradeoff: icons are
 *     decorative, never content; a brief invisibility is better than a visible
 *     misrender.
 *   - Eliminates a third-party domain from CSP and runtime dependencies.
 *
 * Update procedure when the font moves: re-download the .woff2 from the URL above
 * and overwrite the file. The CSS rules below don't need to change.
 */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('/fonts/material-symbols/material-symbols.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;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
