:root {
    --focus-ring: #0b6b63;
    --focus-shadow: rgba(11, 107, 99, .22);
}

:where(a, button, select, input, textarea, [tabindex]):focus-visible {
    outline: 3px solid var(--focus-ring);
    outline-offset: 3px;
    box-shadow: 0 0 0 5px var(--focus-shadow);
}

button,
select,
[role="button"] {
    touch-action: manipulation;
}

[hidden] {
    display: none !important;
}
