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

h2 a, h3 a, div>a, td a, div p a {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: inherit;
    text-underline-offset: 3px;
}

/* Ensure the heading text remains readable */
#data-filter, #data-filter::placeholder, #season-select {
    color: rgba(255, 255, 255, 0.8); /* White with some transparency */
}
