@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%}body{font-family:Roboto,-apple-system,Helvetica,Arial,sans-serif;background:#ecf0f1;color:#2c3e50}@keyframes vsfade{0%{opacity:0}to{opacity:1}}@keyframes vspop{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}@keyframes vstoast{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}input::placeholder,textarea::placeholder{color:#aab6bc}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-thumb{background:#c4ccd0;border-radius:5px}::-webkit-scrollbar-track{background:transparent}button{font-family:inherit}