/* Orbit interaction rules — focus is a system, not a browser default. */
:root { --dur-1: 80ms /* @kind other */; --dur-2: 140ms /* @kind other */; --dur-3: 240ms /* @kind other */; --ease: cubic-bezier(0.25, 0.1, 0.25, 1) /* @kind other */; }
:focus { outline: none; }
:focus-visible { outline: 1px solid var(--navy-accent); outline-offset: 2px; }
::selection { background: rgba(61,126,158,0.35); }
