/*
 * Material Symbols Rounded — early, non-blocking icon font load.
 *
 * font-display: block hides ligature names (e.g. "check_circle") until the
 * glyph font is ready. Do not change this to "swap" — swap flashes readable
 * label text in place of icons and looks broken.
 *
 * The woff2 is copied to /fonts at build/serve time from
 * @fontsource-variable/material-symbols-rounded (see esbuild.mjs).
 */
@font-face {
  font-family: 'Material Symbols Rounded Variable';
  font-style: normal;
  font-display: block;
  font-weight: 100 700;
  src: url('/fonts/material-symbols-rounded-latin-full-normal.woff2')
    format('woff2-variations');
}
