@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary: #18a558;--primary-dark: #0f7a3f;--primary-tint: #eaf7ef;--danger: #d32f2f;--danger-tint: #fdeeee;--warning: #f4b400;--warning-tint: #fef3c7;--bg: #f5f6f7;--surface: #ffffff;--border: #e3e5e8;--text: #1c1f23;--text-secondary: #666e77;--text-muted: #9aa1a9;--radius: 12px;--radius-lg: 18px;--shadow: 0 1px 3px rgba(20, 20, 20, .06), 0 1px 2px rgba(20, 20, 20, .04)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button{font-family:inherit}a{color:inherit}input,select{font-family:inherit;font-size:14px}::selection{background:var(--primary-tint)}
