/* Small custom styles to complement Tailwind */
:root{
  --max-width: 72rem;
}
html,body{height:100%;}
body{background-attachment:fixed}
.shadow { box-shadow: 0 10px 25px rgba(16,24,40,0.08); }
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Make images crisp on some Windows setups */
img{image-rendering:auto}
