Use $font-medium token for .embolded class (vs literal 500)

This commit is contained in:
2026-04-20 20:18:30 +03:00
parent 93926dedb8
commit abe32c16d5
+1 -1
View File
@@ -33,5 +33,5 @@ h5 {
}
.embolded {
font-weight: 500;
font-weight: $font-medium;
}