/* Site-wide footer (mounted via /js/eze-footer.js into #eze-footer-mount).
   Single source of truth — keep page-level overrides out of here. */

.eze-footer {
  background: var(--color-light);
  border-top: 1px solid var(--color-layer-02);
  margin-top: calc(var(--space-base) * 10);
}

.eze-footer__line {
  padding: calc(var(--space-base) * 4) 0;
  text-align: center;
  font-size: var(--font-size-xs);
  color: color-mix(in srgb, var(--color-foreground) 55%, var(--color-layer-03));
}
