/*Theme Name: Harmony*/
.container {
	max-width: 18.75rem;
	margin: 0 auto;
}
html {
	font-size: calc(100vw * 16/360);
}
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	font-family: 'Poppins';
}
p, a{
	font-weight: 400;
	font-family: 'Poppins';
}
@media only screen and (min-width: 992px){
	.container{
		max-width: 80rem;
		margin: auto;
	}
	html {
		font-size: calc(100vw * 16/1536);
	}
}