:root {
    --bg-color: #0F172A; /* Slate 900 */
    --card-bg: #1E293B; /* Slate 800 */
    --text-primary: #F8FAFC; /* Slate 50 */
    --text-secondary: #94A3B8; /* Slate 400 */
    --accent-color: #25B0FA; /* Updated to match blue */ /*#25B0FA; Matchpools Primary Color*/
    --accent-glow: rgba(16, 185, 129, 0.2);
}

