/* Material Symbols Rounded — loaded asynchronously from base.html so it
   stays off the FCP critical path. The `layer(fonts)` keeps Google's
   .material-symbols-rounded rule (font-size: 24px) in the weakest cascade
   layer declared in tailwind.src.css, so Tailwind's text-xs / text-sm /
   text-base utilities continue to win.

   The `display=swap` query param means icons render with the system font
   while the woff2 is in flight — a brief flash where icon spans show
   their ligature text (e.g. "expand_more") instead of the glyph. That's
   the price of moving this off the critical path. */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&display=swap") layer(fonts);
