/*
Theme Name: Family Espoir
Theme URI: https://familyespoir.org
Author: Family Espoir Association
Author URI: https://familyespoir.org
Description: Thème officiel de l'Association Family Espoir - Aide les Mamans solo et leurs enfants
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: family-espoir
Tags: association, charity, nonprofit, tailwind
*/

:root {
    --primary-red: #E31E24;
    --primary-green: #A2C05E;
    --soft-red: #FEF2F2;
    --soft-green: #F7F9F2;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background-color: #F8FAFC; font-family: 'Public Sans', sans-serif; color: #1e293b; }

/* Slider */
.slider-container { scroll-snap-type: x mandatory; scroll-behavior: smooth; }
.slide { scroll-snap-align: start; flex: 0 0 100%; }
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
.scrollbar-hide::-webkit-scrollbar { display: none; }

/* Utilities */
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
