/* custom.css — Carpenter Storage front-end additions
 *
 * Overrides and additions on top of the original developer's stylesheets.
 * Loaded LAST in app/Views/public-layout.php so rules here win specificity ties.
 *
 * Keep this file isolated from style.min.css and responsive.css so future
 * regenerations of those files (by the original developer) don't clobber us.
 */

/* Per-facility tagline that appears under the <h1> on each location page.
 * Inserted in app/Views/location.php; rendered when the location's url slug
 * matches a key in the $taglines array. */
.banner_section .banner_content .facility-tagline {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin-top: 6px;
    margin-bottom: 0;
    opacity: 0.95;
}
