.footer {
    border-top-width: 5px;
    border-top-style: solid;
    border-image: linear-gradient(332deg, rgba(67, 156, 210, 1) 4%, rgba(118, 182, 48, 1) 63%, rgba(242, 59, 64, 1) 95%) 1;
    background-color: var(--bg-primary);
}

.footer .footer-text-primary {
    color: var(--text-primary) !important;
}
.footer .footer-text-secondary {
    color: var(--subtext-primary) !important;
}

