body {
	/* font-family: "Public Sans", sans-serif; */
	/* font-family: "DM Sans", sans-serif; */
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	margin: 0 24px;
	background-color: #f5f5f5;
	font-weight: 400;
}

.headerIcons {
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.headerLogo {
	height: 64px;
}

.headerLogo__menu {
	height: 24px;
}

a {
	text-decoration: none;
	color: #cb0232;
}

.navListTitle {
	font-family: "DM Serif Display", serif;
	font-weight: 400;
	font-size: 40px;
	margin: 36px 0;
	border-bottom: black 2px solid;
	width: max-content;
	padding-bottom: 8px;
}

.navListDescription {
	font-size: 24px;
	line-height: 40px;
	max-width: 512px;
}

.clickable {
	padding: 4px 8px;
	border-bottom: 1px solid black;
	color: #cb0232;
	cursor: pointer;
}

.clickable:hover {
	padding: 4px 8px;
	background-color: #cb0232;
	color: white;
}

@media only screen and (min-width: 600px) {
	.headerLogo {
		height: 72px;
	}
	nav {
		padding: 12px 48px;
	}
}
