@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap";:root{--primary:#58667d;--accent:#b59b57;--text:#000;--text-light:#6b7280;--border:#e5e7eb;--bg:#f3f4f6;--bg-hover:#f9fafb;--error:#dc2626;--success:#16a34a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Outfit,sans-serif;font-size:14px}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:14px}
