Add block styles (#2662)
This addresses a few issues with Independent Publisher 2. Specifically captions and embeds.
Before: https://d.pr/i/IHESSd
After: https://d.pr/i/JTYmUh
I used Code Snippets to test the block style function.
```
// Add support for Block Styles.
add_theme_support( 'wp-block-styles' );
```
Fixes
https://github.com/Automattic/themes/issues/2444
https://github.com/Automattic/themes/issues/2454