@CHARSET "UTF-8";




@font-face {
	font-family: 'Trajan Pro';
	src: url('../fonts/TrajanPro/TrajanPro-Bold.otf');
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: 'Trajan Pro';
	src: url('../fonts/TrajanPro/TrajanPro-Regular.ttf');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans/OpenSans-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans/OpenSans-Italic.ttf');
	font-style: italic;
	font-weight: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans/OpenSans-SemiBold.ttf');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans/OpenSans-SemiBoldItalic.ttf');
	font-weight: bold;
	font-style: italic;
}






