/* Additional custom styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.notification-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.notification-error {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.notification-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}