/* ===============================
   BASE BODY TEXT
================================ */
body{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #222;
}

/* ===============================
   POST TITLE (H1)
================================ */
.entry-title{
  font-size: 34px;
  line-height: 1.28;
  font-weight: 650;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
  color: #111;
}

/* ===============================
   CONTENT AREA
================================ */
.entry-content{
  font-size: 17px;
  line-height: 1.75;
}

/* First paragraph after title */
.entry-header + .entry-content p:first-child{
  margin-top: 0;
  font-size: 18px;
  line-height: 1.75;
}

/* Paragraph spacing */
.entry-content p{
  margin-bottom: 1.2em;
}

/* ===============================
   HEADINGS (H2–H6)
================================ */
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  font-weight: 600;
  line-height: 1.35;
  color: #111;
  margin-top: 1.8em;
  margin-bottom: 0.6em;
}

/* Individual heading sizes */
.entry-content h2{
  font-size: 26px;
}

.entry-content h3{
  font-size: 22px;
}

.entry-content h4{
  font-size: 19px;
}

.entry-content h5{
  font-size: 17px;
}

.entry-content h6{
  font-size: 16px;
  font-weight: 500;
}

/* ===============================
   LISTS
================================ */
.entry-content ul,
.entry-content ol{
  margin-left: 1.3em;
  margin-bottom: 1.2em;
}

.entry-content li{
  margin-bottom: 0.55em;
  line-height: 1.7;
}

/* ===============================
   BLOCKQUOTE
================================ */
blockquote{
  font-size: 17px;
  line-height: 1.7;
  padding: 16px 22px;
  margin: 1.6em 0;
  background: #f9f9f9;
  border-left: 4px solid #1e73be;
}

/* ===============================
   TABLE
================================ */
table{
  font-size: 16px;
  line-height: 1.6;
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */
@media (max-width: 768px){
  body,
  .entry-content{
    font-size: 16px;
    line-height: 1.7;
  }

  .entry-title{
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 14px;
  }

  .entry-content h2{
    font-size: 22px;
  }

  .entry-content h3{
    font-size: 19px;
  }
}

