* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100svh;
}

.footer {
  margin-top: auto;
  background: var(--wp--preset--color--secondary);
  color: #fff;
  padding-top: var(--wp--preset--spacing--40);
  padding-bottom: var(--wp--preset--spacing--40);
}
.footer a {
  color: currentColor;
}
/*# sourceMappingURL=theme.css.map */