/**
 * iStudy — ContentBox section typography (.type-istudy).
 * ContentBox injects this file when a section has class type-istudy.
 * Basetype (global iStudy) is pulled in via @import so one link suffices on loadHtml.
 */
@import "basetype-istudy.css";

.type-istudy {
  font-family: "Roboto", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

.type-istudy h1,
.type-istudy h2,
.type-istudy h3,
.type-istudy h4,
.type-istudy h5,
.type-istudy h6 {
  font-family: "Big Shoulders Display", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.type-istudy h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  margin-bottom: 1rem;
}
