summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/style.css b/style.css
index e9345e8..a6e4cca 100644
--- a/style.css
+++ b/style.css
@@ -162,3 +162,23 @@ sup { /* keep line height consistent */
.url {
letter-spacing: .05em;
}
+
+.regular {
+ font-weight: var(--regular-weight);
+}
+
+.text {
+ font-weight: var(--text-weight);
+}
+
+.medium {
+ font-weight: var(--medium-weight);
+}
+
+.semibold {
+ font-weight: var(--semibold-weight);
+}
+
+.bold, b {
+ font-weight: var(--bold-weight);
+}