:root{--background:#ffffff;--foreground:#171717}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth;scroll-padding-top:100px}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}h1{font-size:96px}h1,h2{font-weight:700}h2{font-size:60px}h3{font-size:48px}h3,h4{font-weight:700}h4{font-size:34px}h5{font-size:24px}h5,h6{font-weight:700}h6{font-size:20px}p{font-size:16px;font-weight:400}.mainColor{color:#ff7a00}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}