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

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

.cone_time_icon-calendar_holiday:before {
  content: "\e908";
}
.cone_time_icon-calendar_staffsick:before {
  content: "\e909";
}
.cone_time_icon-calendar_vacation:before {
  content: "\e90a";
}
.cone_time_icon-calendar:before {
  content: "\e900";
}
.cone_time_icon-calendar_blank:before {
  content: "\e901";
}
.cone_time_icon-calendar_bonus:before {
  content: "\e902";
}
.cone_time_icon-calendar_day:before {
  content: "\e903";
}
.cone_time_icon-calendar_month:before {
  content: "\e904";
}
.cone_time_icon-calendar_overtime:before {
  content: "\e905";
}
.cone_time_icon-calendar_week:before {
  content: "\e906";
}
.cone_time_icon-calendar_year:before {
  content: "\e907";
}