@charset "UTF-8";

/* =========================
   Base Layout & Colors
   ========================= */

body {
  margin: 0;
  padding: 3rem 2rem;
  background-color: #0F1115;
  color: #E6E8EB;
  font-family: Inter, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* =========================
   Header
   ========================= */

header {
  max-width: 72ch;
  margin-bottom: 4rem;
}

h1 {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

header p {
  margin: 0.4rem 0;
}

/* Name / Authorship */

.byline {
  margin-top: 1.5rem;
  font-size: 0.95rem;
  color: #9AA0A6;
  letter-spacing: 0.02em;
}

/* =========================
   Main Content
   ========================= */

main {
  max-width: 72ch;
}

section {
  margin-bottom: 3rem;
}

p {
  margin-bottom: 1.2em;
}

/* Lists */

ul {
  margin-top: 0.8rem;
  padding-left: 1.4rem;
}

li {
  margin-bottom: 0.5rem;
}

/* =========================
   Links
   ========================= */

a {
  color: #5F7A8A;
  text-decoration: none;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

/* =========================
   Footer
   ========================= */

footer {
  max-width: 72ch;
  margin-top: 5rem;
  padding-top: 2rem;
  border-top: 1px solid #2A2E35;
}

footer p {
  font-size: 0.875rem;
  color: #9AA0A6;
}