:root {
    --color-primary: #931b1b;
    --color-primary-rgb: 147, 27, 27;
    --color-secondary: #931b1b;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #100f0f;
    --color-footer-end: #401212;
}

.footer {
    background: linear-gradient(135deg, #100f0f 0%, #401212 100%) !important;
}
:root {
    --color-primary: #931b1b;
    --color-secondary: #931b1b;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #7f0707;
    --color-primary-light: #a72f2f;
}
