body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #1a1a1a;
  letter-spacing: 0.2px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title {
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #111111;
}
.single .entry-title {
  font-size: 32px;
  line-height: 1.5;
}
.blog .entry-title,
.archive .entry-title {
  font-size: 28px;
  line-height: 1.3;
}
.entry-content h2 {
  font-size: 28px;
  margin-top: 44px;
  margin-bottom: 20px;
}
.entry-content h3 {
  font-size: 22px;
  margin-top: 35px;
  margin-bottom: 15px;
}
.entry-content p {
  font-size: 18px;
  color: #333333;
}
a {
  color: #0d47a1;
  font-weight: 500;
  text-decoration: none;
}
a:hover {
  color: #08306b;
  text-decoration: underline;
}
.entry-meta {
  font-size: 14px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 18px;
}
.cat-links a,
.tags-links a {
  background: #f2f4f7;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 600;
  color: #111;
}
.cat-links a:hover,
.tags-links a:hover {
  background: #111;
  color: #fff;
}
.blog .ast-article-post,
.archive .ast-article-post {
  border: 1px solid #f0f0f0;
}
.blog .entry-content p,
.archive .entry-content p {
  color: #444444;
  font-size: 17px;
}
.single .entry-content {
  font-size: 18px;
  color: #2a2a2a;
}
blockquote {
  border-left: 4px solid #0d47a1;
  padding-left: 20px;
  margin: 40px 0;
  font-style: italic;
  font-size: 20px;
  color: #111;
  background: #f8f9fb;
  padding: 25px;
  border-radius: 12px;
}
.comments-area h2 {
  font-size: 20px;
  font-family: "Georgia", serif;
}
.comment-author .fn {
  font-weight: 500;
  color: #111;
  font-size: 16px;
}
.comment-metadata {
  font-size: 12px;
  color: #777;
}
.comment-content p {
  font-size: 15px;
  color: #333;
}
.ast-read-more-text,
.comment-form input[type="submit"] {
  background: #0d47a1;
  font-weight: 600;
}
.ast-read-more-text:hover,
.comment-form input[type="submit"]:hover {
  background: #08306b;
}
.single h1.entry-title {
  font-family: inherit !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.3 !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  white-space: normal !important;
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .single h1.entry-title {
    font-size: 24px !important;
  }
  .single .entry-header {
    padding: 0 !important;
  }
}