@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Lora:ital,wght@0,400;0,500;1,400&display=swap');

body {
  background-color: #fdfdfb;
  color: #1a1a1a;
  font-family: 'Lora', serif;
  font-size: 1.05em;
  line-height: 1.75;
  max-width: 780px;
  margin: 60px auto;
  padding: 0 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.02);
}

header {
  text-align: center;
  margin-bottom: 60px;
}

h1 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 2.6em;
  margin-bottom: 0.2em;
  color: #222;
}

.subtitle {
  font-size: 1.2em;
  color: #666;
  font-style: italic;
}

h2 {
  font-size: 1.7em;
  margin-top: 2.5em;
  margin-bottom: 0.7em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.3em;
  font-family: 'IBM Plex Mono', monospace;
}

p {
  margin-bottom: 1.4em;
}

a {
  color: #003366;
  text-decoration: none;
  border-bottom: 1px dashed #aaa;
  transition: all 0.2s ease;
}

a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.small {
  font-size: 0.95em;
  color: #555;
  display: block;
  margin-top: 0.3em;
  margin-left: 0.5em;
}

footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  text-align: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.9em;
  color: #888;
  font-style: italic;
}
