@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--color-primary-dark:#252241;--color-accent:#e2c19d;--color-accent-hover:#d2af8a;--color-bg-light:#f8f6f4;--color-white:#fff;--color-text-dark:#222;--color-text-gray:#666;--font-family:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-family);background-color:var(--color-white);color:var(--color-text-dark);overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-family)}
