/* Pages légales minimalistes de la vitrine — feuille partagée.
   (Fichier séparé, pas de <style> inline : la CSP du site est style-src 'self'.) */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/inter-400.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/inter-700.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 800; font-display: swap; src: url('/fonts/inter-800.woff2') format('woff2'); }
body {
  margin: 0; padding: 40px 20px;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px; line-height: 1.7; color: #141D28; background: #FFFFFF;
}
main { max-width: 720px; margin: 0 auto; }
h1 { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.25; margin: 0 0 24px; }
h2 { font-size: 18px; font-weight: 700; margin: 28px 0 8px; }
p, ul { margin: 0 0 14px; }
ul { padding-left: 22px; }
a { color: #24466B; }
:focus-visible { outline: 3px solid #24466B; outline-offset: 2px; }
.retour { display: inline-block; margin-top: 32px; }
.pied-legal { margin-top: 40px; padding-top: 16px; border-top: 1px solid #E2E5E8; font-size: 13.5px; color: #3D4854; }
