@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap";
:root{--black:#101010;--white:#fff;--blue:#2563eb;--light-blue:#dbeafe;--gray:#737373;--light-gray:#f5f5f5}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--white);color:var(--black);font-family:DM Sans,sans-serif}h1,h2,h3,h4{font-family:Space Grotesk,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}::selection{background:var(--blue);color:#fff}
