/* Import Inter font for a clean look */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
        
body {
    font-family: 'Inter', sans-serif;
}
        
/* Custom styling for the error message */
.error {
    color: #ff9191;
    background-color: #4a2123;
    border: 1px solid #ff5252;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}
