|
66 | 66 | .h4, |
67 | 67 | .h5, |
68 | 68 | .h6 { |
69 | | - font-weight: var(--base-text-weight-semibold, $font-weight-bold) !important; |
| 69 | + font-weight: $font-weight-bold !important; |
70 | 70 | } |
71 | 71 |
|
72 | 72 | // Type utilities that match type sale |
|
120 | 120 | /* Set the font size to 40px and weight to light */ |
121 | 121 | .f00-light { |
122 | 122 | font-size: var(--h00-size-mobile, $h00-size-mobile) !important; |
123 | | - font-weight: var(--base-text-weight-light, $font-weight-light) !important; |
| 123 | + font-weight: $font-weight-light !important; |
124 | 124 |
|
125 | 125 | @include breakpoint(md) { |
126 | 126 | font-size: var(--h00-size, $h00-size) !important; |
|
130 | 130 | /* Set the font size to 32px and weight to light */ |
131 | 131 | .f0-light { |
132 | 132 | font-size: var(--h0-size-mobile, $h0-size-mobile) !important; |
133 | | - font-weight: var(--base-text-weight-light, $font-weight-light) !important; |
| 133 | + font-weight: $font-weight-light !important; |
134 | 134 |
|
135 | 135 | @include breakpoint(md) { |
136 | 136 | font-size: var(--h0-size, $h0-size) !important; |
|
140 | 140 | /* Set the font size to 26px and weight to light */ |
141 | 141 | .f1-light { |
142 | 142 | font-size: var(--h1-size-mobile, $h1-size-mobile) !important; |
143 | | - font-weight: var(--base-text-weight-light, $font-weight-light) !important; |
| 143 | + font-weight: $font-weight-light !important; |
144 | 144 |
|
145 | 145 | @include breakpoint(md) { |
146 | 146 | font-size: var(--h1-size, $h1-size) !important; |
|
150 | 150 | /* Set the font size to 22px and weight to light */ |
151 | 151 | .f2-light { |
152 | 152 | font-size: var(--h2-size-mobile, $h2-size-mobile) !important; |
153 | | - font-weight: var(--base-text-weight-light, $font-weight-light) !important; |
| 153 | + font-weight: $font-weight-light !important; |
154 | 154 |
|
155 | 155 | @include breakpoint(md) { |
156 | 156 | font-size: var(--h2-size, $h2-size) !important; |
|
161 | 161 | /* Set the font size to 18px and weight to light */ |
162 | 162 | .f3-light { |
163 | 163 | font-size: var(--h3-size-mobile, $h3-size-mobile) !important; |
164 | | - font-weight: var(--base-text-weight-light, $font-weight-light) !important; |
| 164 | + font-weight: $font-weight-light !important; |
165 | 165 |
|
166 | 166 | @include breakpoint(md) { |
167 | 167 | font-size: var(--h3-size, $h3-size) !important; |
|
181 | 181 | // stylelint-disable-next-line primer/spacing |
182 | 182 | margin-bottom: 30px; |
183 | 183 | font-size: var(--h3-size, $h3-size); |
184 | | - font-weight: var(--base-text-weight-light, $font-weight-light); |
| 184 | + font-weight: $font-weight-light; |
185 | 185 | } |
186 | 186 |
|
187 | 187 | // Line-height variations |
|
308 | 308 | } |
309 | 309 |
|
310 | 310 | .text-emphasized { |
311 | | - font-weight: var(--base-text-weight-semibold, $font-weight-bold); |
| 311 | + font-weight: $font-weight-bold; |
312 | 312 | } |
313 | 313 |
|
314 | 314 | // List styles |
|
0 commit comments