/* Generated by build_utilities.py — do not edit by hand.
   Tailwind's reset layer. Linked BEFORE style.css. */
*,::before,::after{box-sizing:border-box;border:0 solid;}
html{-webkit-text-size-adjust:100%;}
body{margin:0;line-height:1.5;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0;}
p,figure,blockquote,dl,dd{margin:0;}
ul,ol{margin:0;padding:0;list-style:none;}
button,input,select,textarea{font:inherit;color:inherit;margin:0;}
button{background:none;cursor:pointer;}
img,svg,video,canvas{display:block;max-width:100%;}
table{border-collapse:collapse;}
a{color:inherit;text-decoration:none;}
hr{border-top-width:1px;}
summary{display:list-item;cursor:pointer;}
input::placeholder,textarea::placeholder{opacity:1;color:#67718a;}
[hidden]{display:none;}
@keyframes tw-spin{to{transform:rotate(360deg);}}
@keyframes tw-pulse{0%,100%{opacity:1;}50%{opacity:.5;}}
