diff --git a/core/src/scss/5_components/_article.scss b/core/src/scss/5_components/_article.scss
index c7d8b90326ff8f72352234f067fa45b47797f0d0..02de4e3007f83185444b9f8f1f1e9483dfcf6bfd 100644
--- a/core/src/scss/5_components/_article.scss
+++ b/core/src/scss/5_components/_article.scss
@@ -25,6 +25,14 @@
     margin-left: 1.5rem;
   }
 
+  em {
+    font-style: italic;
+  }
+
+  strong, b {
+    font-weight: 500;
+  }
+
   :where(p, ul, ol) + h1 {
     margin-top: 1.5rem;
   }