@spectrum-web-components/styles 0.20.0 → 0.21.0

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.
@@ -17,42 +17,49 @@ governing permissions and limitations under the License.
17
17
  var(--spectrum-global-font-font-family-ar)
18
18
  ); /* .spectrum:lang(ar) */
19
19
  }
20
+
20
21
  .spectrum:lang(he) {
21
22
  font-family: var(
22
23
  --spectrum-alias-font-family-he,
23
24
  var(--spectrum-global-font-font-family-he)
24
25
  ); /* .spectrum:lang(he) */
25
26
  }
27
+
26
28
  .spectrum:lang(zh-Hans) {
27
29
  font-family: var(
28
30
  --spectrum-alias-font-family-zhhans,
29
31
  var(--spectrum-global-font-font-family-zhhans)
30
32
  ); /* .spectrum:lang(zh-Hans) */
31
33
  }
34
+
32
35
  .spectrum:lang(zh-Hant) {
33
36
  font-family: var(
34
37
  --spectrum-alias-font-family-zh,
35
38
  var(--spectrum-global-font-font-family-zh)
36
39
  ); /* .spectrum:lang(zh-Hant) */
37
40
  }
41
+
38
42
  .spectrum:lang(zh) {
39
43
  font-family: var(
40
44
  --spectrum-alias-font-family-zh,
41
45
  var(--spectrum-global-font-font-family-zh)
42
46
  ); /* .spectrum:lang(zh) */
43
47
  }
48
+
44
49
  .spectrum:lang(ko) {
45
50
  font-family: var(
46
51
  --spectrum-alias-font-family-ko,
47
52
  var(--spectrum-global-font-font-family-ko)
48
53
  ); /* .spectrum:lang(ko) */
49
54
  }
55
+
50
56
  .spectrum:lang(ja) {
51
57
  font-family: var(
52
58
  --spectrum-alias-font-family-ja,
53
59
  var(--spectrum-global-font-font-family-ja)
54
60
  ); /* .spectrum:lang(ja) */
55
61
  }
62
+
56
63
  .spectrum:lang(ja) .spectrum-Heading--sizeXXXL,
57
64
  .spectrum:lang(ko) .spectrum-Heading--sizeXXXL,
58
65
  .spectrum:lang(zh) .spectrum-Heading--sizeXXXL {
@@ -62,6 +69,7 @@ governing permissions and limitations under the License.
62
69
  ); /* .spectrum:lang(ja) .spectrum-Heading--sizeXXXL,
63
70
  * .spectrum:lang(ko) .spectrum-Heading--sizeXXXL,
64
71
  * .spectrum:lang(zh) .spectrum-Heading--sizeXXXL */
72
+
65
73
  font-style: var(
66
74
  --spectrum-heading-han-xxxl-text-font-style,
67
75
  var(--spectrum-global-font-style-regular)
@@ -82,6 +90,7 @@ governing permissions and limitations under the License.
82
90
  margin-top: 0;
83
91
  text-transform: var(--spectrum-heading-han-xxxl-text-transform, none);
84
92
  }
93
+
85
94
  .spectrum:lang(ja) .spectrum-Heading--sizeXXL,
86
95
  .spectrum:lang(ko) .spectrum-Heading--sizeXXL,
87
96
  .spectrum:lang(zh) .spectrum-Heading--sizeXXL {
@@ -91,6 +100,7 @@ governing permissions and limitations under the License.
91
100
  ); /* .spectrum:lang(ja) .spectrum-Heading--sizeXXL,
92
101
  * .spectrum:lang(ko) .spectrum-Heading--sizeXXL,
93
102
  * .spectrum:lang(zh) .spectrum-Heading--sizeXXL */
103
+
94
104
  font-style: var(
95
105
  --spectrum-heading-han-xxl-text-font-style,
96
106
  var(--spectrum-global-font-style-regular)
@@ -111,6 +121,7 @@ governing permissions and limitations under the License.
111
121
  margin-top: 0;
112
122
  text-transform: var(--spectrum-heading-han-xxl-text-transform, none);
113
123
  }
124
+
114
125
  .spectrum:lang(ja) .spectrum-Heading--sizeXL,
115
126
  .spectrum:lang(ko) .spectrum-Heading--sizeXL,
116
127
  .spectrum:lang(zh) .spectrum-Heading--sizeXL {
@@ -120,6 +131,7 @@ governing permissions and limitations under the License.
120
131
  ); /* .spectrum:lang(ja) .spectrum-Heading--sizeXL,
121
132
  * .spectrum:lang(ko) .spectrum-Heading--sizeXL,
122
133
  * .spectrum:lang(zh) .spectrum-Heading--sizeXL */
134
+
123
135
  font-style: var(
124
136
  --spectrum-heading-han-xl-text-font-style,
125
137
  var(--spectrum-global-font-style-regular)
@@ -140,6 +152,7 @@ governing permissions and limitations under the License.
140
152
  margin-top: 0;
141
153
  text-transform: var(--spectrum-heading-han-xl-text-transform, none);
142
154
  }
155
+
143
156
  .spectrum:lang(ja) .spectrum-Heading--sizeL,
144
157
  .spectrum:lang(ko) .spectrum-Heading--sizeL,
145
158
  .spectrum:lang(zh) .spectrum-Heading--sizeL {
@@ -149,6 +162,7 @@ governing permissions and limitations under the License.
149
162
  ); /* .spectrum:lang(ja) .spectrum-Heading--sizeL,
150
163
  * .spectrum:lang(ko) .spectrum-Heading--sizeL,
151
164
  * .spectrum:lang(zh) .spectrum-Heading--sizeL */
165
+
152
166
  font-style: var(
153
167
  --spectrum-heading-han-l-text-font-style,
154
168
  var(--spectrum-global-font-style-regular)
@@ -169,6 +183,7 @@ governing permissions and limitations under the License.
169
183
  margin-top: 0;
170
184
  text-transform: var(--spectrum-heading-han-l-text-transform, none);
171
185
  }
186
+
172
187
  .spectrum:lang(ja) .spectrum-Heading--sizeM,
173
188
  .spectrum:lang(ko) .spectrum-Heading--sizeM,
174
189
  .spectrum:lang(zh) .spectrum-Heading--sizeM {
@@ -178,6 +193,7 @@ governing permissions and limitations under the License.
178
193
  ); /* .spectrum:lang(ja) .spectrum-Heading--sizeM,
179
194
  * .spectrum:lang(ko) .spectrum-Heading--sizeM,
180
195
  * .spectrum:lang(zh) .spectrum-Heading--sizeM */
196
+
181
197
  font-style: var(
182
198
  --spectrum-heading-han-m-text-font-style,
183
199
  var(--spectrum-global-font-style-regular)
@@ -198,6 +214,7 @@ governing permissions and limitations under the License.
198
214
  margin-top: 0;
199
215
  text-transform: var(--spectrum-heading-han-m-text-transform, none);
200
216
  }
217
+
201
218
  .spectrum:lang(ja) .spectrum-Heading--sizeS,
202
219
  .spectrum:lang(ko) .spectrum-Heading--sizeS,
203
220
  .spectrum:lang(zh) .spectrum-Heading--sizeS {
@@ -207,6 +224,7 @@ governing permissions and limitations under the License.
207
224
  ); /* .spectrum:lang(ja) .spectrum-Heading--sizeS,
208
225
  * .spectrum:lang(ko) .spectrum-Heading--sizeS,
209
226
  * .spectrum:lang(zh) .spectrum-Heading--sizeS */
227
+
210
228
  font-style: var(
211
229
  --spectrum-heading-han-s-text-font-style,
212
230
  var(--spectrum-global-font-style-regular)
@@ -227,6 +245,7 @@ governing permissions and limitations under the License.
227
245
  margin-top: 0;
228
246
  text-transform: var(--spectrum-heading-han-s-text-transform, none);
229
247
  }
248
+
230
249
  .spectrum:lang(ja) .spectrum-Heading--sizeXS,
231
250
  .spectrum:lang(ko) .spectrum-Heading--sizeXS,
232
251
  .spectrum:lang(zh) .spectrum-Heading--sizeXS {
@@ -236,6 +255,7 @@ governing permissions and limitations under the License.
236
255
  ); /* .spectrum:lang(ja) .spectrum-Heading--sizeXS,
237
256
  * .spectrum:lang(ko) .spectrum-Heading--sizeXS,
238
257
  * .spectrum:lang(zh) .spectrum-Heading--sizeXS */
258
+
239
259
  font-style: var(
240
260
  --spectrum-heading-han-xs-text-font-style,
241
261
  var(--spectrum-global-font-style-regular)
@@ -256,6 +276,7 @@ governing permissions and limitations under the License.
256
276
  margin-top: 0;
257
277
  text-transform: var(--spectrum-heading-han-xs-text-transform, none);
258
278
  }
279
+
259
280
  .spectrum:lang(ja) .spectrum-Heading--sizeXXS,
260
281
  .spectrum:lang(ko) .spectrum-Heading--sizeXXS,
261
282
  .spectrum:lang(zh) .spectrum-Heading--sizeXXS {
@@ -265,6 +286,7 @@ governing permissions and limitations under the License.
265
286
  ); /* .spectrum:lang(ja) .spectrum-Heading--sizeXXS,
266
287
  * .spectrum:lang(ko) .spectrum-Heading--sizeXXS,
267
288
  * .spectrum:lang(zh) .spectrum-Heading--sizeXXS */
289
+
268
290
  font-style: var(
269
291
  --spectrum-heading-han-xxs-text-font-style,
270
292
  var(--spectrum-global-font-style-regular)
@@ -285,6 +307,7 @@ governing permissions and limitations under the License.
285
307
  margin-top: 0;
286
308
  text-transform: var(--spectrum-heading-han-xxs-text-transform, none);
287
309
  }
310
+
288
311
  .spectrum:lang(ja) .spectrum-Heading--heavy,
289
312
  .spectrum:lang(ko) .spectrum-Heading--heavy,
290
313
  .spectrum:lang(zh) .spectrum-Heading--heavy {
@@ -295,6 +318,7 @@ governing permissions and limitations under the License.
295
318
  * .spectrum:lang(ko) .spectrum-Heading--heavy,
296
319
  * .spectrum:lang(zh) .spectrum-Heading--heavy */
297
320
  }
321
+
298
322
  .spectrum:lang(ja) .spectrum-Heading--heavy .spectrum-Heading--emphasized,
299
323
  .spectrum:lang(ja) .spectrum-Heading--heavy em,
300
324
  .spectrum:lang(ko) .spectrum-Heading--heavy .spectrum-Heading--emphasized,
@@ -309,10 +333,12 @@ governing permissions and limitations under the License.
309
333
  * .spectrum:lang(ko) .spectrum-Heading--heavy .spectrum-Heading--emphasized,
310
334
  * .spectrum:lang(zh) .spectrum-Heading--heavy em,
311
335
  * .spectrum:lang(zh) .spectrum-Heading--heavy .spectrum-Heading--emphasized */
336
+
312
337
  font-weight: var(
313
338
  --spectrum-heading-han-heavy-m-emphasized-text-font-weight
314
339
  );
315
340
  }
341
+
316
342
  .spectrum:lang(ja) .spectrum-Heading--heavy .spectrum-Heading--strong,
317
343
  .spectrum:lang(ja) .spectrum-Heading--heavy strong,
318
344
  .spectrum:lang(ko) .spectrum-Heading--heavy .spectrum-Heading--strong,
@@ -328,11 +354,13 @@ governing permissions and limitations under the License.
328
354
  * .spectrum:lang(ko) .spectrum-Heading--heavy .spectrum-Heading--strong,
329
355
  * .spectrum:lang(zh) .spectrum-Heading--heavy strong,
330
356
  * .spectrum:lang(zh) .spectrum-Heading--heavy .spectrum-Heading--strong */
357
+
331
358
  font-weight: var(
332
359
  --spectrum-heading-m-heavy-strong-text-font-weight,
333
360
  var(--spectrum-alias-heading-text-font-weight-heavy-strong)
334
361
  );
335
362
  }
363
+
336
364
  .spectrum:lang(ja) .spectrum-Heading--light,
337
365
  .spectrum:lang(ko) .spectrum-Heading--light,
338
366
  .spectrum:lang(zh) .spectrum-Heading--light {
@@ -343,6 +371,7 @@ governing permissions and limitations under the License.
343
371
  * .spectrum:lang(ko) .spectrum-Heading--light,
344
372
  * .spectrum:lang(zh) .spectrum-Heading--light */
345
373
  }
374
+
346
375
  .spectrum:lang(ja) .spectrum-Heading--light .spectrum-Heading--emphasized,
347
376
  .spectrum:lang(ja) .spectrum-Heading--light em,
348
377
  .spectrum:lang(ko) .spectrum-Heading--light .spectrum-Heading--emphasized,
@@ -358,11 +387,13 @@ governing permissions and limitations under the License.
358
387
  * .spectrum:lang(ko) .spectrum-Heading--light .spectrum-Heading--emphasized,
359
388
  * .spectrum:lang(zh) .spectrum-Heading--light em,
360
389
  * .spectrum:lang(zh) .spectrum-Heading--light .spectrum-Heading--emphasized */
390
+
361
391
  font-weight: var(
362
392
  --spectrum-heading-han-m-light-emphasized-text-font-weight,
363
393
  var(--spectrum-alias-han-heading-text-font-weight-light-emphasis)
364
394
  );
365
395
  }
396
+
366
397
  .spectrum:lang(ja) .spectrum-Heading--light .spectrum-Heading--strong,
367
398
  .spectrum:lang(ja) .spectrum-Heading--light strong,
368
399
  .spectrum:lang(ko) .spectrum-Heading--light .spectrum-Heading--strong,
@@ -378,11 +409,13 @@ governing permissions and limitations under the License.
378
409
  * .spectrum:lang(ko) .spectrum-Heading--light .spectrum-Heading--strong,
379
410
  * .spectrum:lang(zh) .spectrum-Heading--light strong,
380
411
  * .spectrum:lang(zh) .spectrum-Heading--light .spectrum-Heading--strong */
412
+
381
413
  font-weight: var(
382
414
  --spectrum-heading-han-m-light-strong-text-font-weight,
383
415
  var(--spectrum-alias-han-heading-text-font-weight-light-strong)
384
416
  );
385
417
  }
418
+
386
419
  .spectrum:lang(ja) .spectrum-Body--sizeXXXL,
387
420
  .spectrum:lang(ko) .spectrum-Body--sizeXXXL,
388
421
  .spectrum:lang(zh) .spectrum-Body--sizeXXXL {
@@ -392,6 +425,7 @@ governing permissions and limitations under the License.
392
425
  ); /* .spectrum:lang(ja) .spectrum-Body--sizeXXXL,
393
426
  * .spectrum:lang(ko) .spectrum-Body--sizeXXXL,
394
427
  * .spectrum:lang(zh) .spectrum-Body--sizeXXXL */
428
+
395
429
  font-style: var(
396
430
  --spectrum-body-han-xxxl-text-font-style,
397
431
  var(--spectrum-global-font-style-regular)
@@ -412,6 +446,7 @@ governing permissions and limitations under the License.
412
446
  margin-top: 0;
413
447
  text-transform: var(--spectrum-body-han-xxxl-text-transform, none);
414
448
  }
449
+
415
450
  .spectrum:lang(ja) .spectrum-Body--sizeXXL,
416
451
  .spectrum:lang(ko) .spectrum-Body--sizeXXL,
417
452
  .spectrum:lang(zh) .spectrum-Body--sizeXXL {
@@ -421,6 +456,7 @@ governing permissions and limitations under the License.
421
456
  ); /* .spectrum:lang(ja) .spectrum-Body--sizeXXL,
422
457
  * .spectrum:lang(ko) .spectrum-Body--sizeXXL,
423
458
  * .spectrum:lang(zh) .spectrum-Body--sizeXXL */
459
+
424
460
  font-style: var(
425
461
  --spectrum-body-han-xxl-text-font-style,
426
462
  var(--spectrum-global-font-style-regular)
@@ -441,6 +477,7 @@ governing permissions and limitations under the License.
441
477
  margin-top: 0;
442
478
  text-transform: var(--spectrum-body-han-xxl-text-transform, none);
443
479
  }
480
+
444
481
  .spectrum:lang(ja) .spectrum-Body--sizeXL,
445
482
  .spectrum:lang(ko) .spectrum-Body--sizeXL,
446
483
  .spectrum:lang(zh) .spectrum-Body--sizeXL {
@@ -450,6 +487,7 @@ governing permissions and limitations under the License.
450
487
  ); /* .spectrum:lang(ja) .spectrum-Body--sizeXL,
451
488
  * .spectrum:lang(ko) .spectrum-Body--sizeXL,
452
489
  * .spectrum:lang(zh) .spectrum-Body--sizeXL */
490
+
453
491
  font-style: var(
454
492
  --spectrum-body-han-xl-text-font-style,
455
493
  var(--spectrum-global-font-style-regular)
@@ -470,6 +508,7 @@ governing permissions and limitations under the License.
470
508
  margin-top: 0;
471
509
  text-transform: var(--spectrum-body-han-xl-text-transform, none);
472
510
  }
511
+
473
512
  .spectrum:lang(ja) .spectrum-Body--sizeL,
474
513
  .spectrum:lang(ko) .spectrum-Body--sizeL,
475
514
  .spectrum:lang(zh) .spectrum-Body--sizeL {
@@ -479,6 +518,7 @@ governing permissions and limitations under the License.
479
518
  ); /* .spectrum:lang(ja) .spectrum-Body--sizeL,
480
519
  * .spectrum:lang(ko) .spectrum-Body--sizeL,
481
520
  * .spectrum:lang(zh) .spectrum-Body--sizeL */
521
+
482
522
  font-style: var(
483
523
  --spectrum-body-han-l-text-font-style,
484
524
  var(--spectrum-global-font-style-regular)
@@ -499,6 +539,7 @@ governing permissions and limitations under the License.
499
539
  margin-top: 0;
500
540
  text-transform: var(--spectrum-body-han-l-text-transform, none);
501
541
  }
542
+
502
543
  .spectrum:lang(ja) .spectrum-Body--sizeM,
503
544
  .spectrum:lang(ko) .spectrum-Body--sizeM,
504
545
  .spectrum:lang(zh) .spectrum-Body--sizeM {
@@ -508,6 +549,7 @@ governing permissions and limitations under the License.
508
549
  ); /* .spectrum:lang(ja) .spectrum-Body--sizeM,
509
550
  * .spectrum:lang(ko) .spectrum-Body--sizeM,
510
551
  * .spectrum:lang(zh) .spectrum-Body--sizeM */
552
+
511
553
  font-style: var(
512
554
  --spectrum-body-han-m-text-font-style,
513
555
  var(--spectrum-global-font-style-regular)
@@ -528,6 +570,7 @@ governing permissions and limitations under the License.
528
570
  margin-top: 0;
529
571
  text-transform: var(--spectrum-body-han-m-text-transform, none);
530
572
  }
573
+
531
574
  .spectrum:lang(ja) .spectrum-Body--sizeS,
532
575
  .spectrum:lang(ko) .spectrum-Body--sizeS,
533
576
  .spectrum:lang(zh) .spectrum-Body--sizeS {
@@ -537,6 +580,7 @@ governing permissions and limitations under the License.
537
580
  ); /* .spectrum:lang(ja) .spectrum-Body--sizeS,
538
581
  * .spectrum:lang(ko) .spectrum-Body--sizeS,
539
582
  * .spectrum:lang(zh) .spectrum-Body--sizeS */
583
+
540
584
  font-style: var(
541
585
  --spectrum-body-han-s-text-font-style,
542
586
  var(--spectrum-global-font-style-regular)
@@ -557,6 +601,7 @@ governing permissions and limitations under the License.
557
601
  margin-top: 0;
558
602
  text-transform: var(--spectrum-body-han-s-text-transform, none);
559
603
  }
604
+
560
605
  .spectrum:lang(ja) .spectrum-Body--sizeXS,
561
606
  .spectrum:lang(ko) .spectrum-Body--sizeXS,
562
607
  .spectrum:lang(zh) .spectrum-Body--sizeXS {
@@ -566,6 +611,7 @@ governing permissions and limitations under the License.
566
611
  ); /* .spectrum:lang(ja) .spectrum-Body--sizeXS,
567
612
  * .spectrum:lang(ko) .spectrum-Body--sizeXS,
568
613
  * .spectrum:lang(zh) .spectrum-Body--sizeXS */
614
+
569
615
  font-style: var(
570
616
  --spectrum-body-han-xs-text-font-style,
571
617
  var(--spectrum-global-font-style-regular)
@@ -586,6 +632,7 @@ governing permissions and limitations under the License.
586
632
  margin-top: 0;
587
633
  text-transform: var(--spectrum-body-han-xs-text-transform, none);
588
634
  }
635
+
589
636
  .spectrum:lang(ja) .spectrum-Detail--sizeXL,
590
637
  .spectrum:lang(ko) .spectrum-Detail--sizeXL,
591
638
  .spectrum:lang(zh) .spectrum-Detail--sizeXL {
@@ -595,6 +642,7 @@ governing permissions and limitations under the License.
595
642
  ); /* .spectrum:lang(ja) .spectrum-Detail--sizeXL,
596
643
  * .spectrum:lang(ko) .spectrum-Detail--sizeXL,
597
644
  * .spectrum:lang(zh) .spectrum-Detail--sizeXL */
645
+
598
646
  font-style: var(
599
647
  --spectrum-detail-han-xl-text-font-style,
600
648
  var(--spectrum-global-font-style-regular)
@@ -615,6 +663,7 @@ governing permissions and limitations under the License.
615
663
  margin-top: 0;
616
664
  text-transform: var(--spectrum-detail-han-xl-text-transform, uppercase);
617
665
  }
666
+
618
667
  .spectrum:lang(ja) .spectrum-Detail--sizeXL em,
619
668
  .spectrum:lang(ko) .spectrum-Detail--sizeXL em,
620
669
  .spectrum:lang(zh) .spectrum-Detail--sizeXL em {
@@ -624,6 +673,7 @@ governing permissions and limitations under the License.
624
673
  ); /* .spectrum:lang(ja) .spectrum-Detail--sizeXL em,
625
674
  * .spectrum:lang(ko) .spectrum-Detail--sizeXL em,
626
675
  * .spectrum:lang(zh) .spectrum-Detail--sizeXL em */
676
+
627
677
  font-style: var(
628
678
  --spectrum-detail-han-xl-emphasized-text-font-style,
629
679
  var(--spectrum-global-font-style-regular)
@@ -647,6 +697,7 @@ governing permissions and limitations under the License.
647
697
  uppercase
648
698
  );
649
699
  }
700
+
650
701
  .spectrum:lang(ja) .spectrum-Detail--sizeXL strong,
651
702
  .spectrum:lang(ko) .spectrum-Detail--sizeXL strong,
652
703
  .spectrum:lang(zh) .spectrum-Detail--sizeXL strong {
@@ -656,6 +707,7 @@ governing permissions and limitations under the License.
656
707
  ); /* .spectrum:lang(ja) .spectrum-Detail--sizeXL strong,
657
708
  * .spectrum:lang(ko) .spectrum-Detail--sizeXL strong,
658
709
  * .spectrum:lang(zh) .spectrum-Detail--sizeXL strong */
710
+
659
711
  font-style: var(
660
712
  --spectrum-detail-han-xl-strong-text-font-style,
661
713
  var(--spectrum-global-font-style-regular)
@@ -679,6 +731,7 @@ governing permissions and limitations under the License.
679
731
  uppercase
680
732
  );
681
733
  }
734
+
682
735
  .spectrum:lang(ja) .spectrum-Detail--sizeL,
683
736
  .spectrum:lang(ko) .spectrum-Detail--sizeL,
684
737
  .spectrum:lang(zh) .spectrum-Detail--sizeL {
@@ -688,6 +741,7 @@ governing permissions and limitations under the License.
688
741
  ); /* .spectrum:lang(ja) .spectrum-Detail--sizeL,
689
742
  * .spectrum:lang(ko) .spectrum-Detail--sizeL,
690
743
  * .spectrum:lang(zh) .spectrum-Detail--sizeL */
744
+
691
745
  font-style: var(
692
746
  --spectrum-detail-han-l-text-font-style,
693
747
  var(--spectrum-global-font-style-regular)
@@ -708,6 +762,7 @@ governing permissions and limitations under the License.
708
762
  margin-top: 0;
709
763
  text-transform: var(--spectrum-detail-han-l-text-transform, uppercase);
710
764
  }
765
+
711
766
  .spectrum:lang(ja) .spectrum-Detail--sizeL em,
712
767
  .spectrum:lang(ko) .spectrum-Detail--sizeL em,
713
768
  .spectrum:lang(zh) .spectrum-Detail--sizeL em {
@@ -717,6 +772,7 @@ governing permissions and limitations under the License.
717
772
  ); /* .spectrum:lang(ja) .spectrum-Detail--sizeL em,
718
773
  * .spectrum:lang(ko) .spectrum-Detail--sizeL em,
719
774
  * .spectrum:lang(zh) .spectrum-Detail--sizeL em */
775
+
720
776
  font-style: var(
721
777
  --spectrum-detail-han-l-emphasized-text-font-style,
722
778
  var(--spectrum-global-font-style-regular)
@@ -740,6 +796,7 @@ governing permissions and limitations under the License.
740
796
  uppercase
741
797
  );
742
798
  }
799
+
743
800
  .spectrum:lang(ja) .spectrum-Detail--sizeL strong,
744
801
  .spectrum:lang(ko) .spectrum-Detail--sizeL strong,
745
802
  .spectrum:lang(zh) .spectrum-Detail--sizeL strong {
@@ -749,6 +806,7 @@ governing permissions and limitations under the License.
749
806
  ); /* .spectrum:lang(ja) .spectrum-Detail--sizeL strong,
750
807
  * .spectrum:lang(ko) .spectrum-Detail--sizeL strong,
751
808
  * .spectrum:lang(zh) .spectrum-Detail--sizeL strong */
809
+
752
810
  font-style: var(
753
811
  --spectrum-detail-han-l-strong-text-font-style,
754
812
  var(--spectrum-global-font-style-regular)
@@ -772,6 +830,7 @@ governing permissions and limitations under the License.
772
830
  uppercase
773
831
  );
774
832
  }
833
+
775
834
  .spectrum:lang(ja) .spectrum-Detail--sizeM,
776
835
  .spectrum:lang(ko) .spectrum-Detail--sizeM,
777
836
  .spectrum:lang(zh) .spectrum-Detail--sizeM {
@@ -781,6 +840,7 @@ governing permissions and limitations under the License.
781
840
  ); /* .spectrum:lang(ja) .spectrum-Detail--sizeM,
782
841
  * .spectrum:lang(ko) .spectrum-Detail--sizeM,
783
842
  * .spectrum:lang(zh) .spectrum-Detail--sizeM */
843
+
784
844
  font-style: var(
785
845
  --spectrum-detail-han-m-text-font-style,
786
846
  var(--spectrum-global-font-style-regular)
@@ -801,6 +861,7 @@ governing permissions and limitations under the License.
801
861
  margin-top: 0;
802
862
  text-transform: var(--spectrum-detail-han-m-text-transform, uppercase);
803
863
  }
864
+
804
865
  .spectrum:lang(ja) .spectrum-Detail--sizeM em,
805
866
  .spectrum:lang(ko) .spectrum-Detail--sizeM em,
806
867
  .spectrum:lang(zh) .spectrum-Detail--sizeM em {
@@ -810,6 +871,7 @@ governing permissions and limitations under the License.
810
871
  ); /* .spectrum:lang(ja) .spectrum-Detail--sizeM em,
811
872
  * .spectrum:lang(ko) .spectrum-Detail--sizeM em,
812
873
  * .spectrum:lang(zh) .spectrum-Detail--sizeM em */
874
+
813
875
  font-style: var(
814
876
  --spectrum-detail-han-m-emphasized-text-font-style,
815
877
  var(--spectrum-global-font-style-regular)
@@ -833,6 +895,7 @@ governing permissions and limitations under the License.
833
895
  uppercase
834
896
  );
835
897
  }
898
+
836
899
  .spectrum:lang(ja) .spectrum-Detail--sizeM strong,
837
900
  .spectrum:lang(ko) .spectrum-Detail--sizeM strong,
838
901
  .spectrum:lang(zh) .spectrum-Detail--sizeM strong {
@@ -842,6 +905,7 @@ governing permissions and limitations under the License.
842
905
  ); /* .spectrum:lang(ja) .spectrum-Detail--sizeM strong,
843
906
  * .spectrum:lang(ko) .spectrum-Detail--sizeM strong,
844
907
  * .spectrum:lang(zh) .spectrum-Detail--sizeM strong */
908
+
845
909
  font-style: var(
846
910
  --spectrum-detail-han-m-strong-text-font-style,
847
911
  var(--spectrum-global-font-style-regular)
@@ -865,6 +929,7 @@ governing permissions and limitations under the License.
865
929
  uppercase
866
930
  );
867
931
  }
932
+
868
933
  .spectrum:lang(ja) .spectrum-Detail--sizeS,
869
934
  .spectrum:lang(ko) .spectrum-Detail--sizeS,
870
935
  .spectrum:lang(zh) .spectrum-Detail--sizeS {
@@ -874,6 +939,7 @@ governing permissions and limitations under the License.
874
939
  ); /* .spectrum:lang(ja) .spectrum-Detail--sizeS,
875
940
  * .spectrum:lang(ko) .spectrum-Detail--sizeS,
876
941
  * .spectrum:lang(zh) .spectrum-Detail--sizeS */
942
+
877
943
  font-style: var(
878
944
  --spectrum-detail-han-s-text-font-style,
879
945
  var(--spectrum-global-font-style-regular)
@@ -894,6 +960,7 @@ governing permissions and limitations under the License.
894
960
  margin-top: 0;
895
961
  text-transform: var(--spectrum-detail-han-s-text-transform, uppercase);
896
962
  }
963
+
897
964
  .spectrum:lang(ja) .spectrum-Detail--sizeS em,
898
965
  .spectrum:lang(ko) .spectrum-Detail--sizeS em,
899
966
  .spectrum:lang(zh) .spectrum-Detail--sizeS em {
@@ -903,6 +970,7 @@ governing permissions and limitations under the License.
903
970
  ); /* .spectrum:lang(ja) .spectrum-Detail--sizeS em,
904
971
  * .spectrum:lang(ko) .spectrum-Detail--sizeS em,
905
972
  * .spectrum:lang(zh) .spectrum-Detail--sizeS em */
973
+
906
974
  font-style: var(
907
975
  --spectrum-detail-han-s-emphasized-text-font-style,
908
976
  var(--spectrum-global-font-style-regular)
@@ -926,6 +994,7 @@ governing permissions and limitations under the License.
926
994
  uppercase
927
995
  );
928
996
  }
997
+
929
998
  .spectrum:lang(ja) .spectrum-Detail--sizeS strong,
930
999
  .spectrum:lang(ko) .spectrum-Detail--sizeS strong,
931
1000
  .spectrum:lang(zh) .spectrum-Detail--sizeS strong {
@@ -935,6 +1004,7 @@ governing permissions and limitations under the License.
935
1004
  ); /* .spectrum:lang(ja) .spectrum-Detail--sizeS strong,
936
1005
  * .spectrum:lang(ko) .spectrum-Detail--sizeS strong,
937
1006
  * .spectrum:lang(zh) .spectrum-Detail--sizeS strong */
1007
+
938
1008
  font-style: var(
939
1009
  --spectrum-detail-han-s-strong-text-font-style,
940
1010
  var(--spectrum-global-font-style-regular)
@@ -958,6 +1028,7 @@ governing permissions and limitations under the License.
958
1028
  uppercase
959
1029
  );
960
1030
  }
1031
+
961
1032
  .spectrum:lang(ja) .spectrum-Detail--light,
962
1033
  .spectrum:lang(ko) .spectrum-Detail--light,
963
1034
  .spectrum:lang(zh) .spectrum-Detail--light {
@@ -968,6 +1039,7 @@ governing permissions and limitations under the License.
968
1039
  * .spectrum:lang(ko) .spectrum-Detail--light,
969
1040
  * .spectrum:lang(zh) .spectrum-Detail--light */
970
1041
  }
1042
+
971
1043
  .spectrum:lang(ja) .spectrum-Detail--light .spectrum-Detail--emphasized,
972
1044
  .spectrum:lang(ja) .spectrum-Detail--light em,
973
1045
  .spectrum:lang(ko) .spectrum-Detail--light .spectrum-Detail--emphasized,
@@ -983,11 +1055,13 @@ governing permissions and limitations under the License.
983
1055
  * .spectrum:lang(ko) .spectrum-Detail--light .spectrum-Detail--emphasized,
984
1056
  * .spectrum:lang(zh) .spectrum-Detail--light em,
985
1057
  * .spectrum:lang(zh) .spectrum-Detail--light .spectrum-Detail--emphasized */
1058
+
986
1059
  font-weight: var(
987
1060
  --spectrum-detail-han-m-light-emphasized-text-font-weight,
988
1061
  var(--spectrum-alias-han-heading-text-font-weight-light-emphasis)
989
1062
  );
990
1063
  }
1064
+
991
1065
  .spectrum:lang(ja) .spectrum-Detail--light .spectrum-Detail--strong,
992
1066
  .spectrum:lang(ja) .spectrum-Detail--light strong,
993
1067
  .spectrum:lang(ko) .spectrum-Detail--light .spectrum-Detail--strong,
@@ -1003,11 +1077,13 @@ governing permissions and limitations under the License.
1003
1077
  * .spectrum:lang(ko) .spectrum-Detail--light .spectrum-Detail--strong,
1004
1078
  * .spectrum:lang(zh) .spectrum-Detail--light strong,
1005
1079
  * .spectrum:lang(zh) .spectrum-Detail--light .spectrum-Detail--strong */
1080
+
1006
1081
  font-weight: var(
1007
1082
  --spectrum-detail-han-m-light-strong-text-font-weight,
1008
1083
  var(--spectrum-alias-han-heading-text-font-weight-light-strong)
1009
1084
  );
1010
1085
  }
1086
+
1011
1087
  .spectrum:lang(ja) .spectrum-Code--sizeXL,
1012
1088
  .spectrum:lang(ko) .spectrum-Code--sizeXL,
1013
1089
  .spectrum:lang(zh) .spectrum-Code--sizeXL {
@@ -1021,6 +1097,7 @@ governing permissions and limitations under the License.
1021
1097
  ); /* .spectrum:lang(ja) .spectrum-Code--sizeXL,
1022
1098
  * .spectrum:lang(ko) .spectrum-Code--sizeXL,
1023
1099
  * .spectrum:lang(zh) .spectrum-Code--sizeXL */
1100
+
1024
1101
  font-style: var(
1025
1102
  --spectrum-code-han-xl-text-font-style,
1026
1103
  var(--spectrum-global-font-style-regular)
@@ -1040,6 +1117,7 @@ governing permissions and limitations under the License.
1040
1117
  margin-bottom: 0;
1041
1118
  margin-top: 0;
1042
1119
  }
1120
+
1043
1121
  .spectrum:lang(ja) .spectrum-Code--sizeL,
1044
1122
  .spectrum:lang(ko) .spectrum-Code--sizeL,
1045
1123
  .spectrum:lang(zh) .spectrum-Code--sizeL {
@@ -1053,6 +1131,7 @@ governing permissions and limitations under the License.
1053
1131
  ); /* .spectrum:lang(ja) .spectrum-Code--sizeL,
1054
1132
  * .spectrum:lang(ko) .spectrum-Code--sizeL,
1055
1133
  * .spectrum:lang(zh) .spectrum-Code--sizeL */
1134
+
1056
1135
  font-style: var(
1057
1136
  --spectrum-code-han-l-text-font-style,
1058
1137
  var(--spectrum-global-font-style-regular)
@@ -1072,6 +1151,7 @@ governing permissions and limitations under the License.
1072
1151
  margin-bottom: 0;
1073
1152
  margin-top: 0;
1074
1153
  }
1154
+
1075
1155
  .spectrum:lang(ja) .spectrum-Code--sizeM,
1076
1156
  .spectrum:lang(ko) .spectrum-Code--sizeM,
1077
1157
  .spectrum:lang(zh) .spectrum-Code--sizeM {
@@ -1085,6 +1165,7 @@ governing permissions and limitations under the License.
1085
1165
  ); /* .spectrum:lang(ja) .spectrum-Code--sizeM,
1086
1166
  * .spectrum:lang(ko) .spectrum-Code--sizeM,
1087
1167
  * .spectrum:lang(zh) .spectrum-Code--sizeM */
1168
+
1088
1169
  font-style: var(
1089
1170
  --spectrum-code-han-m-text-font-style,
1090
1171
  var(--spectrum-global-font-style-regular)
@@ -1104,6 +1185,7 @@ governing permissions and limitations under the License.
1104
1185
  margin-bottom: 0;
1105
1186
  margin-top: 0;
1106
1187
  }
1188
+
1107
1189
  .spectrum:lang(ja) .spectrum-Code--sizeS,
1108
1190
  .spectrum:lang(ko) .spectrum-Code--sizeS,
1109
1191
  .spectrum:lang(zh) .spectrum-Code--sizeS {
@@ -1117,6 +1199,7 @@ governing permissions and limitations under the License.
1117
1199
  ); /* .spectrum:lang(ja) .spectrum-Code--sizeS,
1118
1200
  * .spectrum:lang(ko) .spectrum-Code--sizeS,
1119
1201
  * .spectrum:lang(zh) .spectrum-Code--sizeS */
1202
+
1120
1203
  font-style: var(
1121
1204
  --spectrum-code-han-s-text-font-style,
1122
1205
  var(--spectrum-global-font-style-regular)
@@ -1136,6 +1219,7 @@ governing permissions and limitations under the License.
1136
1219
  margin-bottom: 0;
1137
1220
  margin-top: 0;
1138
1221
  }
1222
+
1139
1223
  .spectrum:lang(ja) .spectrum-Code--sizeXS,
1140
1224
  .spectrum:lang(ko) .spectrum-Code--sizeXS,
1141
1225
  .spectrum:lang(zh) .spectrum-Code--sizeXS {
@@ -1149,6 +1233,7 @@ governing permissions and limitations under the License.
1149
1233
  ); /* .spectrum:lang(ja) .spectrum-Code--sizeXS,
1150
1234
  * .spectrum:lang(ko) .spectrum-Code--sizeXS,
1151
1235
  * .spectrum:lang(zh) .spectrum-Code--sizeXS */
1236
+
1152
1237
  font-style: var(
1153
1238
  --spectrum-code-han-xs-text-font-style,
1154
1239
  var(--spectrum-global-font-style-regular)
@@ -1168,6 +1253,7 @@ governing permissions and limitations under the License.
1168
1253
  margin-bottom: 0;
1169
1254
  margin-top: 0;
1170
1255
  }
1256
+
1171
1257
  .spectrum:lang(ja) .spectrum-Body--sizeXXXL,
1172
1258
  .spectrum:lang(ko) .spectrum-Body--sizeXXXL,
1173
1259
  .spectrum:lang(zh) .spectrum-Body--sizeXXXL {
@@ -1178,6 +1264,7 @@ governing permissions and limitations under the License.
1178
1264
  * .spectrum:lang(ko) .spectrum-Body--sizeXXXL,
1179
1265
  * .spectrum:lang(zh) .spectrum-Body--sizeXXXL */
1180
1266
  }
1267
+
1181
1268
  .spectrum:lang(ja) .spectrum-Body--sizeXXL,
1182
1269
  .spectrum:lang(ko) .spectrum-Body--sizeXXL,
1183
1270
  .spectrum:lang(zh) .spectrum-Body--sizeXXL {
@@ -1188,6 +1275,7 @@ governing permissions and limitations under the License.
1188
1275
  * .spectrum:lang(ko) .spectrum-Body--sizeXXL,
1189
1276
  * .spectrum:lang(zh) .spectrum-Body--sizeXXL */
1190
1277
  }
1278
+
1191
1279
  .spectrum:lang(ja) .spectrum-Body--sizeXL,
1192
1280
  .spectrum:lang(ko) .spectrum-Body--sizeXL,
1193
1281
  .spectrum:lang(zh) .spectrum-Body--sizeXL {
@@ -1198,6 +1286,7 @@ governing permissions and limitations under the License.
1198
1286
  * .spectrum:lang(ko) .spectrum-Body--sizeXL,
1199
1287
  * .spectrum:lang(zh) .spectrum-Body--sizeXL */
1200
1288
  }
1289
+
1201
1290
  .spectrum:lang(ja) .spectrum-Body--sizeL,
1202
1291
  .spectrum:lang(ko) .spectrum-Body--sizeL,
1203
1292
  .spectrum:lang(zh) .spectrum-Body--sizeL {
@@ -1208,6 +1297,7 @@ governing permissions and limitations under the License.
1208
1297
  * .spectrum:lang(ko) .spectrum-Body--sizeL,
1209
1298
  * .spectrum:lang(zh) .spectrum-Body--sizeL */
1210
1299
  }
1300
+
1211
1301
  .spectrum:lang(ja) .spectrum-Body--sizeM,
1212
1302
  .spectrum:lang(ko) .spectrum-Body--sizeM,
1213
1303
  .spectrum:lang(zh) .spectrum-Body--sizeM {
@@ -1218,6 +1308,7 @@ governing permissions and limitations under the License.
1218
1308
  * .spectrum:lang(ko) .spectrum-Body--sizeM,
1219
1309
  * .spectrum:lang(zh) .spectrum-Body--sizeM */
1220
1310
  }
1311
+
1221
1312
  .spectrum:lang(ja) .spectrum-Body--sizeS,
1222
1313
  .spectrum:lang(ko) .spectrum-Body--sizeS,
1223
1314
  .spectrum:lang(zh) .spectrum-Body--sizeS {
@@ -1228,6 +1319,7 @@ governing permissions and limitations under the License.
1228
1319
  * .spectrum:lang(ko) .spectrum-Body--sizeS,
1229
1320
  * .spectrum:lang(zh) .spectrum-Body--sizeS */
1230
1321
  }
1322
+
1231
1323
  .spectrum:lang(ja) .spectrum-Body--sizeXS,
1232
1324
  .spectrum:lang(ko) .spectrum-Body--sizeXS,
1233
1325
  .spectrum:lang(zh) .spectrum-Body--sizeXS {
@@ -1238,6 +1330,7 @@ governing permissions and limitations under the License.
1238
1330
  * .spectrum:lang(ko) .spectrum-Body--sizeXS,
1239
1331
  * .spectrum:lang(zh) .spectrum-Body--sizeXS */
1240
1332
  }
1333
+
1241
1334
  .spectrum:lang(ja) .spectrum-Heading--sizeXXXL,
1242
1335
  .spectrum:lang(ko) .spectrum-Heading--sizeXXXL,
1243
1336
  .spectrum:lang(zh) .spectrum-Heading--sizeXXXL {
@@ -1248,6 +1341,7 @@ governing permissions and limitations under the License.
1248
1341
  * .spectrum:lang(ko) .spectrum-Heading--sizeXXXL,
1249
1342
  * .spectrum:lang(zh) .spectrum-Heading--sizeXXXL */
1250
1343
  }
1344
+
1251
1345
  .spectrum:lang(ja) .spectrum-Heading--sizeXXL,
1252
1346
  .spectrum:lang(ko) .spectrum-Heading--sizeXXL,
1253
1347
  .spectrum:lang(zh) .spectrum-Heading--sizeXXL {
@@ -1258,6 +1352,7 @@ governing permissions and limitations under the License.
1258
1352
  * .spectrum:lang(ko) .spectrum-Heading--sizeXXL,
1259
1353
  * .spectrum:lang(zh) .spectrum-Heading--sizeXXL */
1260
1354
  }
1355
+
1261
1356
  .spectrum:lang(ja) .spectrum-Heading--sizeXL,
1262
1357
  .spectrum:lang(ko) .spectrum-Heading--sizeXL,
1263
1358
  .spectrum:lang(zh) .spectrum-Heading--sizeXL {
@@ -1268,6 +1363,7 @@ governing permissions and limitations under the License.
1268
1363
  * .spectrum:lang(ko) .spectrum-Heading--sizeXL,
1269
1364
  * .spectrum:lang(zh) .spectrum-Heading--sizeXL */
1270
1365
  }
1366
+
1271
1367
  .spectrum:lang(ja) .spectrum-Heading--sizeL,
1272
1368
  .spectrum:lang(ko) .spectrum-Heading--sizeL,
1273
1369
  .spectrum:lang(zh) .spectrum-Heading--sizeL {
@@ -1278,6 +1374,7 @@ governing permissions and limitations under the License.
1278
1374
  * .spectrum:lang(ko) .spectrum-Heading--sizeL,
1279
1375
  * .spectrum:lang(zh) .spectrum-Heading--sizeL */
1280
1376
  }
1377
+
1281
1378
  .spectrum:lang(ja) .spectrum-Heading--sizeM,
1282
1379
  .spectrum:lang(ko) .spectrum-Heading--sizeM,
1283
1380
  .spectrum:lang(zh) .spectrum-Heading--sizeM {
@@ -1288,6 +1385,7 @@ governing permissions and limitations under the License.
1288
1385
  * .spectrum:lang(ko) .spectrum-Heading--sizeM,
1289
1386
  * .spectrum:lang(zh) .spectrum-Heading--sizeM */
1290
1387
  }
1388
+
1291
1389
  .spectrum:lang(ja) .spectrum-Heading--sizeS,
1292
1390
  .spectrum:lang(ko) .spectrum-Heading--sizeS,
1293
1391
  .spectrum:lang(zh) .spectrum-Heading--sizeS {
@@ -1298,6 +1396,7 @@ governing permissions and limitations under the License.
1298
1396
  * .spectrum:lang(ko) .spectrum-Heading--sizeS,
1299
1397
  * .spectrum:lang(zh) .spectrum-Heading--sizeS */
1300
1398
  }
1399
+
1301
1400
  .spectrum:lang(ja) .spectrum-Heading--sizeXS,
1302
1401
  .spectrum:lang(ko) .spectrum-Heading--sizeXS,
1303
1402
  .spectrum:lang(zh) .spectrum-Heading--sizeXS {
@@ -1308,6 +1407,7 @@ governing permissions and limitations under the License.
1308
1407
  * .spectrum:lang(ko) .spectrum-Heading--sizeXS,
1309
1408
  * .spectrum:lang(zh) .spectrum-Heading--sizeXS */
1310
1409
  }
1410
+
1311
1411
  .spectrum:lang(ja) .spectrum-Heading--sizeXXS,
1312
1412
  .spectrum:lang(ko) .spectrum-Heading--sizeXXS,
1313
1413
  .spectrum:lang(zh) .spectrum-Heading--sizeXXS {
@@ -1318,6 +1418,7 @@ governing permissions and limitations under the License.
1318
1418
  * .spectrum:lang(ko) .spectrum-Heading--sizeXXS,
1319
1419
  * .spectrum:lang(zh) .spectrum-Heading--sizeXXS */
1320
1420
  }
1421
+
1321
1422
  .spectrum:lang(ja) .spectrum-Heading-sizeXXXL--light,
1322
1423
  .spectrum:lang(ko) .spectrum-Heading-sizeXXXL--light,
1323
1424
  .spectrum:lang(zh) .spectrum-Heading-sizeXXXL--light {
@@ -1328,6 +1429,7 @@ governing permissions and limitations under the License.
1328
1429
  * .spectrum:lang(ko) .spectrum-Heading-sizeXXXL--light,
1329
1430
  * .spectrum:lang(zh) .spectrum-Heading-sizeXXXL--light */
1330
1431
  }
1432
+
1331
1433
  .spectrum:lang(ja) .spectrum-Heading-sizeXXL--light,
1332
1434
  .spectrum:lang(ko) .spectrum-Heading-sizeXXL--light,
1333
1435
  .spectrum:lang(zh) .spectrum-Heading-sizeXXL--light {
@@ -1338,6 +1440,7 @@ governing permissions and limitations under the License.
1338
1440
  * .spectrum:lang(ko) .spectrum-Heading-sizeXXL--light,
1339
1441
  * .spectrum:lang(zh) .spectrum-Heading-sizeXXL--light */
1340
1442
  }
1443
+
1341
1444
  .spectrum:lang(ja) .spectrum-Heading-sizeXL--light,
1342
1445
  .spectrum:lang(ko) .spectrum-Heading-sizeXL--light,
1343
1446
  .spectrum:lang(zh) .spectrum-Heading-sizeXL--light {
@@ -1348,6 +1451,7 @@ governing permissions and limitations under the License.
1348
1451
  * .spectrum:lang(ko) .spectrum-Heading-sizeXL--light,
1349
1452
  * .spectrum:lang(zh) .spectrum-Heading-sizeXL--light */
1350
1453
  }
1454
+
1351
1455
  .spectrum:lang(ja) .spectrum-Heading-sizeL--light,
1352
1456
  .spectrum:lang(ko) .spectrum-Heading-sizeL--light,
1353
1457
  .spectrum:lang(zh) .spectrum-Heading-sizeL--light {
@@ -1358,6 +1462,7 @@ governing permissions and limitations under the License.
1358
1462
  * .spectrum:lang(ko) .spectrum-Heading-sizeL--light,
1359
1463
  * .spectrum:lang(zh) .spectrum-Heading-sizeL--light */
1360
1464
  }
1465
+
1361
1466
  .spectrum:lang(ja) .spectrum-Heading-sizeXXXL--heavy,
1362
1467
  .spectrum:lang(ko) .spectrum-Heading-sizeXXXL--heavy,
1363
1468
  .spectrum:lang(zh) .spectrum-Heading-sizeXXXL--heavy {
@@ -1368,6 +1473,7 @@ governing permissions and limitations under the License.
1368
1473
  * .spectrum:lang(ko) .spectrum-Heading-sizeXXXL--heavy,
1369
1474
  * .spectrum:lang(zh) .spectrum-Heading-sizeXXXL--heavy */
1370
1475
  }
1476
+
1371
1477
  .spectrum:lang(ja) .spectrum-Heading-sizeXXL--heavy,
1372
1478
  .spectrum:lang(ko) .spectrum-Heading-sizeXXL--heavy,
1373
1479
  .spectrum:lang(zh) .spectrum-Heading-sizeXXL--heavy {
@@ -1378,6 +1484,7 @@ governing permissions and limitations under the License.
1378
1484
  * .spectrum:lang(ko) .spectrum-Heading-sizeXXL--heavy,
1379
1485
  * .spectrum:lang(zh) .spectrum-Heading-sizeXXL--heavy */
1380
1486
  }
1487
+
1381
1488
  .spectrum:lang(ja) .spectrum-Heading-sizeXL--heavy,
1382
1489
  .spectrum:lang(ko) .spectrum-Heading-sizeXL--heavy,
1383
1490
  .spectrum:lang(zh) .spectrum-Heading-sizeXL--heavy {
@@ -1388,6 +1495,7 @@ governing permissions and limitations under the License.
1388
1495
  * .spectrum:lang(ko) .spectrum-Heading-sizeXL--heavy,
1389
1496
  * .spectrum:lang(zh) .spectrum-Heading-sizeXL--heavy */
1390
1497
  }
1498
+
1391
1499
  .spectrum:lang(ja) .spectrum-Heading-sizeL--heavy,
1392
1500
  .spectrum:lang(ko) .spectrum-Heading-sizeL--heavy,
1393
1501
  .spectrum:lang(zh) .spectrum-Heading-sizeL--heavy {
@@ -1398,6 +1506,7 @@ governing permissions and limitations under the License.
1398
1506
  * .spectrum:lang(ko) .spectrum-Heading-sizeL--heavy,
1399
1507
  * .spectrum:lang(zh) .spectrum-Heading-sizeL--heavy */
1400
1508
  }
1509
+
1401
1510
  .spectrum:lang(ja) .spectrum-Heading-sizeXXXL--heading,
1402
1511
  .spectrum:lang(ko) .spectrum-Heading-sizeXXXL--heading,
1403
1512
  .spectrum:lang(zh) .spectrum-Heading-sizeXXXL--heading {
@@ -1408,6 +1517,7 @@ governing permissions and limitations under the License.
1408
1517
  * .spectrum:lang(ko) .spectrum-Heading-sizeXXXL--heading,
1409
1518
  * .spectrum:lang(zh) .spectrum-Heading-sizeXXXL--heading */
1410
1519
  }
1520
+
1411
1521
  .spectrum:lang(ja) .spectrum-Heading-sizeXXL--heading,
1412
1522
  .spectrum:lang(ko) .spectrum-Heading-sizeXXL--heading,
1413
1523
  .spectrum:lang(zh) .spectrum-Heading-sizeXXL--heading {
@@ -1418,6 +1528,7 @@ governing permissions and limitations under the License.
1418
1528
  * .spectrum:lang(ko) .spectrum-Heading-sizeXXL--heading,
1419
1529
  * .spectrum:lang(zh) .spectrum-Heading-sizeXXL--heading */
1420
1530
  }
1531
+
1421
1532
  .spectrum:lang(ja) .spectrum-Heading-sizeXL--heading,
1422
1533
  .spectrum:lang(ko) .spectrum-Heading-sizeXL--heading,
1423
1534
  .spectrum:lang(zh) .spectrum-Heading-sizeXL--heading {
@@ -1428,6 +1539,7 @@ governing permissions and limitations under the License.
1428
1539
  * .spectrum:lang(ko) .spectrum-Heading-sizeXL--heading,
1429
1540
  * .spectrum:lang(zh) .spectrum-Heading-sizeXL--heading */
1430
1541
  }
1542
+
1431
1543
  .spectrum:lang(ja) .spectrum-Heading-sizeL--heading,
1432
1544
  .spectrum:lang(ko) .spectrum-Heading-sizeL--heading,
1433
1545
  .spectrum:lang(zh) .spectrum-Heading-sizeL--heading {
@@ -1438,6 +1550,7 @@ governing permissions and limitations under the License.
1438
1550
  * .spectrum:lang(ko) .spectrum-Heading-sizeL--heading,
1439
1551
  * .spectrum:lang(zh) .spectrum-Heading-sizeL--heading */
1440
1552
  }
1553
+
1441
1554
  .spectrum:lang(ja) .spectrum-Detail--sizeXL,
1442
1555
  .spectrum:lang(ko) .spectrum-Detail--sizeXL,
1443
1556
  .spectrum:lang(zh) .spectrum-Detail--sizeXL {
@@ -1448,6 +1561,7 @@ governing permissions and limitations under the License.
1448
1561
  * .spectrum:lang(ko) .spectrum-Detail--sizeXL,
1449
1562
  * .spectrum:lang(zh) .spectrum-Detail--sizeXL */
1450
1563
  }
1564
+
1451
1565
  .spectrum:lang(ja) .spectrum-Detail--sizeL,
1452
1566
  .spectrum:lang(ko) .spectrum-Detail--sizeL,
1453
1567
  .spectrum:lang(zh) .spectrum-Detail--sizeL {
@@ -1458,6 +1572,7 @@ governing permissions and limitations under the License.
1458
1572
  * .spectrum:lang(ko) .spectrum-Detail--sizeL,
1459
1573
  * .spectrum:lang(zh) .spectrum-Detail--sizeL */
1460
1574
  }
1575
+
1461
1576
  .spectrum:lang(ja) .spectrum-Detail--sizeM,
1462
1577
  .spectrum:lang(ko) .spectrum-Detail--sizeM,
1463
1578
  .spectrum:lang(zh) .spectrum-Detail--sizeM {
@@ -1468,6 +1583,7 @@ governing permissions and limitations under the License.
1468
1583
  * .spectrum:lang(ko) .spectrum-Detail--sizeM,
1469
1584
  * .spectrum:lang(zh) .spectrum-Detail--sizeM */
1470
1585
  }
1586
+
1471
1587
  .spectrum:lang(ja) .spectrum-Detail--sizeS,
1472
1588
  .spectrum:lang(ko) .spectrum-Detail--sizeS,
1473
1589
  .spectrum:lang(zh) .spectrum-Detail--sizeS {
@@ -1478,6 +1594,7 @@ governing permissions and limitations under the License.
1478
1594
  * .spectrum:lang(ko) .spectrum-Detail--sizeS,
1479
1595
  * .spectrum:lang(zh) .spectrum-Detail--sizeS */
1480
1596
  }
1597
+
1481
1598
  .spectrum:lang(ja) .spectrum-Code--sizeXL,
1482
1599
  .spectrum:lang(ko) .spectrum-Code--sizeXL,
1483
1600
  .spectrum:lang(zh) .spectrum-Code--sizeXL {
@@ -1488,6 +1605,7 @@ governing permissions and limitations under the License.
1488
1605
  * .spectrum:lang(ko) .spectrum-Code--sizeXL,
1489
1606
  * .spectrum:lang(zh) .spectrum-Code--sizeXL */
1490
1607
  }
1608
+
1491
1609
  .spectrum:lang(ja) .spectrum-Code--sizeL,
1492
1610
  .spectrum:lang(ko) .spectrum-Code--sizeL,
1493
1611
  .spectrum:lang(zh) .spectrum-Code--sizeL {
@@ -1498,6 +1616,7 @@ governing permissions and limitations under the License.
1498
1616
  * .spectrum:lang(ko) .spectrum-Code--sizeL,
1499
1617
  * .spectrum:lang(zh) .spectrum-Code--sizeL */
1500
1618
  }
1619
+
1501
1620
  .spectrum:lang(ja) .spectrum-Code--sizeM,
1502
1621
  .spectrum:lang(ko) .spectrum-Code--sizeM,
1503
1622
  .spectrum:lang(zh) .spectrum-Code--sizeM {
@@ -1508,6 +1627,7 @@ governing permissions and limitations under the License.
1508
1627
  * .spectrum:lang(ko) .spectrum-Code--sizeM,
1509
1628
  * .spectrum:lang(zh) .spectrum-Code--sizeM */
1510
1629
  }
1630
+
1511
1631
  .spectrum:lang(ja) .spectrum-Code--sizeS,
1512
1632
  .spectrum:lang(ko) .spectrum-Code--sizeS,
1513
1633
  .spectrum:lang(zh) .spectrum-Code--sizeS {
@@ -1518,6 +1638,7 @@ governing permissions and limitations under the License.
1518
1638
  * .spectrum:lang(ko) .spectrum-Code--sizeS,
1519
1639
  * .spectrum:lang(zh) .spectrum-Code--sizeS */
1520
1640
  }
1641
+
1521
1642
  .spectrum:lang(ja) .spectrum-Code--sizeXS,
1522
1643
  .spectrum:lang(ko) .spectrum-Code--sizeXS,
1523
1644
  .spectrum:lang(zh) .spectrum-Code--sizeXS {