:root {
    --color-primary:   #1e521f;
    --color-secondary: #0077b6;
    --color-accent:    #e60091;
    --color-header-bg: #8e1f35;
    --color-footer-bg: #333766;
    --color-body-bg:   #f0f0f0;
    --color-success:        #9e6600;
    --color-card-header-bg: #1a3b75;
    /* aliases used in style.css */
    --primary:         #1e521f;
    --primary-hover:   #0077b6;
    --secondary:       #0077b6;
    --success:         #9e6600;
    --bg-light:        #f0f0f0;
    --header-bg:       #8e1f35;
    --color-light:     #f0f0f0;
}
body { background: #f0f0f0; }
header { background: #8e1f35; }
