/* Base styles - Tailwind handles most styling */
html, body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Form focus ring */
input:focus, select:focus, textarea:focus {
    outline: none;
}

/* Blazor error UI */
#blazor-error-ui {
    display: none;
}
