@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");:root{--max-width:1280px;--color-black0:#111;--color-white0:#fff;--color-green0:#01a044;--color-green1:#badd2c;--color-gray0:#e6e9ee;--color-blue0:#1cb0f6;--color-blue1:#1ed3fb;--color-red0:#ef5a5a;--color-red1:#f89494;--color-yellow0:#ffa600;--color-yellow1:#fec900;--color-gray0:#aaa;--color-border:#e7e7e7}html{scroll-behavior:smooth}body,html{background-color:var(--color-white0)}body{margin:0;padding:0;font-size:16px;color:var(--color-black0);font-family:var(--font-family)}*{box-sizing:border-box;outline:none;font-family:Poppins,-apple-technique,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif!important}a{text-decoration:none}