/* VW Text Regular */
@font-face {
    font-family: 'VWTextWeb';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/VW Text.eot'); /* IE9 Compat Modes */
    src: url('../fonts/VW Text.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/VW Text.woff') format('woff'), /* Modern Browsers */
         url('../fonts/VW Text.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/VW Text.svg#VWTextWeb') format('svg'); /* Legacy iOS */
}

/* VW Head Bold */
@font-face {
    font-family: 'VWHeadWeb';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/VW Head Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/VW Head Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/VW Head Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/VW Head Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/VW Head Bold.svg#VWHeadWeb') format('svg'); /* Legacy iOS */
}

/* VW Head Light */
@font-face {
    font-family: 'VWHeadWeb';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/VW Head Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/VW Head Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/VW Head Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/VW Head Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/VW Head Light.svg#VWHeadWeb') format('svg'); /* Legacy iOS */
  }