@import url('../fonts.css');

.footer-connect-text {
    font-family: 'cera pro bold';
}

.footer-sign-text {
    font-family: 'cera pro reg';
}

.footer-upper-container {
    background: #F1F2F4;
}

.footer-bottom-container {
    background: #ED1C24;
}

.footer-text-style {
    font-family: 'ubuntu reg';
    color: #fff;
    margin-top: 12px;
}

/* Mobile View */
/* Footer */
.connect-container {
    background: #F1F2F4;
}

.connect-container-text {
    font-family: 'ubuntu reg';
    color: #000;
}

.mobile-footer {
    box-shadow: 4px 0px 0px 4px rgba(0, 0, 0, 0.10);
}

.mobile-footer-text-1 {
    font-family: 'ubuntu mid';
    color: #000;
}

.mobile-footer-text-2 {
    font-family: 'ubuntu mid';
    color: #ED1C24;
}
