:root {
  --color-focused: #080c16;
  --color-high: #626976;
  --color-surface: #ffffff;
  --font-display: "Nunito Sans", "Segoe UI", sans-serif;
  --font-body: Inter, "Segoe UI", sans-serif;
}

html, body {
  margin: 0;
  min-height: 100%;
  background: var(--color-surface);
  color: var(--color-focused);
  font-family: var(--font-body);
}

.app-header {
  padding: 16px;
  border-bottom: 1px solid #eceff5;
}

.app-logo {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--color-focused);
  text-decoration: none;
}

.app-main {
  max-width: 640px;
  margin: 0 auto;
  padding: 32px 16px;
}

.home-kicker {
  margin: 0 0 8px;
  color: var(--color-high);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 28px;
}

.home-hero p,
.home-hero li {
  color: var(--color-high);
  line-height: 1.5;
}

code {
  font-size: 0.95em;
}
