/* General Layout */
body {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
}

p, .research-text {
  font-size: 1rem;
}

strong, b {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .writing-item header {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.5rem; }
h4, .writing-item header { font-size: 1.2rem; }

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

.home-link, .menu a {
  color: #333;
  font-weight: bold;
}

.home-link:hover, .menu a:hover {
  text-decoration: underline;
}

.writings, .research {
  padding: 2rem 0;
  margin: 0 auto;
}

.writing-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.writing-meta {
  font-size: 0.8rem;
  color: #555;
  line-height: 1.1;
}

.writing-item {
  margin-bottom: 0.75rem;
}

.deemphasis {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 0.5rem;
}

.menu {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}

.menu li {
  display: inline;
}

.research figure {
  margin-bottom: 1.5rem;
}

.research img, .headshot {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.headshot {
  max-width: 40%;
  padding: 2rem;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
