I have two different paragraph styles, and one paragraph that needs them both.
Maybe the standard solution to my problem is completely different, so I'll describe the use case:
I've got a typical document with all the typical styles. Headings 1,2,3, and so on. I may add more as I go.
Occasionally, I'll want some text bordered. It took me a while to get the border just right, including offsetting the border inward slightly and adding some space to the left and right indent. These are all stylistic choices I may want to change later.
For example, suppose we have
HEADING 2 TITLE
Body text
BORDERED HEADING 2 TITLE
Bordered body text
ANOTHER HEADING 2 TITLE
Another body text
So I want to keep the formatting as is, but I weant to make some exceptions just for the bordered stuff in the middle. What is the "correct" workflow to acheive this? Keep in mind, I want the option to change my mind about border styling later, as well as being able to change my mind about Heading 2 later. Assume I have way too many bordered sections to ever want to select them all manually.
