

[class^="icon_"]:before, [class*=" icon_"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'soma' !important;
  speak: never;
  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_arrowLeft:before {
  content: "\e900";
}
.icon_arrowRight:before {
  content: "\e901";
}
.icon_facebook:before {
  content: "\e902";
}
.icon_instagram:before {
  content: "\e903";
}
.icon_mail01:before {
  content: "\e904";
}
.icon_mail02:before {
  content: "\e905";
}
.icon_menu:before {
  content: "\e906";
}
.icon_phone:before {
  content: "\e907";
}
.icon_phone02:before {
  content: "\e908";
}
.icon_twitter:before {
  content: "\e909";
}
