﻿:root {
    --primary-color: #165DFF;
    --secondary-color: #0E2E91;
    --light-bg: #F5F7FA;
    --light-bg2: #E6F0FF;
    --dark-bg: #1D1E20;
    --card-bg: #FFFFFF;
    --text-primary: #333333;
    --text-secondary: #666666;
    --border-color: #E5E6EB;
    --sidebar-width: 250px;
    --sidebar-width-collapsed: 80px;
    --transition-speed: 0.3s;
}
