body {
  width: min(1060px, calc(100% - 36px));
  padding-bottom: 1.25rem;
  background-image: none;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
}

a {
  text-decoration-style: solid;
  text-underline-offset: 3px;
}

footer {
  margin-top: 2rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--border);
  font-family: inherit;
  font-size: 0.64rem;
}

.footer-links a {
  text-decoration: none;
}

@media (min-width: 681px) {
  html {
    font-size: 18px;
  }

  body {
    width: min(1180px, calc(100% - 48px));
    font-size: 16px;
  }

  footer {
    font-size: 0.68rem;
  }
}

@media (max-width: 680px) {
  body {
    width: min(100% - 24px, 1060px);
    font-size: 14px;
  }

}
