:root{--primaryColor:#0466c8;--primaryPastel:#d9e8f7;--primaryGreen:#28a745;--primaryRed:#dc3545;--Primarywhite:#ffffff;--bg:rgb(249,249,251);--text1Color:#4d4d4d;--text2Color:#a8a8a8;--gray1:#e1e1e1;--gray2:#e6e6e6;--gray3:#cdcdcd;--Black:#4d4d4d}*{font-family:Roboto,sans-serif}h1{font-size:44px;line-height:52px;color:var(--text1Color)}h1,h2{font-weight:600}h2{font-size:28px;line-height:38px}h3{font-size:18px;line-height:28px;font-weight:600}p{font-size:16px;line-height:28.8px;font-weight:400;color:var(--text1Color)}.subheading-1{font-size:30px;line-height:45px;font-weight:600}.subheading-2{font-size:24px;line-height:36px;font-weight:600}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw}body{color:var(--foreground);background:var(--background);font-family:var(--font-roboto),sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.hero-text{font-size:48px;line-height:62.4px;font-weight:600}.container{max-width:1280px;margin:auto}@media(max-width:768px){.container{padding:20px}}body{background-color:var(--bg)}