@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap");:root{--background:#ffffff;--foreground:#000000;--font-family:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background)}*,body{font-family:var(--font-family)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}