/* ==========================================================================
   Material Symbols Rounded — SELF-HOSTED SUBSET
   Only the 3 icons used by the weather widget: explore, waves, wb_twilight.
   Subset = ~1.9 KB instead of the full 5.3 MB variable font from Google.

   To add icons: regenerate the subset (then replace the .woff2):
     curl -A "<modern-browser-UA>" \
       "https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=explore,waves,wb_twilight,NEW_ICON&display=block"
     # download the /l/font?kit=… URL it returns into fonts/material-symbols/
   ========================================================================== */
@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 400;
  font-display: block; /* icon font: brief invisible beats flashing the ligature text */
  src: url('../../fonts/material-symbols/material-symbols-rounded-subset.woff2') format('woff2');
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  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;
}
