:root {
    --color-primary: #0e5d1e;
    --color-primary-rgb: 14, 93, 30;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #000000;
    --color-footer-end: #116a0b;
}

.footer {
    background: linear-gradient(135deg, #000000 0%, #116a0b 100%) !important;
}
:root {
    --color-primary: #0e5d1e;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #00490a;
    --color-primary-light: #227132;
}
