/* Theme 4, the part that must still outrank app.css.
   app.css declares the same :focus-visible selector list with !important;
   this beat it on source order and has to keep doing so. Colour only,
   and nothing here paints the page, so it cannot flash. */
:root{--ot-cta-fill:#9E36B8;--ot-cta-label:#FFFFFF;--ot-cta-press:rgb(136 46 158)}
:root{--ot-focus:#F5F2F6;--ot-focus-alt:#341F3A}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible,
[role="button"]:focus-visible{outline-color:var(--ot-focus, #F5F2F6) !important;outline-offset:0 !important;box-shadow:inset 0 0 0 2px var(--ot-focus-alt, #341F3A),
              inset 0 0 0 4px var(--ot-focus, #F5F2F6) !important}
