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

/**********************************

	Web Fonts Style Sheet

**********************************/

@font-face {
    font-family: 'centuryGothic';
	src: url('centuryGothic.eot');
    src: url('centuryGothic.eot?#iefix') format('embedded-opentype'),
         url('centuryGothic.woff') format('woff'),
         url('centuryGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mplus-light';
	src: url('mplus-light.eot');
    src: url('mplus-light.eot?#iefix') format('embedded-opentype'),
         url('mplus-light.woff') format('woff'),
         url('mplus-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mplus-regular';
	src: url('mplus-regular.eot');
    src: url('mplus-regular.eot?#iefix') format('embedded-opentype'),
         url('mplus-regular.woff') format('woff'),
         url('mplus-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dominik-thin';
	src: url('dominik-thin.eot');
    src: url('dominik-thin.eot?#iefix') format('embedded-opentype'),
         url('dominik-thin.woff') format('woff'),
         url('dominik-thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}