/* You can add custom CSS here if needed, but Tailwind CSS is handling most of the styling. */
body {
    font-family: 'Inter', sans-serif;
}

tr:nth-child(even) {
    background-color: #f8f8f8;
}
