/* Shared base styles for micky.sh sites */
/* Styles that Tailwind utilities cannot express */

a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
