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

[class^="wt-icon-"], [class*=" wt-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'wt-icons' !important;
  speak: none;
  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;
}

.wt-icon-sun-sunny-day-weather-symbol:before {
  content: "\e900";
}
.wt-icon-moon:before {
  content: "\e901";
}
.wt-icon-shining-sun:before {
  content: "\e902";
}
