/* Custom overrides for Tailwind utility classes */
body {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.dialog-notice button {
    color: inherit;
}
