fix(style): bold should use semibold
quartz/styles/base.scss @@ -53,6 +53,10 @@ } } strong { font-weight: $semiBoldWeight; } a { font-weight: $semiBoldWeight; text-decoration: none;