/* Optional overrides / per-project tweaks */

/* smooth anchor scroll */
html{scroll-behavior:smooth}

/* selection */
::selection{background: rgba(177,26,77,.35)}

/* subtle focus */
:focus-visible{outline:2px solid rgba(177,26,77,.55); outline-offset:2px; border-radius:10px}
