@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+Mono:wght@100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");*{outline:transparent!important;box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}::-webkit-scrollbar-thumb{background:gray;border-radius:0}::-webkit-scrollbar{width:5px;height:5px;background:transparent}body,html{color:#000d25;min-width:320px;font-size:16px;line-height:1.6;background-color:#fff;font-smoothing:antialiased;width:100%;height:100%;overflow:auto;position:relative;font-family:Roboto,sans-serif}.animeLeft{opacity:0;transform:translateX(-20px);animation:animeLeft .3s forwards}@keyframes animeLeft{to{opacity:1;transform:none}}