/* Global overrides for the red-themed refresh */
:root {
    color-scheme: light;
}

a {
    color: inherit;
}

.btn-primary {
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.35);
}
