@font-face {
  font-family: 'cliffs_of_moher';
  src:  url('fonts/cliffs_of_moher.eot?784ugx');
  src:  url('fonts/cliffs_of_moher.eot?784ugx#iefix') format('embedded-opentype'),
    url('fonts/cliffs_of_moher.ttf?784ugx') format('truetype'),
    url('fonts/cliffs_of_moher.woff?784ugx') format('woff'),
    url('fonts/cliffs_of_moher.svg?784ugx#cliffs_of_moher') 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: 'cliffs_of_moher' !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_add:before {
  content: "\e900";
}
.icon_chevron_down:before {
  content: "\e901";
}
.icon_chevron_left:before {
  content: "\e902";
}
.icon_chevron_right:before {
  content: "\e903";
}
.icon_chevron_up:before {
  content: "\e904";
}
.icon_edit:before {
  content: "\e905";
}
.icon_print:before {
  content: "\e906";
}
.icon_remove:before {
  content: "\e907";
}
.icon_tick:before {
  content: "\e908";
}
