html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Inter", 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

body.winterborn {
  background-color: #05070a;
  background-image: url("media/underlay-5.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  color: #f3efe8;
}

.winterborn-overlay {
  position: top;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  z-index: 2;
  pointer-events: none;
}

.page-content {
  position: relative;
  z-index: 1;
  padding:
    clamp(1rem, 1vw, 1rem)
    clamp(1.25rem, 4vw, 3rem)
    8rem;
}

a {
  color: rgb(220, 220, 220);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
