/* Minimal custom styles — Tailwind handles most of it */

[dir="auto"] {
    unicode-bidi: plaintext;
}

/* Smooth file input in all browsers */
input[type="file"] {
    cursor: pointer;
}
