:root {
    --color-primary: #010267;
    --color-primary-rgb: 1, 2, 103;
    --color-secondary: #0f1380;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-footer-start: #010267;
    --color-footer-end: #1d1f58;
}

.footer {
    background: linear-gradient(135deg, #010267 0%, #1d1f58 100%) !important;
}
:root {
    --color-primary: #010267;
    --color-secondary: #0f1380;
    --color-background: #f7f7f7;
    --color-text: #333333;
    --color-primary-dark: #000053;
    --color-primary-light: #15167b;
}
