*{box-sizing:border-box}html,body{margin:0;padding:0}#root{height:100vh}body{font-family:Golos Text,-apple-system,system-ui,sans-serif;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d6dae0;border-radius:8px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-track{background:transparent}input,select,button,textarea{font-family:inherit}@keyframes toastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:6px;background:#e6e9ee;outline:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#2f6bf6;cursor:pointer;box-shadow:0 1px 3px #1018284d;border:3px solid #fff}
