*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;overflow-x:hidden;position:relative}@media(max-width:300px){body *,html *{display:none!important}body:after,html:after{content:"screen size too small";width:100%;height:100vh;height:100dvh;display:grid;place-items:center;font-size:18px;font-weight:500;color:#004ed4;font-family:var(--primary-font)}}body{color:#000;background:#f4f4f5;display:flex;flex-direction:column;font-family:var(--primary-font)}body.stop-scrolling{overflow:hidden;height:100vh}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer}button,input,textarea{border:none;background:none;font-family:var(--primary-font)}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important}h1,h2,h3,h4,h5,h6{color:inherit}