@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('Poppins-SemiBold.ttf');
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('Poppins-Regular.ttf');
}
@font-face {
	font-family: 'VeneerTwo';
	src: url('VeneerTwo.ttf');
}
body {
	background-color: rgba(242, 242, 242, 1);
	padding: 16px;
	margin: 0;
}
a {
	color: rgba(57, 139, 133, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'Poppins-SemiBold';
	font-style: normal;
	font-size: 14px;
	text-decoration: underline;
}
ul {
	color: rgba(52, 43, 46, 1);
	line-height: 1.54;
	text-transform: none;
	font-family: 'Poppins-Regular';
	font-style: normal;
	font-size: 13px;
}
p {
	color: rgba(52, 43, 46, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'Poppins-Regular';
	font-style: normal;
	font-size: 14px;
}
body {
	color: rgba(52, 43, 46, 1);
	line-height: 1.43;
	text-transform: none;
	font-family: 'Poppins-Regular';
	font-style: normal;
	font-size: 14px;
}
h5 {
	color: rgba(52, 43, 46, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'VeneerTwo';
	font-style: normal;
	font-size: 16px;
}
h4 {
	color: rgba(58, 139, 133, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'VeneerTwo';
	font-style: normal;
	font-size: 18px;
}
h3 {
	color: rgba(224, 173, 32, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'VeneerTwo';
	font-style: normal;
	font-size: 20px;
}
h2 {
	color: rgba(52, 43, 46, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'VeneerTwo';
	font-style: normal;
	font-size: 22px;
}
h1 {
	color: rgba(52, 43, 46, 1);
	line-height: 1;
	text-transform: uppercase;
	font-family: 'VeneerTwo';
	font-style: normal;
	font-size: 32px;
}