body, html {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Inter, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

@font-face {
  font-family: 'Zen Dots';
  font-weight: 700;
  font-display: swap;
  src: url(fonts/zendots.ttf) format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/inter.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/inter.ttf) format('truetype');
}

.cc-content {
	margin: 0;
	padding: 0;
}

.cc-content .logo {
	text-align: center;
	padding: 48px 24px 24px 24px;
}

.cc-content .logo img {
	height: 64px;
}

.cc-content .heroimg {
	content: " ";
	border-top: 10px #4f498f solid;
	height: 420px;
	background-image: url(frontpage-hero.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cc-content .slogan {
	padding: 24px;
	font-family: "Zen Dots", Arial, sans-serif;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
}