:root {
    --color-primary: #000000;
    --color-primary-rgb: 0, 0, 0;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #000000;
    --color-footer-start: #2c4409;
    --color-footer-end: #182603;
}

.footer {
    background: linear-gradient(135deg, #2c4409 0%, #182603 100%) !important;
}
:root {
    --color-primary: #000000;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #000000;
    --color-primary-dark: #000000;
    --color-primary-light: #141414;
}
