/* Modern CSS reset (trimmed) */
*,*::before,*::after{box-sizing:border-box}
*{margin:0}
html:focus-within{scroll-behavior:smooth}
html,body{height:100%}
img,video{max-width:100%;display:block}
button,input,select,textarea{font:inherit}