/* Reset léger */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--wp--preset--font-family--inter);
  color:#666666;
  background: var(--wp--preset--color--white, #ffffff);
  line-height: 1.6;
}

/* Titres */
h1, h2, h3, h4 {
  line-height: 1.2;
  margin-bottom: 0.5em;
}
