/* ============================================
   HERO SECTION TEXT ADJUSTMENTS
   ============================================ */

/* Increase hero title font size by 2 points (2px) */
.hero-title {
    font-size: clamp(2.75rem, 5vw, 3.75rem) !important;
    /* Original: clamp(2.625rem, 5vw, 3.625rem) */
    /* Increased by 0.125rem (2px) on both min and max values */
}

/* Ensure hero subtitle is black */
.hero-subtitle {
    color: #000000 !important;
}
