/* Theme Name: my-static-folder-niish-base-theme */

/* Hero Overlays */
.hero-overlay-mobile {
    background-color: rgba(10, 56, 57, 0.5); /* Brand Dark at 50% */
}

.hero-overlay-horizontal {
    background: linear-gradient(to right, #0A3839, rgba(10, 56, 57, 0.6), transparent);
}

.hero-overlay-vertical {
    background: linear-gradient(to top, rgba(10, 56, 57, 0.8), transparent, rgba(10, 56, 57, 0.2));
}

/* Hero Typography */
.hero-title {
    font-size: 2.25rem; /* text-hero-mobile default */
    line-height: 1.2;
    font-weight: 700;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 3.1875rem; 
        line-height: 1.2;
        font-weight: 700;
    }
}
