:root {
    --primary: #0d3b6e;
    --primary-light: #1a5fa8;
    --secondary: #c8a217;
    --success: #2dc653;
    --danger: #e63946;
    --dark: #0a1628;
    --bg: #f0f4f8;
    --card-bg: #ffffff;
    --text-color: #2c3e50;
    --muted-color: #6c757d;
    --border-color: #dee2e6;
    --sidebar-bg: #0d3b6e;
    --ticker-bg: #c8a217;
    --ticker-text: #0a1628;
}
