@font-face {
  font-family: Inter;
  src: url('/public/static/InterVariable.ttf') format('truetype');
  font-weight: 100 900;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #fff;
  color: #090e25;
  font: 16px/1.7 Inter, Arial, sans-serif;
}
.wrap {
  max-width: 660px;
  padding: 28px 24px;
  margin: auto;
}
header {
  margin-bottom: 56px;
}
.wordmark {
  font-size: 29px;
  font-weight: 800;
  letter-spacing: -1.5px;
  text-decoration: none;
  color: #090e25;
}
.wordmark span, a {
  color: #6925bf;
}
h2 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -.04em;
}
a {
  text-underline-offset: 4px;
}
button, input {
  font: inherit;
}
button, .button {
  display: inline-block;
  background: #6925bf;
  color: white;
  border: 1px solid #6925bf;
  border-radius: 28px;
  padding: 13px 24px;
  cursor: pointer;
  text-decoration: none;
}
.button-outline {
  background: #fff;
  color: #6925bf;
}
input[type=checkbox] {
  width: 18px;
  height: 18px;
  accent-color: #6925bf;
  vertical-align: middle;
}
:focus-visible {
  outline: 3px solid #6925bf;
  outline-offset: 4px;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6ec;
  margin: 30px 0;
}
footer {
  font-size: 12px;
  color: #606475;
  margin-top: 60px;
}
@media (max-width: 420px) {
  h2 { font-size: 26px;
  } .button { max-width: 100%;
  };
}
