:root {

    --app-font: "Inter", sans-serif;

    /* Couleurs principales */

    --primary: #1FA500;
    --primary-dark: #158000;
    --primary-light: #57D93B;

    /* Couleur d'accent */

    --danger: #C8102E;

    /* Neutres */

    --white: #FFFFFF;
    --background: #F5F7FA;
    --text: #2C3E50;
    --border: #D9E2EC;

    /* Ombre */

    --shadow: 0 10px 30px rgba(0, 0, 0, .10);

    /* Rayon */

    --radius: 12px;
}