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

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

.circle {
  border: 2px solid #222;
  border-radius: 100%;
  padding: 4px;
  color: #222;
}

.icon-CLOCK:before {
  content: '\e904';
}
.icon-CALENDAR:before {
  content: '\e900';
}
.icon-CAR:before {
  content: '\e901';
}
.icon-TICK:before {
  font-family: 'FontAwesome' !important;
  content: '\f00c';
}
.icon-TOYOTA-WHEEL:before {
  content: '\e903';
}
