@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');

body { 
  background: #f8f9fa; 
  font-family: 'Sora', sans-serif;
}
.container { margin-top: 40px; }

/* Navbar active state for admin */
.nav-item.active {
  background-color: #eff6ff !important; /* Tailwind bg-blue-50 */
  color: #1d4ed8 !important; /* Tailwind blue-700 */
}
.nav-item.active i {
  color: #1d4ed8 !important; /* Tailwind blue-700 */
}
.nav-item.active:hover {
  background-color: #dbeafe !important; /* Tailwind bg-blue-100 */
} 