@carbon/styles 1.63.0 → 1.64.0-rc.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 +114 -113
- package/css/styles.min.css +1 -1
- package/package.json +12 -19
- package/scss/_reset.scss +0 -1
- package/scss/components/date-picker/_flatpickr.scss +2 -2
- package/scss/components/pagination-nav/_pagination-nav.scss +12 -7
- package/scss/components/tabs/_tabs.scss +0 -4
- package/scss/components/text-input/_text-input.scss +17 -0
- package/scss/components/ui-shell/header-panel/_header-panel.scss +1 -0
- package/scss/fonts/__tests__/__snapshots__/fonts-test.js.snap +180 -180
- package/scss/fonts/_mono.scss +9 -66
- package/scss/fonts/_sans-arabic.scss +8 -17
- package/scss/fonts/_sans-devanagari.scss +8 -17
- package/scss/fonts/_sans-hebrew.scss +8 -17
- package/scss/fonts/_sans-thai-looped.scss +8 -17
- package/scss/fonts/_sans-thai.scss +8 -17
- package/scss/fonts/_sans.scss +9 -66
- package/scss/fonts/_serif.scss +9 -66
- package/scss/fonts/_src.scss +5 -20
package/css/styles.css
CHANGED
|
@@ -84,7 +84,6 @@ video {
|
|
|
84
84
|
border: 0;
|
|
85
85
|
margin: 0;
|
|
86
86
|
font: inherit;
|
|
87
|
-
font-feature-settings: "liga" 1;
|
|
88
87
|
font-size: 100%;
|
|
89
88
|
vertical-align: baseline;
|
|
90
89
|
}
|
|
@@ -238,7 +237,7 @@ em {
|
|
|
238
237
|
font-family: "IBM Plex Mono";
|
|
239
238
|
font-style: normal;
|
|
240
239
|
font-weight: 300;
|
|
241
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2") format("woff2");
|
|
240
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Cyrillic.woff") format("woff");
|
|
242
241
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
243
242
|
}
|
|
244
243
|
@font-face {
|
|
@@ -246,7 +245,7 @@ em {
|
|
|
246
245
|
font-family: "IBM Plex Mono";
|
|
247
246
|
font-style: normal;
|
|
248
247
|
font-weight: 300;
|
|
249
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2") format("woff2");
|
|
248
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Pi.woff") format("woff");
|
|
250
249
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
251
250
|
}
|
|
252
251
|
@font-face {
|
|
@@ -254,7 +253,7 @@ em {
|
|
|
254
253
|
font-family: "IBM Plex Mono";
|
|
255
254
|
font-style: normal;
|
|
256
255
|
font-weight: 300;
|
|
257
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2") format("woff2");
|
|
256
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin3.woff") format("woff");
|
|
258
257
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
259
258
|
}
|
|
260
259
|
@font-face {
|
|
@@ -262,7 +261,7 @@ em {
|
|
|
262
261
|
font-family: "IBM Plex Mono";
|
|
263
262
|
font-style: normal;
|
|
264
263
|
font-weight: 300;
|
|
265
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2") format("woff2");
|
|
264
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin2.woff") format("woff");
|
|
266
265
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
267
266
|
}
|
|
268
267
|
@font-face {
|
|
@@ -270,7 +269,7 @@ em {
|
|
|
270
269
|
font-family: "IBM Plex Mono";
|
|
271
270
|
font-style: normal;
|
|
272
271
|
font-weight: 300;
|
|
273
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2") format("woff2");
|
|
272
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin1.woff") format("woff");
|
|
274
273
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
275
274
|
}
|
|
276
275
|
@font-face {
|
|
@@ -278,7 +277,7 @@ em {
|
|
|
278
277
|
font-family: "IBM Plex Mono";
|
|
279
278
|
font-style: italic;
|
|
280
279
|
font-weight: 300;
|
|
281
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2") format("woff2");
|
|
280
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Cyrillic.woff") format("woff");
|
|
282
281
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
283
282
|
}
|
|
284
283
|
@font-face {
|
|
@@ -286,7 +285,7 @@ em {
|
|
|
286
285
|
font-family: "IBM Plex Mono";
|
|
287
286
|
font-style: italic;
|
|
288
287
|
font-weight: 300;
|
|
289
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2") format("woff2");
|
|
288
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Pi.woff") format("woff");
|
|
290
289
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
291
290
|
}
|
|
292
291
|
@font-face {
|
|
@@ -294,7 +293,7 @@ em {
|
|
|
294
293
|
font-family: "IBM Plex Mono";
|
|
295
294
|
font-style: italic;
|
|
296
295
|
font-weight: 300;
|
|
297
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2") format("woff2");
|
|
296
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin3.woff") format("woff");
|
|
298
297
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
299
298
|
}
|
|
300
299
|
@font-face {
|
|
@@ -302,7 +301,7 @@ em {
|
|
|
302
301
|
font-family: "IBM Plex Mono";
|
|
303
302
|
font-style: italic;
|
|
304
303
|
font-weight: 300;
|
|
305
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2") format("woff2");
|
|
304
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin2.woff") format("woff");
|
|
306
305
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
307
306
|
}
|
|
308
307
|
@font-face {
|
|
@@ -310,7 +309,7 @@ em {
|
|
|
310
309
|
font-family: "IBM Plex Mono";
|
|
311
310
|
font-style: italic;
|
|
312
311
|
font-weight: 300;
|
|
313
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2") format("woff2");
|
|
312
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin1.woff") format("woff");
|
|
314
313
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
315
314
|
}
|
|
316
315
|
@font-face {
|
|
@@ -318,7 +317,7 @@ em {
|
|
|
318
317
|
font-family: "IBM Plex Mono";
|
|
319
318
|
font-style: normal;
|
|
320
319
|
font-weight: 400;
|
|
321
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2") format("woff2");
|
|
320
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Cyrillic.woff") format("woff");
|
|
322
321
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
323
322
|
}
|
|
324
323
|
@font-face {
|
|
@@ -326,7 +325,7 @@ em {
|
|
|
326
325
|
font-family: "IBM Plex Mono";
|
|
327
326
|
font-style: normal;
|
|
328
327
|
font-weight: 400;
|
|
329
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2") format("woff2");
|
|
328
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Pi.woff") format("woff");
|
|
330
329
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
331
330
|
}
|
|
332
331
|
@font-face {
|
|
@@ -334,7 +333,7 @@ em {
|
|
|
334
333
|
font-family: "IBM Plex Mono";
|
|
335
334
|
font-style: normal;
|
|
336
335
|
font-weight: 400;
|
|
337
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2") format("woff2");
|
|
336
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin3.woff") format("woff");
|
|
338
337
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
339
338
|
}
|
|
340
339
|
@font-face {
|
|
@@ -342,7 +341,7 @@ em {
|
|
|
342
341
|
font-family: "IBM Plex Mono";
|
|
343
342
|
font-style: normal;
|
|
344
343
|
font-weight: 400;
|
|
345
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2") format("woff2");
|
|
344
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin2.woff") format("woff");
|
|
346
345
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
347
346
|
}
|
|
348
347
|
@font-face {
|
|
@@ -350,7 +349,7 @@ em {
|
|
|
350
349
|
font-family: "IBM Plex Mono";
|
|
351
350
|
font-style: normal;
|
|
352
351
|
font-weight: 400;
|
|
353
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2") format("woff2");
|
|
352
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin1.woff") format("woff");
|
|
354
353
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
355
354
|
}
|
|
356
355
|
@font-face {
|
|
@@ -358,7 +357,7 @@ em {
|
|
|
358
357
|
font-family: "IBM Plex Mono";
|
|
359
358
|
font-style: italic;
|
|
360
359
|
font-weight: 400;
|
|
361
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2") format("woff2");
|
|
360
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Cyrillic.woff") format("woff");
|
|
362
361
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
363
362
|
}
|
|
364
363
|
@font-face {
|
|
@@ -366,7 +365,7 @@ em {
|
|
|
366
365
|
font-family: "IBM Plex Mono";
|
|
367
366
|
font-style: italic;
|
|
368
367
|
font-weight: 400;
|
|
369
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2") format("woff2");
|
|
368
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Pi.woff") format("woff");
|
|
370
369
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
371
370
|
}
|
|
372
371
|
@font-face {
|
|
@@ -374,7 +373,7 @@ em {
|
|
|
374
373
|
font-family: "IBM Plex Mono";
|
|
375
374
|
font-style: italic;
|
|
376
375
|
font-weight: 400;
|
|
377
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2") format("woff2");
|
|
376
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin3.woff") format("woff");
|
|
378
377
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
379
378
|
}
|
|
380
379
|
@font-face {
|
|
@@ -382,7 +381,7 @@ em {
|
|
|
382
381
|
font-family: "IBM Plex Mono";
|
|
383
382
|
font-style: italic;
|
|
384
383
|
font-weight: 400;
|
|
385
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2") format("woff2");
|
|
384
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin2.woff") format("woff");
|
|
386
385
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
387
386
|
}
|
|
388
387
|
@font-face {
|
|
@@ -390,7 +389,7 @@ em {
|
|
|
390
389
|
font-family: "IBM Plex Mono";
|
|
391
390
|
font-style: italic;
|
|
392
391
|
font-weight: 400;
|
|
393
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2") format("woff2");
|
|
392
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin1.woff") format("woff");
|
|
394
393
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
395
394
|
}
|
|
396
395
|
@font-face {
|
|
@@ -398,7 +397,7 @@ em {
|
|
|
398
397
|
font-family: "IBM Plex Mono";
|
|
399
398
|
font-style: normal;
|
|
400
399
|
font-weight: 600;
|
|
401
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2") format("woff2");
|
|
400
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Cyrillic.woff") format("woff");
|
|
402
401
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
403
402
|
}
|
|
404
403
|
@font-face {
|
|
@@ -406,7 +405,7 @@ em {
|
|
|
406
405
|
font-family: "IBM Plex Mono";
|
|
407
406
|
font-style: normal;
|
|
408
407
|
font-weight: 600;
|
|
409
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2") format("woff2");
|
|
408
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Pi.woff") format("woff");
|
|
410
409
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
411
410
|
}
|
|
412
411
|
@font-face {
|
|
@@ -414,7 +413,7 @@ em {
|
|
|
414
413
|
font-family: "IBM Plex Mono";
|
|
415
414
|
font-style: normal;
|
|
416
415
|
font-weight: 600;
|
|
417
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2") format("woff2");
|
|
416
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin3.woff") format("woff");
|
|
418
417
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
419
418
|
}
|
|
420
419
|
@font-face {
|
|
@@ -422,7 +421,7 @@ em {
|
|
|
422
421
|
font-family: "IBM Plex Mono";
|
|
423
422
|
font-style: normal;
|
|
424
423
|
font-weight: 600;
|
|
425
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2") format("woff2");
|
|
424
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin2.woff") format("woff");
|
|
426
425
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
427
426
|
}
|
|
428
427
|
@font-face {
|
|
@@ -430,7 +429,7 @@ em {
|
|
|
430
429
|
font-family: "IBM Plex Mono";
|
|
431
430
|
font-style: normal;
|
|
432
431
|
font-weight: 600;
|
|
433
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2") format("woff2");
|
|
432
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin1.woff") format("woff");
|
|
434
433
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
435
434
|
}
|
|
436
435
|
@font-face {
|
|
@@ -438,7 +437,7 @@ em {
|
|
|
438
437
|
font-family: "IBM Plex Mono";
|
|
439
438
|
font-style: italic;
|
|
440
439
|
font-weight: 600;
|
|
441
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2") format("woff2");
|
|
440
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Cyrillic.woff") format("woff");
|
|
442
441
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
443
442
|
}
|
|
444
443
|
@font-face {
|
|
@@ -446,7 +445,7 @@ em {
|
|
|
446
445
|
font-family: "IBM Plex Mono";
|
|
447
446
|
font-style: italic;
|
|
448
447
|
font-weight: 600;
|
|
449
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2") format("woff2");
|
|
448
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Pi.woff") format("woff");
|
|
450
449
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
451
450
|
}
|
|
452
451
|
@font-face {
|
|
@@ -454,7 +453,7 @@ em {
|
|
|
454
453
|
font-family: "IBM Plex Mono";
|
|
455
454
|
font-style: italic;
|
|
456
455
|
font-weight: 600;
|
|
457
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2") format("woff2");
|
|
456
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin3.woff") format("woff");
|
|
458
457
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
459
458
|
}
|
|
460
459
|
@font-face {
|
|
@@ -462,7 +461,7 @@ em {
|
|
|
462
461
|
font-family: "IBM Plex Mono";
|
|
463
462
|
font-style: italic;
|
|
464
463
|
font-weight: 600;
|
|
465
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2") format("woff2");
|
|
464
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin2.woff") format("woff");
|
|
466
465
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
467
466
|
}
|
|
468
467
|
@font-face {
|
|
@@ -470,7 +469,7 @@ em {
|
|
|
470
469
|
font-family: "IBM Plex Mono";
|
|
471
470
|
font-style: italic;
|
|
472
471
|
font-weight: 600;
|
|
473
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2") format("woff2");
|
|
472
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin1.woff") format("woff");
|
|
474
473
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
475
474
|
}
|
|
476
475
|
@font-face {
|
|
@@ -583,7 +582,7 @@ em {
|
|
|
583
582
|
font-family: "IBM Plex Sans";
|
|
584
583
|
font-style: normal;
|
|
585
584
|
font-weight: 300;
|
|
586
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Cyrillic.woff2") format("woff2");
|
|
585
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Cyrillic.woff") format("woff");
|
|
587
586
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
588
587
|
}
|
|
589
588
|
@font-face {
|
|
@@ -591,7 +590,7 @@ em {
|
|
|
591
590
|
font-family: "IBM Plex Sans";
|
|
592
591
|
font-style: normal;
|
|
593
592
|
font-weight: 300;
|
|
594
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Pi.woff2") format("woff2");
|
|
593
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Pi.woff") format("woff");
|
|
595
594
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
596
595
|
}
|
|
597
596
|
@font-face {
|
|
@@ -599,7 +598,7 @@ em {
|
|
|
599
598
|
font-family: "IBM Plex Sans";
|
|
600
599
|
font-style: normal;
|
|
601
600
|
font-weight: 300;
|
|
602
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin3.woff2") format("woff2");
|
|
601
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin3.woff") format("woff");
|
|
603
602
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
604
603
|
}
|
|
605
604
|
@font-face {
|
|
@@ -607,7 +606,7 @@ em {
|
|
|
607
606
|
font-family: "IBM Plex Sans";
|
|
608
607
|
font-style: normal;
|
|
609
608
|
font-weight: 300;
|
|
610
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin2.woff2") format("woff2");
|
|
609
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin2.woff") format("woff");
|
|
611
610
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
612
611
|
}
|
|
613
612
|
@font-face {
|
|
@@ -615,7 +614,7 @@ em {
|
|
|
615
614
|
font-family: "IBM Plex Sans";
|
|
616
615
|
font-style: normal;
|
|
617
616
|
font-weight: 300;
|
|
618
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin1.woff2") format("woff2");
|
|
617
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin1.woff") format("woff");
|
|
619
618
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
620
619
|
}
|
|
621
620
|
@font-face {
|
|
@@ -623,7 +622,7 @@ em {
|
|
|
623
622
|
font-family: "IBM Plex Sans";
|
|
624
623
|
font-style: italic;
|
|
625
624
|
font-weight: 300;
|
|
626
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Cyrillic.woff2") format("woff2");
|
|
625
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Cyrillic.woff") format("woff");
|
|
627
626
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
628
627
|
}
|
|
629
628
|
@font-face {
|
|
@@ -631,7 +630,7 @@ em {
|
|
|
631
630
|
font-family: "IBM Plex Sans";
|
|
632
631
|
font-style: italic;
|
|
633
632
|
font-weight: 300;
|
|
634
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Pi.woff2") format("woff2");
|
|
633
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Pi.woff") format("woff");
|
|
635
634
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
636
635
|
}
|
|
637
636
|
@font-face {
|
|
@@ -639,7 +638,7 @@ em {
|
|
|
639
638
|
font-family: "IBM Plex Sans";
|
|
640
639
|
font-style: italic;
|
|
641
640
|
font-weight: 300;
|
|
642
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin3.woff2") format("woff2");
|
|
641
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin3.woff") format("woff");
|
|
643
642
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
644
643
|
}
|
|
645
644
|
@font-face {
|
|
@@ -647,7 +646,7 @@ em {
|
|
|
647
646
|
font-family: "IBM Plex Sans";
|
|
648
647
|
font-style: italic;
|
|
649
648
|
font-weight: 300;
|
|
650
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin2.woff2") format("woff2");
|
|
649
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin2.woff") format("woff");
|
|
651
650
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
652
651
|
}
|
|
653
652
|
@font-face {
|
|
@@ -655,7 +654,7 @@ em {
|
|
|
655
654
|
font-family: "IBM Plex Sans";
|
|
656
655
|
font-style: italic;
|
|
657
656
|
font-weight: 300;
|
|
658
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin1.woff2") format("woff2");
|
|
657
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin1.woff") format("woff");
|
|
659
658
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
660
659
|
}
|
|
661
660
|
@font-face {
|
|
@@ -663,7 +662,7 @@ em {
|
|
|
663
662
|
font-family: "IBM Plex Sans";
|
|
664
663
|
font-style: normal;
|
|
665
664
|
font-weight: 400;
|
|
666
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Cyrillic.woff2") format("woff2");
|
|
665
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Cyrillic.woff") format("woff");
|
|
667
666
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
668
667
|
}
|
|
669
668
|
@font-face {
|
|
@@ -671,7 +670,7 @@ em {
|
|
|
671
670
|
font-family: "IBM Plex Sans";
|
|
672
671
|
font-style: normal;
|
|
673
672
|
font-weight: 400;
|
|
674
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Pi.woff2") format("woff2");
|
|
673
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Pi.woff") format("woff");
|
|
675
674
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
676
675
|
}
|
|
677
676
|
@font-face {
|
|
@@ -679,7 +678,7 @@ em {
|
|
|
679
678
|
font-family: "IBM Plex Sans";
|
|
680
679
|
font-style: normal;
|
|
681
680
|
font-weight: 400;
|
|
682
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin3.woff2") format("woff2");
|
|
681
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin3.woff") format("woff");
|
|
683
682
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
684
683
|
}
|
|
685
684
|
@font-face {
|
|
@@ -687,7 +686,7 @@ em {
|
|
|
687
686
|
font-family: "IBM Plex Sans";
|
|
688
687
|
font-style: normal;
|
|
689
688
|
font-weight: 400;
|
|
690
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin2.woff2") format("woff2");
|
|
689
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin2.woff") format("woff");
|
|
691
690
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
692
691
|
}
|
|
693
692
|
@font-face {
|
|
@@ -695,7 +694,7 @@ em {
|
|
|
695
694
|
font-family: "IBM Plex Sans";
|
|
696
695
|
font-style: normal;
|
|
697
696
|
font-weight: 400;
|
|
698
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2") format("woff2");
|
|
697
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin1.woff") format("woff");
|
|
699
698
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
700
699
|
}
|
|
701
700
|
@font-face {
|
|
@@ -703,7 +702,7 @@ em {
|
|
|
703
702
|
font-family: "IBM Plex Sans";
|
|
704
703
|
font-style: italic;
|
|
705
704
|
font-weight: 400;
|
|
706
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Cyrillic.woff2") format("woff2");
|
|
705
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Cyrillic.woff") format("woff");
|
|
707
706
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
708
707
|
}
|
|
709
708
|
@font-face {
|
|
@@ -711,7 +710,7 @@ em {
|
|
|
711
710
|
font-family: "IBM Plex Sans";
|
|
712
711
|
font-style: italic;
|
|
713
712
|
font-weight: 400;
|
|
714
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Pi.woff2") format("woff2");
|
|
713
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Pi.woff") format("woff");
|
|
715
714
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
716
715
|
}
|
|
717
716
|
@font-face {
|
|
@@ -719,7 +718,7 @@ em {
|
|
|
719
718
|
font-family: "IBM Plex Sans";
|
|
720
719
|
font-style: italic;
|
|
721
720
|
font-weight: 400;
|
|
722
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin3.woff2") format("woff2");
|
|
721
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin3.woff") format("woff");
|
|
723
722
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
724
723
|
}
|
|
725
724
|
@font-face {
|
|
@@ -727,7 +726,7 @@ em {
|
|
|
727
726
|
font-family: "IBM Plex Sans";
|
|
728
727
|
font-style: italic;
|
|
729
728
|
font-weight: 400;
|
|
730
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin2.woff2") format("woff2");
|
|
729
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin2.woff") format("woff");
|
|
731
730
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
732
731
|
}
|
|
733
732
|
@font-face {
|
|
@@ -735,7 +734,7 @@ em {
|
|
|
735
734
|
font-family: "IBM Plex Sans";
|
|
736
735
|
font-style: italic;
|
|
737
736
|
font-weight: 400;
|
|
738
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin1.woff2") format("woff2");
|
|
737
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin1.woff") format("woff");
|
|
739
738
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
740
739
|
}
|
|
741
740
|
@font-face {
|
|
@@ -743,7 +742,7 @@ em {
|
|
|
743
742
|
font-family: "IBM Plex Sans";
|
|
744
743
|
font-style: normal;
|
|
745
744
|
font-weight: 600;
|
|
746
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Cyrillic.woff2") format("woff2");
|
|
745
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Cyrillic.woff") format("woff");
|
|
747
746
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
748
747
|
}
|
|
749
748
|
@font-face {
|
|
@@ -751,7 +750,7 @@ em {
|
|
|
751
750
|
font-family: "IBM Plex Sans";
|
|
752
751
|
font-style: normal;
|
|
753
752
|
font-weight: 600;
|
|
754
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Pi.woff2") format("woff2");
|
|
753
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Pi.woff") format("woff");
|
|
755
754
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
756
755
|
}
|
|
757
756
|
@font-face {
|
|
@@ -759,7 +758,7 @@ em {
|
|
|
759
758
|
font-family: "IBM Plex Sans";
|
|
760
759
|
font-style: normal;
|
|
761
760
|
font-weight: 600;
|
|
762
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin3.woff2") format("woff2");
|
|
761
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin3.woff") format("woff");
|
|
763
762
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
764
763
|
}
|
|
765
764
|
@font-face {
|
|
@@ -767,7 +766,7 @@ em {
|
|
|
767
766
|
font-family: "IBM Plex Sans";
|
|
768
767
|
font-style: normal;
|
|
769
768
|
font-weight: 600;
|
|
770
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin2.woff2") format("woff2");
|
|
769
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin2.woff") format("woff");
|
|
771
770
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
772
771
|
}
|
|
773
772
|
@font-face {
|
|
@@ -775,7 +774,7 @@ em {
|
|
|
775
774
|
font-family: "IBM Plex Sans";
|
|
776
775
|
font-style: normal;
|
|
777
776
|
font-weight: 600;
|
|
778
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2") format("woff2");
|
|
777
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin1.woff") format("woff");
|
|
779
778
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
780
779
|
}
|
|
781
780
|
@font-face {
|
|
@@ -783,7 +782,7 @@ em {
|
|
|
783
782
|
font-family: "IBM Plex Sans";
|
|
784
783
|
font-style: italic;
|
|
785
784
|
font-weight: 600;
|
|
786
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Cyrillic.woff2") format("woff2");
|
|
785
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Cyrillic.woff") format("woff");
|
|
787
786
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
788
787
|
}
|
|
789
788
|
@font-face {
|
|
@@ -791,7 +790,7 @@ em {
|
|
|
791
790
|
font-family: "IBM Plex Sans";
|
|
792
791
|
font-style: italic;
|
|
793
792
|
font-weight: 600;
|
|
794
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Pi.woff2") format("woff2");
|
|
793
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Pi.woff") format("woff");
|
|
795
794
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
796
795
|
}
|
|
797
796
|
@font-face {
|
|
@@ -799,7 +798,7 @@ em {
|
|
|
799
798
|
font-family: "IBM Plex Sans";
|
|
800
799
|
font-style: italic;
|
|
801
800
|
font-weight: 600;
|
|
802
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin3.woff2") format("woff2");
|
|
801
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin3.woff") format("woff");
|
|
803
802
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
804
803
|
}
|
|
805
804
|
@font-face {
|
|
@@ -807,7 +806,7 @@ em {
|
|
|
807
806
|
font-family: "IBM Plex Sans";
|
|
808
807
|
font-style: italic;
|
|
809
808
|
font-weight: 600;
|
|
810
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin2.woff2") format("woff2");
|
|
809
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin2.woff") format("woff");
|
|
811
810
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
812
811
|
}
|
|
813
812
|
@font-face {
|
|
@@ -815,7 +814,7 @@ em {
|
|
|
815
814
|
font-family: "IBM Plex Sans";
|
|
816
815
|
font-style: italic;
|
|
817
816
|
font-weight: 600;
|
|
818
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin1.woff2") format("woff2");
|
|
817
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin1.woff") format("woff");
|
|
819
818
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
820
819
|
}
|
|
821
820
|
@font-face {
|
|
@@ -823,7 +822,7 @@ em {
|
|
|
823
822
|
font-family: "IBM Plex Serif";
|
|
824
823
|
font-style: normal;
|
|
825
824
|
font-weight: 300;
|
|
826
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Cyrillic.woff2") format("woff2");
|
|
825
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Cyrillic.woff") format("woff");
|
|
827
826
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
828
827
|
}
|
|
829
828
|
@font-face {
|
|
@@ -831,7 +830,7 @@ em {
|
|
|
831
830
|
font-family: "IBM Plex Serif";
|
|
832
831
|
font-style: normal;
|
|
833
832
|
font-weight: 300;
|
|
834
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Pi.woff2") format("woff2");
|
|
833
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Pi.woff") format("woff");
|
|
835
834
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
836
835
|
}
|
|
837
836
|
@font-face {
|
|
@@ -839,7 +838,7 @@ em {
|
|
|
839
838
|
font-family: "IBM Plex Serif";
|
|
840
839
|
font-style: normal;
|
|
841
840
|
font-weight: 300;
|
|
842
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin3.woff2") format("woff2");
|
|
841
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin3.woff") format("woff");
|
|
843
842
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
844
843
|
}
|
|
845
844
|
@font-face {
|
|
@@ -847,7 +846,7 @@ em {
|
|
|
847
846
|
font-family: "IBM Plex Serif";
|
|
848
847
|
font-style: normal;
|
|
849
848
|
font-weight: 300;
|
|
850
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin2.woff2") format("woff2");
|
|
849
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin2.woff") format("woff");
|
|
851
850
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
852
851
|
}
|
|
853
852
|
@font-face {
|
|
@@ -855,7 +854,7 @@ em {
|
|
|
855
854
|
font-family: "IBM Plex Serif";
|
|
856
855
|
font-style: normal;
|
|
857
856
|
font-weight: 300;
|
|
858
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin1.woff2") format("woff2");
|
|
857
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin1.woff") format("woff");
|
|
859
858
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
860
859
|
}
|
|
861
860
|
@font-face {
|
|
@@ -863,7 +862,7 @@ em {
|
|
|
863
862
|
font-family: "IBM Plex Serif";
|
|
864
863
|
font-style: italic;
|
|
865
864
|
font-weight: 300;
|
|
866
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Cyrillic.woff2") format("woff2");
|
|
865
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Cyrillic.woff") format("woff");
|
|
867
866
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
868
867
|
}
|
|
869
868
|
@font-face {
|
|
@@ -871,7 +870,7 @@ em {
|
|
|
871
870
|
font-family: "IBM Plex Serif";
|
|
872
871
|
font-style: italic;
|
|
873
872
|
font-weight: 300;
|
|
874
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Pi.woff2") format("woff2");
|
|
873
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Pi.woff") format("woff");
|
|
875
874
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
876
875
|
}
|
|
877
876
|
@font-face {
|
|
@@ -879,7 +878,7 @@ em {
|
|
|
879
878
|
font-family: "IBM Plex Serif";
|
|
880
879
|
font-style: italic;
|
|
881
880
|
font-weight: 300;
|
|
882
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin3.woff2") format("woff2");
|
|
881
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin3.woff") format("woff");
|
|
883
882
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
884
883
|
}
|
|
885
884
|
@font-face {
|
|
@@ -887,7 +886,7 @@ em {
|
|
|
887
886
|
font-family: "IBM Plex Serif";
|
|
888
887
|
font-style: italic;
|
|
889
888
|
font-weight: 300;
|
|
890
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin2.woff2") format("woff2");
|
|
889
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin2.woff") format("woff");
|
|
891
890
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
892
891
|
}
|
|
893
892
|
@font-face {
|
|
@@ -895,7 +894,7 @@ em {
|
|
|
895
894
|
font-family: "IBM Plex Serif";
|
|
896
895
|
font-style: italic;
|
|
897
896
|
font-weight: 300;
|
|
898
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin1.woff2") format("woff2");
|
|
897
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin1.woff") format("woff");
|
|
899
898
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
900
899
|
}
|
|
901
900
|
@font-face {
|
|
@@ -903,7 +902,7 @@ em {
|
|
|
903
902
|
font-family: "IBM Plex Serif";
|
|
904
903
|
font-style: normal;
|
|
905
904
|
font-weight: 400;
|
|
906
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Cyrillic.woff2") format("woff2");
|
|
905
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Cyrillic.woff") format("woff");
|
|
907
906
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
908
907
|
}
|
|
909
908
|
@font-face {
|
|
@@ -911,7 +910,7 @@ em {
|
|
|
911
910
|
font-family: "IBM Plex Serif";
|
|
912
911
|
font-style: normal;
|
|
913
912
|
font-weight: 400;
|
|
914
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Pi.woff2") format("woff2");
|
|
913
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Pi.woff") format("woff");
|
|
915
914
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
916
915
|
}
|
|
917
916
|
@font-face {
|
|
@@ -919,7 +918,7 @@ em {
|
|
|
919
918
|
font-family: "IBM Plex Serif";
|
|
920
919
|
font-style: normal;
|
|
921
920
|
font-weight: 400;
|
|
922
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin3.woff2") format("woff2");
|
|
921
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin3.woff") format("woff");
|
|
923
922
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
924
923
|
}
|
|
925
924
|
@font-face {
|
|
@@ -927,7 +926,7 @@ em {
|
|
|
927
926
|
font-family: "IBM Plex Serif";
|
|
928
927
|
font-style: normal;
|
|
929
928
|
font-weight: 400;
|
|
930
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin2.woff2") format("woff2");
|
|
929
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin2.woff") format("woff");
|
|
931
930
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
932
931
|
}
|
|
933
932
|
@font-face {
|
|
@@ -935,7 +934,7 @@ em {
|
|
|
935
934
|
font-family: "IBM Plex Serif";
|
|
936
935
|
font-style: normal;
|
|
937
936
|
font-weight: 400;
|
|
938
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin1.woff2") format("woff2");
|
|
937
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin1.woff") format("woff");
|
|
939
938
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
940
939
|
}
|
|
941
940
|
@font-face {
|
|
@@ -943,7 +942,7 @@ em {
|
|
|
943
942
|
font-family: "IBM Plex Serif";
|
|
944
943
|
font-style: italic;
|
|
945
944
|
font-weight: 400;
|
|
946
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Cyrillic.woff2") format("woff2");
|
|
945
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Cyrillic.woff") format("woff");
|
|
947
946
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
948
947
|
}
|
|
949
948
|
@font-face {
|
|
@@ -951,7 +950,7 @@ em {
|
|
|
951
950
|
font-family: "IBM Plex Serif";
|
|
952
951
|
font-style: italic;
|
|
953
952
|
font-weight: 400;
|
|
954
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Pi.woff2") format("woff2");
|
|
953
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Pi.woff") format("woff");
|
|
955
954
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
956
955
|
}
|
|
957
956
|
@font-face {
|
|
@@ -959,7 +958,7 @@ em {
|
|
|
959
958
|
font-family: "IBM Plex Serif";
|
|
960
959
|
font-style: italic;
|
|
961
960
|
font-weight: 400;
|
|
962
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin3.woff2") format("woff2");
|
|
961
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin3.woff") format("woff");
|
|
963
962
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
964
963
|
}
|
|
965
964
|
@font-face {
|
|
@@ -967,7 +966,7 @@ em {
|
|
|
967
966
|
font-family: "IBM Plex Serif";
|
|
968
967
|
font-style: italic;
|
|
969
968
|
font-weight: 400;
|
|
970
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin2.woff2") format("woff2");
|
|
969
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin2.woff") format("woff");
|
|
971
970
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
972
971
|
}
|
|
973
972
|
@font-face {
|
|
@@ -975,7 +974,7 @@ em {
|
|
|
975
974
|
font-family: "IBM Plex Serif";
|
|
976
975
|
font-style: italic;
|
|
977
976
|
font-weight: 400;
|
|
978
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin1.woff2") format("woff2");
|
|
977
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin1.woff") format("woff");
|
|
979
978
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
980
979
|
}
|
|
981
980
|
@font-face {
|
|
@@ -983,7 +982,7 @@ em {
|
|
|
983
982
|
font-family: "IBM Plex Serif";
|
|
984
983
|
font-style: normal;
|
|
985
984
|
font-weight: 600;
|
|
986
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Cyrillic.woff2") format("woff2");
|
|
985
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Cyrillic.woff") format("woff");
|
|
987
986
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
988
987
|
}
|
|
989
988
|
@font-face {
|
|
@@ -991,7 +990,7 @@ em {
|
|
|
991
990
|
font-family: "IBM Plex Serif";
|
|
992
991
|
font-style: normal;
|
|
993
992
|
font-weight: 600;
|
|
994
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Pi.woff2") format("woff2");
|
|
993
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Pi.woff") format("woff");
|
|
995
994
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
996
995
|
}
|
|
997
996
|
@font-face {
|
|
@@ -999,7 +998,7 @@ em {
|
|
|
999
998
|
font-family: "IBM Plex Serif";
|
|
1000
999
|
font-style: normal;
|
|
1001
1000
|
font-weight: 600;
|
|
1002
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin3.woff2") format("woff2");
|
|
1001
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin3.woff") format("woff");
|
|
1003
1002
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
1004
1003
|
}
|
|
1005
1004
|
@font-face {
|
|
@@ -1007,7 +1006,7 @@ em {
|
|
|
1007
1006
|
font-family: "IBM Plex Serif";
|
|
1008
1007
|
font-style: normal;
|
|
1009
1008
|
font-weight: 600;
|
|
1010
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin2.woff2") format("woff2");
|
|
1009
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin2.woff") format("woff");
|
|
1011
1010
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
1012
1011
|
}
|
|
1013
1012
|
@font-face {
|
|
@@ -1015,7 +1014,7 @@ em {
|
|
|
1015
1014
|
font-family: "IBM Plex Serif";
|
|
1016
1015
|
font-style: normal;
|
|
1017
1016
|
font-weight: 600;
|
|
1018
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin1.woff2") format("woff2");
|
|
1017
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin1.woff") format("woff");
|
|
1019
1018
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
1020
1019
|
}
|
|
1021
1020
|
@font-face {
|
|
@@ -1023,7 +1022,7 @@ em {
|
|
|
1023
1022
|
font-family: "IBM Plex Serif";
|
|
1024
1023
|
font-style: italic;
|
|
1025
1024
|
font-weight: 600;
|
|
1026
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff2") format("woff2");
|
|
1025
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff") format("woff");
|
|
1027
1026
|
unicode-range: "U+0400-045F", "U+0472-0473", "U+0490-049D", "U+04A0-04A5", "U+04AA-04AB", "U+04AE-04B3", "U+04B6-04BB", "U+04C0-04C2", "U+04CF-04D9", "U+04DC-04DF", "U+04E2-04E9", "U+04EE-04F5", "U+04F8-04F9";
|
|
1028
1027
|
}
|
|
1029
1028
|
@font-face {
|
|
@@ -1031,7 +1030,7 @@ em {
|
|
|
1031
1030
|
font-family: "IBM Plex Serif";
|
|
1032
1031
|
font-style: italic;
|
|
1033
1032
|
font-weight: 600;
|
|
1034
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Pi.woff2") format("woff2");
|
|
1033
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Pi.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Pi.woff") format("woff");
|
|
1035
1034
|
unicode-range: "U+0E3F", "U+2032-2033", "U+2070", "U+2075-2079", "U+2080-2081", "U+2083", "U+2085-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+221A", "U+221E", "U+222B", "U+2248", "U+2260", "U+2264-2265", "U+25CA", "U+2713", "U+274C", "U+2B0E-2B11", "U+EBE1-EBE7", "U+ECE0", "U+EFCC";
|
|
1036
1035
|
}
|
|
1037
1036
|
@font-face {
|
|
@@ -1039,7 +1038,7 @@ em {
|
|
|
1039
1038
|
font-family: "IBM Plex Serif";
|
|
1040
1039
|
font-style: italic;
|
|
1041
1040
|
font-weight: 600;
|
|
1042
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin3.woff2") format("woff2");
|
|
1041
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin3.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin3.woff") format("woff");
|
|
1043
1042
|
unicode-range: "U+0102-0103", "U+1EA0-1EF9", "U+20AB";
|
|
1044
1043
|
}
|
|
1045
1044
|
@font-face {
|
|
@@ -1047,7 +1046,7 @@ em {
|
|
|
1047
1046
|
font-family: "IBM Plex Serif";
|
|
1048
1047
|
font-style: italic;
|
|
1049
1048
|
font-weight: 600;
|
|
1050
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin2.woff2") format("woff2");
|
|
1049
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin2.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin2.woff") format("woff");
|
|
1051
1050
|
unicode-range: "U+0100-024F", "U+0259", "U+1E00-1EFF", "U+20A0-20AB", "U+20AD-20CF", "U+2C60-2C7F", "U+A720-A7FF", "U+FB01-FB02";
|
|
1052
1051
|
}
|
|
1053
1052
|
@font-face {
|
|
@@ -1055,7 +1054,7 @@ em {
|
|
|
1055
1054
|
font-family: "IBM Plex Serif";
|
|
1056
1055
|
font-style: italic;
|
|
1057
1056
|
font-weight: 600;
|
|
1058
|
-
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin1.woff2") format("woff2");
|
|
1057
|
+
src: url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin1.woff2") format("woff2"), url("https://1.www.s81c.com/common/carbon/plex/fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin1.woff") format("woff");
|
|
1059
1058
|
unicode-range: "U+0000", "U+000D", "U+0020-007E", "U+00A0-00A3", "U+00A4-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+2074", "U+20AC", "U+2122", "U+2212", "U+FB01-FB02";
|
|
1060
1059
|
}
|
|
1061
1060
|
:root {
|
|
@@ -8282,6 +8281,20 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8282
8281
|
fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
|
|
8283
8282
|
}
|
|
8284
8283
|
|
|
8284
|
+
.cds--text-input--password__visibility__toggle:disabled.cds--tooltip__trigger {
|
|
8285
|
+
cursor: default;
|
|
8286
|
+
}
|
|
8287
|
+
.cds--text-input--password__visibility__toggle:disabled.cds--tooltip__trigger svg {
|
|
8288
|
+
fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
|
|
8289
|
+
}
|
|
8290
|
+
|
|
8291
|
+
.cds--text-input--password__visibility__toggle:disabled.cds--tooltip__trigger:hover {
|
|
8292
|
+
cursor: default;
|
|
8293
|
+
}
|
|
8294
|
+
.cds--text-input--password__visibility__toggle:disabled.cds--tooltip__trigger:hover svg {
|
|
8295
|
+
fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
|
|
8296
|
+
}
|
|
8297
|
+
|
|
8285
8298
|
.cds--text-input__counter-alert {
|
|
8286
8299
|
position: absolute;
|
|
8287
8300
|
overflow: hidden;
|
|
@@ -13857,9 +13870,9 @@ th .cds--table-sort__flex {
|
|
|
13857
13870
|
}
|
|
13858
13871
|
|
|
13859
13872
|
.flatpickr-calendar.inline {
|
|
13860
|
-
position:
|
|
13873
|
+
position: absolute;
|
|
13861
13874
|
display: block;
|
|
13862
|
-
inset-block-start:
|
|
13875
|
+
inset-block-start: auto;
|
|
13863
13876
|
}
|
|
13864
13877
|
|
|
13865
13878
|
.flatpickr-calendar.static {
|
|
@@ -20653,6 +20666,8 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20653
20666
|
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
|
20654
20667
|
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
|
20655
20668
|
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
|
20669
|
+
--cds-layout-size-height-local: clamp(max(var(--cds-layout-size-height-min), var(--cds-layout-size-height-sm)), var(--cds-layout-size-height, var(--cds-layout-size-height-lg)), min(var(--cds-layout-size-height-max), var(--cds-layout-size-height-lg)));
|
|
20670
|
+
--cds-layout-density-padding-inline-local: clamp(var(--cds-layout-density-padding-inline-min), var(--cds-layout-density-padding-inline, var(--cds-layout-density-padding-inline-normal)), var(--cds-layout-density-padding-inline-max));
|
|
20656
20671
|
line-height: 0;
|
|
20657
20672
|
}
|
|
20658
20673
|
.cds--pagination-nav html {
|
|
@@ -20711,12 +20726,12 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20711
20726
|
text-align: start;
|
|
20712
20727
|
position: relative;
|
|
20713
20728
|
display: block;
|
|
20714
|
-
padding:
|
|
20729
|
+
padding: calc((var(--cds-layout-size-height-local) - 0.875rem) / 2) 0.25rem;
|
|
20715
20730
|
border-radius: 0;
|
|
20716
20731
|
color: var(--cds-text-primary, #161616);
|
|
20717
20732
|
font-weight: 400;
|
|
20718
20733
|
line-height: 1;
|
|
20719
|
-
min-inline-size:
|
|
20734
|
+
min-inline-size: var(--cds-layout-size-height-local);
|
|
20720
20735
|
outline: 0;
|
|
20721
20736
|
text-align: center;
|
|
20722
20737
|
text-decoration: none;
|
|
@@ -20801,7 +20816,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20801
20816
|
-webkit-appearance: none;
|
|
20802
20817
|
-moz-appearance: none;
|
|
20803
20818
|
appearance: none;
|
|
20804
|
-
max-block-size:
|
|
20819
|
+
max-block-size: var(--cds-layout-size-height-local);
|
|
20805
20820
|
text-indent: calc(50% - 4.5px);
|
|
20806
20821
|
}
|
|
20807
20822
|
@-moz-document url-prefix() {
|
|
@@ -20845,7 +20860,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
20845
20860
|
|
|
20846
20861
|
.cds--pagination-nav__select-icon {
|
|
20847
20862
|
position: absolute;
|
|
20848
|
-
inset-block-start: calc(50% - 0.
|
|
20863
|
+
inset-block-start: calc(50% - 0.25rem);
|
|
20849
20864
|
inset-inline-start: calc(50% - 0.5rem);
|
|
20850
20865
|
pointer-events: none;
|
|
20851
20866
|
}
|
|
@@ -22857,22 +22872,6 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22857
22872
|
.cds--tabs--contained ~ .cds--tab-content {
|
|
22858
22873
|
background: var(--cds-layer);
|
|
22859
22874
|
}
|
|
22860
|
-
.cds--tabs--contained ~ .cds--tab-content > * {
|
|
22861
|
-
--cds-layer: var(--cds-layer-02, #ffffff);
|
|
22862
|
-
--cds-layer-active: var(--cds-layer-active-02, #c6c6c6);
|
|
22863
|
-
--cds-layer-hover: var(--cds-layer-hover-02, #e8e8e8);
|
|
22864
|
-
--cds-layer-selected: var(--cds-layer-selected-02, #e0e0e0);
|
|
22865
|
-
--cds-layer-selected-hover: var(--cds-layer-selected-hover-02, #d1d1d1);
|
|
22866
|
-
--cds-layer-accent: var(--cds-layer-accent-02, #e0e0e0);
|
|
22867
|
-
--cds-layer-accent-hover: var(--cds-layer-accent-hover-02, #d1d1d1);
|
|
22868
|
-
--cds-layer-accent-active: var(--cds-layer-accent-active-02, #a8a8a8);
|
|
22869
|
-
--cds-field: var(--cds-field-02, #ffffff);
|
|
22870
|
-
--cds-field-hover: var(--cds-field-hover-02, #e8e8e8);
|
|
22871
|
-
--cds-border-subtle: var(--cds-border-subtle-01, #c6c6c6);
|
|
22872
|
-
--cds-border-subtle-selected: var(--cds-border-subtle-selected-02, #c6c6c6);
|
|
22873
|
-
--cds-border-strong: var(--cds-border-strong-02, #8d8d8d);
|
|
22874
|
-
--cds-border-tile: var(--cds-border-tile-02, #a8a8a8);
|
|
22875
|
-
}
|
|
22876
22875
|
|
|
22877
22876
|
.cds--tabs--vertical ~ .cds--tab-content {
|
|
22878
22877
|
grid-column: 3/-1;
|
|
@@ -24503,6 +24502,7 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
|
|
|
24503
24502
|
border-inline-end: 1px solid var(--cds-border-subtle);
|
|
24504
24503
|
border-inline-start: 1px solid var(--cds-border-subtle);
|
|
24505
24504
|
inline-size: 16rem;
|
|
24505
|
+
overflow-y: auto;
|
|
24506
24506
|
}
|
|
24507
24507
|
|
|
24508
24508
|
.cds--side-nav {
|
|
@@ -25532,6 +25532,7 @@ a.cds--header__menu-item.cds--header__menu-item--current:focus {
|
|
|
25532
25532
|
border-inline-end: 1px solid var(--cds-border-subtle);
|
|
25533
25533
|
border-inline-start: 1px solid var(--cds-border-subtle);
|
|
25534
25534
|
inline-size: 16rem;
|
|
25535
|
+
overflow-y: auto;
|
|
25535
25536
|
}
|
|
25536
25537
|
|
|
25537
25538
|
.cds--side-nav {
|