/* Weather Icons - Local version */
@font-face {
  font-family: "weather-icons";
  src: url("../fonts/weathericons-regular-webfont.woff2") format("woff2"),
    url("../fonts/weathericons-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.wi {
  display: inline-block;
  font-family: "weather-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Common weather icons */
.wi-day-sunny:before {
  content: "\f00d";
}
.wi-day-cloudy:before {
  content: "\f002";
}
.wi-cloudy:before {
  content: "\f013";
}
.wi-rain:before {
  content: "\f019";
}
.wi-snow:before {
  content: "\f01b";
}
.wi-windy:before {
  content: "\f021";
}
.wi-night-clear:before {
  content: "\f02e";
}
.wi-thermometer:before {
  content: "\f055";
}
.wi-umbrella:before {
  content: "\f084";
}
