:root {
    --color-primary: #a81026;
    --color-primary-rgb: 168, 16, 38;
    --color-secondary: #a81026;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #212020;
    --color-footer-end: #312f2f;
}

.footer {
    background: linear-gradient(135deg, #212020 0%, #312f2f 100%) !important;
}
:root {
    --color-primary: #a81026;
    --color-secondary: #a81026;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #940012;
    --color-primary-light: #bc243a;
}
