/* Weather Icons (Erik Flowers, SIL OFL 1.1) – lokal, siehe assets/fonts/weather-icons/LICENSE.txt
   Gemeinsam genutzt von index.php, widget.php UND index-cards.php (seit 2026-07-05, vorher
   nur in dashboard.css enthalten und damit nur index.php/widget.php zugänglich – hier
   ausgelagert, damit alle drei Ansichten dieselbe Icon-Font referenzieren können, ohne
   dashboard.css komplett einzubinden, siehe CLAUDE.md „Wetter-Icons"). */
@font-face{
  font-family:'weathericons';
  src:url('../fonts/weather-icons/weathericons-regular-webfont.woff2') format('woff2'),
      url('../fonts/weather-icons/weathericons-regular-webfont.woff') format('woff');
  font-weight:normal; font-style:normal; font-display:swap;
}
.wi{display:inline-block;font-family:'weathericons';font-style:normal;font-weight:normal;
  line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.wi-day-sunny:before{content:"\f00d"}
.wi-day-cloudy:before{content:"\f002"}
.wi-day-rain:before{content:"\f008"}
.wi-day-snow:before{content:"\f00a"}
.wi-day-thunderstorm:before{content:"\f010"}
.wi-night-clear:before{content:"\f02e"}
.wi-night-alt-cloudy:before{content:"\f086"}
.wi-night-alt-rain:before{content:"\f028"}
.wi-night-alt-snow:before{content:"\f02a"}
.wi-night-alt-thunderstorm:before{content:"\f02d"}
.wi-cloudy:before{content:"\f013"}
.wi-fog:before{content:"\f014"}
