@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');

@charset "UTF-8";
a:link { color: #BDAA7F; text-decoration: none; }
a:active { color: #BDAA7F; text-decoration: none; }
a:visited { color: #BDAA7F; text-decoration: none; }
a:hover { color: #BDAA7F; text-decoration: none; }


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #313131;
}
.body-text {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #BDAA7F;
}
.subhead {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #BDAA7F;
}