
/**
* Icomoon font icon set for the plugin
* 
* https://icomoon.io
*/
@font-face {
  font-family: 'Interactive Icons';
  src:  url('../fonts/icomoon.eot?onyf89');
  src:  url('../fonts/icomoon.eot?onyf89#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?onyf89') format('truetype'),
    url('../fonts/icomoon.woff?onyf89') format('woff'),
    url('../fonts/icomoon.svg?onyf89#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

.ia-icon-keyboard_arrow_down:before {
  content: "\e902";
}
.ia-icon-arrow_drop_down:before {
  content: "\e903";
}
.ia-icon-facebook-official:before {
  content: "\e900";
}
.ia-icon-twitter:before {
  content: "\e901";
}
