:root{
  color-scheme:light;
  font-size:100%;
}
*,*::before,*::after{box-sizing:border-box}
html{
  min-width:320px;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
body{min-height:100vh;margin:0}
button,input,select,textarea{font:inherit}
button,a{transition:background-color .18s,color .18s,border-color .18s,box-shadow .18s,opacity .18s}
img,svg{max-width:100%}
[hidden]{display:none!important}
:where(a,button,input,select,textarea,summary,[tabindex]):focus-visible{
  outline:3px solid rgba(37,99,235,.32);
  outline-offset:3px;
}
:where(p,li,dd,td,th,a,button,label,small,strong,span){overflow-wrap:anywhere}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
  }
}
