/* Global typography */
body {
  font-family: Georgia, serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #222;
  background: #fafafa;
}

/* Header */
header {
  padding: 40px 20px;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 400;
}

/* Navigation */
nav {
  text-align: center;
  margin-bottom: 30px;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #444;
  font-size: 1rem;
}

nav a:hover {
  text-decoration: underline;
}

/* Page layout */
section {
  max-width: 700px;
  margin: 0 auto 40px auto;
  padding: 0 20px;
}

h2 {
  font-weight: 400;
  margin-bottom: 10px;
}

/* Footer */
footer {
  text-align: center;
  padding: 20px;
  margin-top: 40px;
  color: #777;
  font-size: 0.9rem;
}

/* Reusable content blocks */
.project, .essay, .forecast {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.project h3, .essay h3, .forecast h3 {
  margin: 0;
  font-weight: 400;
}

.meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

/* Contact page email styling */
.email {
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 10px;
}
