/* Default Theme - Blue/Green/Orange */
:root {
    --primary-blue: #0078b4;
    --secondary-green: #00963c;
    --accent-orange: #f05a00;
    --dark-navy: #001e3c;
    --light-bg: #f5f5f5;
    --text-color: #333333;
    --border-color: #dddddd;
	--tagline-color: rgba(255, 255, 255, 0.95);  /* White for dark headers */
}
body.theme-default {
    background-color: var(--light-bg);
}