

/* Rendered by Django at /theme/vars.css */
:root {
    --primary: #234093;
    --secondary: #001e31;
    --accent: #929497;
    --bg: #FFFFFF;
    --fg: #000000;
    --radius: 12px;

    /* Background Image Variable */
    
        --background-image: url("/static/images/default-bg.png");
    

    /* Logo as a CSS variable (for optional use in CSS) */
    
        --logo-image: url("/static/images/default-logo.svg");
    
}

/* Custom CSS escape hatch */

