@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--green-950:#0a1f0a;--green-900:#1a3a1a;--green-800:#1e4d2b;--green-700:#2d6a4f;--green-600:#40916c;--green-500:#52b788;--green-400:#74c69d;--green-300:#95d5b2;--green-200:#b7e4c7;--green-100:#d8f3dc;--green-50:#f0faf3;--gold-600:#a07c10;--gold-500:#c59d1f;--gold-400:#d4a929;--gold-300:#e6c547;--gold-200:#f5e08a;--gold-100:#fef8e1;--gray-900:#0f1923;--gray-800:#1c2938;--gray-700:#2d3f52;--gray-600:#4a5e73;--gray-500:#6b7f93;--gray-400:#94a3b8;--gray-300:#cbd5e1;--gray-200:#e2e8f0;--gray-100:#f1f5f9;--gray-50:#f8fafc;--white:#fff}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:var(--gray-900);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer;border:none;outline:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--green-500);border-radius:3px}::selection{background:var(--green-200);color:var(--green-900)}
