/* woodplaneexpert.com — Site-specific overrides
   All base styling is in the parent theme's style.css */

:root {
    --primary: #2D5016;
    --primary-dark: #1A3A0C;
    --primary-light: #4A7C28;
    --accent: #D4A017;
    --accent-light: #F0CA4E;
    --accent-dark: #B8860B;
    --bg: #FEFCF6;
    --bg-alt: #F5F0E3;
    --text: #1C1C1C;
    --text-light: #5A5A5A;
    --border: #DDD5C4;
    --hero-bg: linear-gradient(160deg, #1C2B15 0%, #2D5016 50%, #3A6B1E 100%);
}

.hero {
    background: var(--hero-bg);
}

.post-header {
    background: var(--hero-bg);
}

.page-header {
    background: var(--hero-bg);
}