@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bleu:#1b2a4a;--bleu-clair:#2c3e6b;--blanc:#fff;--gris-bg:#f7f8fa;--gris-border:#e2e5ea;--gris-text:#6b7280;--success:#059669;--warning:#d97706;--error:#dc2626;--radius:12px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--gris-bg);color:#374151;font-family:Inter,-apple-system,sans-serif;line-height:1.6}a{color:var(--bleu);text-decoration:none}input,textarea,select,button{font-family:inherit;font-size:inherit}input:focus,textarea:focus,select:focus{border-color:var(--bleu);outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}
