@@ -22,6 +22,10 @@ body {
font-weight: 300;
}
+b, strong {
+ font-weight: 700;
+}
+
a {
text-decoration-color: $color_primary_hover;