@import url('brandingPalette.css');

.cwh-shared-footer {
    position: relative;
    border-top: 1px solid var(--cwh-border);
    background: var(--cwh-white);
    padding: 16px 24px;
    font-family: var(--cwh-font-family);
}

.cwh-shared-footer__copyright,
.cwh-shared-footer__credit {
    font-family: var(--cwh-font-family);
    font-size: 12px;
    color: var(--cwh-mid-grey);
}
