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

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

.icon-grass:before {
  content: "\e900";
}
.icon-snow:before {
  content: "\e901";
}

