@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
:root{--primary:#0d9488;--primary-light:#14b8a6;--primary-dark:#0f766e;--accent:#0891b2;--text:#1e293b;--text-muted:#64748b;--text-light:#94a3b8;--bg:#fff;--bg-alt:#f1f5f9;--bg-accent:#ecfdf5;--border:#e2e8f0;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 12px 40px #0000001f;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--teal-gradient:linear-gradient(135deg, #0d9488 0%, #0891b2 100%)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}::selection{background:var(--primary);color:#fff}
