/* Custom overrides — keep minimal, Tailwind handles the heavy lifting */

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type="password"] {
    letter-spacing: 0.4em;
}

input[type="password"]::placeholder {
    letter-spacing: 0.05em;
}
