/*
Theme Name: Hearth & Home Specialties
Theme URI: https://hnhsi-inc.com/
Author: Hearth & Home Specialties
Author URI: https://hnhsi-inc.com/
Description: WordPress theme converted from the Hearth & Home Specialties static site. Includes home, about, contact, services, blog, and 40+ page templates with the original Tailwind-compiled styles and interactions preserved.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hnhsi
Tags: business, custom-menu, custom-logo, featured-images, threaded-comments
*/

/* The compiled site CSS lives in assets/css/styles.css and is enqueued via functions.php. */

/* Hero description accent — applied to the short paragraph under a page H1. */
.hero-description {
    border-left: 2px solid #ff6600;
    padding-left: 12px;
}

@media (min-width: 1024px) {
    .hero-description {
        border-left-width: 4px;
        padding-left: 16px;
    }
}
