/*
 Theme Name:   ISOPREP GeneratePress Child
 Theme URI:    https://isoprep.com
 Description:  Child theme for ISOPREP.com - Amazon-style product discovery layout
 Author:       ISOPREP
 Author URI:   https://isoprep.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  isoprep-child
*/

/* ==========================================================================
   Custom CSS (migrated from WordPress Customizer)
   ========================================================================== */

/* Force all header text white */
.site-header .site-title,
.site-header .site-title a,
.site-header h1.site-title a,
.site-header p.site-title a,
.site-branding .site-title a,
.main-title a,
h1.site-title a,
.site-title a:visited,
.site-title a:hover {
    color: #ffffff !important;
}

.site-header .site-description,
.site-description {
    color: #ffffff !important;
}

.site-header .inside-header {
    padding: 20px 40px !important;
    text-align: center !important;
}

.site-title {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.15em !important;
}

.site-description {
    font-size: 0.85rem !important;
    letter-spacing: 0.05em !important;
    font-weight: 300 !important;
}
