/* CSS global facultatif du site. La base reste volontairement neutre. */
:root {
  color-scheme: light;
}

body {
  min-height: 100vh;
  margin: 0;
  color: #212529;
  background-color: #fff;
}
