/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* =====================================
   DIGITAL HUB ZONE – BLOG TYPOGRAPHY
   (Blocksy Child / Single Posts only)
   ===================================== */

.single-post .entry-content,
.single-post .ct-content,
.single-post .wp-block-post-content {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

/* Headings */
.single-post .entry-content h1,
.single-post .ct-content h1,
.single-post .wp-block-post-content h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 2em 0 0.6em;
}

.single-post .entry-content h2,
.single-post .ct-content h2,
.single-post .wp-block-post-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 1.8em 0 0.5em;
}

.single-post .entry-content h3,
.single-post .ct-content h3,
.single-post .wp-block-post-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 1.5em 0 0.4em;
}

.single-post .entry-content h4,
.single-post .ct-content h4,
.single-post .wp-block-post-content h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 1.4em 0 0.4em;
}

.single-post .entry-content h5,
.single-post .ct-content h5,
.single-post .wp-block-post-content h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 1.3em 0 0.3em;
}

.single-post .entry-content h6,
.single-post .ct-content h6,
.single-post .wp-block-post-content h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 1.2em 0 0.3em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}




