/*
Theme Name: Entire Renewables
Theme URI: https://entirerenewables.co.uk
Description: Custom Astra child theme for Entire Renewables
Author: Cheshire Cat Marketing
Author URI: https://cheshirecatmarketing.co.uk
Template: astra
Version: 2.2.0
Text Domain: entirerenewables-child
*/

/* Shared utility classes used across page templates */
.er-container {
    max-width: var(--er-container);
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
}

.er-section {
    padding: var(--er-section-py) 0;
}

.er-section-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--er-green);
    margin-bottom: 12px;
}

.er-section-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    color: var(--er-dark);
    line-height: 1.2;
    margin: 0 0 16px 0;
    font-family: var(--er-font) !important;
}

.er-section-subtitle {
    font-size: 17px;
    color: var(--er-grey);
    line-height: 1.7;
    margin: 0 0 32px 0;
    max-width: 640px;
    font-family: var(--er-font) !important;
}

/* Global font override for page content */
body.er-theme .entry-content,
body.er-theme .entry-content * {
    font-family: var(--er-font) !important;
}

@media (max-width: 768px) {
    .er-section-title {
        font-size: clamp(24px, 6vw, 32px);
    }
    .er-container {
        padding: 0 16px;
    }
}