@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

h1 {
	font-family: "Merriweather", sans-serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 1.2em;
}
h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 48px;
	line-height: 1.2em;
	letter-spacing: -2px;
}
h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.2em;
	letter-spacing: -1px;
}
h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2em;
}



@media (max-width: 767px){

	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
}