*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 2.5rem 1.25rem 3rem;
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #111827;
  background: #f9fafb;
}

a {
  color: #2563eb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.page {
  max-width: 720px;
  margin: 0 auto;
}

.page-header {
  margin-bottom: 1.75rem;
}

.page-header h1 {
  font-size: 30px;
  margin: 0 0 0.25rem;
}

.meta-line {
  margin: 0;
  font-size: 13px;
  color: #4b5563;
}

section {
  margin-bottom: 1.75rem;
}

h2 {
  font-size: 13px;
  margin: 0 0 0.4rem;
  text-transform: lowercase;
  letter-spacing: 0.12em;
  color: #9ca3af;
}

p {
  margin: 0 0 0.5rem;
}

ul {
  margin: 0 0 0.5rem 1.1rem;
  padding: 0;
}

li {
  margin-bottom: 0.35rem;
}

.place {
  margin-bottom: 0.85rem;
}

.place-title {
  font-weight: 600;
  margin-bottom: 0.05rem;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  font-size: 0.9em;
  background: #e5e7eb;
  padding: 0.05rem 0.25rem;
  border-radius: 3px;
}

.page-footer {
  margin-top: 2rem;
  font-size: 13px;
  color: #6b7280;
}

