@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "JetBrains Mono", "Fira Code", monospace;--surface: #ffffff;--surface2: #f7f8fb;--surface3: #eef0f6;--border: #e2e5f0;--border2: #cdd1e0;--text: #0f1629;--text2: #4a5068;--text3: #8891a5;--accent: #4361ee;--accent-g: #06b96f;--accent-r: #ef4444;--accent-a: #f59e0b;--accent-p: #8b5cf6}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--sans);background:var(--surface2);color:var(--text);-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--sans);cursor:pointer}input,select{font-family:var(--sans)}
