/*
 Theme Name:   SWii Child
 Theme URI:    https://www.swii.fr
 Description:  Thème enfant de Divi pour le site SWii – Smart World Immobilier
 Author:        SWii
 Author URI:    https://www.swii.fr
 Template:     Divi
 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:  swii-child
*/

/* ============================================================
   VARIABLES CSS — Charte graphique SWii
   ============================================================ */
:root {
  --swii-navy:        #212457;  /* Primaire : fonds hero, header */
  --swii-blue:        #3b75eb;  /* Accent principal : CTAs, liens */
  --swii-cyan:        #2fd4e8;  /* Accent secondaire : icônes tech */
  --swii-green-light: #3beb7d;  /* Badges succès, éco */
  --swii-green-mid:   #69c96e;  /* Accents écologiques */
  --swii-green-dark:  #498536;  /* Textes sur fond clair */
  --swii-white:       #ffffff;
  --swii-gray-light:  #f5f6fa;
}

/* ============================================================
   STYLES DE BASE — Typographie & Body
   ============================================================ */
body {
  color: #333333;
}

a {
  color: var(--swii-blue);
  text-decoration: none;
}

a:hover {
  color: var(--swii-navy);
}
