/* Styles partages entre toutes les pages fxenv */
body { font-family: 'Inter', sans-serif; }
.navy { color: #0F172A; }
.bg-tech { background-color: #2563EB; }
.text-tech { color: #2563EB; }
.border-tech { border-color: #2563EB; }
.bg-soft { background-color: #F8FAFC; }
