/*
Theme Name: Maja Theme
Version: 1.0
Author: Uros
*/

.page-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 600;
  color: #18100d;
}

.page-content h3 {
  margin-top: 2rem;
  margin-bottom: .75rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 600;
}

.page-content p {
  margin-bottom: 1.25rem;
}

.page-content ul,
.page-content ol {
  margin: 1.25rem 0 1.25rem 1.5rem;
}

.page-content ul {
  list-style: disc;
}

.page-content ol {
  list-style: decimal;
}

.page-content a {
  color: #5d1f25;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-content img {
  margin: 2rem 0;
  border-radius: 1.5rem;
  box-shadow: 0 24px 80px rgba(24, 16, 13, 0.18);
}

.page-content blockquote {
  margin: 2rem 0;
  border-left: 4px solid #b8894a;
  padding-left: 1.5rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  color: rgba(24, 16, 13, .78);
}