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

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

.envenvision-left:before {
  content: "\e903";
}
.envenvision-minus:before {
  content: "\e900";
}
.envenvision-right:before {
  content: "\e901";
}
.envenvision-plus:before {
  content: "\e902";
}
