/**

 * Custom @font-face declarations for Matcha Source 

 */



/* Vista Sans Alt Light */

@font-face {

    font-family: 'VistaSansAltLightRegular';

    src: url('../fonts/vistasanaltlig.eot');

    src: url('../fonts/vistasanaltlig.eot') format('embedded-opentype'),

         url('../fonts/vistasanaltlig.woff2') format('woff2'),

         url('../fonts/vistasanaltlig.woff') format('woff'),

         url('../fonts/vistasanaltlig.ttf') format('truetype'),

         url('../fonts/vistasanaltlig.svg#VistaSansAltLightRegular') format('svg');

}



/* Vista Sans Light */

@font-face {

    font-family: 'VistaSansOT';

    font-weight: 300;

    src: url('../fonts/vistasansot-light-webfont.eot');

    src: url('../fonts/vistasansot-light-webfont.eot') format('embedded-opentype'),

         url('../fonts/vistasansot-light-webfont.woff') format('woff'),

         url('../fonts/vistasansot-light-webfont.ttf') format('truetype'),

         url('../fonts/vistasansot-light-webfont.svg#VistaSansOTLight') format('svg');

}



/* Vista Sans Regular */

@font-face {

    font-family: 'VistaSansOT';

    font-weight: 400;

    src: url('../fonts/vistasansot-reg.eot');

    src: url('../fonts/vistasansot-reg.eot') format('embedded-opentype'),

         url('../fonts/vistasansot-reg.woff2') format('woff2'),

         url('../fonts/vistasansot-reg.woff') format('woff'),

         url('../fonts/vistasansot-reg.ttf') format('truetype'),

         url('../fonts/vistasansot-reg.svg#VistaSansOTReg') format('svg');

}



/* Vista Sans Book */

@font-face {

    font-family: 'VistaSansOT';

    font-weight: 500;

    src: url('../fonts/vistasansot-book.eot');

    src: url('../fonts/vistasansot-book.eot') format('embedded-opentype'),

         url('../fonts/vistasansot-book.woff2') format('woff2'),

         url('../fonts/vistasansot-book.woff') format('woff'),

         url('../fonts/vistasansot-book.ttf') format('truetype'),

         url('../fonts/vistasansot-book.svg#VistaSansOTBook') format('svg');

}



/* Vista Sans Medium */

@font-face {

    font-family: 'VistaSansOT';

    font-weight: 600;

    src: url('../fonts/vistasansot-med.eot');

    src: url('../fonts/vistasansot-med.eot') format('embedded-opentype'),

         url('../fonts/vistasansot-med.woff2') format('woff2'),

         url('../fonts/vistasansot-med.woff') format('woff'),

         url('../fonts/vistasansot-med.ttf') format('truetype'),

         url('../fonts/vistasansot-med.svg#VistaSansOTMedium') format('svg');

}



/* Vista Sans OT Bold */

@font-face {

    font-family: 'VistaSansOTBold';

    font-weight: 800;

    src: url('../fonts/vistasansot-bold.eot');

    src: url('../fonts/vistasansot-bold.eot') format('embedded-opentype'),

         url('../fonts/vistasansot-bold.woff2') format('woff2'),

         url('../fonts/vistasansot-bold.woff') format('woff'),

         url('../fonts/vistasansot-bold.ttf') format('truetype'),

         url('../fonts/vistasansot-bold.svg#VistaSansOTBold') format('svg');

}



/* Vista Sans Condensed */

@font-face {

    font-family: 'VistaCond';

    font-weight: 300;
	font-style: italic; 

   src: url('../fonts/vistacond.woff2') format('woff2'),
        url('../fonts/vistacond.woff') format('woff');
	-moz-font-feature-settings: "salt";
  -webkit-font-feature-settings: "salt";
  font-feature-settings: "salt";
  }



}

