/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 26 2026 | 15:53:24 */
h1, h2, h3, h4, h5, h6{
font-family: "montserrat", sans-serif;
font-weight: 100;
font-style: normal;
}

@media(min-width:1025px){
h1 {font-size: clamp(2.5rem, 2.6vw + 0.83rem, 5rem) !important;}
h2 {font-size: clamp(1.56rem, 1.95vw + 0.31rem, 3.44rem) !important;}

	p {font-size: clamp(0.94rem, 0.52vw + 0.6rem, 1.44rem) !important;}


}