/* Variables pour le système de sections modulaires */
:root {
    /* Couleurs de sections */
    --section-bg-light: #ffffff;
    --section-bg-neutral: #fafafa;
    --section-bg-dark: #212121;
    --section-bg-gray: #f8f8f8;

    /* Couleurs de texte selon le contexte */
    --text-on-light: #212121;
    --text-on-dark: #ffffff;
    --text-secondary-on-light: #666666;
    --text-secondary-on-dark: #cccccc;

    /* Couleurs de bordures et éléments */
    --border-on-light: #f0f0f0;
    --border-on-dark: rgba(255, 255, 255, 0.2);
    /* Couleurs des boutons */
    --btn-primary-border: #212121;
    --btn-primary-text: #212121;
    --btn-primary-bg-hover: #212121;
    --btn-primary-text-hover: #ffffff;
}

body,
button,
input,
textarea,
select {
    --bulma-body-line-height: 1;
}