/*@charset "utf-8";*/

/*DAX*/
@font-face {
  font-family: 'DaxWeb-Light';
  src: url('../fonts/Dax_Web_Light/DaxWeb-Light.eot');
}
/* then for WOFF-capable browsers */
@font-face {
  font-family: 'DaxWeb-Light';
  src: url('../fonts/Dax_Web_Light/DaxWeb-Light.woff') format('woff');
}
@font-face {
			font-family: 'DaxWeb-Light';
            src:url ('../fonts/Dax_Web_Light/DaxComp-Light.ttf') format('truetype');
	}
	
/*UBUNTU-C*/
@font-face {
    font-family: 'UbuntuCondensedRegular';
    src: url('../fonts/ubuntu-C/ubuntu-c-webfont.eot');
    src: url('../fonts/ubuntu-C/ubuntu-c-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-C/ubuntu-c-webfont.woff') format('woff'),
         url('../fonts/ubuntu-C/ubuntu-c-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/*UBUNTU-L*/
@font-face {
    font-family: 'UbuntuLightRegular';
    src: url('../fonts/ubuntu-L/ubuntu-l-webfont.eot');
    src: url('../fonts/ubuntu-L/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-L/ubuntu-l-webfont.woff') format('woff'),
         url('../fonts/ubuntu-L/ubuntu-l-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'UbuntuRegular';
    src: url('../fonts/ubuntu-R/ubuntu-r-webfont.eot');
    src: url('../fonts/ubuntu-R/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-R/ubuntu-r-webfont.woff') format('woff'),
         url('../fonts/ubuntu-R/ubuntu-r-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}





