/* Minimal custom styles layered on top of Tailwind */
:root {
    color-scheme: dark;
}

a {
    text-decoration: none;
}

svg {
    stroke: currentColor;
}

textarea,
pre {
    font-family: inherit;
}

/* Radio card selection indicator */
input[type="radio"]:checked + div > div:first-child > div {
    opacity: 1;
}
