:root {
    --color-primary: #963827;
    --color-primary-rgb: 150, 56, 39;
    --color-secondary: #1a1919;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #111212;
    --color-footer-end: #1f1f1f;
}

.footer {
    background: linear-gradient(135deg, #111212 0%, #1f1f1f 100%) !important;
}
:root {
    --color-primary: #963827;
    --color-secondary: #1a1919;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #822413;
    --color-primary-light: #aa4c3b;
}
