.hero-content h1,
.hero-content h2 {
    font-family: 'Dancing Script', cursive;
    font-size: clamp(3.5rem, 7vw, 6rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}

.hero-subtitle,
.hero-content p {
    font-family: 'Dancing Script', cursive;
    font-size: clamp(1.45rem, 3.1vw, 2.55rem);
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: clamp(2.35rem, 11.5vw, 3rem);
    }
}
