@spectrum-web-components/styles 0.42.2 → 0.42.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/package.json +13 -7
  2. package/src/spectrum-body.css +22 -22
  3. package/src/spectrum-body.css.dev.js +1 -1
  4. package/src/spectrum-body.css.dev.js.map +1 -1
  5. package/src/spectrum-body.css.js +1 -1
  6. package/src/spectrum-body.css.js.map +1 -1
  7. package/src/spectrum-code.css +18 -18
  8. package/src/spectrum-code.css.dev.js +1 -1
  9. package/src/spectrum-code.css.dev.js.map +1 -1
  10. package/src/spectrum-code.css.js +1 -1
  11. package/src/spectrum-code.css.js.map +1 -1
  12. package/src/spectrum-detail.css +42 -42
  13. package/src/spectrum-detail.css.dev.js +1 -1
  14. package/src/spectrum-detail.css.dev.js.map +1 -1
  15. package/src/spectrum-detail.css.js +1 -1
  16. package/src/spectrum-detail.css.js.map +1 -1
  17. package/src/spectrum-heading.css +83 -83
  18. package/src/spectrum-heading.css.dev.js +1 -1
  19. package/src/spectrum-heading.css.dev.js.map +1 -1
  20. package/src/spectrum-heading.css.js +1 -1
  21. package/src/spectrum-heading.css.js.map +1 -1
  22. package/src/spectrum-lang.css +101 -101
  23. package/src/spectrum-lang.css.dev.js +1 -1
  24. package/src/spectrum-lang.css.dev.js.map +1 -1
  25. package/src/spectrum-lang.css.js +1 -1
  26. package/src/spectrum-lang.css.js.map +1 -1
  27. package/tokens/spectrum/custom-large-vars.css +0 -7
  28. package/tokens/spectrum/custom-medium-vars.css +0 -7
  29. package/tokens-v2/dark-vars.css +723 -0
  30. package/tokens-v2/global-vars.css +1248 -0
  31. package/tokens-v2/large-vars.css +562 -0
  32. package/tokens-v2/light-vars.css +723 -0
  33. package/tokens-v2/medium-vars.css +562 -0
  34. package/tokens-v2/spectrum/custom-dark-vars.css +108 -0
  35. package/tokens-v2/spectrum/custom-darkest-vars.css +109 -0
  36. package/tokens-v2/spectrum/custom-large-vars.css +120 -0
  37. package/tokens-v2/spectrum/custom-light-vars.css +108 -0
  38. package/tokens-v2/spectrum/custom-medium-vars.css +121 -0
  39. package/tokens-v2/spectrum/custom-vars.css +52 -0
  40. package/tokens-v2/spectrum/global-vars.css +5411 -0
  41. package/typography.css +167 -167
package/typography.css CHANGED
@@ -12,10 +12,10 @@ governing permissions and limitations under the License.
12
12
  :root,
13
13
  :host {
14
14
  --spectrum-font-family-ar: myriad-arabic, adobe-clean, 'Source Sans Pro',
15
- -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu,
15
+ -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, ubuntu,
16
16
  'Trebuchet MS', 'Lucida Grande', sans-serif;
17
17
  --spectrum-font-family-he: myriad-hebrew, adobe-clean, 'Source Sans Pro',
18
- -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu,
18
+ -apple-system, blinkmacsystemfont, 'Segoe UI', roboto, ubuntu,
19
19
  'Trebuchet MS', 'Lucida Grande', sans-serif;
20
20
  --spectrum-font-family: var(--spectrum-sans-font-family-stack);
21
21
  --spectrum-font-style: var(--spectrum-default-font-style);
@@ -118,8 +118,8 @@ governing permissions and limitations under the License.
118
118
  margin-block: 0;
119
119
  }
120
120
 
121
- .spectrum-Heading strong,
122
- .spectrum-Heading .spectrum-Heading-strong {
121
+ .spectrum-Heading .spectrum-Heading-strong,
122
+ .spectrum-Heading strong {
123
123
  font-style: var(
124
124
  --mod-heading-sans-serif-strong-font-style,
125
125
  var(--spectrum-heading-sans-serif-strong-font-style)
@@ -130,8 +130,8 @@ governing permissions and limitations under the License.
130
130
  );
131
131
  }
132
132
 
133
- .spectrum-Heading em,
134
- .spectrum-Heading .spectrum-Heading-emphasized {
133
+ .spectrum-Heading .spectrum-Heading-emphasized,
134
+ .spectrum-Heading em {
135
135
  font-style: var(
136
136
  --mod-heading-sans-serif-emphasized-font-style,
137
137
  var(--spectrum-heading-sans-serif-emphasized-font-style)
@@ -143,8 +143,8 @@ governing permissions and limitations under the License.
143
143
  }
144
144
 
145
145
  .spectrum-Heading .spectrum-Heading-strong.spectrum-Heading-emphasized,
146
- .spectrum-Heading strong em,
147
- .spectrum-Heading em strong {
146
+ .spectrum-Heading em strong,
147
+ .spectrum-Heading strong em {
148
148
  font-style: var(
149
149
  --mod-heading-sans-serif-strong-emphasized-font-style,
150
150
  var(--spectrum-heading-sans-serif-strong-emphasized-font-style)
@@ -155,9 +155,9 @@ governing permissions and limitations under the License.
155
155
  );
156
156
  }
157
157
 
158
- .spectrum-Heading:lang(zh),
159
158
  .spectrum-Heading:lang(ja),
160
- .spectrum-Heading:lang(ko) {
159
+ .spectrum-Heading:lang(ko),
160
+ .spectrum-Heading:lang(zh) {
161
161
  font-family: var(
162
162
  --mod-heading-cjk-font-family,
163
163
  var(--spectrum-heading-cjk-font-family)
@@ -184,12 +184,12 @@ governing permissions and limitations under the License.
184
184
  );
185
185
  }
186
186
 
187
- .spectrum-Heading:lang(zh) em,
188
- .spectrum-Heading:lang(zh) .spectrum-Heading-emphasized,
189
- .spectrum-Heading:lang(ja) em,
190
187
  .spectrum-Heading:lang(ja) .spectrum-Heading-emphasized,
188
+ .spectrum-Heading:lang(ja) em,
189
+ .spectrum-Heading:lang(ko) .spectrum-Heading-emphasized,
191
190
  .spectrum-Heading:lang(ko) em,
192
- .spectrum-Heading:lang(ko) .spectrum-Heading-emphasized {
191
+ .spectrum-Heading:lang(zh) .spectrum-Heading-emphasized,
192
+ .spectrum-Heading:lang(zh) em {
193
193
  font-style: var(
194
194
  --mod-heading-cjk-emphasized-font-style,
195
195
  var(--spectrum-heading-cjk-emphasized-font-style)
@@ -200,12 +200,12 @@ governing permissions and limitations under the License.
200
200
  );
201
201
  }
202
202
 
203
- .spectrum-Heading:lang(zh) strong,
204
- .spectrum-Heading:lang(zh) .spectrum-Heading-strong,
205
- .spectrum-Heading:lang(ja) strong,
206
203
  .spectrum-Heading:lang(ja) .spectrum-Heading-strong,
204
+ .spectrum-Heading:lang(ja) strong,
205
+ .spectrum-Heading:lang(ko) .spectrum-Heading-strong,
207
206
  .spectrum-Heading:lang(ko) strong,
208
- .spectrum-Heading:lang(ko) .spectrum-Heading-strong {
207
+ .spectrum-Heading:lang(zh) .spectrum-Heading-strong,
208
+ .spectrum-Heading:lang(zh) strong {
209
209
  font-style: var(
210
210
  --mod-heading-cjk-strong-font-style,
211
211
  var(--spectrum-heading-cjk-strong-font-style)
@@ -216,15 +216,15 @@ governing permissions and limitations under the License.
216
216
  );
217
217
  }
218
218
 
219
- .spectrum-Heading:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,
220
- .spectrum-Heading:lang(zh) strong em,
221
- .spectrum-Heading:lang(zh) em strong,
222
219
  .spectrum-Heading:lang(ja) .spectrum-Heading-strong.spectrum-Heading-emphasized,
223
- .spectrum-Heading:lang(ja) strong em,
224
220
  .spectrum-Heading:lang(ja) em strong,
221
+ .spectrum-Heading:lang(ja) strong em,
225
222
  .spectrum-Heading:lang(ko) .spectrum-Heading-strong.spectrum-Heading-emphasized,
223
+ .spectrum-Heading:lang(ko) em strong,
226
224
  .spectrum-Heading:lang(ko) strong em,
227
- .spectrum-Heading:lang(ko) em strong {
225
+ .spectrum-Heading:lang(zh) .spectrum-Heading-strong.spectrum-Heading-emphasized,
226
+ .spectrum-Heading:lang(zh) em strong,
227
+ .spectrum-Heading:lang(zh) strong em {
228
228
  font-style: var(
229
229
  --mod-heading-cjk-strong-emphasized-font-style,
230
230
  var(--spectrum-heading-cjk-strong-emphasized-font-style)
@@ -246,8 +246,8 @@ governing permissions and limitations under the License.
246
246
  );
247
247
  }
248
248
 
249
- .spectrum-Heading--heavy strong,
250
- .spectrum-Heading--heavy .spectrum-Heading-strong {
249
+ .spectrum-Heading--heavy .spectrum-Heading-strong,
250
+ .spectrum-Heading--heavy strong {
251
251
  font-style: var(
252
252
  --mod-heading-sans-serif-heavy-strong-font-style,
253
253
  var(--spectrum-heading-sans-serif-heavy-strong-font-style)
@@ -258,8 +258,8 @@ governing permissions and limitations under the License.
258
258
  );
259
259
  }
260
260
 
261
- .spectrum-Heading--heavy em,
262
- .spectrum-Heading--heavy .spectrum-Heading-emphasized {
261
+ .spectrum-Heading--heavy .spectrum-Heading-emphasized,
262
+ .spectrum-Heading--heavy em {
263
263
  font-style: var(
264
264
  --mod-heading-sans-serif-heavy-emphasized-font-style,
265
265
  var(--spectrum-heading-sans-serif-heavy-emphasized-font-style)
@@ -271,8 +271,8 @@ governing permissions and limitations under the License.
271
271
  }
272
272
 
273
273
  .spectrum-Heading--heavy .spectrum-Heading-strong.spectrum-Heading-emphasized,
274
- .spectrum-Heading--heavy strong em,
275
- .spectrum-Heading--heavy em strong {
274
+ .spectrum-Heading--heavy em strong,
275
+ .spectrum-Heading--heavy strong em {
276
276
  font-style: var(
277
277
  --mod-heading-sans-serif-heavy-strong-emphasized-font-style,
278
278
  var(--spectrum-heading-sans-serif-heavy-strong-emphasized-font-style)
@@ -283,9 +283,9 @@ governing permissions and limitations under the License.
283
283
  );
284
284
  }
285
285
 
286
- .spectrum-Heading--heavy:lang(zh),
287
286
  .spectrum-Heading--heavy:lang(ja),
288
- .spectrum-Heading--heavy:lang(ko) {
287
+ .spectrum-Heading--heavy:lang(ko),
288
+ .spectrum-Heading--heavy:lang(zh) {
289
289
  font-style: var(
290
290
  --mod-heading-cjk-heavy-font-style,
291
291
  var(--spectrum-heading-cjk-heavy-font-style)
@@ -296,12 +296,12 @@ governing permissions and limitations under the License.
296
296
  );
297
297
  }
298
298
 
299
- .spectrum-Heading--heavy:lang(zh) em,
300
- .spectrum-Heading--heavy:lang(zh) .spectrum-Heading-emphasized,
301
- .spectrum-Heading--heavy:lang(ja) em,
302
299
  .spectrum-Heading--heavy:lang(ja) .spectrum-Heading-emphasized,
300
+ .spectrum-Heading--heavy:lang(ja) em,
301
+ .spectrum-Heading--heavy:lang(ko) .spectrum-Heading-emphasized,
303
302
  .spectrum-Heading--heavy:lang(ko) em,
304
- .spectrum-Heading--heavy:lang(ko) .spectrum-Heading-emphasized {
303
+ .spectrum-Heading--heavy:lang(zh) .spectrum-Heading-emphasized,
304
+ .spectrum-Heading--heavy:lang(zh) em {
305
305
  font-style: var(
306
306
  --mod-heading-cjk-heavy-emphasized-font-style,
307
307
  var(--spectrum-heading-cjk-heavy-emphasized-font-style)
@@ -312,12 +312,12 @@ governing permissions and limitations under the License.
312
312
  );
313
313
  }
314
314
 
315
- .spectrum-Heading--heavy:lang(zh) strong,
316
- .spectrum-Heading--heavy:lang(zh) .spectrum-Heading-strong,
317
- .spectrum-Heading--heavy:lang(ja) strong,
318
315
  .spectrum-Heading--heavy:lang(ja) .spectrum-Heading-strong,
316
+ .spectrum-Heading--heavy:lang(ja) strong,
317
+ .spectrum-Heading--heavy:lang(ko) .spectrum-Heading-strong,
319
318
  .spectrum-Heading--heavy:lang(ko) strong,
320
- .spectrum-Heading--heavy:lang(ko) .spectrum-Heading-strong {
319
+ .spectrum-Heading--heavy:lang(zh) .spectrum-Heading-strong,
320
+ .spectrum-Heading--heavy:lang(zh) strong {
321
321
  font-style: var(
322
322
  --mod-heading-cjk-heavy-strong-font-style,
323
323
  var(--spectrum-heading-cjk-heavy-strong-font-style)
@@ -328,18 +328,18 @@ governing permissions and limitations under the License.
328
328
  );
329
329
  }
330
330
 
331
- .spectrum-Heading--heavy:lang(zh)
332
- .spectrum-Heading-strong.spectrum-Heading-emphasized,
333
- .spectrum-Heading--heavy:lang(zh) strong em,
334
- .spectrum-Heading--heavy:lang(zh) em strong,
335
331
  .spectrum-Heading--heavy:lang(ja)
336
332
  .spectrum-Heading-strong.spectrum-Heading-emphasized,
337
- .spectrum-Heading--heavy:lang(ja) strong em,
338
333
  .spectrum-Heading--heavy:lang(ja) em strong,
334
+ .spectrum-Heading--heavy:lang(ja) strong em,
339
335
  .spectrum-Heading--heavy:lang(ko)
340
336
  .spectrum-Heading-strong.spectrum-Heading-emphasized,
337
+ .spectrum-Heading--heavy:lang(ko) em strong,
341
338
  .spectrum-Heading--heavy:lang(ko) strong em,
342
- .spectrum-Heading--heavy:lang(ko) em strong {
339
+ .spectrum-Heading--heavy:lang(zh)
340
+ .spectrum-Heading-strong.spectrum-Heading-emphasized,
341
+ .spectrum-Heading--heavy:lang(zh) em strong,
342
+ .spectrum-Heading--heavy:lang(zh) strong em {
343
343
  font-style: var(
344
344
  --mod-heading-cjk-heavy-strong-emphasized-font-style,
345
345
  var(--spectrum-heading-cjk-heavy-strong-emphasized-font-style)
@@ -361,8 +361,8 @@ governing permissions and limitations under the License.
361
361
  );
362
362
  }
363
363
 
364
- .spectrum-Heading--light em,
365
- .spectrum-Heading--light .spectrum-Heading-emphasized {
364
+ .spectrum-Heading--light .spectrum-Heading-emphasized,
365
+ .spectrum-Heading--light em {
366
366
  font-style: var(
367
367
  --mod-heading-sans-serif-light-emphasized-font-style,
368
368
  var(--spectrum-heading-sans-serif-light-emphasized-font-style)
@@ -373,8 +373,8 @@ governing permissions and limitations under the License.
373
373
  );
374
374
  }
375
375
 
376
- .spectrum-Heading--light strong,
377
- .spectrum-Heading--light .spectrum-Heading-strong {
376
+ .spectrum-Heading--light .spectrum-Heading-strong,
377
+ .spectrum-Heading--light strong {
378
378
  font-style: var(
379
379
  --mod-heading-sans-serif-light-strong-font-style,
380
380
  var(--spectrum-heading-sans-serif-light-strong-font-style)
@@ -386,8 +386,8 @@ governing permissions and limitations under the License.
386
386
  }
387
387
 
388
388
  .spectrum-Heading--light .spectrum-Heading-strong.spectrum-Heading-emphasized,
389
- .spectrum-Heading--light strong em,
390
- .spectrum-Heading--light em strong {
389
+ .spectrum-Heading--light em strong,
390
+ .spectrum-Heading--light strong em {
391
391
  font-style: var(
392
392
  --mod-heading-sans-serif-light-strong-emphasized-font-style,
393
393
  var(--spectrum-heading-sans-serif-light-strong-emphasized-font-style)
@@ -398,9 +398,9 @@ governing permissions and limitations under the License.
398
398
  );
399
399
  }
400
400
 
401
- .spectrum-Heading--light:lang(zh),
402
401
  .spectrum-Heading--light:lang(ja),
403
- .spectrum-Heading--light:lang(ko) {
402
+ .spectrum-Heading--light:lang(ko),
403
+ .spectrum-Heading--light:lang(zh) {
404
404
  font-style: var(
405
405
  --mod-heading-cjk-light-font-style,
406
406
  var(--spectrum-heading-cjk-light-font-style)
@@ -411,12 +411,12 @@ governing permissions and limitations under the License.
411
411
  );
412
412
  }
413
413
 
414
- .spectrum-Heading--light:lang(zh) strong,
415
- .spectrum-Heading--light:lang(zh) .spectrum-Heading-strong,
416
- .spectrum-Heading--light:lang(ja) strong,
417
414
  .spectrum-Heading--light:lang(ja) .spectrum-Heading-strong,
415
+ .spectrum-Heading--light:lang(ja) strong,
416
+ .spectrum-Heading--light:lang(ko) .spectrum-Heading-strong,
418
417
  .spectrum-Heading--light:lang(ko) strong,
419
- .spectrum-Heading--light:lang(ko) .spectrum-Heading-strong {
418
+ .spectrum-Heading--light:lang(zh) .spectrum-Heading-strong,
419
+ .spectrum-Heading--light:lang(zh) strong {
420
420
  font-style: var(
421
421
  --mod-heading-cjk-light-strong-font-style,
422
422
  var(--spectrum-heading-cjk-light-strong-font-style)
@@ -427,12 +427,12 @@ governing permissions and limitations under the License.
427
427
  );
428
428
  }
429
429
 
430
- .spectrum-Heading--light:lang(zh) em,
431
- .spectrum-Heading--light:lang(zh) .spectrum-Heading-emphasized,
432
- .spectrum-Heading--light:lang(ja) em,
433
430
  .spectrum-Heading--light:lang(ja) .spectrum-Heading-emphasized,
431
+ .spectrum-Heading--light:lang(ja) em,
432
+ .spectrum-Heading--light:lang(ko) .spectrum-Heading-emphasized,
434
433
  .spectrum-Heading--light:lang(ko) em,
435
- .spectrum-Heading--light:lang(ko) .spectrum-Heading-emphasized {
434
+ .spectrum-Heading--light:lang(zh) .spectrum-Heading-emphasized,
435
+ .spectrum-Heading--light:lang(zh) em {
436
436
  font-style: var(
437
437
  --mod-heading-cjk-light-emphasized-font-style,
438
438
  var(--spectrum-heading-cjk-light-emphasized-font-style)
@@ -443,18 +443,18 @@ governing permissions and limitations under the License.
443
443
  );
444
444
  }
445
445
 
446
- .spectrum-Heading--light:lang(zh)
447
- .spectrum-Heading-strong.spectrum-Heading-emphasized,
448
- .spectrum-Heading--light:lang(zh) strong em,
449
- .spectrum-Heading--light:lang(zh) em strong,
450
446
  .spectrum-Heading--light:lang(ja)
451
447
  .spectrum-Heading-strong.spectrum-Heading-emphasized,
452
- .spectrum-Heading--light:lang(ja) strong em,
453
448
  .spectrum-Heading--light:lang(ja) em strong,
449
+ .spectrum-Heading--light:lang(ja) strong em,
454
450
  .spectrum-Heading--light:lang(ko)
455
451
  .spectrum-Heading-strong.spectrum-Heading-emphasized,
452
+ .spectrum-Heading--light:lang(ko) em strong,
456
453
  .spectrum-Heading--light:lang(ko) strong em,
457
- .spectrum-Heading--light:lang(ko) em strong {
454
+ .spectrum-Heading--light:lang(zh)
455
+ .spectrum-Heading-strong.spectrum-Heading-emphasized,
456
+ .spectrum-Heading--light:lang(zh) em strong,
457
+ .spectrum-Heading--light:lang(zh) strong em {
458
458
  font-style: var(
459
459
  --mod-heading-cjk-light-strong-emphasized-font-style,
460
460
  var(--spectrum-heading-cjk-light-strong-emphasized-font-style)
@@ -480,8 +480,8 @@ governing permissions and limitations under the License.
480
480
  );
481
481
  }
482
482
 
483
- .spectrum-Heading--serif em,
484
- .spectrum-Heading--serif .spectrum-Heading-emphasized {
483
+ .spectrum-Heading--serif .spectrum-Heading-emphasized,
484
+ .spectrum-Heading--serif em {
485
485
  font-style: var(
486
486
  --mod-heading-serif-emphasized-font-style,
487
487
  var(--spectrum-heading-serif-emphasized-font-style)
@@ -492,8 +492,8 @@ governing permissions and limitations under the License.
492
492
  );
493
493
  }
494
494
 
495
- .spectrum-Heading--serif strong,
496
- .spectrum-Heading--serif .spectrum-Heading-strong {
495
+ .spectrum-Heading--serif .spectrum-Heading-strong,
496
+ .spectrum-Heading--serif strong {
497
497
  font-style: var(
498
498
  --mod-heading-serif-strong-font-style,
499
499
  var(--spectrum-heading-serif-strong-font-style)
@@ -505,8 +505,8 @@ governing permissions and limitations under the License.
505
505
  }
506
506
 
507
507
  .spectrum-Heading--serif .spectrum-Heading-strong.spectrum-Heading-emphasized,
508
- .spectrum-Heading--serif strong em,
509
- .spectrum-Heading--serif em strong {
508
+ .spectrum-Heading--serif em strong,
509
+ .spectrum-Heading--serif strong em {
510
510
  font-style: var(
511
511
  --mod-heading-serif-strong-emphasized-font-style,
512
512
  var(--spectrum-heading-serif-strong-emphasized-font-style)
@@ -528,8 +528,8 @@ governing permissions and limitations under the License.
528
528
  );
529
529
  }
530
530
 
531
- .spectrum-Heading--serif.spectrum-Heading--heavy strong,
532
- .spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-strong {
531
+ .spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-strong,
532
+ .spectrum-Heading--serif.spectrum-Heading--heavy strong {
533
533
  font-style: var(
534
534
  --mod-heading-serif-heavy-strong-font-style,
535
535
  var(--spectrum-heading-serif-heavy-strong-font-style)
@@ -540,8 +540,8 @@ governing permissions and limitations under the License.
540
540
  );
541
541
  }
542
542
 
543
- .spectrum-Heading--serif.spectrum-Heading--heavy em,
544
- .spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-emphasized {
543
+ .spectrum-Heading--serif.spectrum-Heading--heavy .spectrum-Heading-emphasized,
544
+ .spectrum-Heading--serif.spectrum-Heading--heavy em {
545
545
  font-style: var(
546
546
  --mod-heading-serif-heavy-emphasized-font-style,
547
547
  var(--spectrum-heading-serif-heavy-emphasized-font-style)
@@ -554,8 +554,8 @@ governing permissions and limitations under the License.
554
554
 
555
555
  .spectrum-Heading--serif.spectrum-Heading--heavy
556
556
  .spectrum-Heading-strong.spectrum-Heading-emphasized,
557
- .spectrum-Heading--serif.spectrum-Heading--heavy strong em,
558
- .spectrum-Heading--serif.spectrum-Heading--heavy em strong {
557
+ .spectrum-Heading--serif.spectrum-Heading--heavy em strong,
558
+ .spectrum-Heading--serif.spectrum-Heading--heavy strong em {
559
559
  font-style: var(
560
560
  --mod-heading-serif-heavy-strong-emphasized-font-style,
561
561
  var(--spectrum-heading-serif-heavy-strong-emphasized-font-style)
@@ -577,8 +577,8 @@ governing permissions and limitations under the License.
577
577
  );
578
578
  }
579
579
 
580
- .spectrum-Heading--serif.spectrum-Heading--light em,
581
- .spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-emphasized {
580
+ .spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-emphasized,
581
+ .spectrum-Heading--serif.spectrum-Heading--light em {
582
582
  font-style: var(
583
583
  --mod-heading-serif-light-emphasized-font-style,
584
584
  var(--spectrum-heading-serif-light-emphasized-font-style)
@@ -589,8 +589,8 @@ governing permissions and limitations under the License.
589
589
  );
590
590
  }
591
591
 
592
- .spectrum-Heading--serif.spectrum-Heading--light strong,
593
- .spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-strong {
592
+ .spectrum-Heading--serif.spectrum-Heading--light .spectrum-Heading-strong,
593
+ .spectrum-Heading--serif.spectrum-Heading--light strong {
594
594
  font-style: var(
595
595
  --mod-heading-serif-light-strong-font-style,
596
596
  var(--spectrum-heading-serif-light-strong-font-style)
@@ -603,8 +603,8 @@ governing permissions and limitations under the License.
603
603
 
604
604
  .spectrum-Heading--serif.spectrum-Heading--light
605
605
  .spectrum-Heading-strong.spectrum-Heading-emphasized,
606
- .spectrum-Heading--serif.spectrum-Heading--light strong em,
607
- .spectrum-Heading--serif.spectrum-Heading--light em strong {
606
+ .spectrum-Heading--serif.spectrum-Heading--light em strong,
607
+ .spectrum-Heading--serif.spectrum-Heading--light strong em {
608
608
  font-style: var(
609
609
  --mod-heading-serif-light-strong-emphasized-font-style,
610
610
  var(--spectrum-heading-serif-light-strong-emphasized-font-style)
@@ -690,8 +690,8 @@ governing permissions and limitations under the License.
690
690
  margin-block: 0;
691
691
  }
692
692
 
693
- .spectrum-Body strong,
694
- .spectrum-Body .spectrum-Body-strong {
693
+ .spectrum-Body .spectrum-Body-strong,
694
+ .spectrum-Body strong {
695
695
  font-style: var(
696
696
  --mod-body-sans-serif-strong-font-style,
697
697
  var(--spectrum-body-sans-serif-strong-font-style)
@@ -702,8 +702,8 @@ governing permissions and limitations under the License.
702
702
  );
703
703
  }
704
704
 
705
- .spectrum-Body em,
706
- .spectrum-Body .spectrum-Body-emphasized {
705
+ .spectrum-Body .spectrum-Body-emphasized,
706
+ .spectrum-Body em {
707
707
  font-style: var(
708
708
  --mod-body-sans-serif-emphasized-font-style,
709
709
  var(--spectrum-body-sans-serif-emphasized-font-style)
@@ -727,9 +727,9 @@ governing permissions and limitations under the License.
727
727
  );
728
728
  }
729
729
 
730
- .spectrum-Body:lang(zh),
731
730
  .spectrum-Body:lang(ja),
732
- .spectrum-Body:lang(ko) {
731
+ .spectrum-Body:lang(ko),
732
+ .spectrum-Body:lang(zh) {
733
733
  font-family: var(
734
734
  --mod-body-cjk-font-family,
735
735
  var(--spectrum-body-cjk-font-family)
@@ -752,12 +752,12 @@ governing permissions and limitations under the License.
752
752
  );
753
753
  }
754
754
 
755
- .spectrum-Body:lang(zh) strong,
756
- .spectrum-Body:lang(zh) .spectrum-Body-strong,
757
- .spectrum-Body:lang(ja) strong,
758
755
  .spectrum-Body:lang(ja) .spectrum-Body-strong,
756
+ .spectrum-Body:lang(ja) strong,
757
+ .spectrum-Body:lang(ko) .spectrum-Body-strong,
759
758
  .spectrum-Body:lang(ko) strong,
760
- .spectrum-Body:lang(ko) .spectrum-Body-strong {
759
+ .spectrum-Body:lang(zh) .spectrum-Body-strong,
760
+ .spectrum-Body:lang(zh) strong {
761
761
  font-style: var(
762
762
  --mod-body-cjk-strong-font-style,
763
763
  var(--spectrum-body-cjk-strong-font-style)
@@ -768,12 +768,12 @@ governing permissions and limitations under the License.
768
768
  );
769
769
  }
770
770
 
771
- .spectrum-Body:lang(zh) em,
772
- .spectrum-Body:lang(zh) .spectrum-Body-emphasized,
773
- .spectrum-Body:lang(ja) em,
774
771
  .spectrum-Body:lang(ja) .spectrum-Body-emphasized,
772
+ .spectrum-Body:lang(ja) em,
773
+ .spectrum-Body:lang(ko) .spectrum-Body-emphasized,
775
774
  .spectrum-Body:lang(ko) em,
776
- .spectrum-Body:lang(ko) .spectrum-Body-emphasized {
775
+ .spectrum-Body:lang(zh) .spectrum-Body-emphasized,
776
+ .spectrum-Body:lang(zh) em {
777
777
  font-style: var(
778
778
  --mod-body-cjk-emphasized-font-style,
779
779
  var(--spectrum-body-cjk-emphasized-font-style)
@@ -784,15 +784,15 @@ governing permissions and limitations under the License.
784
784
  );
785
785
  }
786
786
 
787
- .spectrum-Body:lang(zh) .spectrum-Body-strong.spectrum-Body-emphasized,
788
- .spectrum-Body:lang(zh) em strong,
789
- .spectrum-Body:lang(zh) strong em,
790
787
  .spectrum-Body:lang(ja) .spectrum-Body-strong.spectrum-Body-emphasized,
791
788
  .spectrum-Body:lang(ja) em strong,
792
789
  .spectrum-Body:lang(ja) strong em,
793
790
  .spectrum-Body:lang(ko) .spectrum-Body-strong.spectrum-Body-emphasized,
794
791
  .spectrum-Body:lang(ko) em strong,
795
- .spectrum-Body:lang(ko) strong em {
792
+ .spectrum-Body:lang(ko) strong em,
793
+ .spectrum-Body:lang(zh) .spectrum-Body-strong.spectrum-Body-emphasized,
794
+ .spectrum-Body:lang(zh) em strong,
795
+ .spectrum-Body:lang(zh) strong em {
796
796
  font-style: var(
797
797
  --mod-body-cjk-strong-emphasized-font-style,
798
798
  var(--spectrum-body-cjk-strong-emphasized-font-style)
@@ -818,8 +818,8 @@ governing permissions and limitations under the License.
818
818
  );
819
819
  }
820
820
 
821
- .spectrum-Body--serif strong,
822
- .spectrum-Body--serif .spectrum-Body-strong {
821
+ .spectrum-Body--serif .spectrum-Body-strong,
822
+ .spectrum-Body--serif strong {
823
823
  font-style: var(
824
824
  --mod-body-serif-strong-font-style,
825
825
  var(--spectrum-body-serif-strong-font-style)
@@ -830,8 +830,8 @@ governing permissions and limitations under the License.
830
830
  );
831
831
  }
832
832
 
833
- .spectrum-Body--serif em,
834
- .spectrum-Body--serif .spectrum-Body-emphasized {
833
+ .spectrum-Body--serif .spectrum-Body-emphasized,
834
+ .spectrum-Body--serif em {
835
835
  font-style: var(
836
836
  --mod-body-serif-emphasized-font-style,
837
837
  var(--spectrum-body-serif-emphasized-font-style)
@@ -924,8 +924,8 @@ governing permissions and limitations under the License.
924
924
  margin-block: 0;
925
925
  }
926
926
 
927
- .spectrum-Detail strong,
928
- .spectrum-Detail .spectrum-Detail-strong {
927
+ .spectrum-Detail .spectrum-Detail-strong,
928
+ .spectrum-Detail strong {
929
929
  font-style: var(
930
930
  --mod-detail-sans-serif-strong-font-style,
931
931
  var(--spectrum-detail-sans-serif-strong-font-style)
@@ -936,8 +936,8 @@ governing permissions and limitations under the License.
936
936
  );
937
937
  }
938
938
 
939
- .spectrum-Detail em,
940
- .spectrum-Detail .spectrum-Detail-emphasized {
939
+ .spectrum-Detail .spectrum-Detail-emphasized,
940
+ .spectrum-Detail em {
941
941
  font-style: var(
942
942
  --mod-detail-sans-serif-emphasized-font-style,
943
943
  var(--spectrum-detail-sans-serif-emphasized-font-style)
@@ -961,9 +961,9 @@ governing permissions and limitations under the License.
961
961
  );
962
962
  }
963
963
 
964
- .spectrum-Detail:lang(zh),
965
964
  .spectrum-Detail:lang(ja),
966
- .spectrum-Detail:lang(ko) {
965
+ .spectrum-Detail:lang(ko),
966
+ .spectrum-Detail:lang(zh) {
967
967
  font-family: var(
968
968
  --mod-detail-cjk-font-family,
969
969
  var(--spectrum-detail-cjk-font-family)
@@ -982,12 +982,12 @@ governing permissions and limitations under the License.
982
982
  );
983
983
  }
984
984
 
985
- .spectrum-Detail:lang(zh) strong,
986
- .spectrum-Detail:lang(zh) .spectrum-Detail-strong,
987
- .spectrum-Detail:lang(ja) strong,
988
985
  .spectrum-Detail:lang(ja) .spectrum-Detail-strong,
986
+ .spectrum-Detail:lang(ja) strong,
987
+ .spectrum-Detail:lang(ko) .spectrum-Detail-strong,
989
988
  .spectrum-Detail:lang(ko) strong,
990
- .spectrum-Detail:lang(ko) .spectrum-Detail-strong {
989
+ .spectrum-Detail:lang(zh) .spectrum-Detail-strong,
990
+ .spectrum-Detail:lang(zh) strong {
991
991
  font-style: var(
992
992
  --mod-detail-cjk-strong-font-style,
993
993
  var(--spectrum-detail-cjk-strong-font-style)
@@ -998,12 +998,12 @@ governing permissions and limitations under the License.
998
998
  );
999
999
  }
1000
1000
 
1001
- .spectrum-Detail:lang(zh) em,
1002
- .spectrum-Detail:lang(zh) .spectrum-Detail-emphasized,
1003
- .spectrum-Detail:lang(ja) em,
1004
1001
  .spectrum-Detail:lang(ja) .spectrum-Detail-emphasized,
1002
+ .spectrum-Detail:lang(ja) em,
1003
+ .spectrum-Detail:lang(ko) .spectrum-Detail-emphasized,
1005
1004
  .spectrum-Detail:lang(ko) em,
1006
- .spectrum-Detail:lang(ko) .spectrum-Detail-emphasized {
1005
+ .spectrum-Detail:lang(zh) .spectrum-Detail-emphasized,
1006
+ .spectrum-Detail:lang(zh) em {
1007
1007
  font-style: var(
1008
1008
  --mod-detail-cjk-emphasized-font-style,
1009
1009
  var(--spectrum-detail-cjk-emphasized-font-style)
@@ -1014,15 +1014,15 @@ governing permissions and limitations under the License.
1014
1014
  );
1015
1015
  }
1016
1016
 
1017
- .spectrum-Detail:lang(zh) .spectrum-Detail-strong.spectrum-Detail-emphasized,
1018
- .spectrum-Detail:lang(zh) em strong,
1019
- .spectrum-Detail:lang(zh) strong em,
1020
1017
  .spectrum-Detail:lang(ja) .spectrum-Detail-strong.spectrum-Detail-emphasized,
1021
1018
  .spectrum-Detail:lang(ja) em strong,
1022
1019
  .spectrum-Detail:lang(ja) strong em,
1023
1020
  .spectrum-Detail:lang(ko) .spectrum-Detail-strong.spectrum-Detail-emphasized,
1024
1021
  .spectrum-Detail:lang(ko) em strong,
1025
- .spectrum-Detail:lang(ko) strong em {
1022
+ .spectrum-Detail:lang(ko) strong em,
1023
+ .spectrum-Detail:lang(zh) .spectrum-Detail-strong.spectrum-Detail-emphasized,
1024
+ .spectrum-Detail:lang(zh) em strong,
1025
+ .spectrum-Detail:lang(zh) strong em {
1026
1026
  font-style: var(
1027
1027
  --mod-detail-cjk-strong-emphasized-font-style,
1028
1028
  var(--spectrum-detail-cjk-strong-emphasized-font-style)
@@ -1048,8 +1048,8 @@ governing permissions and limitations under the License.
1048
1048
  );
1049
1049
  }
1050
1050
 
1051
- .spectrum-Detail--serif strong,
1052
- .spectrum-Detail--serif .spectrum-Detail-strong {
1051
+ .spectrum-Detail--serif .spectrum-Detail-strong,
1052
+ .spectrum-Detail--serif strong {
1053
1053
  font-style: var(
1054
1054
  --mod-detail-serif-strong-font-style,
1055
1055
  var(--spectrum-detail-serif-strong-font-style)
@@ -1060,8 +1060,8 @@ governing permissions and limitations under the License.
1060
1060
  );
1061
1061
  }
1062
1062
 
1063
- .spectrum-Detail--serif em,
1064
- .spectrum-Detail--serif .spectrum-Detail-emphasized {
1063
+ .spectrum-Detail--serif .spectrum-Detail-emphasized,
1064
+ .spectrum-Detail--serif em {
1065
1065
  font-style: var(
1066
1066
  --mod-detail-serif-emphasized-font-style,
1067
1067
  var(--spectrum-detail-serif-emphasized-font-style)
@@ -1096,8 +1096,8 @@ governing permissions and limitations under the License.
1096
1096
  );
1097
1097
  }
1098
1098
 
1099
- .spectrum-Detail--light strong,
1100
- .spectrum-Detail--light .spectrum-Detail-strong {
1099
+ .spectrum-Detail--light .spectrum-Detail-strong,
1100
+ .spectrum-Detail--light strong {
1101
1101
  font-style: var(
1102
1102
  --mod-detail-sans-serif-light-strong-font-style,
1103
1103
  var(--spectrum-detail-sans-serif-light-strong-font-style)
@@ -1108,8 +1108,8 @@ governing permissions and limitations under the License.
1108
1108
  );
1109
1109
  }
1110
1110
 
1111
- .spectrum-Detail--light em,
1112
- .spectrum-Detail--light .spectrum-Detail-emphasized {
1111
+ .spectrum-Detail--light .spectrum-Detail-emphasized,
1112
+ .spectrum-Detail--light em {
1113
1113
  font-style: var(
1114
1114
  --mod-detail-sans-serif-light-emphasized-font-style,
1115
1115
  var(--spectrum-detail-sans-serif-light-emphasized-font-style)
@@ -1133,9 +1133,9 @@ governing permissions and limitations under the License.
1133
1133
  );
1134
1134
  }
1135
1135
 
1136
- .spectrum-Detail--light:lang(zh),
1137
1136
  .spectrum-Detail--light:lang(ja),
1138
- .spectrum-Detail--light:lang(ko) {
1137
+ .spectrum-Detail--light:lang(ko),
1138
+ .spectrum-Detail--light:lang(zh) {
1139
1139
  font-style: var(
1140
1140
  --mod-detail-cjk-light-font-style,
1141
1141
  var(--spectrum-detail-cjk-light-font-style)
@@ -1146,12 +1146,12 @@ governing permissions and limitations under the License.
1146
1146
  );
1147
1147
  }
1148
1148
 
1149
- .spectrum-Detail--light:lang(zh) strong,
1150
- .spectrum-Detail--light:lang(zh) .spectrum-Detail-strong,
1151
- .spectrum-Detail--light:lang(ja) strong,
1152
1149
  .spectrum-Detail--light:lang(ja) .spectrum-Detail-strong,
1150
+ .spectrum-Detail--light:lang(ja) strong,
1151
+ .spectrum-Detail--light:lang(ko) .spectrum-Detail-strong,
1153
1152
  .spectrum-Detail--light:lang(ko) strong,
1154
- .spectrum-Detail--light:lang(ko) .spectrum-Detail-strong {
1153
+ .spectrum-Detail--light:lang(zh) .spectrum-Detail-strong,
1154
+ .spectrum-Detail--light:lang(zh) strong {
1155
1155
  font-style: var(
1156
1156
  --mod-detail-cjk-light-strong-font-style,
1157
1157
  var(--spectrum-detail-cjk-light-strong-font-style)
@@ -1162,12 +1162,12 @@ governing permissions and limitations under the License.
1162
1162
  );
1163
1163
  }
1164
1164
 
1165
- .spectrum-Detail--light:lang(zh) em,
1166
- .spectrum-Detail--light:lang(zh) .spectrum-Detail-emphasized,
1167
- .spectrum-Detail--light:lang(ja) em,
1168
1165
  .spectrum-Detail--light:lang(ja) .spectrum-Detail-emphasized,
1166
+ .spectrum-Detail--light:lang(ja) em,
1167
+ .spectrum-Detail--light:lang(ko) .spectrum-Detail-emphasized,
1169
1168
  .spectrum-Detail--light:lang(ko) em,
1170
- .spectrum-Detail--light:lang(ko) .spectrum-Detail-emphasized {
1169
+ .spectrum-Detail--light:lang(zh) .spectrum-Detail-emphasized,
1170
+ .spectrum-Detail--light:lang(zh) em {
1171
1171
  font-style: var(
1172
1172
  --mod-detail-cjk-light-emphasized-font-style,
1173
1173
  var(--spectrum-detail-cjk-light-emphasized-font-style)
@@ -1178,11 +1178,11 @@ governing permissions and limitations under the License.
1178
1178
  );
1179
1179
  }
1180
1180
 
1181
- .spectrum-Detail--light:lang(zh)
1182
- .spectrum-Detail-strong.spectrum-Detail-emphasized,
1183
1181
  .spectrum-Detail--light:lang(ja)
1184
1182
  .spectrum-Detail-strong.spectrum-Detail-emphasized,
1185
1183
  .spectrum-Detail--light:lang(ko)
1184
+ .spectrum-Detail-strong.spectrum-Detail-emphasized,
1185
+ .spectrum-Detail--light:lang(zh)
1186
1186
  .spectrum-Detail-strong.spectrum-Detail-emphasized {
1187
1187
  font-style: var(
1188
1188
  --mod-detail-cjk-light-strong-emphasized-font-style,
@@ -1205,8 +1205,8 @@ governing permissions and limitations under the License.
1205
1205
  );
1206
1206
  }
1207
1207
 
1208
- .spectrum-Detail--serif.spectrum-Detail--light strong,
1209
- .spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong {
1208
+ .spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-strong,
1209
+ .spectrum-Detail--serif.spectrum-Detail--light strong {
1210
1210
  font-style: var(
1211
1211
  --mod-detail-serif-light-strong-font-style,
1212
1212
  var(--spectrum-detail-serif-light-strong-font-style)
@@ -1217,8 +1217,8 @@ governing permissions and limitations under the License.
1217
1217
  );
1218
1218
  }
1219
1219
 
1220
- .spectrum-Detail--serif.spectrum-Detail--light em,
1221
- .spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-emphasized {
1220
+ .spectrum-Detail--serif.spectrum-Detail--light .spectrum-Detail-emphasized,
1221
+ .spectrum-Detail--serif.spectrum-Detail--light em {
1222
1222
  font-style: var(
1223
1223
  --mod-detail-serif-light-emphasized-font-style,
1224
1224
  var(--spectrum-detail-serif-light-emphasized-font-style)
@@ -1293,8 +1293,8 @@ governing permissions and limitations under the License.
1293
1293
  margin-block: 0;
1294
1294
  }
1295
1295
 
1296
- .spectrum-Code strong,
1297
- .spectrum-Code .spectrum-Code-strong {
1296
+ .spectrum-Code .spectrum-Code-strong,
1297
+ .spectrum-Code strong {
1298
1298
  font-style: var(
1299
1299
  --mod-code-strong-font-style,
1300
1300
  var(--spectrum-code-strong-font-style)
@@ -1305,8 +1305,8 @@ governing permissions and limitations under the License.
1305
1305
  );
1306
1306
  }
1307
1307
 
1308
- .spectrum-Code em,
1309
- .spectrum-Code .spectrum-Code-emphasized {
1308
+ .spectrum-Code .spectrum-Code-emphasized,
1309
+ .spectrum-Code em {
1310
1310
  font-style: var(
1311
1311
  --mod-code-emphasized-font-style,
1312
1312
  var(--spectrum-code-emphasized-font-style)
@@ -1330,9 +1330,9 @@ governing permissions and limitations under the License.
1330
1330
  );
1331
1331
  }
1332
1332
 
1333
- .spectrum-Code:lang(zh),
1334
1333
  .spectrum-Code:lang(ja),
1335
- .spectrum-Code:lang(ko) {
1334
+ .spectrum-Code:lang(ko),
1335
+ .spectrum-Code:lang(zh) {
1336
1336
  font-family: var(
1337
1337
  --mod-code-cjk-font-family,
1338
1338
  var(--spectrum-code-cjk-font-family)
@@ -1355,12 +1355,12 @@ governing permissions and limitations under the License.
1355
1355
  );
1356
1356
  }
1357
1357
 
1358
- .spectrum-Code:lang(zh) strong,
1359
- .spectrum-Code:lang(zh) .spectrum-Code-strong,
1360
- .spectrum-Code:lang(ja) strong,
1361
1358
  .spectrum-Code:lang(ja) .spectrum-Code-strong,
1359
+ .spectrum-Code:lang(ja) strong,
1360
+ .spectrum-Code:lang(ko) .spectrum-Code-strong,
1362
1361
  .spectrum-Code:lang(ko) strong,
1363
- .spectrum-Code:lang(ko) .spectrum-Code-strong {
1362
+ .spectrum-Code:lang(zh) .spectrum-Code-strong,
1363
+ .spectrum-Code:lang(zh) strong {
1364
1364
  font-style: var(
1365
1365
  --mod-code-cjk-strong-font-style,
1366
1366
  var(--spectrum-code-cjk-strong-font-style)
@@ -1371,12 +1371,12 @@ governing permissions and limitations under the License.
1371
1371
  );
1372
1372
  }
1373
1373
 
1374
- .spectrum-Code:lang(zh) em,
1375
- .spectrum-Code:lang(zh) .spectrum-Code-emphasized,
1376
- .spectrum-Code:lang(ja) em,
1377
1374
  .spectrum-Code:lang(ja) .spectrum-Code-emphasized,
1375
+ .spectrum-Code:lang(ja) em,
1376
+ .spectrum-Code:lang(ko) .spectrum-Code-emphasized,
1378
1377
  .spectrum-Code:lang(ko) em,
1379
- .spectrum-Code:lang(ko) .spectrum-Code-emphasized {
1378
+ .spectrum-Code:lang(zh) .spectrum-Code-emphasized,
1379
+ .spectrum-Code:lang(zh) em {
1380
1380
  font-style: var(
1381
1381
  --mod-code-cjk-emphasized-font-style,
1382
1382
  var(--spectrum-code-cjk-emphasized-font-style)
@@ -1387,15 +1387,15 @@ governing permissions and limitations under the License.
1387
1387
  );
1388
1388
  }
1389
1389
 
1390
- .spectrum-Code:lang(zh) .spectrum-Code-strong.spectrum-Code-emphasized,
1391
- .spectrum-Code:lang(zh) em strong,
1392
- .spectrum-Code:lang(zh) strong em,
1393
1390
  .spectrum-Code:lang(ja) .spectrum-Code-strong.spectrum-Code-emphasized,
1394
1391
  .spectrum-Code:lang(ja) em strong,
1395
1392
  .spectrum-Code:lang(ja) strong em,
1396
1393
  .spectrum-Code:lang(ko) .spectrum-Code-strong.spectrum-Code-emphasized,
1397
1394
  .spectrum-Code:lang(ko) em strong,
1398
- .spectrum-Code:lang(ko) strong em {
1395
+ .spectrum-Code:lang(ko) strong em,
1396
+ .spectrum-Code:lang(zh) .spectrum-Code-strong.spectrum-Code-emphasized,
1397
+ .spectrum-Code:lang(zh) em strong,
1398
+ .spectrum-Code:lang(zh) strong em {
1399
1399
  font-style: var(
1400
1400
  --mod-code-cjk-strong-emphasized-font-style,
1401
1401
  var(--spectrum-code-cjk-strong-emphasized-font-style)