@font-face {
    font-family: 'Sanchez-Bold';
	src: 	url('../fonts/sanchez/2E177E_0_0.eot');
	src: 	url('../fonts/sanchez/2E177E_0_0.eot?#iefix') format('embedded-opentype'),
			url('../fonts/sanchez/2E177E_0_0.woff2') format('woff2'),
			url('../fonts/sanchez/2E177E_0_0.woff') format('woff'),
			url('../fonts/sanchez/2E177E_0_0.ttf') format('truetype');
}
 
  
@font-face {
	font-family: 'Sanchez';
	src: 	url('../fonts/sanchez/2E177E_1_0.eot');
	src: 	url('../fonts/sanchez/2E177E_1_0.eot?#iefix') format('embedded-opentype'),
			url('../fonts/sanchez/2E177E_1_0.woff2') format('woff2'),
			url('../fonts/sanchez/2E177E_1_0.woff') format('woff'),
			url('../fonts/sanchez/2E177E_1_0.ttf') format('truetype');
}
 
  
@font-face {
	font-family: 'Sanchez-Light';
	src: 	url('../fonts/sanchez/2E177E_2_0.eot');
	src: 	url('../fonts/sanchez/2E177E_2_0.eot?#iefix') format('embedded-opentype'),
			url('../fonts/sanchez/2E177E_2_0.woff2') format('woff2'),
			url('../fonts/sanchez/2E177E_2_0.woff') format('woff'),
			url('../fonts/sanchez/2E177E_2_0.ttf') format('truetype');
}


.Sanchez-Bold { 
	font-family: Sanchez-Bold;
	font-weight: normal;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;

}
.Sanchez { 
	font-family: Sanchez;
	font-weight: normal;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;

}

.Sanchez-Light { 
	font-family: Sanchez-Light;
	font-weight: normal;
	font-style: normal;
    -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;
}