/* Sora font is loaded locally from sora.css */

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 */
}

/* Global Straight Corners Override (except pictures and avatars) */
[class*="rounded"], .bg-white, .card,
.bg-blue-50, .bg-blue-100, .bg-blue-200, .bg-blue-500, .bg-blue-600, .bg-blue-700, .bg-blue-800,
.bg-red-50, .bg-red-100, .bg-red-500, .bg-red-600,
.bg-green-50, .bg-green-100, .bg-green-500, .bg-green-600,
.bg-yellow-50, .bg-yellow-100, .bg-yellow-400, .bg-yellow-500,
.bg-gray-50, .bg-gray-100, .bg-gray-200, .bg-gray-800,
.bg-indigo-50, .bg-indigo-600,
.bg-purple-50, .bg-purple-600 {
    border-radius: 0 !important;
}

img, .rounded-full, .avatar, .candidate-photo {
    border-radius: 9999px !important;
} 