@charset "UTF-8";

@font-face {
  font-family: "rmc-icons";
  src:url("fonts/rmc-icons.eot");
  src:url("fonts/rmc-icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/rmc-icons.woff") format("woff"),
    url("fonts/rmc-icons.ttf") format("truetype"),
    url("fonts/rmc-icons.svg#rmc-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "rmc-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "rmc-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-access-from-anywhere:before {
  content: "\6a";
}
.icon-automatic-backups:before {
  content: "\6b";
}
.icon-enhanced-security:before {
  content: "\6c";
}
.icon-faster-performance:before {
  content: "\6d";
}
.icon-no-more-installations:before {
  content: "\6e";
}
.icon-phone-support:before {
  content: "\6f";
}
.icon-seamless-collaboration:before {
  content: "\70";
}
.icon-support-tickets:before {
  content: "\71";
}
.icon-training-tutorials:before {
  content: "\72";
}
