/*
Theme Name: SOGEPA SN - Gestion du Patrimoine Bâti
Theme URI: https://sogepa.sn
Author: Antigravity Team
Description: Thème WordPress moderne et élégant converti à partir de l'application React SOGEPA. Entièrement responsive avec intégration TailwindCSS, gestion de patrimoine, actualités et portails.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sogepa-theme
*/

/* Palette officielle Charte Graphique SOGEPA SN */
:root {
  --sogepa-brown-dark: #6E390A;
  --sogepa-brown-light: #C8A97E;
  --sogepa-gold: #9f8560;
  --sogepa-grey: #9DA7AC;
  --primary: #9f8560;
  --secondary: #dad4cd;
  --foreground: #464139;
  --background: #FAF7F2;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--foreground);
  background-color: var(--background);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}
