/* Charte graphique — Centre Reine Fabiola (voir charte-graphique.md) */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;600;700&display=swap');

body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

h1, h2, h3 {
  font-family: 'Open Sans', sans-serif;
}

/* Fond général / texte principal / texte secondaire de la charte, appliqués aux
   classes Tailwind neutres déjà utilisées dans les vues (pas de reprise fichier par fichier) */
.bg-gray-100 {
  background-color: #EDEDED !important;
}

h1.text-gray-800,
.text-gray-800 {
  color: #333333 !important;
}

.text-gray-500 {
  color: #6E6E7F !important;
}
