/* Custom styles */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Sidebar active state */
aside nav a.active {
    background-color: #eff6ff;
    color: #2563eb;
}
