h1,h2,h3,h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    line-height: 1.1;
}

h1 {
    font-size: clamp(3rem, 6vw, 6rem);
}

h2 {
    font-size: clamp(2rem, 4vw, 4rem);
}

p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-secondary);
}