@font-face {
	font-family: 'Crimson';
	font-weight: normal;
	font-style: none;
	src: url('../fonts/Crimson.ttf') format('truetype');
}

@font-face {
	font-family: 'Crimson';
	font-weight: bold;
	font-style: none;
	src: url('../fonts/CrimsonBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Crimson';
	font-weight: bolder;
	font-style: none;
	src: url('../fonts/CrimsonBolder.ttf') format('truetype');
}
