@carbon/styles 1.104.0 → 1.105.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.
- package/css/styles.css +180 -155
- package/css/styles.min.css +1 -1
- package/package.json +10 -10
- package/scss/__tests__/theme-test.js +2 -0
- package/scss/components/button/_button.scss +21 -9
- package/scss/components/button/_mixins.scss +6 -3
- package/scss/components/dialog/_dialog.scss +8 -1
- package/scss/components/dropdown/_dropdown.scss +3 -3
- package/scss/components/list-box/_list-box.scss +1 -1
- package/scss/components/pagination/_pagination.scss +1 -1
- package/scss/components/search/_search.scss +20 -38
- package/scss/fonts/__tests__/__snapshots__/fonts-test.js.snap +21 -0
- package/scss/fonts/__tests__/fonts-test.js +5 -0
- package/scss/fonts/_mono.scss +1 -1
- package/scss/fonts/_sans.scss +1 -1
- package/scss/fonts/_serif.scss +1 -1
- package/scss/fonts/unicode/_index.scss +6 -111
- package/scss/fonts/unicode/_mono.scss +132 -0
- package/scss/fonts/unicode/_sans.scss +140 -0
- package/scss/fonts/unicode/_serif.scss +142 -0
package/css/styles.css
CHANGED
|
@@ -242,7 +242,7 @@ em {
|
|
|
242
242
|
font-style: normal;
|
|
243
243
|
font-weight: 300;
|
|
244
244
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2") format("woff2");
|
|
245
|
-
unicode-range: U+0400-045F, U+
|
|
245
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
246
246
|
}
|
|
247
247
|
@font-face {
|
|
248
248
|
font-display: swap;
|
|
@@ -250,7 +250,7 @@ em {
|
|
|
250
250
|
font-style: normal;
|
|
251
251
|
font-weight: 300;
|
|
252
252
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2") format("woff2");
|
|
253
|
-
unicode-range: U+0E3F, U+
|
|
253
|
+
unicode-range: U+03C0, U+0E3F, U+2000-200D, U+2028-2029, U+202F, U+2032-2033, U+205F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+2500-259F, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+3000, U+FEFF, U+FFFD;
|
|
254
254
|
}
|
|
255
255
|
@font-face {
|
|
256
256
|
font-display: swap;
|
|
@@ -258,7 +258,7 @@ em {
|
|
|
258
258
|
font-style: normal;
|
|
259
259
|
font-weight: 300;
|
|
260
260
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2") format("woff2");
|
|
261
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
261
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
262
262
|
}
|
|
263
263
|
@font-face {
|
|
264
264
|
font-display: swap;
|
|
@@ -266,7 +266,7 @@ em {
|
|
|
266
266
|
font-style: normal;
|
|
267
267
|
font-weight: 300;
|
|
268
268
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2") format("woff2");
|
|
269
|
-
unicode-range: U+0100-
|
|
269
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
270
270
|
}
|
|
271
271
|
@font-face {
|
|
272
272
|
font-display: swap;
|
|
@@ -274,7 +274,7 @@ em {
|
|
|
274
274
|
font-style: normal;
|
|
275
275
|
font-weight: 300;
|
|
276
276
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2") format("woff2");
|
|
277
|
-
unicode-range: U+
|
|
277
|
+
unicode-range: U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
278
278
|
}
|
|
279
279
|
@font-face {
|
|
280
280
|
font-display: swap;
|
|
@@ -282,7 +282,7 @@ em {
|
|
|
282
282
|
font-style: italic;
|
|
283
283
|
font-weight: 300;
|
|
284
284
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2") format("woff2");
|
|
285
|
-
unicode-range: U+0400-045F, U+
|
|
285
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
286
286
|
}
|
|
287
287
|
@font-face {
|
|
288
288
|
font-display: swap;
|
|
@@ -290,7 +290,7 @@ em {
|
|
|
290
290
|
font-style: italic;
|
|
291
291
|
font-weight: 300;
|
|
292
292
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2") format("woff2");
|
|
293
|
-
unicode-range: U+0E3F, U+
|
|
293
|
+
unicode-range: U+03C0, U+0E3F, U+2000-200D, U+2028-2029, U+202F, U+2032-2033, U+205F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+2500-259F, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+3000, U+FEFF, U+FFFD;
|
|
294
294
|
}
|
|
295
295
|
@font-face {
|
|
296
296
|
font-display: swap;
|
|
@@ -298,7 +298,7 @@ em {
|
|
|
298
298
|
font-style: italic;
|
|
299
299
|
font-weight: 300;
|
|
300
300
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2") format("woff2");
|
|
301
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
301
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
302
302
|
}
|
|
303
303
|
@font-face {
|
|
304
304
|
font-display: swap;
|
|
@@ -306,7 +306,7 @@ em {
|
|
|
306
306
|
font-style: italic;
|
|
307
307
|
font-weight: 300;
|
|
308
308
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2") format("woff2");
|
|
309
|
-
unicode-range: U+0100-
|
|
309
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
310
310
|
}
|
|
311
311
|
@font-face {
|
|
312
312
|
font-display: swap;
|
|
@@ -314,7 +314,7 @@ em {
|
|
|
314
314
|
font-style: italic;
|
|
315
315
|
font-weight: 300;
|
|
316
316
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2") format("woff2");
|
|
317
|
-
unicode-range: U+
|
|
317
|
+
unicode-range: U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
318
318
|
}
|
|
319
319
|
@font-face {
|
|
320
320
|
font-display: swap;
|
|
@@ -322,7 +322,7 @@ em {
|
|
|
322
322
|
font-style: normal;
|
|
323
323
|
font-weight: 400;
|
|
324
324
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2") format("woff2");
|
|
325
|
-
unicode-range: U+0400-045F, U+
|
|
325
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
326
326
|
}
|
|
327
327
|
@font-face {
|
|
328
328
|
font-display: swap;
|
|
@@ -330,7 +330,7 @@ em {
|
|
|
330
330
|
font-style: normal;
|
|
331
331
|
font-weight: 400;
|
|
332
332
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2") format("woff2");
|
|
333
|
-
unicode-range: U+0E3F, U+
|
|
333
|
+
unicode-range: U+03C0, U+0E3F, U+2000-200D, U+2028-2029, U+202F, U+2032-2033, U+205F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+2500-259F, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+3000, U+FEFF, U+FFFD;
|
|
334
334
|
}
|
|
335
335
|
@font-face {
|
|
336
336
|
font-display: swap;
|
|
@@ -338,7 +338,7 @@ em {
|
|
|
338
338
|
font-style: normal;
|
|
339
339
|
font-weight: 400;
|
|
340
340
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2") format("woff2");
|
|
341
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
341
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
342
342
|
}
|
|
343
343
|
@font-face {
|
|
344
344
|
font-display: swap;
|
|
@@ -346,7 +346,7 @@ em {
|
|
|
346
346
|
font-style: normal;
|
|
347
347
|
font-weight: 400;
|
|
348
348
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2") format("woff2");
|
|
349
|
-
unicode-range: U+0100-
|
|
349
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
350
350
|
}
|
|
351
351
|
@font-face {
|
|
352
352
|
font-display: swap;
|
|
@@ -354,7 +354,7 @@ em {
|
|
|
354
354
|
font-style: normal;
|
|
355
355
|
font-weight: 400;
|
|
356
356
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2") format("woff2");
|
|
357
|
-
unicode-range: U+
|
|
357
|
+
unicode-range: U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
358
358
|
}
|
|
359
359
|
@font-face {
|
|
360
360
|
font-display: swap;
|
|
@@ -362,7 +362,7 @@ em {
|
|
|
362
362
|
font-style: italic;
|
|
363
363
|
font-weight: 400;
|
|
364
364
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2") format("woff2");
|
|
365
|
-
unicode-range: U+0400-045F, U+
|
|
365
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
366
366
|
}
|
|
367
367
|
@font-face {
|
|
368
368
|
font-display: swap;
|
|
@@ -370,7 +370,7 @@ em {
|
|
|
370
370
|
font-style: italic;
|
|
371
371
|
font-weight: 400;
|
|
372
372
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2") format("woff2");
|
|
373
|
-
unicode-range: U+0E3F, U+
|
|
373
|
+
unicode-range: U+03C0, U+0E3F, U+2000-200D, U+2028-2029, U+202F, U+2032-2033, U+205F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+2500-259F, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+3000, U+FEFF, U+FFFD;
|
|
374
374
|
}
|
|
375
375
|
@font-face {
|
|
376
376
|
font-display: swap;
|
|
@@ -378,7 +378,7 @@ em {
|
|
|
378
378
|
font-style: italic;
|
|
379
379
|
font-weight: 400;
|
|
380
380
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2") format("woff2");
|
|
381
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
381
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
382
382
|
}
|
|
383
383
|
@font-face {
|
|
384
384
|
font-display: swap;
|
|
@@ -386,7 +386,7 @@ em {
|
|
|
386
386
|
font-style: italic;
|
|
387
387
|
font-weight: 400;
|
|
388
388
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2") format("woff2");
|
|
389
|
-
unicode-range: U+0100-
|
|
389
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
390
390
|
}
|
|
391
391
|
@font-face {
|
|
392
392
|
font-display: swap;
|
|
@@ -394,7 +394,7 @@ em {
|
|
|
394
394
|
font-style: italic;
|
|
395
395
|
font-weight: 400;
|
|
396
396
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2") format("woff2");
|
|
397
|
-
unicode-range: U+
|
|
397
|
+
unicode-range: U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
398
398
|
}
|
|
399
399
|
@font-face {
|
|
400
400
|
font-display: swap;
|
|
@@ -402,7 +402,7 @@ em {
|
|
|
402
402
|
font-style: normal;
|
|
403
403
|
font-weight: 600;
|
|
404
404
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2") format("woff2");
|
|
405
|
-
unicode-range: U+0400-045F, U+
|
|
405
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
406
406
|
}
|
|
407
407
|
@font-face {
|
|
408
408
|
font-display: swap;
|
|
@@ -410,7 +410,7 @@ em {
|
|
|
410
410
|
font-style: normal;
|
|
411
411
|
font-weight: 600;
|
|
412
412
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2") format("woff2");
|
|
413
|
-
unicode-range: U+0E3F, U+
|
|
413
|
+
unicode-range: U+03C0, U+0E3F, U+2000-200D, U+2028-2029, U+202F, U+2032-2033, U+205F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+2500-259F, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+3000, U+FEFF, U+FFFD;
|
|
414
414
|
}
|
|
415
415
|
@font-face {
|
|
416
416
|
font-display: swap;
|
|
@@ -418,7 +418,7 @@ em {
|
|
|
418
418
|
font-style: normal;
|
|
419
419
|
font-weight: 600;
|
|
420
420
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2") format("woff2");
|
|
421
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
421
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
422
422
|
}
|
|
423
423
|
@font-face {
|
|
424
424
|
font-display: swap;
|
|
@@ -426,7 +426,7 @@ em {
|
|
|
426
426
|
font-style: normal;
|
|
427
427
|
font-weight: 600;
|
|
428
428
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2") format("woff2");
|
|
429
|
-
unicode-range: U+0100-
|
|
429
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
430
430
|
}
|
|
431
431
|
@font-face {
|
|
432
432
|
font-display: swap;
|
|
@@ -434,7 +434,7 @@ em {
|
|
|
434
434
|
font-style: normal;
|
|
435
435
|
font-weight: 600;
|
|
436
436
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2") format("woff2");
|
|
437
|
-
unicode-range: U+
|
|
437
|
+
unicode-range: U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
438
438
|
}
|
|
439
439
|
@font-face {
|
|
440
440
|
font-display: swap;
|
|
@@ -442,7 +442,7 @@ em {
|
|
|
442
442
|
font-style: italic;
|
|
443
443
|
font-weight: 600;
|
|
444
444
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2") format("woff2");
|
|
445
|
-
unicode-range: U+0400-045F, U+
|
|
445
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
446
446
|
}
|
|
447
447
|
@font-face {
|
|
448
448
|
font-display: swap;
|
|
@@ -450,7 +450,7 @@ em {
|
|
|
450
450
|
font-style: italic;
|
|
451
451
|
font-weight: 600;
|
|
452
452
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2") format("woff2");
|
|
453
|
-
unicode-range: U+0E3F, U+
|
|
453
|
+
unicode-range: U+03C0, U+0E3F, U+2000-200D, U+2028-2029, U+202F, U+2032-2033, U+205F, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+2500-259F, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+3000, U+FEFF, U+FFFD;
|
|
454
454
|
}
|
|
455
455
|
@font-face {
|
|
456
456
|
font-display: swap;
|
|
@@ -458,7 +458,7 @@ em {
|
|
|
458
458
|
font-style: italic;
|
|
459
459
|
font-weight: 600;
|
|
460
460
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2") format("woff2");
|
|
461
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
461
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
462
462
|
}
|
|
463
463
|
@font-face {
|
|
464
464
|
font-display: swap;
|
|
@@ -466,7 +466,7 @@ em {
|
|
|
466
466
|
font-style: italic;
|
|
467
467
|
font-weight: 600;
|
|
468
468
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2") format("woff2");
|
|
469
|
-
unicode-range: U+0100-
|
|
469
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
470
470
|
}
|
|
471
471
|
@font-face {
|
|
472
472
|
font-display: swap;
|
|
@@ -474,7 +474,7 @@ em {
|
|
|
474
474
|
font-style: italic;
|
|
475
475
|
font-weight: 600;
|
|
476
476
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2") format("woff2");
|
|
477
|
-
unicode-range: U+
|
|
477
|
+
unicode-range: U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
478
478
|
}
|
|
479
479
|
@font-face {
|
|
480
480
|
font-display: swap;
|
|
@@ -587,7 +587,7 @@ em {
|
|
|
587
587
|
font-style: normal;
|
|
588
588
|
font-weight: 300;
|
|
589
589
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Cyrillic.woff2") format("woff2");
|
|
590
|
-
unicode-range: U+0400-045F, U+
|
|
590
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
591
591
|
}
|
|
592
592
|
@font-face {
|
|
593
593
|
font-display: swap;
|
|
@@ -595,7 +595,7 @@ em {
|
|
|
595
595
|
font-style: normal;
|
|
596
596
|
font-weight: 300;
|
|
597
597
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Pi.woff2") format("woff2");
|
|
598
|
-
unicode-range: U+0E3F, U+
|
|
598
|
+
unicode-range: U+0E3F, U+2000-200D, U+2015, U+2028-2029, U+202F, U+2032-2033, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+ECE0, U+EFCC, U+FEFF, U+FFFD;
|
|
599
599
|
}
|
|
600
600
|
@font-face {
|
|
601
601
|
font-display: swap;
|
|
@@ -603,7 +603,7 @@ em {
|
|
|
603
603
|
font-style: normal;
|
|
604
604
|
font-weight: 300;
|
|
605
605
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin3.woff2") format("woff2");
|
|
606
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
606
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
607
607
|
}
|
|
608
608
|
@font-face {
|
|
609
609
|
font-display: swap;
|
|
@@ -611,7 +611,7 @@ em {
|
|
|
611
611
|
font-style: normal;
|
|
612
612
|
font-weight: 300;
|
|
613
613
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin2.woff2") format("woff2");
|
|
614
|
-
unicode-range: U+0100-
|
|
614
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
615
615
|
}
|
|
616
616
|
@font-face {
|
|
617
617
|
font-display: swap;
|
|
@@ -619,7 +619,7 @@ em {
|
|
|
619
619
|
font-style: normal;
|
|
620
620
|
font-weight: 300;
|
|
621
621
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin1.woff2") format("woff2");
|
|
622
|
-
unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-
|
|
622
|
+
unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
623
623
|
}
|
|
624
624
|
@font-face {
|
|
625
625
|
font-display: swap;
|
|
@@ -627,7 +627,7 @@ em {
|
|
|
627
627
|
font-style: italic;
|
|
628
628
|
font-weight: 300;
|
|
629
629
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Cyrillic.woff2") format("woff2");
|
|
630
|
-
unicode-range: U+0400-045F, U+
|
|
630
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
631
631
|
}
|
|
632
632
|
@font-face {
|
|
633
633
|
font-display: swap;
|
|
@@ -635,7 +635,7 @@ em {
|
|
|
635
635
|
font-style: italic;
|
|
636
636
|
font-weight: 300;
|
|
637
637
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Pi.woff2") format("woff2");
|
|
638
|
-
unicode-range: U+0E3F, U+
|
|
638
|
+
unicode-range: U+0E3F, U+2000-200D, U+2015, U+2028-2029, U+202F, U+2032-2033, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+ECE0, U+EFCC, U+FEFF, U+FFFD;
|
|
639
639
|
}
|
|
640
640
|
@font-face {
|
|
641
641
|
font-display: swap;
|
|
@@ -643,7 +643,7 @@ em {
|
|
|
643
643
|
font-style: italic;
|
|
644
644
|
font-weight: 300;
|
|
645
645
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin3.woff2") format("woff2");
|
|
646
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
646
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
647
647
|
}
|
|
648
648
|
@font-face {
|
|
649
649
|
font-display: swap;
|
|
@@ -651,7 +651,7 @@ em {
|
|
|
651
651
|
font-style: italic;
|
|
652
652
|
font-weight: 300;
|
|
653
653
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin2.woff2") format("woff2");
|
|
654
|
-
unicode-range: U+0100-
|
|
654
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
655
655
|
}
|
|
656
656
|
@font-face {
|
|
657
657
|
font-display: swap;
|
|
@@ -659,7 +659,7 @@ em {
|
|
|
659
659
|
font-style: italic;
|
|
660
660
|
font-weight: 300;
|
|
661
661
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin1.woff2") format("woff2");
|
|
662
|
-
unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-
|
|
662
|
+
unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
663
663
|
}
|
|
664
664
|
@font-face {
|
|
665
665
|
font-display: swap;
|
|
@@ -667,7 +667,7 @@ em {
|
|
|
667
667
|
font-style: normal;
|
|
668
668
|
font-weight: 400;
|
|
669
669
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Cyrillic.woff2") format("woff2");
|
|
670
|
-
unicode-range: U+0400-045F, U+
|
|
670
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
671
671
|
}
|
|
672
672
|
@font-face {
|
|
673
673
|
font-display: swap;
|
|
@@ -675,7 +675,7 @@ em {
|
|
|
675
675
|
font-style: normal;
|
|
676
676
|
font-weight: 400;
|
|
677
677
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Pi.woff2") format("woff2");
|
|
678
|
-
unicode-range: U+0E3F, U+
|
|
678
|
+
unicode-range: U+0E3F, U+2000-200D, U+2015, U+2028-2029, U+202F, U+2032-2033, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+ECE0, U+EFCC, U+FEFF, U+FFFD;
|
|
679
679
|
}
|
|
680
680
|
@font-face {
|
|
681
681
|
font-display: swap;
|
|
@@ -683,7 +683,7 @@ em {
|
|
|
683
683
|
font-style: normal;
|
|
684
684
|
font-weight: 400;
|
|
685
685
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin3.woff2") format("woff2");
|
|
686
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
686
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
687
687
|
}
|
|
688
688
|
@font-face {
|
|
689
689
|
font-display: swap;
|
|
@@ -691,7 +691,7 @@ em {
|
|
|
691
691
|
font-style: normal;
|
|
692
692
|
font-weight: 400;
|
|
693
693
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin2.woff2") format("woff2");
|
|
694
|
-
unicode-range: U+0100-
|
|
694
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
695
695
|
}
|
|
696
696
|
@font-face {
|
|
697
697
|
font-display: swap;
|
|
@@ -699,7 +699,7 @@ em {
|
|
|
699
699
|
font-style: normal;
|
|
700
700
|
font-weight: 400;
|
|
701
701
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2") format("woff2");
|
|
702
|
-
unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-
|
|
702
|
+
unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
703
703
|
}
|
|
704
704
|
@font-face {
|
|
705
705
|
font-display: swap;
|
|
@@ -707,7 +707,7 @@ em {
|
|
|
707
707
|
font-style: italic;
|
|
708
708
|
font-weight: 400;
|
|
709
709
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Cyrillic.woff2") format("woff2");
|
|
710
|
-
unicode-range: U+0400-045F, U+
|
|
710
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
711
711
|
}
|
|
712
712
|
@font-face {
|
|
713
713
|
font-display: swap;
|
|
@@ -715,7 +715,7 @@ em {
|
|
|
715
715
|
font-style: italic;
|
|
716
716
|
font-weight: 400;
|
|
717
717
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Pi.woff2") format("woff2");
|
|
718
|
-
unicode-range: U+0E3F, U+
|
|
718
|
+
unicode-range: U+0E3F, U+2000-200D, U+2015, U+2028-2029, U+202F, U+2032-2033, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+ECE0, U+EFCC, U+FEFF, U+FFFD;
|
|
719
719
|
}
|
|
720
720
|
@font-face {
|
|
721
721
|
font-display: swap;
|
|
@@ -723,7 +723,7 @@ em {
|
|
|
723
723
|
font-style: italic;
|
|
724
724
|
font-weight: 400;
|
|
725
725
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin3.woff2") format("woff2");
|
|
726
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
726
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
727
727
|
}
|
|
728
728
|
@font-face {
|
|
729
729
|
font-display: swap;
|
|
@@ -731,7 +731,7 @@ em {
|
|
|
731
731
|
font-style: italic;
|
|
732
732
|
font-weight: 400;
|
|
733
733
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin2.woff2") format("woff2");
|
|
734
|
-
unicode-range: U+0100-
|
|
734
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
735
735
|
}
|
|
736
736
|
@font-face {
|
|
737
737
|
font-display: swap;
|
|
@@ -739,7 +739,7 @@ em {
|
|
|
739
739
|
font-style: italic;
|
|
740
740
|
font-weight: 400;
|
|
741
741
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin1.woff2") format("woff2");
|
|
742
|
-
unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-
|
|
742
|
+
unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
743
743
|
}
|
|
744
744
|
@font-face {
|
|
745
745
|
font-display: swap;
|
|
@@ -747,7 +747,7 @@ em {
|
|
|
747
747
|
font-style: normal;
|
|
748
748
|
font-weight: 600;
|
|
749
749
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Cyrillic.woff2") format("woff2");
|
|
750
|
-
unicode-range: U+0400-045F, U+
|
|
750
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
751
751
|
}
|
|
752
752
|
@font-face {
|
|
753
753
|
font-display: swap;
|
|
@@ -755,7 +755,7 @@ em {
|
|
|
755
755
|
font-style: normal;
|
|
756
756
|
font-weight: 600;
|
|
757
757
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Pi.woff2") format("woff2");
|
|
758
|
-
unicode-range: U+0E3F, U+
|
|
758
|
+
unicode-range: U+0E3F, U+2000-200D, U+2015, U+2028-2029, U+202F, U+2032-2033, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+ECE0, U+EFCC, U+FEFF, U+FFFD;
|
|
759
759
|
}
|
|
760
760
|
@font-face {
|
|
761
761
|
font-display: swap;
|
|
@@ -763,7 +763,7 @@ em {
|
|
|
763
763
|
font-style: normal;
|
|
764
764
|
font-weight: 600;
|
|
765
765
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin3.woff2") format("woff2");
|
|
766
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
766
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
767
767
|
}
|
|
768
768
|
@font-face {
|
|
769
769
|
font-display: swap;
|
|
@@ -771,7 +771,7 @@ em {
|
|
|
771
771
|
font-style: normal;
|
|
772
772
|
font-weight: 600;
|
|
773
773
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin2.woff2") format("woff2");
|
|
774
|
-
unicode-range: U+0100-
|
|
774
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
775
775
|
}
|
|
776
776
|
@font-face {
|
|
777
777
|
font-display: swap;
|
|
@@ -779,7 +779,7 @@ em {
|
|
|
779
779
|
font-style: normal;
|
|
780
780
|
font-weight: 600;
|
|
781
781
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2") format("woff2");
|
|
782
|
-
unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-
|
|
782
|
+
unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
783
783
|
}
|
|
784
784
|
@font-face {
|
|
785
785
|
font-display: swap;
|
|
@@ -787,7 +787,7 @@ em {
|
|
|
787
787
|
font-style: italic;
|
|
788
788
|
font-weight: 600;
|
|
789
789
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Cyrillic.woff2") format("woff2");
|
|
790
|
-
unicode-range: U+0400-045F, U+
|
|
790
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
791
791
|
}
|
|
792
792
|
@font-face {
|
|
793
793
|
font-display: swap;
|
|
@@ -795,7 +795,7 @@ em {
|
|
|
795
795
|
font-style: italic;
|
|
796
796
|
font-weight: 600;
|
|
797
797
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Pi.woff2") format("woff2");
|
|
798
|
-
unicode-range: U+0E3F, U+
|
|
798
|
+
unicode-range: U+0E3F, U+2000-200D, U+2015, U+2028-2029, U+202F, U+2032-2033, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+ECE0, U+EFCC, U+FEFF, U+FFFD;
|
|
799
799
|
}
|
|
800
800
|
@font-face {
|
|
801
801
|
font-display: swap;
|
|
@@ -803,7 +803,7 @@ em {
|
|
|
803
803
|
font-style: italic;
|
|
804
804
|
font-weight: 600;
|
|
805
805
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin3.woff2") format("woff2");
|
|
806
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
806
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
807
807
|
}
|
|
808
808
|
@font-face {
|
|
809
809
|
font-display: swap;
|
|
@@ -811,7 +811,7 @@ em {
|
|
|
811
811
|
font-style: italic;
|
|
812
812
|
font-weight: 600;
|
|
813
813
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin2.woff2") format("woff2");
|
|
814
|
-
unicode-range: U+0100-
|
|
814
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
815
815
|
}
|
|
816
816
|
@font-face {
|
|
817
817
|
font-display: swap;
|
|
@@ -819,7 +819,7 @@ em {
|
|
|
819
819
|
font-style: italic;
|
|
820
820
|
font-weight: 600;
|
|
821
821
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin1.woff2") format("woff2");
|
|
822
|
-
unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-
|
|
822
|
+
unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
823
823
|
}
|
|
824
824
|
@font-face {
|
|
825
825
|
font-display: swap;
|
|
@@ -827,7 +827,7 @@ em {
|
|
|
827
827
|
font-style: normal;
|
|
828
828
|
font-weight: 300;
|
|
829
829
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Cyrillic.woff2") format("woff2");
|
|
830
|
-
unicode-range: U+0400-045F, U+
|
|
830
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
831
831
|
}
|
|
832
832
|
@font-face {
|
|
833
833
|
font-display: swap;
|
|
@@ -835,7 +835,7 @@ em {
|
|
|
835
835
|
font-style: normal;
|
|
836
836
|
font-weight: 300;
|
|
837
837
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Pi.woff2") format("woff2");
|
|
838
|
-
unicode-range: U+0E3F, U+
|
|
838
|
+
unicode-range: U+0E3F, U+2000-200D, U+2010-2012, U+2015, U+2028-2029, U+202F, U+2032-2033, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+2219-221A, U+221E, U+222B, U+2236, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+ECE0, U+EFCC, U+FEFF, U+FFFD;
|
|
839
839
|
}
|
|
840
840
|
@font-face {
|
|
841
841
|
font-display: swap;
|
|
@@ -843,7 +843,7 @@ em {
|
|
|
843
843
|
font-style: normal;
|
|
844
844
|
font-weight: 300;
|
|
845
845
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin3.woff2") format("woff2");
|
|
846
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
846
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
847
847
|
}
|
|
848
848
|
@font-face {
|
|
849
849
|
font-display: swap;
|
|
@@ -851,7 +851,7 @@ em {
|
|
|
851
851
|
font-style: normal;
|
|
852
852
|
font-weight: 300;
|
|
853
853
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin2.woff2") format("woff2");
|
|
854
|
-
unicode-range: U+0100-
|
|
854
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
855
855
|
}
|
|
856
856
|
@font-face {
|
|
857
857
|
font-display: swap;
|
|
@@ -859,7 +859,7 @@ em {
|
|
|
859
859
|
font-style: normal;
|
|
860
860
|
font-weight: 300;
|
|
861
861
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin1.woff2") format("woff2");
|
|
862
|
-
unicode-range: U+
|
|
862
|
+
unicode-range: U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
863
863
|
}
|
|
864
864
|
@font-face {
|
|
865
865
|
font-display: swap;
|
|
@@ -867,7 +867,7 @@ em {
|
|
|
867
867
|
font-style: italic;
|
|
868
868
|
font-weight: 300;
|
|
869
869
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Cyrillic.woff2") format("woff2");
|
|
870
|
-
unicode-range: U+0400-045F, U+
|
|
870
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
871
871
|
}
|
|
872
872
|
@font-face {
|
|
873
873
|
font-display: swap;
|
|
@@ -875,7 +875,7 @@ em {
|
|
|
875
875
|
font-style: italic;
|
|
876
876
|
font-weight: 300;
|
|
877
877
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Pi.woff2") format("woff2");
|
|
878
|
-
unicode-range: U+0E3F, U+
|
|
878
|
+
unicode-range: U+0E3F, U+2000-200D, U+2010-2012, U+2015, U+2028-2029, U+202F, U+2032-2033, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+2219-221A, U+221E, U+222B, U+2236, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+ECE0, U+EFCC, U+FEFF, U+FFFD;
|
|
879
879
|
}
|
|
880
880
|
@font-face {
|
|
881
881
|
font-display: swap;
|
|
@@ -883,7 +883,7 @@ em {
|
|
|
883
883
|
font-style: italic;
|
|
884
884
|
font-weight: 300;
|
|
885
885
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin3.woff2") format("woff2");
|
|
886
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
886
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
887
887
|
}
|
|
888
888
|
@font-face {
|
|
889
889
|
font-display: swap;
|
|
@@ -891,7 +891,7 @@ em {
|
|
|
891
891
|
font-style: italic;
|
|
892
892
|
font-weight: 300;
|
|
893
893
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin2.woff2") format("woff2");
|
|
894
|
-
unicode-range: U+0100-
|
|
894
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
895
895
|
}
|
|
896
896
|
@font-face {
|
|
897
897
|
font-display: swap;
|
|
@@ -899,7 +899,7 @@ em {
|
|
|
899
899
|
font-style: italic;
|
|
900
900
|
font-weight: 300;
|
|
901
901
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin1.woff2") format("woff2");
|
|
902
|
-
unicode-range: U+
|
|
902
|
+
unicode-range: U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
903
903
|
}
|
|
904
904
|
@font-face {
|
|
905
905
|
font-display: swap;
|
|
@@ -907,7 +907,7 @@ em {
|
|
|
907
907
|
font-style: normal;
|
|
908
908
|
font-weight: 400;
|
|
909
909
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Cyrillic.woff2") format("woff2");
|
|
910
|
-
unicode-range: U+0400-045F, U+
|
|
910
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
911
911
|
}
|
|
912
912
|
@font-face {
|
|
913
913
|
font-display: swap;
|
|
@@ -915,7 +915,7 @@ em {
|
|
|
915
915
|
font-style: normal;
|
|
916
916
|
font-weight: 400;
|
|
917
917
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Pi.woff2") format("woff2");
|
|
918
|
-
unicode-range: U+0E3F, U+
|
|
918
|
+
unicode-range: U+0E3F, U+2000-200D, U+2010-2012, U+2015, U+2028-2029, U+202F, U+2032-2033, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+2219-221A, U+221E, U+222B, U+2236, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+ECE0, U+EFCC, U+FEFF, U+FFFD;
|
|
919
919
|
}
|
|
920
920
|
@font-face {
|
|
921
921
|
font-display: swap;
|
|
@@ -923,7 +923,7 @@ em {
|
|
|
923
923
|
font-style: normal;
|
|
924
924
|
font-weight: 400;
|
|
925
925
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin3.woff2") format("woff2");
|
|
926
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
926
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
927
927
|
}
|
|
928
928
|
@font-face {
|
|
929
929
|
font-display: swap;
|
|
@@ -931,7 +931,7 @@ em {
|
|
|
931
931
|
font-style: normal;
|
|
932
932
|
font-weight: 400;
|
|
933
933
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin2.woff2") format("woff2");
|
|
934
|
-
unicode-range: U+0100-
|
|
934
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
935
935
|
}
|
|
936
936
|
@font-face {
|
|
937
937
|
font-display: swap;
|
|
@@ -939,7 +939,7 @@ em {
|
|
|
939
939
|
font-style: normal;
|
|
940
940
|
font-weight: 400;
|
|
941
941
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin1.woff2") format("woff2");
|
|
942
|
-
unicode-range: U+
|
|
942
|
+
unicode-range: U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
943
943
|
}
|
|
944
944
|
@font-face {
|
|
945
945
|
font-display: swap;
|
|
@@ -947,7 +947,7 @@ em {
|
|
|
947
947
|
font-style: italic;
|
|
948
948
|
font-weight: 400;
|
|
949
949
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Cyrillic.woff2") format("woff2");
|
|
950
|
-
unicode-range: U+0400-045F, U+
|
|
950
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
951
951
|
}
|
|
952
952
|
@font-face {
|
|
953
953
|
font-display: swap;
|
|
@@ -955,7 +955,7 @@ em {
|
|
|
955
955
|
font-style: italic;
|
|
956
956
|
font-weight: 400;
|
|
957
957
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Pi.woff2") format("woff2");
|
|
958
|
-
unicode-range: U+0E3F, U+
|
|
958
|
+
unicode-range: U+0E3F, U+2000-200D, U+2010-2012, U+2015, U+2028-2029, U+202F, U+2032-2033, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+2219-221A, U+221E, U+222B, U+2236, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+ECE0, U+EFCC, U+FEFF, U+FFFD;
|
|
959
959
|
}
|
|
960
960
|
@font-face {
|
|
961
961
|
font-display: swap;
|
|
@@ -963,7 +963,7 @@ em {
|
|
|
963
963
|
font-style: italic;
|
|
964
964
|
font-weight: 400;
|
|
965
965
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin3.woff2") format("woff2");
|
|
966
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
966
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
967
967
|
}
|
|
968
968
|
@font-face {
|
|
969
969
|
font-display: swap;
|
|
@@ -971,7 +971,7 @@ em {
|
|
|
971
971
|
font-style: italic;
|
|
972
972
|
font-weight: 400;
|
|
973
973
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin2.woff2") format("woff2");
|
|
974
|
-
unicode-range: U+0100-
|
|
974
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
975
975
|
}
|
|
976
976
|
@font-face {
|
|
977
977
|
font-display: swap;
|
|
@@ -979,7 +979,7 @@ em {
|
|
|
979
979
|
font-style: italic;
|
|
980
980
|
font-weight: 400;
|
|
981
981
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin1.woff2") format("woff2");
|
|
982
|
-
unicode-range: U+
|
|
982
|
+
unicode-range: U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
983
983
|
}
|
|
984
984
|
@font-face {
|
|
985
985
|
font-display: swap;
|
|
@@ -987,7 +987,7 @@ em {
|
|
|
987
987
|
font-style: normal;
|
|
988
988
|
font-weight: 600;
|
|
989
989
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Cyrillic.woff2") format("woff2");
|
|
990
|
-
unicode-range: U+0400-045F, U+
|
|
990
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
991
991
|
}
|
|
992
992
|
@font-face {
|
|
993
993
|
font-display: swap;
|
|
@@ -995,7 +995,7 @@ em {
|
|
|
995
995
|
font-style: normal;
|
|
996
996
|
font-weight: 600;
|
|
997
997
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Pi.woff2") format("woff2");
|
|
998
|
-
unicode-range: U+0E3F, U+
|
|
998
|
+
unicode-range: U+0E3F, U+2000-200D, U+2010-2012, U+2015, U+2028-2029, U+202F, U+2032-2033, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+2219-221A, U+221E, U+222B, U+2236, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+ECE0, U+EFCC, U+FEFF, U+FFFD;
|
|
999
999
|
}
|
|
1000
1000
|
@font-face {
|
|
1001
1001
|
font-display: swap;
|
|
@@ -1003,7 +1003,7 @@ em {
|
|
|
1003
1003
|
font-style: normal;
|
|
1004
1004
|
font-weight: 600;
|
|
1005
1005
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin3.woff2") format("woff2");
|
|
1006
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
1006
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
1007
1007
|
}
|
|
1008
1008
|
@font-face {
|
|
1009
1009
|
font-display: swap;
|
|
@@ -1011,7 +1011,7 @@ em {
|
|
|
1011
1011
|
font-style: normal;
|
|
1012
1012
|
font-weight: 600;
|
|
1013
1013
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin2.woff2") format("woff2");
|
|
1014
|
-
unicode-range: U+0100-
|
|
1014
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
1015
1015
|
}
|
|
1016
1016
|
@font-face {
|
|
1017
1017
|
font-display: swap;
|
|
@@ -1019,7 +1019,7 @@ em {
|
|
|
1019
1019
|
font-style: normal;
|
|
1020
1020
|
font-weight: 600;
|
|
1021
1021
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin1.woff2") format("woff2");
|
|
1022
|
-
unicode-range: U+
|
|
1022
|
+
unicode-range: U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
1023
1023
|
}
|
|
1024
1024
|
@font-face {
|
|
1025
1025
|
font-display: swap;
|
|
@@ -1027,7 +1027,7 @@ em {
|
|
|
1027
1027
|
font-style: italic;
|
|
1028
1028
|
font-weight: 600;
|
|
1029
1029
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff2") format("woff2");
|
|
1030
|
-
unicode-range: U+0400-045F, U+
|
|
1030
|
+
unicode-range: U+0400-045F, U+0462-0463, U+046A-046B, U+0472-0475, U+0490-04C2, U+04CF-04D9, U+04DC-04E9, U+04EE-04F9, U+0524-0525;
|
|
1031
1031
|
}
|
|
1032
1032
|
@font-face {
|
|
1033
1033
|
font-display: swap;
|
|
@@ -1035,7 +1035,7 @@ em {
|
|
|
1035
1035
|
font-style: italic;
|
|
1036
1036
|
font-weight: 600;
|
|
1037
1037
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Pi.woff2") format("woff2");
|
|
1038
|
-
unicode-range: U+0E3F, U+
|
|
1038
|
+
unicode-range: U+0E3F, U+2000-200D, U+2010-2012, U+2015, U+2028-2029, U+202F, U+2032-2033, U+2070, U+2074-2079, U+2080-2089, U+2113, U+2116, U+2126, U+212E, U+2150-2151, U+2153-215E, U+2190-2199, U+21A9-21AA, U+21B0-21B3, U+21B6-21B7, U+21BA-21BB, U+21C4, U+21C6, U+2202, U+2206, U+220F, U+2211, U+2215, U+2219-221A, U+221E, U+222B, U+2236, U+2248, U+2260, U+2264-2265, U+25CA, U+2713, U+274C, U+2B0E-2B11, U+ECE0, U+EFCC, U+FEFF, U+FFFD;
|
|
1039
1039
|
}
|
|
1040
1040
|
@font-face {
|
|
1041
1041
|
font-display: swap;
|
|
@@ -1043,7 +1043,7 @@ em {
|
|
|
1043
1043
|
font-style: italic;
|
|
1044
1044
|
font-weight: 600;
|
|
1045
1045
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin3.woff2") format("woff2");
|
|
1046
|
-
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
|
|
1046
|
+
unicode-range: U+0102-0103, U+01CD-01DC, U+1EA0-1EF9, U+20AB;
|
|
1047
1047
|
}
|
|
1048
1048
|
@font-face {
|
|
1049
1049
|
font-display: swap;
|
|
@@ -1051,7 +1051,7 @@ em {
|
|
|
1051
1051
|
font-style: italic;
|
|
1052
1052
|
font-weight: 600;
|
|
1053
1053
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin2.woff2") format("woff2");
|
|
1054
|
-
unicode-range: U+0100-
|
|
1054
|
+
unicode-range: U+0100-0101, U+0104-0130, U+0132-0151, U+0154-017F, U+018F, U+0192, U+01A0-01A1, U+01AF-01B0, U+01FA-01FF, U+0218-021B, U+0237, U+0259, U+1E80-1E85, U+1E9E, U+20A1, U+20A4, U+20A6, U+20A8-20AA, U+20AD-20AE, U+20B1-20B2, U+20B4-20B5, U+20B8-20BA, U+20BD, U+20BF;
|
|
1055
1055
|
}
|
|
1056
1056
|
@font-face {
|
|
1057
1057
|
font-display: swap;
|
|
@@ -1059,7 +1059,7 @@ em {
|
|
|
1059
1059
|
font-style: italic;
|
|
1060
1060
|
font-weight: 600;
|
|
1061
1061
|
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin1.woff2") format("woff2");
|
|
1062
|
-
unicode-range: U+
|
|
1062
|
+
unicode-range: U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
|
|
1063
1063
|
}
|
|
1064
1064
|
:root {
|
|
1065
1065
|
--cds-grid-gutter: 2rem;
|
|
@@ -2950,6 +2950,7 @@ em {
|
|
|
2950
2950
|
--cds-syntax-definition: #00539a;
|
|
2951
2951
|
--cds-syntax-definition-keyword: #00539a;
|
|
2952
2952
|
--cds-syntax-definition-operator: #00539a;
|
|
2953
|
+
--cds-syntax-deleted: #ffd7d9;
|
|
2953
2954
|
--cds-syntax-deref-operator: #343a3f;
|
|
2954
2955
|
--cds-syntax-doc-comment: #198038;
|
|
2955
2956
|
--cds-syntax-doc-string: #161616;
|
|
@@ -2965,6 +2966,7 @@ em {
|
|
|
2965
2966
|
--cds-syntax-heading-4: #00539a;
|
|
2966
2967
|
--cds-syntax-heading-5: #00539a;
|
|
2967
2968
|
--cds-syntax-heading-6: #00539a;
|
|
2969
|
+
--cds-syntax-inserted: #a7f0ba;
|
|
2968
2970
|
--cds-syntax-integer: #198038;
|
|
2969
2971
|
--cds-syntax-invalid: #da1e28;
|
|
2970
2972
|
--cds-syntax-keyword: #0f62fe;
|
|
@@ -3281,6 +3283,7 @@ em {
|
|
|
3281
3283
|
--cds-syntax-definition: #00539a;
|
|
3282
3284
|
--cds-syntax-definition-keyword: #00539a;
|
|
3283
3285
|
--cds-syntax-definition-operator: #00539a;
|
|
3286
|
+
--cds-syntax-deleted: #ffd7d9;
|
|
3284
3287
|
--cds-syntax-deref-operator: #343a3f;
|
|
3285
3288
|
--cds-syntax-doc-comment: #198038;
|
|
3286
3289
|
--cds-syntax-doc-string: #161616;
|
|
@@ -3296,6 +3299,7 @@ em {
|
|
|
3296
3299
|
--cds-syntax-heading-4: #00539a;
|
|
3297
3300
|
--cds-syntax-heading-5: #00539a;
|
|
3298
3301
|
--cds-syntax-heading-6: #00539a;
|
|
3302
|
+
--cds-syntax-inserted: #a7f0ba;
|
|
3299
3303
|
--cds-syntax-integer: #198038;
|
|
3300
3304
|
--cds-syntax-invalid: #da1e28;
|
|
3301
3305
|
--cds-syntax-keyword: #0f62fe;
|
|
@@ -3612,6 +3616,7 @@ em {
|
|
|
3612
3616
|
--cds-syntax-definition: #33b1ff;
|
|
3613
3617
|
--cds-syntax-definition-keyword: #33b1ff;
|
|
3614
3618
|
--cds-syntax-definition-operator: #33b1ff;
|
|
3619
|
+
--cds-syntax-deleted: #a2191f;
|
|
3615
3620
|
--cds-syntax-deref-operator: #e0e0e0;
|
|
3616
3621
|
--cds-syntax-doc-comment: #42be65;
|
|
3617
3622
|
--cds-syntax-doc-string: #f4f4f4;
|
|
@@ -3627,6 +3632,7 @@ em {
|
|
|
3627
3632
|
--cds-syntax-heading-4: #33b1ff;
|
|
3628
3633
|
--cds-syntax-heading-5: #33b1ff;
|
|
3629
3634
|
--cds-syntax-heading-6: #33b1ff;
|
|
3635
|
+
--cds-syntax-inserted: #198038;
|
|
3630
3636
|
--cds-syntax-integer: #6fdc8c;
|
|
3631
3637
|
--cds-syntax-invalid: #fa4d56;
|
|
3632
3638
|
--cds-syntax-keyword: #4589ff;
|
|
@@ -3942,6 +3948,7 @@ em {
|
|
|
3942
3948
|
--cds-syntax-definition: #33b1ff;
|
|
3943
3949
|
--cds-syntax-definition-keyword: #33b1ff;
|
|
3944
3950
|
--cds-syntax-definition-operator: #33b1ff;
|
|
3951
|
+
--cds-syntax-deleted: #a2191f;
|
|
3945
3952
|
--cds-syntax-deref-operator: #e0e0e0;
|
|
3946
3953
|
--cds-syntax-doc-comment: #42be65;
|
|
3947
3954
|
--cds-syntax-doc-string: #f4f4f4;
|
|
@@ -3957,6 +3964,7 @@ em {
|
|
|
3957
3964
|
--cds-syntax-heading-4: #33b1ff;
|
|
3958
3965
|
--cds-syntax-heading-5: #33b1ff;
|
|
3959
3966
|
--cds-syntax-heading-6: #33b1ff;
|
|
3967
|
+
--cds-syntax-inserted: #198038;
|
|
3960
3968
|
--cds-syntax-integer: #6fdc8c;
|
|
3961
3969
|
--cds-syntax-invalid: #fa4d56;
|
|
3962
3970
|
--cds-syntax-keyword: #4589ff;
|
|
@@ -5492,8 +5500,10 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5492
5500
|
background-color: var(--cds-button-primary, #0f62fe);
|
|
5493
5501
|
color: var(--cds-text-on-color, #ffffff);
|
|
5494
5502
|
}
|
|
5495
|
-
|
|
5496
|
-
|
|
5503
|
+
@media (any-hover: hover) {
|
|
5504
|
+
.cds--btn--primary:hover {
|
|
5505
|
+
background-color: var(--cds-button-primary-hover, #0050e6);
|
|
5506
|
+
}
|
|
5497
5507
|
}
|
|
5498
5508
|
.cds--btn--primary:focus {
|
|
5499
5509
|
border-color: var(--cds-button-focus-color, var(--cds-focus, #0f62fe));
|
|
@@ -5517,8 +5527,10 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5517
5527
|
background-color: var(--cds-button-secondary, #393939);
|
|
5518
5528
|
color: var(--cds-text-on-color, #ffffff);
|
|
5519
5529
|
}
|
|
5520
|
-
|
|
5521
|
-
|
|
5530
|
+
@media (any-hover: hover) {
|
|
5531
|
+
.cds--btn--secondary:hover {
|
|
5532
|
+
background-color: var(--cds-button-secondary-hover, #474747);
|
|
5533
|
+
}
|
|
5522
5534
|
}
|
|
5523
5535
|
.cds--btn--secondary:focus {
|
|
5524
5536
|
border-color: var(--cds-button-focus-color, var(--cds-focus, #0f62fe));
|
|
@@ -5542,8 +5554,10 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5542
5554
|
background-color: transparent;
|
|
5543
5555
|
color: var(--cds-button-tertiary, #0f62fe);
|
|
5544
5556
|
}
|
|
5545
|
-
|
|
5546
|
-
|
|
5557
|
+
@media (any-hover: hover) {
|
|
5558
|
+
.cds--btn--tertiary:hover {
|
|
5559
|
+
background-color: var(--cds-button-tertiary-hover, #0050e6);
|
|
5560
|
+
}
|
|
5547
5561
|
}
|
|
5548
5562
|
.cds--btn--tertiary:focus {
|
|
5549
5563
|
border-color: var(--cds-button-focus-color, var(--cds-focus, #0f62fe));
|
|
@@ -5556,8 +5570,10 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5556
5570
|
.cds--btn--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]) {
|
|
5557
5571
|
fill: currentColor;
|
|
5558
5572
|
}
|
|
5559
|
-
|
|
5560
|
-
|
|
5573
|
+
@media (any-hover: hover) {
|
|
5574
|
+
.cds--btn--tertiary:hover {
|
|
5575
|
+
color: var(--cds-text-inverse, #ffffff);
|
|
5576
|
+
}
|
|
5561
5577
|
}
|
|
5562
5578
|
.cds--btn--tertiary:focus {
|
|
5563
5579
|
background-color: var(--cds-button-tertiary, #0f62fe);
|
|
@@ -5581,8 +5597,10 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5581
5597
|
background-color: transparent;
|
|
5582
5598
|
color: var(--cds-link-primary, #0f62fe);
|
|
5583
5599
|
}
|
|
5584
|
-
|
|
5585
|
-
|
|
5600
|
+
@media (any-hover: hover) {
|
|
5601
|
+
.cds--btn--ghost:hover {
|
|
5602
|
+
background-color: var(--cds-background-hover, rgba(141, 141, 141, 0.12));
|
|
5603
|
+
}
|
|
5586
5604
|
}
|
|
5587
5605
|
.cds--btn--ghost:focus {
|
|
5588
5606
|
border-color: var(--cds-button-focus-color, var(--cds-focus, #0f62fe));
|
|
@@ -5603,11 +5621,14 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5603
5621
|
align-self: center;
|
|
5604
5622
|
margin-inline-start: 0.5rem;
|
|
5605
5623
|
}
|
|
5606
|
-
|
|
5607
|
-
|
|
5624
|
+
@media (hover: hover) {
|
|
5625
|
+
.cds--btn--ghost:hover {
|
|
5626
|
+
color: var(--cds-link-primary-hover, #0043ce);
|
|
5627
|
+
}
|
|
5608
5628
|
}
|
|
5609
5629
|
.cds--btn--ghost:active {
|
|
5610
5630
|
background-color: var(--cds-background-active, rgba(141, 141, 141, 0.5));
|
|
5631
|
+
color: var(--cds-link-primary-hover, #0043ce);
|
|
5611
5632
|
}
|
|
5612
5633
|
.cds--btn--ghost:disabled, .cds--btn--ghost:hover:disabled, .cds--btn--ghost:focus:disabled, .cds--btn--ghost.cds--btn--disabled, .cds--btn--ghost.cds--btn--disabled:hover, .cds--btn--ghost.cds--btn--disabled:focus {
|
|
5613
5634
|
border-color: transparent;
|
|
@@ -5692,8 +5713,10 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5692
5713
|
background-color: var(--cds-button-danger-primary, #da1e28);
|
|
5693
5714
|
color: var(--cds-text-on-color, #ffffff);
|
|
5694
5715
|
}
|
|
5695
|
-
|
|
5696
|
-
|
|
5716
|
+
@media (any-hover: hover) {
|
|
5717
|
+
.cds--btn--danger:hover {
|
|
5718
|
+
background-color: var(--cds-button-danger-hover, #b81921);
|
|
5719
|
+
}
|
|
5697
5720
|
}
|
|
5698
5721
|
.cds--btn--danger:focus {
|
|
5699
5722
|
border-color: var(--cds-button-focus-color, var(--cds-focus, #0f62fe));
|
|
@@ -5716,8 +5739,10 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5716
5739
|
background-color: transparent;
|
|
5717
5740
|
color: var(--cds-button-danger-secondary, #da1e28);
|
|
5718
5741
|
}
|
|
5719
|
-
|
|
5720
|
-
|
|
5742
|
+
@media (any-hover: hover) {
|
|
5743
|
+
.cds--btn--danger--tertiary:hover {
|
|
5744
|
+
background-color: var(--cds-button-danger-hover, #b81921);
|
|
5745
|
+
}
|
|
5721
5746
|
}
|
|
5722
5747
|
.cds--btn--danger--tertiary:focus {
|
|
5723
5748
|
border-color: var(--cds-button-focus-color, var(--cds-focus, #0f62fe));
|
|
@@ -5730,9 +5755,11 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5730
5755
|
.cds--btn--danger--tertiary .cds--btn__icon path:not([data-icon-path]):not([fill=none]) {
|
|
5731
5756
|
fill: currentColor;
|
|
5732
5757
|
}
|
|
5733
|
-
|
|
5734
|
-
|
|
5735
|
-
|
|
5758
|
+
@media (hover: hover) {
|
|
5759
|
+
.cds--btn--danger--tertiary:hover {
|
|
5760
|
+
border-color: var(--cds-button-danger-hover, #b81921);
|
|
5761
|
+
color: var(--cds-text-on-color, #ffffff);
|
|
5762
|
+
}
|
|
5736
5763
|
}
|
|
5737
5764
|
.cds--btn--danger--tertiary:focus {
|
|
5738
5765
|
background-color: var(--cds-button-danger-primary, #da1e28);
|
|
@@ -5755,8 +5782,10 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5755
5782
|
background-color: transparent;
|
|
5756
5783
|
color: var(--cds-button-danger-secondary, #da1e28);
|
|
5757
5784
|
}
|
|
5758
|
-
|
|
5759
|
-
|
|
5785
|
+
@media (any-hover: hover) {
|
|
5786
|
+
.cds--btn--danger--ghost:hover {
|
|
5787
|
+
background-color: var(--cds-button-danger-hover, #b81921);
|
|
5788
|
+
}
|
|
5760
5789
|
}
|
|
5761
5790
|
.cds--btn--danger--ghost:focus {
|
|
5762
5791
|
border-color: var(--cds-button-focus-color, var(--cds-focus, #0f62fe));
|
|
@@ -5776,7 +5805,12 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5776
5805
|
position: static;
|
|
5777
5806
|
margin-inline-start: 0.5rem;
|
|
5778
5807
|
}
|
|
5779
|
-
|
|
5808
|
+
@media (hover: hover) {
|
|
5809
|
+
.cds--btn--danger--ghost:hover {
|
|
5810
|
+
color: var(--cds-text-on-color, #ffffff);
|
|
5811
|
+
}
|
|
5812
|
+
}
|
|
5813
|
+
.cds--btn--danger--ghost:active {
|
|
5780
5814
|
color: var(--cds-text-on-color, #ffffff);
|
|
5781
5815
|
}
|
|
5782
5816
|
.cds--btn--danger--ghost:disabled, .cds--btn--danger--ghost:hover:disabled, .cds--btn--danger--ghost:focus:disabled, .cds--btn--danger--ghost.cds--btn--disabled, .cds--btn--danger--ghost.cds--btn--disabled:hover, .cds--btn--danger--ghost.cds--btn--disabled:focus {
|
|
@@ -10608,7 +10642,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10608
10642
|
max-inline-size: none;
|
|
10609
10643
|
}
|
|
10610
10644
|
.cds--list-box__wrapper--inline .cds--form-requirement {
|
|
10611
|
-
grid-column:
|
|
10645
|
+
grid-column: 3;
|
|
10612
10646
|
}
|
|
10613
10647
|
|
|
10614
10648
|
.cds--list-box html {
|
|
@@ -14093,28 +14127,9 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
14093
14127
|
inset-block-start: 0;
|
|
14094
14128
|
inset-inline-end: 0;
|
|
14095
14129
|
}
|
|
14096
|
-
.cds--search-close::before {
|
|
14097
|
-
position: absolute;
|
|
14098
|
-
display: block;
|
|
14099
|
-
background-color: var(--cds-field);
|
|
14100
|
-
block-size: calc(100% - 2px);
|
|
14101
|
-
content: "";
|
|
14102
|
-
inline-size: 2px;
|
|
14103
|
-
inset-block-start: 0.0625rem;
|
|
14104
|
-
inset-inline-start: 0;
|
|
14105
|
-
transition: background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
14106
|
-
}
|
|
14107
|
-
@media screen and (prefers-reduced-motion: reduce) {
|
|
14108
|
-
.cds--search-close::before {
|
|
14109
|
-
transition: none;
|
|
14110
|
-
}
|
|
14111
|
-
}
|
|
14112
14130
|
.cds--search-close:hover {
|
|
14113
14131
|
border-block-end: 1px solid var(--cds-border-strong);
|
|
14114
14132
|
}
|
|
14115
|
-
.cds--search-close:hover::before {
|
|
14116
|
-
background-color: var(--cds-field-hover);
|
|
14117
|
-
}
|
|
14118
14133
|
|
|
14119
14134
|
.cds--search-button {
|
|
14120
14135
|
flex-shrink: 0;
|
|
@@ -14127,6 +14142,8 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
14127
14142
|
}
|
|
14128
14143
|
|
|
14129
14144
|
.cds--search-close svg {
|
|
14145
|
+
position: relative;
|
|
14146
|
+
z-index: 1;
|
|
14130
14147
|
fill: inherit;
|
|
14131
14148
|
}
|
|
14132
14149
|
|
|
@@ -14135,7 +14152,7 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
14135
14152
|
display: flex;
|
|
14136
14153
|
align-items: center;
|
|
14137
14154
|
justify-content: center;
|
|
14138
|
-
border-width:
|
|
14155
|
+
border-width: 0 0 1px;
|
|
14139
14156
|
border-style: solid;
|
|
14140
14157
|
border-color: transparent;
|
|
14141
14158
|
block-size: 2.5rem;
|
|
@@ -14143,7 +14160,6 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
14143
14160
|
fill: var(--cds-icon-primary, #161616);
|
|
14144
14161
|
inline-size: 2.5rem;
|
|
14145
14162
|
opacity: 1;
|
|
14146
|
-
transition: opacity 110ms cubic-bezier(0.2, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0.2, 0, 0.38, 0.9), outline 110ms cubic-bezier(0.2, 0, 0.38, 0.9), border 110ms cubic-bezier(0.2, 0, 0.38, 0.9);
|
|
14147
14163
|
visibility: inherit;
|
|
14148
14164
|
}
|
|
14149
14165
|
.cds--search-close:hover,
|
|
@@ -14177,6 +14193,20 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
14177
14193
|
background-color: var(--cds-background-selected, rgba(141, 141, 141, 0.2));
|
|
14178
14194
|
}
|
|
14179
14195
|
|
|
14196
|
+
.cds--search-input:focus ~ .cds--search-close:hover {
|
|
14197
|
+
background-color: transparent;
|
|
14198
|
+
border-block-end-color: transparent;
|
|
14199
|
+
outline: none;
|
|
14200
|
+
}
|
|
14201
|
+
.cds--search-input:focus ~ .cds--search-close:hover::after {
|
|
14202
|
+
position: absolute;
|
|
14203
|
+
background-color: var(--cds-field-hover);
|
|
14204
|
+
content: "";
|
|
14205
|
+
inset-block: 0.125rem;
|
|
14206
|
+
inset-inline: 0 0.125rem;
|
|
14207
|
+
pointer-events: none;
|
|
14208
|
+
}
|
|
14209
|
+
|
|
14180
14210
|
.cds--search--disabled .cds--search-close,
|
|
14181
14211
|
.cds--search--disabled.cds--search--expandable .cds--search-magnifier {
|
|
14182
14212
|
cursor: not-allowed;
|
|
@@ -14196,21 +14226,6 @@ tr.cds--parent-row:not(.cds--expandable-row):not(:first-of-type) td.cds--table-c
|
|
|
14196
14226
|
fill: var(--cds-icon-on-color-disabled, #8d8d8d);
|
|
14197
14227
|
}
|
|
14198
14228
|
|
|
14199
|
-
.cds--search-close:focus::before,
|
|
14200
|
-
.cds--search-close:active::before {
|
|
14201
|
-
background-color: var(--cds-focus, #0f62fe);
|
|
14202
|
-
}
|
|
14203
|
-
|
|
14204
|
-
.cds--search-input:focus ~ .cds--search-close:hover {
|
|
14205
|
-
outline: 2px solid var(--cds-focus, #0f62fe);
|
|
14206
|
-
outline-offset: -2px;
|
|
14207
|
-
}
|
|
14208
|
-
@media screen and (prefers-contrast) {
|
|
14209
|
-
.cds--search-input:focus ~ .cds--search-close:hover {
|
|
14210
|
-
outline-style: dotted;
|
|
14211
|
-
}
|
|
14212
|
-
}
|
|
14213
|
-
|
|
14214
14229
|
.cds--search--sm .cds--search-close,
|
|
14215
14230
|
.cds--search--sm ~ .cds--search-button, .cds--search--sm.cds--search--expandable, .cds--search--sm.cds--search--expandable .cds--search-magnifier {
|
|
14216
14231
|
block-size: 2rem;
|
|
@@ -16759,6 +16774,8 @@ because the nesting selector cannot represent pseudo-elements. */
|
|
|
16759
16774
|
|
|
16760
16775
|
.cds--dialog-container {
|
|
16761
16776
|
display: grid;
|
|
16777
|
+
box-sizing: border-box;
|
|
16778
|
+
border: 1px solid var(--cds-border-subtle-01, #c6c6c6);
|
|
16762
16779
|
background-color: var(--cds-layer);
|
|
16763
16780
|
grid-template-areas: "header" "content" "footer";
|
|
16764
16781
|
grid-template-columns: 100%;
|
|
@@ -16808,6 +16825,12 @@ because the nesting selector cannot represent pseudo-elements. */
|
|
|
16808
16825
|
mask-image: none;
|
|
16809
16826
|
}
|
|
16810
16827
|
|
|
16828
|
+
.cds--dialog-scroll-content.cds--dialog-scroll-content--no-fade,
|
|
16829
|
+
.cds--dialog-scroll-content--no-fade {
|
|
16830
|
+
-webkit-mask-image: none;
|
|
16831
|
+
mask-image: none;
|
|
16832
|
+
}
|
|
16833
|
+
|
|
16811
16834
|
.cds--dialog-footer {
|
|
16812
16835
|
display: flex;
|
|
16813
16836
|
align-items: center;
|
|
@@ -16870,8 +16893,8 @@ because the nesting selector cannot represent pseudo-elements. */
|
|
|
16870
16893
|
.cds--dropdown__wrapper--inline {
|
|
16871
16894
|
display: inline-grid;
|
|
16872
16895
|
align-items: center;
|
|
16873
|
-
grid-gap: 0
|
|
16874
|
-
grid-template: auto/auto min-content;
|
|
16896
|
+
grid-gap: 0 0.5rem;
|
|
16897
|
+
grid-template: auto/auto min-content auto;
|
|
16875
16898
|
}
|
|
16876
16899
|
.cds--dropdown__wrapper--inline:has(.cds--label.cds--visually-hidden) {
|
|
16877
16900
|
grid-template: auto/auto;
|
|
@@ -16888,7 +16911,7 @@ because the nesting selector cannot represent pseudo-elements. */
|
|
|
16888
16911
|
margin: 0;
|
|
16889
16912
|
}
|
|
16890
16913
|
.cds--dropdown__wrapper--inline .cds--form-requirement {
|
|
16891
|
-
grid-column:
|
|
16914
|
+
grid-column: 3;
|
|
16892
16915
|
}
|
|
16893
16916
|
|
|
16894
16917
|
.cds--dropdown html {
|
|
@@ -22967,8 +22990,10 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
22967
22990
|
background-color: transparent;
|
|
22968
22991
|
color: var(--cds-notification-action-tertiary-inverse, #ffffff);
|
|
22969
22992
|
}
|
|
22970
|
-
|
|
22971
|
-
|
|
22993
|
+
@media (any-hover: hover) {
|
|
22994
|
+
.cds--actionable-notification:not(.cds--actionable-notification--low-contrast) .cds--actionable-notification__action-button.cds--btn--tertiary:hover {
|
|
22995
|
+
background-color: var(--cds-notification-action-tertiary-inverse-hover, #f4f4f4);
|
|
22996
|
+
}
|
|
22972
22997
|
}
|
|
22973
22998
|
.cds--actionable-notification:not(.cds--actionable-notification--low-contrast) .cds--actionable-notification__action-button.cds--btn--tertiary:focus {
|
|
22974
22999
|
border-color: var(--cds-button-focus-color, var(--cds-focus, #0f62fe));
|
|
@@ -23430,11 +23455,11 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
23430
23455
|
|
|
23431
23456
|
span.cds--pagination__text {
|
|
23432
23457
|
color: var(--cds-text-primary, #161616);
|
|
23433
|
-
margin-inline-start: 1rem;
|
|
23434
23458
|
}
|
|
23435
23459
|
|
|
23436
23460
|
span.cds--pagination__text.cds--pagination__items-count {
|
|
23437
23461
|
color: var(--cds-text-secondary, #525252);
|
|
23462
|
+
margin-inline-start: 1rem;
|
|
23438
23463
|
}
|
|
23439
23464
|
|
|
23440
23465
|
.cds--pagination__button,
|