h1 {
    font-size: clamp(2.2rem, 1.6rem + 2.5vw, 37px);   /* 35px - 64px */
    line-height: 1.15;
	font-weight: 600;
	color: #2f2f2f;
}

h2 {
    font-size: clamp(1.8rem, 1.4rem + 1.8vw, 2.2rem);   /* 29px - 48px */
    line-height: 1.2;
	font-weight: 600;
	color: #2f2f2f;
}

h3 {
    font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.0rem); /* 24px - 36px */
    line-height: 1.25;
	font-weight: 500!important;
}

h4 {
    font-size: clamp(1.25rem, 1.1rem + 0.8vw, 1.75rem); /* 20px - 28px */
    line-height: 1.3;
}
body {
    font-size: clamp(1rem, 0.95rem + 0.2vw, 1.125rem); /* 16px - 18px */
    line-height: 1.6;
}