body { color: #646464; }
h2, h3, h4 { margin: 0; color: #2b2b2b; font-weight: 600; }
h2, h5 { font-weight: 700; }
h2 { font-size: 48px; }
h3 { font-size: 32px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
.flex { display: flex; }
/* MAIN STYLES */
.app__body-text {
	margin: 0 0;
	color: #2b2b2b;
	font-size: 24px !important;
	line-height: 1.29 !important;
	font-weight: normal !important;
	text-align: left;
}
.anova-cta {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 30px;
	height: 32px;
	border-radius: 25px;
	background-color: #fb7310;
	color: #ffffff;
	font-weight: bold;
}
.anova-cta:hover {
	opacity: .9;
	color: #ffffff;
}
.generic-buy-now {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 30px;
	height: 32px;
	border-radius: 25px;
	background-color: #508fde;
	color: #ffffff;
	font-weight: bold;
}
.generic-buy-now:hover {
	transition: .3s !important;
	outline: none !important;
	background-color: #73A5E4 !important;
	color: #ffffff !important;
}
.generic-buy-now-secondary {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 30px;
	height: 32px;
	border-radius: 25px;
	background-color: #2b2b2b;
	color: #ffffff;
	font-weight: bold;
}
.generic-buy-now-secondary:hover {
	background-color: #4A4A4A !important;
	transition: .3s !important;
	color: #ffffff;
	text-decoration: none;
}
.generic-buy-now-secondary:focus {
	text-decoration: none;
	color: #ffffff;
}
.generic-buy-now-secondary-inverted {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 30px;
	height: 28px;
	border-radius: 25px;
	border: solid 1px #2b2b2b;
	background-color: #ffffff;
	color: #2b2b2b;
}
.generic-buy-now-secondary-inverted:hover {
	transition: .3s !important;
	border: solid 1px #ffffff;
	background-color: #2b2b2b;
	color: #ffffff;
}
#generic-template ul {
	margin: 0 0;
	padding: 0 0;
}
#generic-template ul li {
	padding: 0 0;
	list-style-position: inside;
	font-size: 24px !important;
	color: #2b2b2b;
}
