remove font weight classes

This commit is contained in:
lindsaym-fa
2025-10-15 12:10:04 -04:00
parent d54422f3c8
commit cdd1bcebcf

View File

@@ -83,22 +83,6 @@
font-size: var(--wa-font-size-4xl);
}
.wa-font-weight-light {
font-weight: var(--wa-font-weight-light);
}
.wa-font-weight-normal {
font-weight: var(--wa-font-weight-normal);
}
.wa-font-weight-semibold {
font-weight: var(--wa-font-weight-semibold);
}
.wa-font-weight-bold {
font-weight: var(--wa-font-weight-bold);
}
.wa-color-text-normal {
color: var(--wa-color-text-normal);
}