/* Font pack #4: Unbounded + Manrope + IBM Plex Mono (legacy DSTRC vibe) */
body.dstrc-font-pack-4{
  --dstrc-font-heading: "Unbounded", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --dstrc-font-ui: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --dstrc-font-body: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

  /* Для кода оставляем тот же моно (чтобы не «скакал» рендер) */
  --dstrc-font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

  --dstrc-font-size: 16px;
  --dstrc-line-height: 1.55;
}

body.dstrc-font-pack-4 :where(h1,h2,h3){
  font-weight: 800;
  letter-spacing: 0.01em;
}

body.dstrc-font-pack-4 :where(h4,h5,h6){
  font-family: var(--dstrc-font-ui);
  font-weight: 700;
}
