/**
 * United Earth — Footer Typography
 * --------------------------------
 * Scope: `.gbp-footer` (GB Pro footer wrapper)
 *
 * Context:
 * GB Pro footer styles may scale footer text down (e.g. 14px / 0.875rem).
 * This module normalizes footer typography to match the UE sub-sites.
 */

/* Footer wrapper base size */
.gbp-footer {
  font-size: 16px;
}

/* Footer links / nav links */
.gbp-footer a,
.gbp-footer .wp-block-navigation a {
  font-size: 14px;
}
