body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
  width: auto;
}

.wp-block-site-title a,
.wp-block-query-pagination-numbers a,
.wp-block-post-excerpt a {
  text-decoration: inherit;
}

footer ul li a {
  text-decoration: inherit;
  color: inherit;
}
