body {
	font-family: 'Manrope', sans-serif;
}

p {
	font-family: 'Manrope', sans-serif;
}

a,
a:visited {
	color: #e65214;
}
a:hover {
	color: #a0390e;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}