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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-light' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "\e069";
}
.icon-time:before {
  content: "\e08e";
}
.icon-attach:before {
  content: "\e0c0";
}
.icon-download:before {
  content: "\e0ff";
}
.icon-upload:before {
  content: "\e100";
}
.icon-chevrondown:before {
  content: "\e10f";
}
.icon-chevronleft:before {
  content: "\e110";
}
.icon-chevronright:before {
  content: "\e111";
}
.icon-chevronup:before {
  content: "\e112";
}
.icon-edit:before {
  content: "\e15e";
}
.icon-check:before {
  content: "\e206";
}
.icon-close:before {
  content: "\e209";
}
.icon-ellipsis:before {
  content: "\e20f";
}
.icon-refresh:before {
  content: "\e211";
}
.icon-calendar:before {
  content: "\e21c";
}
.icon-user:before {
  content: "\e253";
}
.icon-doc:before {
  content: "\e272";
}
.icon-home:before {
  content: "\e29e";
}
.icon-search:before {
  content: "\e2ca";
}
.icon-settings:before {
  content: "\e2cb";
}
.icon-arrowup:before {
  content: "\e608";
}
.icon-arrowright:before {
  content: "\e609";
}
.icon-arrowdown:before {
  content: "\e60a";
}
.icon-arrowleft:before {
  content: "\e60b";
}
.icon-arrowcircleup:before {
  content: "\e60c";
}
.icon-arrowcircleright:before {
  content: "\e60d";
}
.icon-arrowcircledown:before {
  content: "\e60e";
}
.icon-arrowcircleleft:before {
  content: "\e60f";
}
.icon-googleplus:before {
  content: "\e610";
}
.icon-eye:before {
  content: "\e9ce";
}
.icon-code:before {
  content: "\ea80";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-caretdown:before {
  content: "\e600";
}
.icon-caretright:before {
  content: "\e601";
}
.icon-caretleft:before {
  content: "\e602";
}
.icon-caretup:before {
  content: "\e603";
}
