:root {
  color-scheme: dark;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #080a12;
  color: #f5f7ff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #080a12;
}

main {
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 96px;
}

.brand {
  color: #0ce0ef;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  letter-spacing: 0;
}

h1 {
  margin: 12px 0 32px;
  font-size: clamp(2rem, 8vw, 4rem);
}

h2 {
  margin-top: 32px;
  color: #f6c768;
  font-size: 1.1rem;
}

p,
li {
  color: #c9cfdd;
  line-height: 1.7;
}

a {
  color: #0ce0ef;
}

.lede {
  max-width: 620px;
  font-size: 1.15rem;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 36px 0;
}

.resource {
  min-width: 150px;
  padding: 14px 18px;
  border: 1px solid #3a4052;
  border-radius: 6px;
  color: #f5f7ff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.resource:hover,
.resource:focus-visible {
  border-color: #0ce0ef;
  outline: none;
}

.muted {
  color: #8991a5;
}
