:root {
    --color-primary: #f21d1d;
    --color-primary-rgb: 242, 29, 29;
    --color-secondary: #ff6a1f;
    --color-background: #ffb721;
    --color-text: #000000;
    --color-footer-start: #009241;
    --color-footer-end: #009241;
}

.footer {
    background: linear-gradient(135deg, #009241 0%, #009241 100%) !important;
}
:root {
    --color-primary: #f21d1d;
    --color-secondary: #ff6a1f;
    --color-background: #ffb721;
    --color-text: #000000;
    --color-primary-dark: #de0909;
    --color-primary-light: #ff3131;
}
