/* ================================= Variables ================================= */

:root {
    --color-primary: #8cc63f;
    --color-primary-light: #8cbc4f;
    --color-primary-dark: #415F1C;
    --color-secondary: #194a33;
    --color-background-light: #f3f9eb;
    --color-text-dark: #333;
    --color-white: #fff;
    --border-radius-sm: 5px;
}
