/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 24 2026 | 13:54:58 */
.hero h1 {
    font-weight: 300;
	font-family: var(--font-body);
}

@media (min-width: 64rem) {
    .hero h1 {
        font-size: var(--text-6xl);
        line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
}

@media (max-width: 1548px) {
	.footer .info span {
    	font-size: 14px; 
	}	
}