@@ -51,6 +51,19 @@ b, strong {
font-weight: 500;
}
+p {
+ b > i,
+ b > em,
+ em > b,
+ em > strong,
+ i > b,
+ i > strong,
+ strong > i,
+ strong > em {
+ font-weight: 700;
+ }
+}
+
.editor-post-title__block .editor-post-title__input {
font-weight: 300;
text-align: center;
@@ -1016,6 +1016,17 @@ b, strong {
+p b > i,
+p b > em,
+p em > b,
+p em > strong,
+p i > b,
+p i > strong,
+p strong > i,
+p strong > em {