#merch-store {
    background-image: -webkit-linear-gradient(left, white 25%, #fde071 37.5%, #ef9671, #996a6e 62.5%, var(--secondary-200) 75%);
    background-image: linear-gradient(90deg, white 25%, #fde071 37.5%, #ef9671, #996a6e 62.5%, var(--secondary-200) 75%);
    background-position: right center;
    background-size: 400% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: #ef9671;
    -webkit-text-fill-color: transparent;
    transition: color 200ms linear;
}
#merch-store:hover {
    background-position: left center;
    color: #ef9671;
    transition: background-position 2000ms ease-out;
}
.dagshub-footer {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: var(--dark-900);
    padding: 32px 182px 16px;
    gap: 22px;
}
@media screen and (max-width: 1200px) {
    .dagshub-footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 32px;
    }
    .dagshub-footer #footer-logo {
        order: 0;
    }
    .dagshub-footer h2 {
        order: 1;
    }
    .dagshub-footer #footer-social {
        order: 2;
        margin: auto;
    }
    .dagshub-footer .links {
        order: 3;
        font-weight: 700;
        font-size: 14px;
        color: var(--white);
    }
    .dagshub-footer .legal {
        order: 4;
        display: block !important;
    }
}
.dagshub-footer i,
.dagshub-footer a,
.dagshub-footer svg,
.dagshub-footer img {
    color: var(--secondary-200);
    fill: var(--secondary-200);
    font-weight: 600;
}
.dagshub-footer i:hover,
.dagshub-footer a:hover,
.dagshub-footer svg:hover,
.dagshub-footer img:hover {
    color: var(--secondary-400);
    fill: var(--secondary-400);
}

.dagshub-footer p {
    color: var(--secondary-200);
}
.dagshub-footer #footer-logo {
    max-width: 200px;
}
.dagshub-footer .legal {
    display: inline-flex;
    gap: 1em;
    margin-top: 1.1em;
    align-items: center;
}
.dagshub-footer .legal .footer-item {
    color: rgba(220, 222, 243, 0.5);
    margin: auto 24px;
}
.dagshub-footer #footer-social {
    margin-right: auto;
    display: flex;
    margin-top: 4px;
}
.dagshub-footer h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-top: 7px;
    width: 100%;
    /* identical to box height, or 143% */
    /* Secondary/State 200 */
    color: var(--secondary-200);
}
.dagshub-footer .links {
    display: flex;
    flex-direction: inherit;
    gap: 1em;
}

.dagshub-footer .social_link {
    padding: 11px;
    margin-right: 4px;
}

.dagshub-footer .social_link svg{
    height: 21px;
    width: 25px;
    fill: currentcolor;
}

/* MKDOCS CUSTOMIZATION STYLES */
[data-md-color-scheme=default] .md-footer {
    background-color: #dfdfdf;
    color: var(--md-typeset-color);
}