@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");:root{--background:#ffffff;--font:#171717;--gray:#d1d1d1;--gray-dark:#c1c1c1;--foreground:#f9fafb;--dark-blue:#111827}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--font);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*{box-sizing:border-box;padding:0;margin:0;font-family:Poppins,sans-serif}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}