/* letsngoh.com — a soupçon of CSS on top of mica.
   Colors, typography, rhythm, and dark mode all come from mica. */

.container {
  --max: 50rem;
  --gutter: var(--space-md);
  padding-block: var(--space-2xl);
}

h1 {
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.home header {
  text-align: center;
}

.home header p,
.tagline {
  color: var(--color-text-muted);
}

section {
  margin-block-end: var(--space-xl);
}

.last-updated {
  font-size: 0.875rem;
  color: var(--color-text-muted);
}

hr {
  border: none;
  border-block-start: 1px solid var(--color-border);
  margin-block: var(--space-xl);
}
