/* Midway Fast Foods — Custom Styles */

:root {
    --subway-green: #009743;
    --subway-yellow: #FFC600;
    --status-green: #10B981;
    --status-yellow: #F59E0B;
    --status-red: #EF4444;
}

/* Prevent iOS zoom on input focus */
input, select, textarea {
    font-size: 16px !important;
}

/* Hide Alpine.js cloak */
[x-cloak] {
    display: none !important;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Minimum tap targets */
button, a, select {
    min-height: 44px;
}
