footer {
  min-height: 1px;
  padding: 80px 0px;
  background-color: #fcfbf9;
}
footer .bottom {
  padding: 10px 0px;
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
footer .logo {
  font-size: 28px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
}
