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

.so-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'editor-icon' !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;
}

.so-icon-arrow-circle-down:before {
  content: "\e900";
}
.so-icon-arrow-circle-left:before {
  content: "\e901";
}
.so-icon-arrow-circle-right:before {
  content: "\e902";
}
.so-icon-arrow-circle-up:before {
  content: "\e903";
}
.so-icon-arrow-down:before {
  content: "\e904";
}
.so-icon-arrow-left:before {
  content: "\e905";
}
.so-icon-arrow-right:before {
  content: "\e906";
}
.so-icon-arrow-up:before {
  content: "\e907";
}
.so-icon-cancel:before {
  content: "\e908";
}
.so-icon-email:before {
  content: "\e909";
}
.so-icon-login:before {
  content: "\e90a";
}
.so-icon-logout:before {
  content: "\e90b";
}
.so-icon-menu:before {
  content: "\e90c";
}
.so-icon-more:before {
  content: "\e90d";
}
.so-icon-phone:before {
  content: "\e90e";
}
.so-icon-play:before {
  content: "\e90f";
}
.so-icon-search:before {
  content: "\e910";
}
.so-icon-social-facebook:before {
  content: "\e911";
}
.so-icon-social-instagram:before {
  content: "\e912";
}
.so-icon-social-linkedin:before {
  content: "\e913";
}
.so-icon-social-share:before {
  content: "\e914";
}
.so-icon-social-twitter:before {
  content: "\e915";
}
.so-icon-submit:before {
  content: "\e916";
}
.so-icon-tick:before {
  content: "\e917";
}
.so-icon-user:before {
  content: "\e918";
}

