@charset "UTF-8";

@font-face {
  font-family: "tatweather";
  src:url("fonts/tatweather.eot");
  src:url("fonts/tatweather.eot?#iefix") format("embedded-opentype"),
    url("fonts/tatweather.woff") format("woff"),
    url("fonts/tatweather.ttf") format("truetype"),
    url("fonts/tatweather.svg#tatweather") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "tatweather" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "tatweather" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-moon:before {
  content: "\61";
}
.icon-umbrella:before {
  content: "\62";
}
.icon-snowing:before {
  content: "\63";
}
.icon-snowflake:before {
  content: "\64";
}
.icon-storm:before {
  content: "\66";
}
.icon-sun:before {
  content: "\65";
}
.icon-wind:before {
  content: "\67";
}
.icon-windsun:before {
  content: "\68";
}
.icon-windynight:before {
  content: "\69";
}
.icon-rain:before {
  content: "\6a";
}
.icon-cloudynight:before {
  content: "\6b";
}
.icon-cloudy:before {
  content: "\6c";
}
.icon-cloudrain:before {
  content: "\6d";
}
.icon-cloudsun:before {
  content: "\6e";
}
