body {
    font-family: 'Inter', sans-serif;
}

.body-bg {
    background-color: #f5f5f5;
    background-image: linear-gradient(315deg, #4285F4 0%, #34A853 33%, #FBBC05 66%, #EA4335 100%);
}


/* @media (max-width: 768px) {
    .sidebar {
        position: fixed;
        left: -100%;
        transition: left 0.3s ease;
    }
    .sidebar.active {
        left: 0;
    }
} */