@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@600;700;800&display=swap";
:root{--background:#fff;--foreground:#0f172a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Poppins,Inter,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}
