:root {
    --color-primary: #16265a;
    --color-primary-rgb: 22, 38, 90;
    --color-secondary: #f3a914;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #16265a;
    --color-footer-end: #f3a914;
}

.footer {
    background: linear-gradient(135deg, #16265a 0%, #f3a914 100%) !important;
}
:root {
    --color-primary: #16265a;
    --color-secondary: #f3a914;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #021246;
    --color-primary-light: #2a3a6e;
}
