:root {
  color-scheme: dark;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.55;
}

body {
  margin: 0;
  background: #050505;
  color: #e8e8e8;
}

a {
  color: #cacaca;
}

a:hover {
  color: #ffffff;
}

.site-header {
  max-width: 680px;
  margin: 0 auto;
  padding: 32px 24px 0;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 14px;
  margin-top: 12px;
}

.site-header nav a {
  text-decoration: none;
}

.site-header nav a[aria-current='page'] {
  color: #ffffff;
  font-weight: 600;
}

.wordmark {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
}

.wordmark img {
  display: block;
  height: 36px;
  width: auto;
}

article {
  max-width: 680px;
  margin: 0 auto;
  padding: 24px 24px 64px;
}

h1 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #ffffff;
  font-family: 'Syne', sans-serif;
}

.updated {
  color: #7e7e7e;
  font-size: 14px;
  margin: 0 0 32px;
}

h2 {
  font-size: 20px;
  margin: 32px 0 12px;
  color: #ffffff;
}

h3 {
  font-size: 16px;
  margin: 24px 0 8px;
  color: #ffffff;
}

p,
li {
  font-size: 16px;
}

ul {
  padding-left: 1.25rem;
}

li {
  margin-bottom: 8px;
}

.contact-box {
  background: #151515;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 24px 0;
}

.contact-box a {
  font-weight: 600;
}

.site-footer {
  max-width: 680px;
  margin: 0 auto;
  padding: 32px 24px 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 20px;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer a {
  color: #7e7e7e;
  text-decoration: none;
}

.site-footer a:hover {
  color: #ffffff;
}

.site-footer a[aria-current='page'] {
  color: #ffffff;
  font-weight: 600;
}

.site-footer .sep {
  color: rgba(255, 255, 255, 0.2);
  user-select: none;
}
