body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333;
}

.cursor-pointer {
    cursor: pointer;
}

.sidebar-link {
    transition: all 0.2s;
}

.sidebar-link:hover {
    background-color: #f8f9fa;
}

.card {
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: translateY(-5px);
}
