Hi Brian,
Regarding list item bullets, see [SOLVED] Inconsistent list bullet style across whole site.
I believe the default stying for elements like blockquote
is in place for a reasonable out of the box look.
We can override this by adding custom CSS like the following at Bricks → Settings → Custom code or in child theme’s stylesheet etc.
blockquote {
font-family: unset;
}