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

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

.frost:before {
  content: "\e905";
  font-size: 18px;
}
.wetness:before {
  content: "\e906";
  font-size: 18px;
}
.drought:before {
  content: "\e907";
  font-size: 18px;
}
.heat:before {
  content: "\e908";
  font-size: 18px;
}
.premium:before {
  content: "\e909";
  font-size: 18px;
}
