/*
Theme Name: APEFFIVU Theme
Theme URI: https://apeffivu.org
Author: APEFFIVU Digital Team
Author URI: https://apeffivu.org
Description: Thème WordPress professionnel complet sur-mesure pour l'ONG APEFFIVU (Action pour la Protection et l'Encadrement des Femmes et Filles Vulnérables en RDC). Compatible Gutenberg, ultra-responsive et prêt pour la collecte de dons.
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: apeffivu
Tags: ngo, non-profit, custom-menu, featured-images, custom-logo, translation-ready, full-width-template
*/

/* Core Design System & Variables */
:root {
    --brand-primary: #059669;
    --brand-primary-dark: #047857;
    --brand-amber: #f59e0b;
    --brand-amber-dark: #d97706;
    --brand-navy: #0f172a;
    --brand-slate: #334155;
    --brand-bg: #f8fafc;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    background-color: var(--brand-bg);
    color: var(--brand-slate);
    line-height: 1.6;
}

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

/* Gutenberg block alignment fixes */
.alignwide {
    max-w: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* Custom Post Thumbnail styles */
.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
}