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

.footer {
    background: linear-gradient(135deg, #000000 0%, #003102 100%) !important;
}
:root {
    --color-primary: #003102;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #001d00;
    --color-primary-light: #144516;
}
