/*
Theme Name: DIGITAL360X FGI CI
Theme URI: https://fgi.ci
Author: IDRISSOU ISSAKA, CEO DIGITAL 360X
Author URI: https://digital360x.com
Description: Thème sur mesure pour le Forum sur la Gouvernance de l'Internet en Côte d'Ivoire (FGI-CI), développé par DIGITAL360X. Intègre des widgets Elementor personnalisés et une charte graphique institutionnelle moderne.
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: fgi-ci
*/

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #1A1A1A;
    background-color: #FAFAFA;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
