/* ============================================================
 *  APP FOOTER
 * ============================================================ */
.app-footer {
    text-align: center;
    padding: 20px 16px 28px;
    padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
    font-size: 0.74rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: var(--text-faint, #aaa);
    font-weight: 500;
}
