/* === BASE RESET + TYPOGRAPHIE === */
*, *::before, *::after { box-sizing: border-box; }

[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h-mobile);
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--ff-body);
  font-size: 1rem;
  line-height: 1.65;
  overflow-x: clip;
}

/* Reset commun */
h1,h2,h3,h4,h5,h6 { margin: 0; font-family: var(--ff-display); line-height: 1.1; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
a { color: inherit; text-decoration: none; }
ul,ol { margin: 0; padding: 0; list-style: none; }
img,video,iframe { max-width: 100%; display: block; }
figure { margin: 0; }
button { cursor: pointer; border: none; background: none; font: inherit; }
input,textarea,select { font: inherit; }
select { min-width: 0; width: 100%; }
