/* Modern, minimal reset (inspired by Andy Bell) */
*,*::before,*::after{box-sizing:border-box}
*{margin:0}
html:focus-within{scroll-behavior:smooth}
html,body{height:100%}
body{line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,svg,video,canvas,audio,iframe,embed,object{display:block;max-width:100%}
img{height:auto}
input,button,textarea,select{font:inherit;color:inherit}
/*p,blockquote,figure{max-width:65ch}*/
:root{--bs-body-font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}
/* Help reduce animations for those who prefer it */
@media (prefers-reduced-motion: reduce){
  html:focus-within{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}
}
