:root {
    --color-primary: #000000;
    --color-primary-rgb: 0, 0, 0;
    --color-secondary: #b01c17;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #000000;
    --color-footer-end: #1d1f20;
}

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