@font-face {
     font-family: Azo;
	src: url(../fonts/AzoSans-Thin.woff);
	src:url('../fonts/AzoSans-Thin.eot');
	src:url('../fonts/AzoSans-Thin.eot?#iefix') format('embedded-opentype'),
	url('../fonts/AzoSans-Thin.woff') format('woff'),
	url('../fonts/AzoSans-Thin.ttf') format('truetype');
     font-weight: 300;
     }
     
@font-face {
     font-family: Azo;
     	src: url(../fonts/AzoSans-Light.woff);
     	src:url('../fonts/AzoSans-Light.eot');
     	src:url('../fonts/AzoSans-Light.eot?#iefix') format('embedded-opentype'),
     	url('../fonts/AzoSans-Light.woff') format('woff'),
     	url('../fonts/AzoSans-Light.ttf') format('truetype');
     font-weight: 400;
     }
     
@font-face {
     font-family: Azo;
        src: url(../fonts/AzoSans-Medium.woff);
        src:url('../fonts/AzoSans-Medium.eot');
        src:url('../fonts/AzoSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AzoSans-Medium.woff') format('woff'),
        url('../fonts/AzoSans-Medium.ttf') format('truetype');
     font-weight: 500;
     }
     
@font-face {
     font-family: Azo;
        src: url(../fonts/AzoSans-Black.woff);
        src:url('../fonts/AzoSans-Black.eot');
        src:url('../fonts/AzoSans-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AzoSans-Black.woff') format('woff'),
        url('../fonts/AzoSans-Black.ttf') format('truetype');
     font-weight: 600;
     }