
/* Simplified styles */
body {
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
}

/* Improved button focus states */
button:focus, input:focus, textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.3);
}

/* Better transitions */
button, a {
    transition: all 0.15s ease;
}
