/* === HERO SECTION === */
.hero_title {
    font-family: var(--font-family-heading);
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--white);
    text-shadow: var(--text-shadow);
    line-height: 1.2;
}

.hero_subtitle {
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 50px;
    color: var(--white);
    text-shadow: var(--text-shadow-light);
    line-height: 1.3;
}

