:root {
    --primary: #1e73be;
    --primary-dark: #E55A00;
    --primary-light: #FFF0E6;
    --secondary: #1A1A2E;
    --text: #2D2D2D;
    --text-light: #6B6B6B;
    --bg: #F5F5F5;
    --border: #E0E0E0;
    --success: #27AE60;
    --danger: #E74C3C;
    --info: #3498DB;
}
.site-header { background: #FFFFFF; }
.site-footer { background: #1A1A2E; }
.site-footer, .site-footer a { color: #CCCCCC; }
