/* Global Font Smoothing & iOS Input Styling */ body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } /* Reset input and textarea appearance */ input, textarea { -webkit-appearance: none; border-radius: 0; }