@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(RobotoCondensed-Light.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(RobotoCondensed-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(RobotoCondensed-Bold.woff) format('woff');
}


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

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

.icon-youtube-play:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-facebook-official:before {
  content: "\e904";
}
