@kolkrabbi/kol-theme 0.59.0 → 0.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -321,13 +321,19 @@
321
321
  color: var(--kol-accent-primary);
322
322
  }
323
323
 
324
+ /* the section family's body voice is MONO (SectionTextBodyMono, kol-website
325
+ * 2026-08-27 — user: "I don't want the sans anywhere, I want the text on the
326
+ * cards to default mono, with props to change it if I feel like it"). Was
327
+ * sans 16 / 1.6; now the mono-16 rung (16 / 22) — the section scale, where the
328
+ * Stack hero's lede already sat. Sans is opt-in through `bodyClass` /
329
+ * `slotClass`. The 72% ink is unchanged. */
324
330
  .kol-feature-split-body,
325
331
  .kol-section-text-body {
326
332
  margin: 0;
327
- font-family: var(--kol-font-family-sans);
333
+ font-family: var(--kol-font-family-mono);
328
334
  font-weight: 400;
329
335
  font-size: 16px;
330
- line-height: 1.6;
336
+ line-height: 22px;
331
337
  color: color-mix(in srgb, var(--kol-surface-on-primary) 72%, transparent);
332
338
  }
333
339
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kolkrabbi/kol-theme",
3
- "version": "0.59.0",
3
+ "version": "0.60.0",
4
4
  "description": "KOL (Kolkrabbi) design-system tokens + base CSS — brand-neutral. The canonical token/cascade layer every other KOL package and consumer builds on.",
5
5
  "license": "MIT",
6
6
  "type": "module",