/*
 Theme Name:   Divi Child — Brad
 Theme URI:    https://example.com
 Description:  Child theme for Divi with Brad's global CSS + header/footer
 Author:       Brad Cox
 Template:     Divi
 Version:      1.0.20250828
*/

/* Global CSS variables and minimal baseline (Theme Builder Body also supplies these) */
:root{--b1:#5A86AD;--b2:#2E8B57;--b3:#F8F9FA;--b4:#6C757D;--b5:#E67E22;}
body{font-family:"Source Sans 3",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--b3);color:var(--b4)}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.section{padding:64px 0}
.section.tint{background:#fff}
.link{font-weight:700;color:var(--b1);text-decoration:none;border-bottom:2px solid transparent}
.link:hover{color:var(--b5);border-color:var(--b5)}
.brand-logo{width:56px;height:auto;filter: drop-shadow(0 2px 4px rgba(0,0,0,.2))}