diff --git a/app/theme/elements/GlobalStyle.js b/app/theme/elements/GlobalStyle.js
index 95ab28d8bead7b5c8d1c2be90b3fa74e49b92b3a..a632718b05d0f6c452ee594f6af1414903d950b9 100644
--- a/app/theme/elements/GlobalStyle.js
+++ b/app/theme/elements/GlobalStyle.js
@@ -46,4 +46,8 @@ text-rendering: optimizeLegibility;
 a {
   color: ${th('colorPrimary')};
 }
+
+strong {
+  font-weight: bold;
+}
 `