* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: 'SN Pro', system-ui, -apple-system, sans-serif;
  background: #12141a;
  color: #e8eaf0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SN Pro', system-ui, -apple-system, sans-serif;
}

.welcome {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2.5rem 1.25rem 3rem;
  gap: 0;
}

.welcome__art {
  width: 100%;
  max-width: min(28rem, 90%);
  height: auto;
  margin-bottom: 2rem;
  user-select: none;
  pointer-events: none;
}

.welcome__art svg {
  display: block;
  width: 100%;
  height: auto;
}

.welcome__title {
  margin: 0;
  max-width: 28rem;
  font-family: 'JetBrains Mono', Menlo, monospace;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375;
  color: #e1e1ee;
}

@media (min-width: 640px) {
  .welcome__title {
    font-size: 1.25rem;
  }
}

.welcome__title-accent {
  color: #bdf077;
}

.welcome__lead {
  margin: 0.75rem 0 0;
  max-width: 28rem;
  font-family: 'JetBrains Mono', Menlo, monospace;
  font-size: 0.875rem;
  line-height: 1.625;
  color: #b8b8c8;
}
