/*
Theme Name: Cosan Child
Author: Anna Savostyanova
Description: Child theme for the Cosan theme.
Template: cosan
Text Domain: cosan-child
*/

/* All H2s site-wide — general size tuning */
h2 {
  font-size: clamp(1.125rem, 1.1vw + 0.9rem, 1.55rem);
  line-height: 1.3;
  font-weight: 600;
}

/* Section and component subheadings */
.section h2,
.component-intro-page h2,
.component-general h2,
.component-highlights h2,
.entry-title {
  font-size: clamp(1.125rem, 1vw + 0.8rem, 1.45rem);
  line-height: 1.3;
  font-weight: 600;
}

/* Base style (mobile first) */
.banner .banner--sub {
  font-size: 1rem;        /* smaller than parent (1.125rem) */
  line-height: 1.4;
  font-weight: 600;
  font-family: "Roboto Slab", Georgia, Times New Roman, Times, serif;
  margin-top: 1rem;
}


/* Desktop+ override — matches parent selector & media query */
@media (min-width: 768px) {
  .banner .banner--sub {
    font-size: 1.2rem;   /* smaller than parent’s 1.5rem */
  }
}

/* =========================================================
   OPTIONAL: H3 scaling for consistency
  
h3,
.section h3 {
  font-size: clamp(1rem, 0.9vw + 0.7rem, 1.25rem);
  line-height: 1.35;
  font-weight: 600;
}

/* =========================================================
   OPTIONAL: Gallery caption matching smaller typography

.gallery-caption {
  font-size: 0.85rem;
  color: #666;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.4rem;
}
 ========================================================= */

/* Hide all category badges, chips, or labels 
.entry-meta .cat-links,
.card .badge,
.card .category,
.post-card .badge,
.category-badge {
  display: none !important;
} */


