html, body {
    margin: 0;
    font-family: Roboto, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
}

.hero-title {
    font-size: clamp(2.2rem, 6vw, 4rem);
    line-height: 1.02;
    font-weight: 800;
}
