:root {
    --color-primary: #db1414;
    --color-primary-rgb: 219, 20, 20;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #7c8c9c;
    --color-footer-end: #07335f;
}

.footer {
    background: linear-gradient(135deg, #7c8c9c 0%, #07335f 100%) !important;
}
:root {
    --color-primary: #db1414;
    --color-secondary: #000000;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #c70000;
    --color-primary-light: #ef2828;
}
