:root{color-scheme:light}
html,body{height:100%}
*{box-sizing:border-box}
/* Smooth scrolling and nicer focus */
html{scroll-behavior:smooth}
:focus-visible{outline:2px solid rgba(13,124,132,.35);outline-offset:2px}
