:root {
    --color-primary: #1c733f;
    --color-primary-rgb: 28, 115, 63;
    --color-secondary: #1c733f;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #0a0a0a;
    --color-footer-end: #121212;
}

.footer {
    background: linear-gradient(135deg, #0a0a0a 0%, #121212 100%) !important;
}
:root {
    --color-primary: #1c733f;
    --color-secondary: #1c733f;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #085f2b;
    --color-primary-light: #308753;
}
