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

.climacons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Climacons' !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;
}

.climacon-clear-day:before {
  content: "\e900";
}
.climacon-clear-night:before {
  content: "\e901";
}
.climacon-clouds:before {
  content: "\e902";
}
.climacon-clouds-day:before {
  content: "\e903";
}
.climacon-clouds-night:before {
  content: "\e904";
}
.climacon-rain:before {
  content: "\e905";
}
.climacon-shower-rain-day:before {
  content: "\e906";
}
.climacon-shower-rain-night:before {
  content: "\e907";
}
.climacon-storm:before {
  content: "\e908";
}
.climacon-snow:before {
  content: "\e909";
}
.climacon-mist:before {
  content: "\e90a";
}

