/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jan 20 2026 | 11:51:25 */
h1, h1.entry-title {
	font-size: 2.6vw !important;
	font-weight: 500 !important;
}

@media only screen and (max-width: 1024px) {
	h1, h1.entry-title {
		font-size: 6.2vw !important;
	}
}

@media only screen and (max-width: 767px) {
	h1, h1.entry-title {
		font-size: 10vw !important;
	}
}