This is the inside of an article. The layout, meta, byline, and body prose are all primitives in the marketing barrel — nothing inline.
Paragraphs follow a simple rule: 17px Satoshi, 1.6 line-height, neutral color. Footnote references use superscript digits, like this one1 — anchored to the list at the end.
“The plan is not the product. The explanation is.”
export function choTarget(session: Session, weather: Weather) { const base = session.durationMin * 0.9; return Math.round(base * heatChoMultiplier(weather.tempC));}