@import url(../../../theme/typography.css);
@import url(../../../base/colors.css);

/* FOOTER COPYLEFT STYLES */

.copyleft__content {
    width: 95%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyleft__content a, .copyleft__content h1{
    color: var(--color-text-light);
    text-decoration: none;
    font-size: var(--text-xs);
}

.copyleft__content .copyleft__credits {
    color: var(--color-primary);
    text-decoration: underline;
}

.legal__advice {
    font-size: 0.5rem;
    color: white;
}
