:root {
    --color-primary: #ff7b00;
    --color-primary-rgb: 255, 123, 0;
    --color-secondary: #000000;
    --color-background: #eeff00;
    --color-text: #333333;
    --color-footer-start: #246209;
    --color-footer-end: #0b4507;
}

.footer {
    background: linear-gradient(135deg, #246209 0%, #0b4507 100%) !important;
}
:root {
    --color-primary: #ff7b00;
    --color-secondary: #000000;
    --color-background: #eeff00;
    --color-text: #333333;
    --color-primary-dark: #eb6700;
    --color-primary-light: #ff8f14;
}
