@font-face {
  font-family: 'Weather Widget WP Icons';
  src:
    url('./weather-widget-wp-icons.ttf?a47i5z') format('truetype'),
    url('./weather-widget-wp-icons.woff?a47i5z') format('woff'),
    url('./weather-widget-wp-icons.svg?a47i5z#weather-widget-wp-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="weather-i-"], [class*=" weather-i-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Weather Widget WP Icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.weather-i-celsius:before {
  content: "\e900";
}
.weather-i-clouds:before {
  content: "\e901";
}
.weather-i-cloud-sun:before {
  content: "\e902";
}
.weather-i-cloud-thunder:before {
  content: "\e903";
}
.weather-i-fahrenheit:before {
  content: "\e904";
}
.weather-i-fog:before {
  content: "\e905";
}
.weather-i-haze:before {
  content: "\e906";
}
.weather-i-palm-tree:before {
  content: "\e907";
}
.weather-i-partly-cloudy-night:before {
  content: "\e908";
}
.weather-i-rain:before {
  content: "\e909";
}
.weather-i-rain-drizzle:before {
  content: "\e90a";
}
.weather-i-rain-heavy:before {
  content: "\e90b";
}
.weather-i-rain-scattered:before {
  content: "\e90c";
}
.weather-i-snow:before {
  content: "\e90d";
}
.weather-i-snowflake:before {
  content: "\e90e";
}
.weather-i-snow-heavy:before {
  content: "\e90f";
}
.weather-i-snow-scattered:before {
  content: "\e910";
}
.weather-i-snow-warning:before {
  content: "\e911";
}
.weather-i-sun:before {
  content: "\e912";
}
.weather-i-sunset:before {
  content: "\e913";
}
.weather-i-temp-cold:before {
  content: "\e914";
}
.weather-i-temp-hot:before {
  content: "\e915";
}
.weather-i-temp-max:before {
  content: "\e916";
}
.weather-i-temp-min:before {
  content: "\e917";
}
.weather-i-thunderstorm-scattered:before {
  content: "\e918";
}
.weather-i-thunderstorm-strong:before {
  content: "\e919";
}
.weather-i-tropical-warning:before {
  content: "\e91a";
}
.weather-i-tsunami:before {
  content: "\e91b";
}
.weather-i-windy:before {
  content: "\e91c";
}
.weather-i-windy-snow:before {
  content: "\e91d";
}
