/* ============================================================
   FB Créations Numériques — reset.css
   Remise à zéro minimale + bases typographiques du document
   ============================================================ */

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--bg);
  color:var(--text);
  font-family:'Segoe UI',system-ui,-apple-system,sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}
h1,h2,h3,.orb{font-family:'Orbitron',sans-serif}
a{color:inherit;text-decoration:none}
img{max-width:100%}
button{font-family:inherit}
