@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

body {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 1.75;
  color: #111;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h1 { font-size: 2.6rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }

p {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.site-content > .ast-container,
.ast-article-single,
.ast-archive-description,
#primary,
.page .entry-content,
.single-post .entry-content {
  max-width: 760px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
  object-fit: cover;
}

.post-thumbnail img,
.entry-content img,
.page-content img {
  border-radius: 0;
  max-height: 600px;
  width: 100%;
  object-fit: cover;
}

.entry-meta, .posted-on, .author, .comments-link {
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 1.5rem;
}

a {
  color: #004b8d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
