Hi, I am trying to format my text and headings automatically and am not sure how to approach changing only the text and not the headings. The paragraph with the gray box around it is how I want all regular text to be.
#box(inset: 1em, fill: gray, [
#lorem(100)
])
I was thinking of using par but I don't understand the difference between par and text.