@font-face {
	font-family: 'ChronicleDisplay-Bold';
	src: url('../fonts/ChronicleDisp-Bold.woff') format('woff'),
	url('../fonts/ChronicleDisp-Bold.svg#ChronicleDisplay-Bold') format('svg');
	}

@font-face {
	font-family: 'ChronicleDisplay-Roman';
	src: url('../fonts/ChronicleDisp-Roman.woff') format('woff'),
	url('../fonts/ChronicleDisp-Roman.svg#ChronicleDisplay-Roman') format('svg');
	}

@font-face {
	font-family: 'ChronicleDisplay-BoldItalic';
	src: url('../fonts/ChronicleDisp-BoldItal.woff') format('woff'),
	url('../fonts/ChronicleDisp-BoldItal.svg#ChronicleDisplay-BoldItalic') format('svg');
	}

@font-face {
	font-family:'Bebas Neue Bold';
	src: url('fonts/BebasNeueBold.eot');
	src: url('fonts/BebasNeueBold-.eot#iefix') format('embedded-opentype'),
	url('fonts/BebasNeueBold.woff2') format('woff2'),
	url('fonts/BebasNeueBold.woff') format('woff'),
	url('fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: 'Museo Sans 700';
	src: url('fonts/MuseoSans_700.eot');
	src: url('fonts/MuseoSans_700-.eot#iefix') format('embedded-opentype'),
	url('fonts/MuseoSans_700.woff2') format('woff2'),
	url('fonts/MuseoSans_700.woff') format('woff'),
	url('fonts/MuseoSans_700.svg#MuseoSans-700') format('svg');
	font-weight: normal;
	font-style: normal; }


.font-noto {
	font-family: 'Noto Serif', Serif!important;
	
}

.font-chronicle {
	font-family: 'ChronicleDisplay-Roman', serif !important;
	
}

.font-chronicle-1 {
	font-family: 'ChronicleDisplay-Bold', serif !important;
	
}

.font-chronicle-2 {
	font-family: 'ChronicleDisplay-BoldItalic', serif !important;
	
}

.font-opensans {
	font-family: 'Open Sans', sans-serif !important;
	
}

/* Border Radius */
.border-radius {
	border-radius: 4px !important;
}

.color-red {
	color: #D30003!important;
}
