@font-face {
  font-family: 'Geist Mono';
  src: url('fonts/GeistMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background: #222829;
  display: flex;
  align-items: center;
  justify-content: center;
}

main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.lockup img {
  display: block;
}

.wordmark {
  font-family: 'Geist Mono', monospace;
  font-size: 24px;
  font-weight: 400;
  color: #DBE7E9;
  letter-spacing: 0.05em;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
