/*
Theme Name: Koredge
Description: Thème enfant pour Les Avivés de l'Est
Version: 1.0.0
*/

:root {
    /* Couleurs */
    --color-green-primary: #4a8c1c;   /* vert boutons/titres */
    --color-green-dark: #2d5a0e;      /* vert foncé hover */
    --color-green-light: #eaf3de;     /* fond beige-vert */
    --color-bg: #f5f2ea;              /* fond crème général */
    --color-text: #1a1a1a;
    --color-white: #ffffff;

    /* Typographies — à confirmer avec Koredge */
    --font-title: 'Big Shoulders Display', sans-serif;
    --font-body: 'Inter', sans-serif;

    /* Espacements */
    --section-padding: 80px 0;
    --container-width: 1280px;
    --container-padding: 0 40px;
}

body {
    background-color: #F2F5E9;
}