/* ---------- Footer.css ---------- */
/* Everything that styles the site footer (<footer class="wrap">), whose
   markup itself lives in main.js. */

footer{
  padding:26px 0 40px;
  font-family:var(--mono);
  font-size:11.5px;
  color:var(--muted);
  display:flex;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
