/* Custom Styles */
body {
    font-family: 'Poppins', sans-serif;
}

/* Custom Colors mimicking the image */
.bg-purple { background-color: #a855f7 !important; }
.bg-orange { background-color: #f97316 !important; }
.text-purple { color: #a855f7 !important; }

/* Dashboard adjustments */
.stat-card {
    transition: transform 0.2s;
}
.stat-card:hover {
    transform: translateY(-5px);
}
