*{box-sizing:border-box;padding:0;margin:0}:root{--border:#d9d9d9;--text:#4d4d4d;--placeholder:#737373}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Roboto,sans-serif}a{color:inherit;text-decoration:none}.custom-loader{width:20px;height:20px;border-radius:50%;border:2px solid #e4e4ed;border-right-color:#1b9fa3;animation:customLoader 1s linear infinite}@keyframes customLoader{to{transform:rotate(1turn)}}::placeholder{color:var(--placeholder)}