@font-face {
	font-family: 'SourceSansPro-SemiBold';
	src: url('SourceSansPro-SemiBold.ttf');
}
@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('SourceSansPro-Regular.ttf');
}
@font-face {
	font-family: 'DharmaGothicE-Bold';
	src: url('DharmaGothicE-Bold.ttf');
}
body {
	background-color: rgba(43, 17, 20, 1);
	padding: 16px;
	margin: 0;
}
a {
	color: rgba(246, 200, 26, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'SourceSansPro-SemiBold';
	font-style: normal;
	font-size: 16px;
	text-decoration: underline;
}
ul {
	color: rgba(255, 255, 255, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'SourceSansPro-Regular';
	font-style: normal;
	font-size: 16px;
}
p {
	color: rgba(255, 255, 255, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'SourceSansPro-Regular';
	font-style: normal;
	font-size: 16px;
}
body {
	color: rgba(255, 255, 255, 1);
	line-height: 1.25;
	text-transform: none;
	font-family: 'SourceSansPro-Regular';
	font-style: normal;
	font-size: 16px;
}
h5 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'DharmaGothicE-Bold';
	font-style: bold;
	font-size: 16px;
}
h4 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'DharmaGothicE-Bold';
	font-style: bold;
	font-size: 18px;
}
h3 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'DharmaGothicE-Bold';
	font-style: bold;
	font-size: 20px;
}
h2 {
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'DharmaGothicE-Bold';
	font-style: bold;
	font-size: 20px;
}
h1 {
	color: rgba(255, 255, 255, 1);
	line-height: 1.33;
	text-transform: uppercase;
	font-family: 'DharmaGothicE-Bold';
	font-style: bold;
	font-size: 30px;
}