/* ---------- Footer ---------- */
.footer-row{
  margin-top:4rem;                 /* space ABOVE the footer */
  padding:2rem 1rem;               /* space INSIDE the footer */
  background: var(--surface);
  border-top:1px solid var(--border);
  text-align:center;
  color: var(--text);
}

.footer-copy{
  margin:0;
  font-size:.9rem;
  color: var(--text);
  opacity:.75;
}
