@font-face {
  font-family: "vc_material";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/vc_material.woff") format("woff"),
    url("../fonts/vc_material.ttf") format("truetype"),
    url("../fonts/vc_material.svg#vc_material") format("svg");
}

.vc-material {
  font-family: "vc_material" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vc-material-message::before { content: "\e0c9"; }
.vc-material-help::before { content: "\e887"; }
