@tailwind base;
@tailwind components;
@tailwind utilities;

/* Hide default Microsoft Edge password reveal button */
input::-ms-reveal,
input::-ms-clear {
    display: none;
}
