/* Grid */
.container {
  position: relative;
  width: min(100%, 640px);
  margin: 0 auto;
  padding: 0 20px 48px;
  text-align: center;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Base */
html {
  font-size: 100%;
  color-scheme: light;
}

body {
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
}

/* Typography */
h1 {
  margin: 0 0 12px;
  font-weight: 800;
  font-size: clamp(2.6rem, 8vw, 4.5rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

h2,
h3,
h4 {
  margin-top: 0;
}

p {
  margin-top: 0;
}

a {
  color: inherit;
}

code {
  padding: 0.2rem 0.45rem;
  margin: 0 0.15rem;
  font-size: 90%;
  white-space: nowrap;
  background: rgba(28, 28, 28, 0.06);
  border: 1px solid rgba(28, 28, 28, 0.1);
  border-radius: 999px;
}

pre > code {
  display: block;
  padding: 1rem 1.25rem;
  white-space: pre;
}

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset,
pre,
blockquote,
dl,
figure,
p,
ol {
  margin-bottom: 1.15rem;
}

.u-full-width,
.u-max-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

hr {
  margin: 2rem 0;
  border-width: 0;
  border-top: 1px solid rgba(28, 28, 28, 0.1);
}

.credit-icon {
  display: none;
}
