h1 { font-size: clamp(2.2rem, 4vw, 3rem); line-height: 1.2; }
h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.25; }
h3 { font-size: clamp(1.4rem, 2.2vw, 1.8rem); line-height: 1.3; }

p {
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    color: #333;
}

a {
    font-size: inherit;
    color: inherit;
}