@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&family=Playfair+Display+SC");#masthead .site-description-text {
  font-family: Playfair Display SC;
  text-transform: none;
  letter-spacing: 3.5px;
  font-size: clamp(14px, 7.6vw, 33px) !important;
}
#masthead .site-branding a {
  font-family: Playfair Display;
  font-size: clamp(40px, 7.6vw, 76px) !important;
  background-color: rgba(0, 0, 0, 0);
  line-height: 9px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.container > #site-navigation .current-menu-item > a {
  font-family: Playfair Display;
}
.container > #site-navigation > .nav > .menu-item > a {
  font-family: Playfair Display SC;
  -webkit-text-stroke-width: 0px;
}
body {
  list-style-type: decimal;
  border-color: #afafaf;
  border-width: 0px;
  border-style: none;
}
.post i {
  font-style: italic;
  text-align: left;
  font-family: Playfair Display;
  color: rgba(56, 60, 79, 0.88);
  font-size: 34px;
}
#content .post {
  text-align: left;
}
#main > #posts > .post p {
  font-family: TIMES NEW ROMAN;
  font-size: 20px;
  font-style: italic;
  color: rgba(56, 60, 79, 0.83);
}
.post .entry-title {
  color: rgba(56, 60, 79, 0.88);
  font-size: 37px;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-family: Playfair Display;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
}
#masthead > div > div > div > span {
  font-size: 44px;
}
#page > #masthead .site-description {
  font-size: 19px;
  line-height: 30.5264px;
}
body #content {
  background-color: #ffffff;
}
@media screen and (max-width: 375px) {
  #masthead .site-branding a {
    font-size: clamp(40px, 7.6vw, 76px) !important;
  }
  #masthead .site-description-text {
    font-size: clamp(14px, 7.6vw, 16px) !important;
  }
  body #masthead > .container {
    line-height: 0.6px;
    font-size: 10;
  }
  .post .entry-title {
    -webkit-text-stroke-width: 1px;
    letter-spacing: 1px;
  }
}
