@font-face {
    font-family: "Enchanted Land";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../Fonts/Enchanted_Land.woff2") format("woff2");
 }

.Enchanted_Land h1, 
.Enchanted_Land h2, 
.Enchanted_Land h3,
.Enchanted_Land h4 {
	font-family: "Enchanted Land" !important;
	letter-spacing: initial !important;
}


.Enchanted_Land h2 {
	font-size: 4.25rem !important;
	line-height: 4.25rem !important;
	letter-spacing: initial !important;
}

@media (max-width: 768px) {
	h1 {
		font-size: 5rem !important;
	}

}