@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;900&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--black:#111;--dark:#1a1a1a;--gray-dark:#333;--gray:#888;--gray-light:#ccc;--bg-light:#f5f5f5;--white:#fff}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:var(--white);color:var(--black);line-height:1.6}a{text-decoration:none;color:inherit}