/* Custom styles go here. Tailwind is a utility-first framework, so most styling is done in the HTML itself. */
/* This file is for any custom components or overrides you need. */

/* Example: Styling a custom file input */
input[type="file"] {
    background-color: white;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
}