@carbon/charts 0.41.49 → 0.41.50
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/CHANGELOG.md +8 -0
- package/build/demo/data/index.d.ts +9 -3
- package/build/demo/data/wordcloud.d.ts +14 -0
- package/build/src/charts/index.d.ts +1 -0
- package/build/src/charts/wordcloud.d.ts +6 -0
- package/build/src/components/graphs/wordcloud.d.ts +10 -0
- package/build/src/components/index.d.ts +1 -0
- package/build/src/configuration.d.ts +2 -1
- package/build/src/interfaces/charts.d.ts +23 -0
- package/build/src/interfaces/events.d.ts +9 -0
- package/bundle.js +1 -1
- package/charts/index.d.ts +1 -0
- package/charts/index.js +1 -0
- package/charts/index.js.map +1 -1
- package/charts/wordcloud.d.ts +6 -0
- package/charts/wordcloud.js +46 -0
- package/charts/wordcloud.js.map +1 -0
- package/components/essentials/tooltip-axis.js +1 -1
- package/components/essentials/tooltip-axis.js.map +1 -1
- package/components/graphs/boxplot.js +2 -2
- package/components/graphs/boxplot.js.map +1 -1
- package/components/graphs/wordcloud.d.ts +10 -0
- package/components/graphs/wordcloud.js +229 -0
- package/components/graphs/wordcloud.js.map +1 -0
- package/components/index.d.ts +1 -0
- package/components/index.js +1 -0
- package/components/index.js.map +1 -1
- package/configuration.d.ts +2 -1
- package/configuration.js +22 -0
- package/configuration.js.map +1 -1
- package/demo/data/bundle.js +1 -1
- package/demo/data/index.d.ts +9 -3
- package/demo/data/index.js +25 -8
- package/demo/data/index.js.map +1 -1
- package/demo/data/wordcloud.d.ts +14 -0
- package/demo/data/wordcloud.js +105 -0
- package/demo/data/wordcloud.js.map +1 -0
- package/demo/styles.css +2824 -28
- package/demo/styles.css.map +1 -1
- package/demo/styles.min.css +1 -1
- package/demo/styles.min.css.map +1 -1
- package/demo/tsconfig.tsbuildinfo +29 -15
- package/interfaces/charts.d.ts +23 -0
- package/interfaces/charts.js.map +1 -1
- package/interfaces/events.d.ts +9 -0
- package/interfaces/events.js +10 -0
- package/interfaces/events.js.map +1 -1
- package/package.json +8 -7
- package/styles/_type.scss +4 -2
- package/styles/graphs/_wordcloud.scss +7 -0
- package/styles/graphs/index.scss +1 -0
- package/styles/vendor/@carbon/colors/README.md +4 -3
- package/styles/vendor/@carbon/colors/es/index.js +13 -12
- package/styles/vendor/@carbon/colors/lib/index.js +98 -93
- package/styles/vendor/@carbon/colors/package.json +14 -10
- package/styles/vendor/@carbon/colors/scss/colors.scss +1 -1
- package/styles/vendor/@carbon/colors/scss/index.scss +1 -1
- package/styles/vendor/@carbon/colors/scss/mixins.scss +33 -13
- package/styles/vendor/@carbon/colors/umd/index.js +99 -94
- package/styles/vendor/@carbon/elements/README.md +0 -6
- package/styles/vendor/@carbon/elements/es/index.js +4 -11
- package/styles/vendor/@carbon/elements/lib/index.js +959 -13
- package/styles/vendor/@carbon/elements/package.json +17 -13
- package/styles/vendor/@carbon/elements/scss/colors/colors.scss +1 -1
- package/styles/vendor/@carbon/elements/scss/colors/index.scss +1 -1
- package/styles/vendor/@carbon/elements/scss/colors/mixins.scss +33 -13
- package/styles/vendor/@carbon/elements/scss/grid/_inlined/_mixins.scss +82 -22
- package/styles/vendor/@carbon/elements/scss/grid/_mixins.scss +82 -22
- package/styles/vendor/@carbon/elements/scss/grid/modules/_breakpoint.scss +266 -0
- package/styles/vendor/@carbon/{themes/node_modules/@carbon/colors/scss/colors.scss → elements/scss/grid/modules/_config.scss} +6 -6
- package/styles/vendor/@carbon/elements/scss/grid/modules/_css-grid.scss +350 -0
- package/styles/vendor/@carbon/elements/scss/grid/modules/_mixins.scss +323 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/elements/scss/grid/vendor/@carbon/layout/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/elements/scss/layout/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/elements/scss/layout/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/elements/scss/layout/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/elements/scss/motion/motion.scss +24 -0
- package/styles/vendor/@carbon/elements/scss/themes/generated/_mixins.scss +643 -138
- package/styles/vendor/@carbon/elements/scss/themes/generated/_themes.scss +154 -77
- package/styles/vendor/@carbon/elements/scss/themes/generated/_tokens.scss +157 -75
- package/styles/vendor/@carbon/elements/scss/themes/modules/_theme.scss +50 -0
- package/styles/vendor/@carbon/elements/scss/themes/modules/_themes.scss +8 -0
- package/styles/vendor/@carbon/elements/scss/themes/modules/_utilities.scss +18 -0
- package/styles/vendor/@carbon/elements/scss/themes/modules/generated/_themes.scss +247 -0
- package/styles/vendor/@carbon/elements/scss/type/_font-family.scss +2 -2
- package/styles/vendor/@carbon/elements/scss/type/_inlined/_font-family.scss +2 -2
- package/styles/vendor/@carbon/elements/scss/type/_inlined/_reset.scss +9 -3
- package/styles/vendor/@carbon/elements/scss/type/_inlined/_scale.scss +2 -2
- package/styles/vendor/@carbon/elements/scss/type/_inlined/_styles.scss +60 -57
- package/styles/vendor/@carbon/elements/scss/type/_inlined/font-face/_mono.scss +72 -72
- package/styles/vendor/@carbon/elements/scss/type/_inlined/font-face/_sans-condensed.scss +302 -0
- package/styles/vendor/@carbon/elements/scss/type/_inlined/font-face/_sans.scss +84 -84
- package/styles/vendor/@carbon/elements/scss/type/_inlined/font-face/_serif.scss +72 -72
- package/styles/vendor/@carbon/elements/scss/type/_reset.scss +9 -3
- package/styles/vendor/@carbon/elements/scss/type/_scale.scss +2 -2
- package/styles/vendor/@carbon/elements/scss/type/_styles.scss +60 -57
- package/styles/vendor/@carbon/elements/scss/type/font-face/_mono.scss +72 -72
- package/styles/vendor/@carbon/elements/scss/type/font-face/_sans-condensed.scss +302 -0
- package/styles/vendor/@carbon/elements/scss/type/font-face/_sans.scss +84 -84
- package/styles/vendor/@carbon/elements/scss/type/font-face/_serif.scss +72 -72
- package/styles/vendor/@carbon/elements/scss/type/modules/_classes.scss +42 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_font-family.scss +70 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_prefix.scss +11 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_reset.scss +92 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_scale.scss +56 -0
- package/styles/vendor/@carbon/elements/scss/type/modules/_styles.scss +713 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/elements/scss/type/vendor/@carbon/layout/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/elements/src/__tests__/PublicAPI-test.js +12 -0
- package/styles/vendor/@carbon/elements/src/__tests__/__snapshots__/PublicAPI-test.js.snap +306 -0
- package/styles/vendor/@carbon/elements/src/index.js +166 -4
- package/styles/vendor/@carbon/elements/umd/index.js +961 -17
- package/styles/vendor/@carbon/layout/README.md +0 -6
- package/styles/vendor/@carbon/layout/es/index.js +1 -1
- package/styles/vendor/@carbon/{themes/node_modules/@carbon/colors/scss → layout}/index.scss +5 -6
- package/styles/vendor/@carbon/layout/lib/index.js +30 -30
- package/styles/vendor/@carbon/layout/package.json +14 -10
- package/styles/vendor/@carbon/layout/scss/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/layout/scss/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/layout/scss/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/layout/scss/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/layout/scss/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/layout/scss/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/layout/scss/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/layout/umd/index.js +31 -31
- package/styles/vendor/@carbon/motion/README.md +0 -6
- package/styles/vendor/@carbon/motion/es/index.js +8 -1
- package/styles/vendor/@carbon/motion/index.scss +56 -0
- package/styles/vendor/@carbon/motion/lib/index.js +14 -0
- package/styles/vendor/@carbon/motion/package.json +10 -6
- package/styles/vendor/@carbon/motion/scss/motion.scss +24 -0
- package/styles/vendor/@carbon/motion/src/index.js +16 -0
- package/styles/vendor/@carbon/motion/umd/index.js +15 -1
- package/styles/vendor/@carbon/themes/README.md +5 -4
- package/styles/vendor/@carbon/themes/es/index.js +719 -57
- package/styles/vendor/@carbon/themes/index.scss +9 -0
- package/styles/vendor/@carbon/themes/lib/index.js +1297 -251
- package/styles/vendor/@carbon/themes/metadata.yml +3 -0
- package/styles/vendor/@carbon/themes/package.json +23 -14
- package/styles/vendor/@carbon/themes/scss/_mixins.scss +27 -146
- package/styles/vendor/@carbon/themes/scss/_theme-maps.scss +3 -263
- package/styles/vendor/@carbon/themes/scss/_tokens.scss +2 -297
- package/styles/vendor/@carbon/themes/scss/generated/_mixins.scss +1851 -0
- package/styles/vendor/@carbon/themes/scss/generated/_themes.scss +1534 -0
- package/styles/vendor/@carbon/themes/scss/generated/_tokens.scss +1757 -0
- package/styles/vendor/@carbon/themes/scss/modules/_theme.scss +50 -0
- package/styles/vendor/@carbon/themes/scss/modules/_themes.scss +8 -0
- package/styles/vendor/@carbon/themes/scss/modules/_utilities.scss +18 -0
- package/styles/vendor/@carbon/themes/scss/modules/generated/_themes.scss +247 -0
- package/styles/vendor/@carbon/themes/scss/themes.scss +3 -2
- package/styles/vendor/@carbon/themes/src/g10.js +97 -5
- package/styles/vendor/@carbon/themes/src/g100.js +96 -4
- package/styles/vendor/@carbon/themes/src/g90.js +98 -6
- package/styles/vendor/@carbon/themes/src/index.js +5 -3
- package/styles/vendor/@carbon/themes/src/tokens.js +112 -2
- package/styles/vendor/@carbon/themes/src/tools.js +25 -0
- package/styles/vendor/@carbon/themes/src/v9.js +181 -0
- package/styles/vendor/@carbon/themes/src/white.js +98 -3
- package/styles/vendor/@carbon/themes/umd/index.js +1297 -254
- package/styles/vendor/@carbon/type/README.md +0 -6
- package/styles/vendor/@carbon/type/es/index.js +111 -82
- package/styles/vendor/@carbon/type/lib/index.js +132 -103
- package/styles/vendor/@carbon/type/package.json +12 -8
- package/styles/vendor/@carbon/type/scss/_font-family.scss +2 -2
- package/styles/vendor/@carbon/type/scss/_inlined/_font-family.scss +2 -2
- package/styles/vendor/@carbon/type/scss/_inlined/_reset.scss +9 -3
- package/styles/vendor/@carbon/type/scss/_inlined/_scale.scss +2 -2
- package/styles/vendor/@carbon/type/scss/_inlined/_styles.scss +60 -57
- package/styles/vendor/@carbon/type/scss/_inlined/font-face/_mono.scss +72 -72
- package/styles/vendor/@carbon/type/scss/_inlined/font-face/_sans-condensed.scss +302 -0
- package/styles/vendor/@carbon/type/scss/_inlined/font-face/_sans.scss +84 -84
- package/styles/vendor/@carbon/type/scss/_inlined/font-face/_serif.scss +72 -72
- package/styles/vendor/@carbon/type/scss/_reset.scss +9 -3
- package/styles/vendor/@carbon/type/scss/_scale.scss +2 -2
- package/styles/vendor/@carbon/type/scss/_styles.scss +60 -57
- package/styles/vendor/@carbon/type/scss/font-face/_mono.scss +72 -72
- package/styles/vendor/@carbon/type/scss/font-face/_sans-condensed.scss +302 -0
- package/styles/vendor/@carbon/type/scss/font-face/_sans.scss +84 -84
- package/styles/vendor/@carbon/type/scss/font-face/_serif.scss +72 -72
- package/styles/vendor/@carbon/type/scss/modules/_classes.scss +42 -0
- package/styles/vendor/@carbon/type/scss/modules/_font-family.scss +70 -0
- package/styles/vendor/@carbon/type/scss/modules/_prefix.scss +11 -0
- package/styles/vendor/@carbon/type/scss/modules/_reset.scss +92 -0
- package/styles/vendor/@carbon/type/scss/modules/_scale.scss +56 -0
- package/styles/vendor/@carbon/type/scss/modules/_styles.scss +713 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/_breakpoint.scss +8 -3
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/_breakpoint.scss +232 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/_convert.scss +40 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/_spacing.scss +9 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/_utilities.scss +41 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/generated/_fluid-spacing.scss +37 -0
- package/styles/vendor/@carbon/type/scss/vendor/@carbon/layout/modules/generated/_spacing.scss +85 -0
- package/styles/vendor/@carbon/type/src/__tests__/__snapshots__/styles-test.js.snap +32 -34
- package/styles/vendor/@carbon/type/src/__tests__/exports-test.js +1 -1
- package/styles/vendor/@carbon/type/src/__tests__/fluid-test.js +26 -26
- package/styles/vendor/@carbon/type/src/__tests__/styles-test.js +1 -1
- package/styles/vendor/@carbon/type/src/__tests__/tokens-test.js +2 -2
- package/styles/vendor/@carbon/type/src/fluid.js +1 -1
- package/styles/vendor/@carbon/type/src/index.js +1 -1
- package/styles/vendor/@carbon/type/src/styles.js +65 -64
- package/styles/vendor/@carbon/type/src/tokens.js +64 -31
- package/styles/vendor/@carbon/type/umd/index.js +134 -105
- package/styles-g10.css +570 -2
- package/styles-g10.css.map +1 -1
- package/styles-g10.min.css +1 -1
- package/styles-g10.min.css.map +1 -1
- package/styles-g100.css +574 -6
- package/styles-g100.css.map +1 -1
- package/styles-g100.min.css +1 -1
- package/styles-g100.min.css.map +1 -1
- package/styles-g90.css +574 -6
- package/styles-g90.css.map +1 -1
- package/styles-g90.min.css +1 -1
- package/styles-g90.min.css.map +1 -1
- package/styles.css +570 -2
- package/styles.css.map +1 -1
- package/styles.min.css +1 -1
- package/styles.min.css.map +1 -1
- package/tsconfig.tsbuildinfo +64 -14
- package/styles/vendor/@carbon/layout/docs/sass.md +0 -1899
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/LICENSE +0 -201
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/README.md +0 -154
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/es/index.js +0 -287
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/lib/index.js +0 -410
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/package.json +0 -51
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/scss/mixins.scss +0 -646
- package/styles/vendor/@carbon/themes/node_modules/@carbon/colors/umd/index.js +0 -416
package/demo/styles.css
CHANGED
|
@@ -23,6 +23,60 @@ div.container {
|
|
|
23
23
|
padding: 30px;
|
|
24
24
|
}
|
|
25
25
|
div.container.theme--white {
|
|
26
|
+
/* cyrillic-ext */
|
|
27
|
+
/* cyrillic */
|
|
28
|
+
/* greek */
|
|
29
|
+
/* vietnamese */
|
|
30
|
+
/* latin-ext */
|
|
31
|
+
/* latin */
|
|
32
|
+
/* cyrillic-ext */
|
|
33
|
+
/* cyrillic */
|
|
34
|
+
/* greek */
|
|
35
|
+
/* vietnamese */
|
|
36
|
+
/* latin-ext */
|
|
37
|
+
/* latin */
|
|
38
|
+
/* cyrillic-ext */
|
|
39
|
+
/* cyrillic */
|
|
40
|
+
/* greek */
|
|
41
|
+
/* vietnamese */
|
|
42
|
+
/* latin-ext */
|
|
43
|
+
/* latin */
|
|
44
|
+
/* cyrillic-ext */
|
|
45
|
+
/* cyrillic */
|
|
46
|
+
/* greek */
|
|
47
|
+
/* vietnamese */
|
|
48
|
+
/* latin-ext */
|
|
49
|
+
/* latin */
|
|
50
|
+
/* cyrillic-ext */
|
|
51
|
+
/* cyrillic */
|
|
52
|
+
/* greek */
|
|
53
|
+
/* vietnamese */
|
|
54
|
+
/* latin-ext */
|
|
55
|
+
/* latin */
|
|
56
|
+
/* cyrillic-ext */
|
|
57
|
+
/* cyrillic */
|
|
58
|
+
/* greek */
|
|
59
|
+
/* vietnamese */
|
|
60
|
+
/* latin-ext */
|
|
61
|
+
/* latin */
|
|
62
|
+
/* vietnamese */
|
|
63
|
+
/* latin-ext */
|
|
64
|
+
/* latin */
|
|
65
|
+
/* vietnamese */
|
|
66
|
+
/* latin-ext */
|
|
67
|
+
/* latin */
|
|
68
|
+
/* vietnamese */
|
|
69
|
+
/* latin-ext */
|
|
70
|
+
/* latin */
|
|
71
|
+
/* vietnamese */
|
|
72
|
+
/* latin-ext */
|
|
73
|
+
/* latin */
|
|
74
|
+
/* vietnamese */
|
|
75
|
+
/* latin-ext */
|
|
76
|
+
/* latin */
|
|
77
|
+
/* vietnamese */
|
|
78
|
+
/* latin-ext */
|
|
79
|
+
/* latin */
|
|
26
80
|
color: #161616;
|
|
27
81
|
background-color: #ffffff;
|
|
28
82
|
line-height: 1;
|
|
@@ -811,7 +865,7 @@ div.container.theme--white .bx--cc--axes g.axis g.ticks.invisible {
|
|
|
811
865
|
visibility: hidden;
|
|
812
866
|
}
|
|
813
867
|
div.container.theme--white .bx--cc--axes g.axis g.tick text {
|
|
814
|
-
fill: #
|
|
868
|
+
fill: #525252;
|
|
815
869
|
font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
|
|
816
870
|
}
|
|
817
871
|
div.container.theme--white .bx--cc--axes g.axis g.tick line {
|
|
@@ -821,7 +875,7 @@ div.container.theme--white .bx--cc--axes g.axis path.domain {
|
|
|
821
875
|
stroke: #8d8d8d;
|
|
822
876
|
}
|
|
823
877
|
div.container.theme--white .bx--cc--chart-svg g.callouts {
|
|
824
|
-
stroke: #
|
|
878
|
+
stroke: #525252;
|
|
825
879
|
}
|
|
826
880
|
div.container.theme--white .bx--cc--grid-brush g.grid-brush rect.selection {
|
|
827
881
|
fill: none;
|
|
@@ -925,7 +979,7 @@ div.container.theme--white g.bx--cc--legend g.legend-item rect.checkbox {
|
|
|
925
979
|
stroke-opacity: 1;
|
|
926
980
|
}
|
|
927
981
|
div.container.theme--white g.bx--cc--legend g.legend-item rect.checkbox:not(.active) {
|
|
928
|
-
stroke: #
|
|
982
|
+
stroke: #525252;
|
|
929
983
|
fill: #ffffff;
|
|
930
984
|
}
|
|
931
985
|
div.container.theme--white g.bx--cc--legend g.legend-item rect.checkbox:not(.active) ~ g.check {
|
|
@@ -942,7 +996,7 @@ div.container.theme--white g.bx--cc--legend g.legend-item g.check > svg path {
|
|
|
942
996
|
}
|
|
943
997
|
div.container.theme--white g.bx--cc--legend g.legend-item text {
|
|
944
998
|
font-size: 12px;
|
|
945
|
-
fill: #
|
|
999
|
+
fill: #525252;
|
|
946
1000
|
}
|
|
947
1001
|
div.container.theme--white g.bx--cc--legend.clickable g.legend-item:hover {
|
|
948
1002
|
cursor: pointer;
|
|
@@ -1210,7 +1264,7 @@ div.container.theme--white a.bx--overflow-menu-options__btn::before {
|
|
|
1210
1264
|
div.container.theme--white .bx--overflow-menu-options__btn {
|
|
1211
1265
|
font-size: 0.875rem;
|
|
1212
1266
|
font-weight: 400;
|
|
1213
|
-
line-height: 1.
|
|
1267
|
+
line-height: 1.29;
|
|
1214
1268
|
letter-spacing: 0.16px;
|
|
1215
1269
|
outline: 2px solid transparent;
|
|
1216
1270
|
outline-offset: -2px;
|
|
@@ -1224,7 +1278,7 @@ div.container.theme--white .bx--overflow-menu-options__btn {
|
|
|
1224
1278
|
text-align: left;
|
|
1225
1279
|
padding: 0 1rem;
|
|
1226
1280
|
cursor: pointer;
|
|
1227
|
-
color: #
|
|
1281
|
+
color: #525252;
|
|
1228
1282
|
max-width: 11.25rem;
|
|
1229
1283
|
transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9), color 110ms cubic-bezier(0, 0, 0.38, 0.9);
|
|
1230
1284
|
}
|
|
@@ -1509,7 +1563,7 @@ div.container.theme--white a.bx--overflow-menu-options__btn::before {
|
|
|
1509
1563
|
div.container.theme--white .bx--overflow-menu-options__btn {
|
|
1510
1564
|
font-size: 0.875rem;
|
|
1511
1565
|
font-weight: 400;
|
|
1512
|
-
line-height: 1.
|
|
1566
|
+
line-height: 1.29;
|
|
1513
1567
|
letter-spacing: 0.16px;
|
|
1514
1568
|
outline: 2px solid transparent;
|
|
1515
1569
|
outline-offset: -2px;
|
|
@@ -1523,7 +1577,7 @@ div.container.theme--white .bx--overflow-menu-options__btn {
|
|
|
1523
1577
|
text-align: left;
|
|
1524
1578
|
padding: 0 1rem;
|
|
1525
1579
|
cursor: pointer;
|
|
1526
|
-
color: #
|
|
1580
|
+
color: #525252;
|
|
1527
1581
|
max-width: 11.25rem;
|
|
1528
1582
|
transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9), color 110ms cubic-bezier(0, 0, 0.38, 0.9);
|
|
1529
1583
|
}
|
|
@@ -1856,13 +1910,658 @@ div.container.theme--white .bx--cc--lollipop line.line {
|
|
|
1856
1910
|
div.container.theme--white .bx--cc--lollipop circle.dot {
|
|
1857
1911
|
stroke-width: 1.5;
|
|
1858
1912
|
}
|
|
1913
|
+
div.container.theme--white .bx--cc--wordcloud text.word.light {
|
|
1914
|
+
font-weight: 300;
|
|
1915
|
+
}
|
|
1916
|
+
@font-face {
|
|
1917
|
+
div.container.theme--white {
|
|
1918
|
+
font-weight: 300;
|
|
1919
|
+
font-family: "IBM Plex Sans";
|
|
1920
|
+
font-style: italic;
|
|
1921
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfo.woff) format("woff");
|
|
1922
|
+
font-display: auto;
|
|
1923
|
+
}
|
|
1924
|
+
}
|
|
1925
|
+
@font-face {
|
|
1926
|
+
div.container.theme--white {
|
|
1927
|
+
font-weight: 400;
|
|
1928
|
+
font-family: "IBM Plex Sans";
|
|
1929
|
+
font-style: italic;
|
|
1930
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZP.woff) format("woff");
|
|
1931
|
+
font-display: auto;
|
|
1932
|
+
}
|
|
1933
|
+
}
|
|
1934
|
+
@font-face {
|
|
1935
|
+
div.container.theme--white {
|
|
1936
|
+
font-weight: 600;
|
|
1937
|
+
font-family: "IBM Plex Sans";
|
|
1938
|
+
font-style: italic;
|
|
1939
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfo.woff) format("woff");
|
|
1940
|
+
font-display: auto;
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
@font-face {
|
|
1944
|
+
div.container.theme--white {
|
|
1945
|
+
font-weight: 300;
|
|
1946
|
+
font-family: "IBM Plex Sans";
|
|
1947
|
+
font-style: normal;
|
|
1948
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscg.woff) format("woff");
|
|
1949
|
+
font-display: auto;
|
|
1950
|
+
}
|
|
1951
|
+
}
|
|
1952
|
+
@font-face {
|
|
1953
|
+
div.container.theme--white {
|
|
1954
|
+
font-weight: 400;
|
|
1955
|
+
font-family: "IBM Plex Sans";
|
|
1956
|
+
font-style: normal;
|
|
1957
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff) format("woff");
|
|
1958
|
+
font-display: auto;
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1961
|
+
@font-face {
|
|
1962
|
+
div.container.theme--white {
|
|
1963
|
+
font-weight: 600;
|
|
1964
|
+
font-family: "IBM Plex Sans";
|
|
1965
|
+
font-style: normal;
|
|
1966
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFscg.woff) format("woff");
|
|
1967
|
+
font-display: auto;
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
@font-face {
|
|
1971
|
+
div.container.theme--white {
|
|
1972
|
+
font-weight: 300;
|
|
1973
|
+
font-family: "IBM Plex Sans";
|
|
1974
|
+
font-style: italic;
|
|
1975
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format("woff2");
|
|
1976
|
+
font-display: auto;
|
|
1977
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
1978
|
+
}
|
|
1979
|
+
}
|
|
1980
|
+
@font-face {
|
|
1981
|
+
div.container.theme--white {
|
|
1982
|
+
font-weight: 300;
|
|
1983
|
+
font-family: "IBM Plex Sans";
|
|
1984
|
+
font-style: italic;
|
|
1985
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format("woff2");
|
|
1986
|
+
font-display: auto;
|
|
1987
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
1988
|
+
}
|
|
1989
|
+
}
|
|
1990
|
+
@font-face {
|
|
1991
|
+
div.container.theme--white {
|
|
1992
|
+
font-weight: 300;
|
|
1993
|
+
font-family: "IBM Plex Sans";
|
|
1994
|
+
font-style: italic;
|
|
1995
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format("woff2");
|
|
1996
|
+
font-display: auto;
|
|
1997
|
+
unicode-range: U+0370-03FF;
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
2000
|
+
@font-face {
|
|
2001
|
+
div.container.theme--white {
|
|
2002
|
+
font-weight: 300;
|
|
2003
|
+
font-family: "IBM Plex Sans";
|
|
2004
|
+
font-style: italic;
|
|
2005
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format("woff2");
|
|
2006
|
+
font-display: auto;
|
|
2007
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
2008
|
+
}
|
|
2009
|
+
}
|
|
2010
|
+
@font-face {
|
|
2011
|
+
div.container.theme--white {
|
|
2012
|
+
font-weight: 300;
|
|
2013
|
+
font-family: "IBM Plex Sans";
|
|
2014
|
+
font-style: italic;
|
|
2015
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format("woff2");
|
|
2016
|
+
font-display: auto;
|
|
2017
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2018
|
+
}
|
|
2019
|
+
}
|
|
2020
|
+
@font-face {
|
|
2021
|
+
div.container.theme--white {
|
|
2022
|
+
font-weight: 300;
|
|
2023
|
+
font-family: "IBM Plex Sans";
|
|
2024
|
+
font-style: italic;
|
|
2025
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format("woff2");
|
|
2026
|
+
font-display: auto;
|
|
2027
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
@font-face {
|
|
2031
|
+
div.container.theme--white {
|
|
2032
|
+
font-weight: 400;
|
|
2033
|
+
font-family: "IBM Plex Sans";
|
|
2034
|
+
font-style: italic;
|
|
2035
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format("woff2");
|
|
2036
|
+
font-display: auto;
|
|
2037
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2038
|
+
}
|
|
2039
|
+
}
|
|
2040
|
+
@font-face {
|
|
2041
|
+
div.container.theme--white {
|
|
2042
|
+
font-weight: 400;
|
|
2043
|
+
font-family: "IBM Plex Sans";
|
|
2044
|
+
font-style: italic;
|
|
2045
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format("woff2");
|
|
2046
|
+
font-display: auto;
|
|
2047
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2048
|
+
}
|
|
2049
|
+
}
|
|
2050
|
+
@font-face {
|
|
2051
|
+
div.container.theme--white {
|
|
2052
|
+
font-weight: 400;
|
|
2053
|
+
font-family: "IBM Plex Sans";
|
|
2054
|
+
font-style: italic;
|
|
2055
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format("woff2");
|
|
2056
|
+
font-display: auto;
|
|
2057
|
+
unicode-range: U+0370-03FF;
|
|
2058
|
+
}
|
|
2059
|
+
}
|
|
2060
|
+
@font-face {
|
|
2061
|
+
div.container.theme--white {
|
|
2062
|
+
font-weight: 400;
|
|
2063
|
+
font-family: "IBM Plex Sans";
|
|
2064
|
+
font-style: italic;
|
|
2065
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format("woff2");
|
|
2066
|
+
font-display: auto;
|
|
2067
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
2068
|
+
}
|
|
2069
|
+
}
|
|
2070
|
+
@font-face {
|
|
2071
|
+
div.container.theme--white {
|
|
2072
|
+
font-weight: 400;
|
|
2073
|
+
font-family: "IBM Plex Sans";
|
|
2074
|
+
font-style: italic;
|
|
2075
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format("woff2");
|
|
2076
|
+
font-display: auto;
|
|
2077
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2078
|
+
}
|
|
2079
|
+
}
|
|
2080
|
+
@font-face {
|
|
2081
|
+
div.container.theme--white {
|
|
2082
|
+
font-weight: 400;
|
|
2083
|
+
font-family: "IBM Plex Sans";
|
|
2084
|
+
font-style: italic;
|
|
2085
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format("woff2");
|
|
2086
|
+
font-display: auto;
|
|
2087
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
@font-face {
|
|
2091
|
+
div.container.theme--white {
|
|
2092
|
+
font-weight: 600;
|
|
2093
|
+
font-family: "IBM Plex Sans";
|
|
2094
|
+
font-style: italic;
|
|
2095
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format("woff2");
|
|
2096
|
+
font-display: auto;
|
|
2097
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2098
|
+
}
|
|
2099
|
+
}
|
|
2100
|
+
@font-face {
|
|
2101
|
+
div.container.theme--white {
|
|
2102
|
+
font-weight: 600;
|
|
2103
|
+
font-family: "IBM Plex Sans";
|
|
2104
|
+
font-style: italic;
|
|
2105
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format("woff2");
|
|
2106
|
+
font-display: auto;
|
|
2107
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2108
|
+
}
|
|
2109
|
+
}
|
|
2110
|
+
@font-face {
|
|
2111
|
+
div.container.theme--white {
|
|
2112
|
+
font-weight: 600;
|
|
2113
|
+
font-family: "IBM Plex Sans";
|
|
2114
|
+
font-style: italic;
|
|
2115
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format("woff2");
|
|
2116
|
+
font-display: auto;
|
|
2117
|
+
unicode-range: U+0370-03FF;
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
2120
|
+
@font-face {
|
|
2121
|
+
div.container.theme--white {
|
|
2122
|
+
font-weight: 600;
|
|
2123
|
+
font-family: "IBM Plex Sans";
|
|
2124
|
+
font-style: italic;
|
|
2125
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format("woff2");
|
|
2126
|
+
font-display: auto;
|
|
2127
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
2128
|
+
}
|
|
2129
|
+
}
|
|
2130
|
+
@font-face {
|
|
2131
|
+
div.container.theme--white {
|
|
2132
|
+
font-weight: 600;
|
|
2133
|
+
font-family: "IBM Plex Sans";
|
|
2134
|
+
font-style: italic;
|
|
2135
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format("woff2");
|
|
2136
|
+
font-display: auto;
|
|
2137
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2140
|
+
@font-face {
|
|
2141
|
+
div.container.theme--white {
|
|
2142
|
+
font-weight: 600;
|
|
2143
|
+
font-family: "IBM Plex Sans";
|
|
2144
|
+
font-style: italic;
|
|
2145
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format("woff2");
|
|
2146
|
+
font-display: auto;
|
|
2147
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2148
|
+
}
|
|
2149
|
+
}
|
|
2150
|
+
@font-face {
|
|
2151
|
+
div.container.theme--white {
|
|
2152
|
+
font-weight: 300;
|
|
2153
|
+
font-family: "IBM Plex Sans";
|
|
2154
|
+
font-style: normal;
|
|
2155
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format("woff2");
|
|
2156
|
+
font-display: auto;
|
|
2157
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2158
|
+
}
|
|
2159
|
+
}
|
|
2160
|
+
@font-face {
|
|
2161
|
+
div.container.theme--white {
|
|
2162
|
+
font-weight: 300;
|
|
2163
|
+
font-family: "IBM Plex Sans";
|
|
2164
|
+
font-style: normal;
|
|
2165
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format("woff2");
|
|
2166
|
+
font-display: auto;
|
|
2167
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2168
|
+
}
|
|
2169
|
+
}
|
|
2170
|
+
@font-face {
|
|
2171
|
+
div.container.theme--white {
|
|
2172
|
+
font-weight: 300;
|
|
2173
|
+
font-family: "IBM Plex Sans";
|
|
2174
|
+
font-style: normal;
|
|
2175
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format("woff2");
|
|
2176
|
+
font-display: auto;
|
|
2177
|
+
unicode-range: U+0370-03FF;
|
|
2178
|
+
}
|
|
2179
|
+
}
|
|
2180
|
+
@font-face {
|
|
2181
|
+
div.container.theme--white {
|
|
2182
|
+
font-weight: 300;
|
|
2183
|
+
font-family: "IBM Plex Sans";
|
|
2184
|
+
font-style: normal;
|
|
2185
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format("woff2");
|
|
2186
|
+
font-display: auto;
|
|
2187
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
2188
|
+
}
|
|
2189
|
+
}
|
|
2190
|
+
@font-face {
|
|
2191
|
+
div.container.theme--white {
|
|
2192
|
+
font-weight: 300;
|
|
2193
|
+
font-family: "IBM Plex Sans";
|
|
2194
|
+
font-style: normal;
|
|
2195
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format("woff2");
|
|
2196
|
+
font-display: auto;
|
|
2197
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2198
|
+
}
|
|
2199
|
+
}
|
|
2200
|
+
@font-face {
|
|
2201
|
+
div.container.theme--white {
|
|
2202
|
+
font-weight: 300;
|
|
2203
|
+
font-family: "IBM Plex Sans";
|
|
2204
|
+
font-style: normal;
|
|
2205
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format("woff2");
|
|
2206
|
+
font-display: auto;
|
|
2207
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2208
|
+
}
|
|
2209
|
+
}
|
|
2210
|
+
@font-face {
|
|
2211
|
+
div.container.theme--white {
|
|
2212
|
+
font-weight: 400;
|
|
2213
|
+
font-family: "IBM Plex Sans";
|
|
2214
|
+
font-style: normal;
|
|
2215
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format("woff2");
|
|
2216
|
+
font-display: auto;
|
|
2217
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2218
|
+
}
|
|
2219
|
+
}
|
|
2220
|
+
@font-face {
|
|
2221
|
+
div.container.theme--white {
|
|
2222
|
+
font-weight: 400;
|
|
2223
|
+
font-family: "IBM Plex Sans";
|
|
2224
|
+
font-style: normal;
|
|
2225
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format("woff2");
|
|
2226
|
+
font-display: auto;
|
|
2227
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2228
|
+
}
|
|
2229
|
+
}
|
|
2230
|
+
@font-face {
|
|
2231
|
+
div.container.theme--white {
|
|
2232
|
+
font-weight: 400;
|
|
2233
|
+
font-family: "IBM Plex Sans";
|
|
2234
|
+
font-style: normal;
|
|
2235
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format("woff2");
|
|
2236
|
+
font-display: auto;
|
|
2237
|
+
unicode-range: U+0370-03FF;
|
|
2238
|
+
}
|
|
2239
|
+
}
|
|
2240
|
+
@font-face {
|
|
2241
|
+
div.container.theme--white {
|
|
2242
|
+
font-weight: 400;
|
|
2243
|
+
font-family: "IBM Plex Sans";
|
|
2244
|
+
font-style: normal;
|
|
2245
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format("woff2");
|
|
2246
|
+
font-display: auto;
|
|
2247
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
@font-face {
|
|
2251
|
+
div.container.theme--white {
|
|
2252
|
+
font-weight: 400;
|
|
2253
|
+
font-family: "IBM Plex Sans";
|
|
2254
|
+
font-style: normal;
|
|
2255
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format("woff2");
|
|
2256
|
+
font-display: auto;
|
|
2257
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2258
|
+
}
|
|
2259
|
+
}
|
|
2260
|
+
@font-face {
|
|
2261
|
+
div.container.theme--white {
|
|
2262
|
+
font-weight: 400;
|
|
2263
|
+
font-family: "IBM Plex Sans";
|
|
2264
|
+
font-style: normal;
|
|
2265
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format("woff2");
|
|
2266
|
+
font-display: auto;
|
|
2267
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2268
|
+
}
|
|
2269
|
+
}
|
|
2270
|
+
@font-face {
|
|
2271
|
+
div.container.theme--white {
|
|
2272
|
+
font-weight: 600;
|
|
2273
|
+
font-family: "IBM Plex Sans";
|
|
2274
|
+
font-style: normal;
|
|
2275
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format("woff2");
|
|
2276
|
+
font-display: auto;
|
|
2277
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2280
|
+
@font-face {
|
|
2281
|
+
div.container.theme--white {
|
|
2282
|
+
font-weight: 600;
|
|
2283
|
+
font-family: "IBM Plex Sans";
|
|
2284
|
+
font-style: normal;
|
|
2285
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format("woff2");
|
|
2286
|
+
font-display: auto;
|
|
2287
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
2288
|
+
}
|
|
2289
|
+
}
|
|
2290
|
+
@font-face {
|
|
2291
|
+
div.container.theme--white {
|
|
2292
|
+
font-weight: 600;
|
|
2293
|
+
font-family: "IBM Plex Sans";
|
|
2294
|
+
font-style: normal;
|
|
2295
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format("woff2");
|
|
2296
|
+
font-display: auto;
|
|
2297
|
+
unicode-range: U+0370-03FF;
|
|
2298
|
+
}
|
|
2299
|
+
}
|
|
2300
|
+
@font-face {
|
|
2301
|
+
div.container.theme--white {
|
|
2302
|
+
font-weight: 600;
|
|
2303
|
+
font-family: "IBM Plex Sans";
|
|
2304
|
+
font-style: normal;
|
|
2305
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format("woff2");
|
|
2306
|
+
font-display: auto;
|
|
2307
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
2308
|
+
}
|
|
2309
|
+
}
|
|
2310
|
+
@font-face {
|
|
2311
|
+
div.container.theme--white {
|
|
2312
|
+
font-weight: 600;
|
|
2313
|
+
font-family: "IBM Plex Sans";
|
|
2314
|
+
font-style: normal;
|
|
2315
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format("woff2");
|
|
2316
|
+
font-display: auto;
|
|
2317
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2318
|
+
}
|
|
2319
|
+
}
|
|
2320
|
+
@font-face {
|
|
2321
|
+
div.container.theme--white {
|
|
2322
|
+
font-weight: 600;
|
|
2323
|
+
font-family: "IBM Plex Sans";
|
|
2324
|
+
font-style: normal;
|
|
2325
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format("woff2");
|
|
2326
|
+
font-display: auto;
|
|
2327
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2330
|
+
@font-face {
|
|
2331
|
+
div.container.theme--white {
|
|
2332
|
+
font-weight: 300;
|
|
2333
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2334
|
+
font-style: italic;
|
|
2335
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYA.woff) format("woff");
|
|
2336
|
+
}
|
|
2337
|
+
}
|
|
2338
|
+
@font-face {
|
|
2339
|
+
div.container.theme--white {
|
|
2340
|
+
font-weight: 400;
|
|
2341
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2342
|
+
font-style: italic;
|
|
2343
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKg.woff) format("woff");
|
|
2344
|
+
}
|
|
2345
|
+
}
|
|
2346
|
+
@font-face {
|
|
2347
|
+
div.container.theme--white {
|
|
2348
|
+
font-weight: 600;
|
|
2349
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2350
|
+
font-style: italic;
|
|
2351
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYA.woff) format("woff");
|
|
2352
|
+
}
|
|
2353
|
+
}
|
|
2354
|
+
@font-face {
|
|
2355
|
+
div.container.theme--white {
|
|
2356
|
+
font-weight: 300;
|
|
2357
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2358
|
+
font-style: normal;
|
|
2359
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovo.woff) format("woff");
|
|
2360
|
+
}
|
|
2361
|
+
}
|
|
2362
|
+
@font-face {
|
|
2363
|
+
div.container.theme--white {
|
|
2364
|
+
font-weight: 400;
|
|
2365
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2366
|
+
font-style: normal;
|
|
2367
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbat.woff) format("woff");
|
|
2368
|
+
}
|
|
2369
|
+
}
|
|
2370
|
+
@font-face {
|
|
2371
|
+
div.container.theme--white {
|
|
2372
|
+
font-weight: 600;
|
|
2373
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2374
|
+
font-style: normal;
|
|
2375
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivo.woff) format("woff");
|
|
2376
|
+
}
|
|
2377
|
+
}
|
|
2378
|
+
@font-face {
|
|
2379
|
+
div.container.theme--white {
|
|
2380
|
+
font-weight: 300;
|
|
2381
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2382
|
+
font-style: italic;
|
|
2383
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYstEzi6D11GTg.woff2) format("woff2");
|
|
2384
|
+
font-display: swap;
|
|
2385
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
2386
|
+
}
|
|
2387
|
+
}
|
|
2388
|
+
@font-face {
|
|
2389
|
+
div.container.theme--white {
|
|
2390
|
+
font-weight: 300;
|
|
2391
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2392
|
+
font-style: italic;
|
|
2393
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYotEzi6D11GTg.woff2) format("woff2");
|
|
2394
|
+
font-display: swap;
|
|
2395
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2396
|
+
}
|
|
2397
|
+
}
|
|
2398
|
+
@font-face {
|
|
2399
|
+
div.container.theme--white {
|
|
2400
|
+
font-weight: 300;
|
|
2401
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2402
|
+
font-style: italic;
|
|
2403
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYQtEzi6D10.woff2) format("woff2");
|
|
2404
|
+
font-display: swap;
|
|
2405
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2406
|
+
}
|
|
2407
|
+
}
|
|
2408
|
+
@font-face {
|
|
2409
|
+
div.container.theme--white {
|
|
2410
|
+
font-weight: 400;
|
|
2411
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2412
|
+
font-style: italic;
|
|
2413
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KPLgKkPHhKABg.woff2) format("woff2");
|
|
2414
|
+
font-display: swap;
|
|
2415
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
2416
|
+
}
|
|
2417
|
+
}
|
|
2418
|
+
@font-face {
|
|
2419
|
+
div.container.theme--white {
|
|
2420
|
+
font-weight: 400;
|
|
2421
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2422
|
+
font-style: italic;
|
|
2423
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KLLgKkPHhKABg.woff2) format("woff2");
|
|
2424
|
+
font-display: swap;
|
|
2425
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2426
|
+
}
|
|
2427
|
+
}
|
|
2428
|
+
@font-face {
|
|
2429
|
+
div.container.theme--white {
|
|
2430
|
+
font-weight: 400;
|
|
2431
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2432
|
+
font-style: italic;
|
|
2433
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KzLgKkPHhI.woff2) format("woff2");
|
|
2434
|
+
font-display: swap;
|
|
2435
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2436
|
+
}
|
|
2437
|
+
}
|
|
2438
|
+
@font-face {
|
|
2439
|
+
div.container.theme--white {
|
|
2440
|
+
font-weight: 600;
|
|
2441
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2442
|
+
font-style: italic;
|
|
2443
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYstEzi6D11GTg.woff2) format("woff2");
|
|
2444
|
+
font-display: swap;
|
|
2445
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
2446
|
+
}
|
|
2447
|
+
}
|
|
2448
|
+
@font-face {
|
|
2449
|
+
div.container.theme--white {
|
|
2450
|
+
font-weight: 600;
|
|
2451
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2452
|
+
font-style: italic;
|
|
2453
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYotEzi6D11GTg.woff2) format("woff2");
|
|
2454
|
+
font-display: swap;
|
|
2455
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2456
|
+
}
|
|
2457
|
+
}
|
|
2458
|
+
@font-face {
|
|
2459
|
+
div.container.theme--white {
|
|
2460
|
+
font-weight: 600;
|
|
2461
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2462
|
+
font-style: italic;
|
|
2463
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYQtEzi6D10.woff2) format("woff2");
|
|
2464
|
+
font-display: swap;
|
|
2465
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2466
|
+
}
|
|
2467
|
+
}
|
|
2468
|
+
@font-face {
|
|
2469
|
+
div.container.theme--white {
|
|
2470
|
+
font-weight: 300;
|
|
2471
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2472
|
+
font-style: normal;
|
|
2473
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvjpYYnFBq4P1w.woff2) format("woff2");
|
|
2474
|
+
font-display: swap;
|
|
2475
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2478
|
+
@font-face {
|
|
2479
|
+
div.container.theme--white {
|
|
2480
|
+
font-weight: 300;
|
|
2481
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2482
|
+
font-style: normal;
|
|
2483
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvipYYnFBq4P1w.woff2) format("woff2");
|
|
2484
|
+
font-display: swap;
|
|
2485
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2486
|
+
}
|
|
2487
|
+
}
|
|
2488
|
+
@font-face {
|
|
2489
|
+
div.container.theme--white {
|
|
2490
|
+
font-weight: 300;
|
|
2491
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2492
|
+
font-style: normal;
|
|
2493
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvspYYnFBq4.woff2) format("woff2");
|
|
2494
|
+
font-display: swap;
|
|
2495
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
@font-face {
|
|
2499
|
+
div.container.theme--white {
|
|
2500
|
+
font-weight: 400;
|
|
2501
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2502
|
+
font-style: normal;
|
|
2503
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYamyK7Bh4sNLhM.woff2) format("woff2");
|
|
2504
|
+
font-display: swap;
|
|
2505
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
2506
|
+
}
|
|
2507
|
+
}
|
|
2508
|
+
@font-face {
|
|
2509
|
+
div.container.theme--white {
|
|
2510
|
+
font-weight: 400;
|
|
2511
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2512
|
+
font-style: normal;
|
|
2513
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYanyK7Bh4sNLhM.woff2) format("woff2");
|
|
2514
|
+
font-display: swap;
|
|
2515
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2516
|
+
}
|
|
2517
|
+
}
|
|
2518
|
+
@font-face {
|
|
2519
|
+
div.container.theme--white {
|
|
2520
|
+
font-weight: 400;
|
|
2521
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2522
|
+
font-style: normal;
|
|
2523
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYapyK7Bh4sN.woff2) format("woff2");
|
|
2524
|
+
font-display: swap;
|
|
2525
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2526
|
+
}
|
|
2527
|
+
}
|
|
2528
|
+
@font-face {
|
|
2529
|
+
div.container.theme--white {
|
|
2530
|
+
font-weight: 600;
|
|
2531
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2532
|
+
font-style: normal;
|
|
2533
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvjpYYnFBq4P1w.woff2) format("woff2");
|
|
2534
|
+
font-display: swap;
|
|
2535
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
2536
|
+
}
|
|
2537
|
+
}
|
|
2538
|
+
@font-face {
|
|
2539
|
+
div.container.theme--white {
|
|
2540
|
+
font-weight: 600;
|
|
2541
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2542
|
+
font-style: normal;
|
|
2543
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvipYYnFBq4P1w.woff2) format("woff2");
|
|
2544
|
+
font-display: swap;
|
|
2545
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
2546
|
+
}
|
|
2547
|
+
}
|
|
2548
|
+
@font-face {
|
|
2549
|
+
div.container.theme--white {
|
|
2550
|
+
font-weight: 600;
|
|
2551
|
+
font-family: "IBM Plex Sans Condensed";
|
|
2552
|
+
font-style: normal;
|
|
2553
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvspYYnFBq4.woff2) format("woff2");
|
|
2554
|
+
font-display: swap;
|
|
2555
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
2556
|
+
}
|
|
2557
|
+
}
|
|
1859
2558
|
div.container.theme--white svg.bx--cc--chart-svg {
|
|
1860
2559
|
font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
|
|
1861
2560
|
}
|
|
1862
2561
|
div.container.theme--white svg.bx--cc--chart-svg text {
|
|
1863
2562
|
font-size: 12px;
|
|
1864
2563
|
font-weight: 400;
|
|
1865
|
-
fill: #
|
|
2564
|
+
fill: #525252;
|
|
1866
2565
|
}
|
|
1867
2566
|
div.container.theme--white svg.bx--cc--chart-svg g.gauge-numbers text.gauge-value-number {
|
|
1868
2567
|
font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
@@ -1891,6 +2590,60 @@ div.container.theme--white svg.bx--cc--chart-svg {
|
|
|
1891
2590
|
overflow: visible;
|
|
1892
2591
|
}
|
|
1893
2592
|
div.container.theme--g10 {
|
|
2593
|
+
/* cyrillic-ext */
|
|
2594
|
+
/* cyrillic */
|
|
2595
|
+
/* greek */
|
|
2596
|
+
/* vietnamese */
|
|
2597
|
+
/* latin-ext */
|
|
2598
|
+
/* latin */
|
|
2599
|
+
/* cyrillic-ext */
|
|
2600
|
+
/* cyrillic */
|
|
2601
|
+
/* greek */
|
|
2602
|
+
/* vietnamese */
|
|
2603
|
+
/* latin-ext */
|
|
2604
|
+
/* latin */
|
|
2605
|
+
/* cyrillic-ext */
|
|
2606
|
+
/* cyrillic */
|
|
2607
|
+
/* greek */
|
|
2608
|
+
/* vietnamese */
|
|
2609
|
+
/* latin-ext */
|
|
2610
|
+
/* latin */
|
|
2611
|
+
/* cyrillic-ext */
|
|
2612
|
+
/* cyrillic */
|
|
2613
|
+
/* greek */
|
|
2614
|
+
/* vietnamese */
|
|
2615
|
+
/* latin-ext */
|
|
2616
|
+
/* latin */
|
|
2617
|
+
/* cyrillic-ext */
|
|
2618
|
+
/* cyrillic */
|
|
2619
|
+
/* greek */
|
|
2620
|
+
/* vietnamese */
|
|
2621
|
+
/* latin-ext */
|
|
2622
|
+
/* latin */
|
|
2623
|
+
/* cyrillic-ext */
|
|
2624
|
+
/* cyrillic */
|
|
2625
|
+
/* greek */
|
|
2626
|
+
/* vietnamese */
|
|
2627
|
+
/* latin-ext */
|
|
2628
|
+
/* latin */
|
|
2629
|
+
/* vietnamese */
|
|
2630
|
+
/* latin-ext */
|
|
2631
|
+
/* latin */
|
|
2632
|
+
/* vietnamese */
|
|
2633
|
+
/* latin-ext */
|
|
2634
|
+
/* latin */
|
|
2635
|
+
/* vietnamese */
|
|
2636
|
+
/* latin-ext */
|
|
2637
|
+
/* latin */
|
|
2638
|
+
/* vietnamese */
|
|
2639
|
+
/* latin-ext */
|
|
2640
|
+
/* latin */
|
|
2641
|
+
/* vietnamese */
|
|
2642
|
+
/* latin-ext */
|
|
2643
|
+
/* latin */
|
|
2644
|
+
/* vietnamese */
|
|
2645
|
+
/* latin-ext */
|
|
2646
|
+
/* latin */
|
|
1894
2647
|
color: #161616;
|
|
1895
2648
|
background-color: #f4f4f4;
|
|
1896
2649
|
line-height: 1;
|
|
@@ -2679,7 +3432,7 @@ div.container.theme--g10 .bx--cc--axes g.axis g.ticks.invisible {
|
|
|
2679
3432
|
visibility: hidden;
|
|
2680
3433
|
}
|
|
2681
3434
|
div.container.theme--g10 .bx--cc--axes g.axis g.tick text {
|
|
2682
|
-
fill: #
|
|
3435
|
+
fill: #525252;
|
|
2683
3436
|
font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
|
|
2684
3437
|
}
|
|
2685
3438
|
div.container.theme--g10 .bx--cc--axes g.axis g.tick line {
|
|
@@ -2689,7 +3442,7 @@ div.container.theme--g10 .bx--cc--axes g.axis path.domain {
|
|
|
2689
3442
|
stroke: #8d8d8d;
|
|
2690
3443
|
}
|
|
2691
3444
|
div.container.theme--g10 .bx--cc--chart-svg g.callouts {
|
|
2692
|
-
stroke: #
|
|
3445
|
+
stroke: #525252;
|
|
2693
3446
|
}
|
|
2694
3447
|
div.container.theme--g10 .bx--cc--grid-brush g.grid-brush rect.selection {
|
|
2695
3448
|
fill: none;
|
|
@@ -2793,7 +3546,7 @@ div.container.theme--g10 g.bx--cc--legend g.legend-item rect.checkbox {
|
|
|
2793
3546
|
stroke-opacity: 1;
|
|
2794
3547
|
}
|
|
2795
3548
|
div.container.theme--g10 g.bx--cc--legend g.legend-item rect.checkbox:not(.active) {
|
|
2796
|
-
stroke: #
|
|
3549
|
+
stroke: #525252;
|
|
2797
3550
|
fill: #f4f4f4;
|
|
2798
3551
|
}
|
|
2799
3552
|
div.container.theme--g10 g.bx--cc--legend g.legend-item rect.checkbox:not(.active) ~ g.check {
|
|
@@ -2810,7 +3563,7 @@ div.container.theme--g10 g.bx--cc--legend g.legend-item g.check > svg path {
|
|
|
2810
3563
|
}
|
|
2811
3564
|
div.container.theme--g10 g.bx--cc--legend g.legend-item text {
|
|
2812
3565
|
font-size: 12px;
|
|
2813
|
-
fill: #
|
|
3566
|
+
fill: #525252;
|
|
2814
3567
|
}
|
|
2815
3568
|
div.container.theme--g10 g.bx--cc--legend.clickable g.legend-item:hover {
|
|
2816
3569
|
cursor: pointer;
|
|
@@ -3128,7 +3881,7 @@ div.container.theme--g10 a.bx--overflow-menu-options__btn::before {
|
|
|
3128
3881
|
div.container.theme--g10 .bx--overflow-menu-options__btn {
|
|
3129
3882
|
font-size: 0.875rem;
|
|
3130
3883
|
font-weight: 400;
|
|
3131
|
-
line-height: 1.
|
|
3884
|
+
line-height: 1.29;
|
|
3132
3885
|
letter-spacing: 0.16px;
|
|
3133
3886
|
outline: 2px solid transparent;
|
|
3134
3887
|
outline-offset: -2px;
|
|
@@ -3142,7 +3895,7 @@ div.container.theme--g10 .bx--overflow-menu-options__btn {
|
|
|
3142
3895
|
text-align: left;
|
|
3143
3896
|
padding: 0 1rem;
|
|
3144
3897
|
cursor: pointer;
|
|
3145
|
-
color: #
|
|
3898
|
+
color: #525252;
|
|
3146
3899
|
max-width: 11.25rem;
|
|
3147
3900
|
transition: outline 110ms cubic-bezier(0, 0, 0.38, 0.9), background-color 110ms cubic-bezier(0, 0, 0.38, 0.9), color 110ms cubic-bezier(0, 0, 0.38, 0.9);
|
|
3148
3901
|
}
|
|
@@ -3475,13 +4228,658 @@ div.container.theme--g10 .bx--cc--lollipop line.line {
|
|
|
3475
4228
|
div.container.theme--g10 .bx--cc--lollipop circle.dot {
|
|
3476
4229
|
stroke-width: 1.5;
|
|
3477
4230
|
}
|
|
4231
|
+
div.container.theme--g10 .bx--cc--wordcloud text.word.light {
|
|
4232
|
+
font-weight: 300;
|
|
4233
|
+
}
|
|
4234
|
+
@font-face {
|
|
4235
|
+
div.container.theme--g10 {
|
|
4236
|
+
font-weight: 300;
|
|
4237
|
+
font-family: "IBM Plex Sans";
|
|
4238
|
+
font-style: italic;
|
|
4239
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfo.woff) format("woff");
|
|
4240
|
+
font-display: auto;
|
|
4241
|
+
}
|
|
4242
|
+
}
|
|
4243
|
+
@font-face {
|
|
4244
|
+
div.container.theme--g10 {
|
|
4245
|
+
font-weight: 400;
|
|
4246
|
+
font-family: "IBM Plex Sans";
|
|
4247
|
+
font-style: italic;
|
|
4248
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZP.woff) format("woff");
|
|
4249
|
+
font-display: auto;
|
|
4250
|
+
}
|
|
4251
|
+
}
|
|
4252
|
+
@font-face {
|
|
4253
|
+
div.container.theme--g10 {
|
|
4254
|
+
font-weight: 600;
|
|
4255
|
+
font-family: "IBM Plex Sans";
|
|
4256
|
+
font-style: italic;
|
|
4257
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfo.woff) format("woff");
|
|
4258
|
+
font-display: auto;
|
|
4259
|
+
}
|
|
4260
|
+
}
|
|
4261
|
+
@font-face {
|
|
4262
|
+
div.container.theme--g10 {
|
|
4263
|
+
font-weight: 300;
|
|
4264
|
+
font-family: "IBM Plex Sans";
|
|
4265
|
+
font-style: normal;
|
|
4266
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscg.woff) format("woff");
|
|
4267
|
+
font-display: auto;
|
|
4268
|
+
}
|
|
4269
|
+
}
|
|
4270
|
+
@font-face {
|
|
4271
|
+
div.container.theme--g10 {
|
|
4272
|
+
font-weight: 400;
|
|
4273
|
+
font-family: "IBM Plex Sans";
|
|
4274
|
+
font-style: normal;
|
|
4275
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff) format("woff");
|
|
4276
|
+
font-display: auto;
|
|
4277
|
+
}
|
|
4278
|
+
}
|
|
4279
|
+
@font-face {
|
|
4280
|
+
div.container.theme--g10 {
|
|
4281
|
+
font-weight: 600;
|
|
4282
|
+
font-family: "IBM Plex Sans";
|
|
4283
|
+
font-style: normal;
|
|
4284
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFscg.woff) format("woff");
|
|
4285
|
+
font-display: auto;
|
|
4286
|
+
}
|
|
4287
|
+
}
|
|
4288
|
+
@font-face {
|
|
4289
|
+
div.container.theme--g10 {
|
|
4290
|
+
font-weight: 300;
|
|
4291
|
+
font-family: "IBM Plex Sans";
|
|
4292
|
+
font-style: italic;
|
|
4293
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format("woff2");
|
|
4294
|
+
font-display: auto;
|
|
4295
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
4296
|
+
}
|
|
4297
|
+
}
|
|
4298
|
+
@font-face {
|
|
4299
|
+
div.container.theme--g10 {
|
|
4300
|
+
font-weight: 300;
|
|
4301
|
+
font-family: "IBM Plex Sans";
|
|
4302
|
+
font-style: italic;
|
|
4303
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format("woff2");
|
|
4304
|
+
font-display: auto;
|
|
4305
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
4306
|
+
}
|
|
4307
|
+
}
|
|
4308
|
+
@font-face {
|
|
4309
|
+
div.container.theme--g10 {
|
|
4310
|
+
font-weight: 300;
|
|
4311
|
+
font-family: "IBM Plex Sans";
|
|
4312
|
+
font-style: italic;
|
|
4313
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format("woff2");
|
|
4314
|
+
font-display: auto;
|
|
4315
|
+
unicode-range: U+0370-03FF;
|
|
4316
|
+
}
|
|
4317
|
+
}
|
|
4318
|
+
@font-face {
|
|
4319
|
+
div.container.theme--g10 {
|
|
4320
|
+
font-weight: 300;
|
|
4321
|
+
font-family: "IBM Plex Sans";
|
|
4322
|
+
font-style: italic;
|
|
4323
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format("woff2");
|
|
4324
|
+
font-display: auto;
|
|
4325
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
4326
|
+
}
|
|
4327
|
+
}
|
|
4328
|
+
@font-face {
|
|
4329
|
+
div.container.theme--g10 {
|
|
4330
|
+
font-weight: 300;
|
|
4331
|
+
font-family: "IBM Plex Sans";
|
|
4332
|
+
font-style: italic;
|
|
4333
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format("woff2");
|
|
4334
|
+
font-display: auto;
|
|
4335
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
4336
|
+
}
|
|
4337
|
+
}
|
|
4338
|
+
@font-face {
|
|
4339
|
+
div.container.theme--g10 {
|
|
4340
|
+
font-weight: 300;
|
|
4341
|
+
font-family: "IBM Plex Sans";
|
|
4342
|
+
font-style: italic;
|
|
4343
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format("woff2");
|
|
4344
|
+
font-display: auto;
|
|
4345
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
4346
|
+
}
|
|
4347
|
+
}
|
|
4348
|
+
@font-face {
|
|
4349
|
+
div.container.theme--g10 {
|
|
4350
|
+
font-weight: 400;
|
|
4351
|
+
font-family: "IBM Plex Sans";
|
|
4352
|
+
font-style: italic;
|
|
4353
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format("woff2");
|
|
4354
|
+
font-display: auto;
|
|
4355
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
4356
|
+
}
|
|
4357
|
+
}
|
|
4358
|
+
@font-face {
|
|
4359
|
+
div.container.theme--g10 {
|
|
4360
|
+
font-weight: 400;
|
|
4361
|
+
font-family: "IBM Plex Sans";
|
|
4362
|
+
font-style: italic;
|
|
4363
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format("woff2");
|
|
4364
|
+
font-display: auto;
|
|
4365
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
4366
|
+
}
|
|
4367
|
+
}
|
|
4368
|
+
@font-face {
|
|
4369
|
+
div.container.theme--g10 {
|
|
4370
|
+
font-weight: 400;
|
|
4371
|
+
font-family: "IBM Plex Sans";
|
|
4372
|
+
font-style: italic;
|
|
4373
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format("woff2");
|
|
4374
|
+
font-display: auto;
|
|
4375
|
+
unicode-range: U+0370-03FF;
|
|
4376
|
+
}
|
|
4377
|
+
}
|
|
4378
|
+
@font-face {
|
|
4379
|
+
div.container.theme--g10 {
|
|
4380
|
+
font-weight: 400;
|
|
4381
|
+
font-family: "IBM Plex Sans";
|
|
4382
|
+
font-style: italic;
|
|
4383
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format("woff2");
|
|
4384
|
+
font-display: auto;
|
|
4385
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
4386
|
+
}
|
|
4387
|
+
}
|
|
4388
|
+
@font-face {
|
|
4389
|
+
div.container.theme--g10 {
|
|
4390
|
+
font-weight: 400;
|
|
4391
|
+
font-family: "IBM Plex Sans";
|
|
4392
|
+
font-style: italic;
|
|
4393
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format("woff2");
|
|
4394
|
+
font-display: auto;
|
|
4395
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
4396
|
+
}
|
|
4397
|
+
}
|
|
4398
|
+
@font-face {
|
|
4399
|
+
div.container.theme--g10 {
|
|
4400
|
+
font-weight: 400;
|
|
4401
|
+
font-family: "IBM Plex Sans";
|
|
4402
|
+
font-style: italic;
|
|
4403
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format("woff2");
|
|
4404
|
+
font-display: auto;
|
|
4405
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
4406
|
+
}
|
|
4407
|
+
}
|
|
4408
|
+
@font-face {
|
|
4409
|
+
div.container.theme--g10 {
|
|
4410
|
+
font-weight: 600;
|
|
4411
|
+
font-family: "IBM Plex Sans";
|
|
4412
|
+
font-style: italic;
|
|
4413
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format("woff2");
|
|
4414
|
+
font-display: auto;
|
|
4415
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
4416
|
+
}
|
|
4417
|
+
}
|
|
4418
|
+
@font-face {
|
|
4419
|
+
div.container.theme--g10 {
|
|
4420
|
+
font-weight: 600;
|
|
4421
|
+
font-family: "IBM Plex Sans";
|
|
4422
|
+
font-style: italic;
|
|
4423
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format("woff2");
|
|
4424
|
+
font-display: auto;
|
|
4425
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
4426
|
+
}
|
|
4427
|
+
}
|
|
4428
|
+
@font-face {
|
|
4429
|
+
div.container.theme--g10 {
|
|
4430
|
+
font-weight: 600;
|
|
4431
|
+
font-family: "IBM Plex Sans";
|
|
4432
|
+
font-style: italic;
|
|
4433
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format("woff2");
|
|
4434
|
+
font-display: auto;
|
|
4435
|
+
unicode-range: U+0370-03FF;
|
|
4436
|
+
}
|
|
4437
|
+
}
|
|
4438
|
+
@font-face {
|
|
4439
|
+
div.container.theme--g10 {
|
|
4440
|
+
font-weight: 600;
|
|
4441
|
+
font-family: "IBM Plex Sans";
|
|
4442
|
+
font-style: italic;
|
|
4443
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format("woff2");
|
|
4444
|
+
font-display: auto;
|
|
4445
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
4446
|
+
}
|
|
4447
|
+
}
|
|
4448
|
+
@font-face {
|
|
4449
|
+
div.container.theme--g10 {
|
|
4450
|
+
font-weight: 600;
|
|
4451
|
+
font-family: "IBM Plex Sans";
|
|
4452
|
+
font-style: italic;
|
|
4453
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format("woff2");
|
|
4454
|
+
font-display: auto;
|
|
4455
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
4456
|
+
}
|
|
4457
|
+
}
|
|
4458
|
+
@font-face {
|
|
4459
|
+
div.container.theme--g10 {
|
|
4460
|
+
font-weight: 600;
|
|
4461
|
+
font-family: "IBM Plex Sans";
|
|
4462
|
+
font-style: italic;
|
|
4463
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format("woff2");
|
|
4464
|
+
font-display: auto;
|
|
4465
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
4466
|
+
}
|
|
4467
|
+
}
|
|
4468
|
+
@font-face {
|
|
4469
|
+
div.container.theme--g10 {
|
|
4470
|
+
font-weight: 300;
|
|
4471
|
+
font-family: "IBM Plex Sans";
|
|
4472
|
+
font-style: normal;
|
|
4473
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format("woff2");
|
|
4474
|
+
font-display: auto;
|
|
4475
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
4476
|
+
}
|
|
4477
|
+
}
|
|
4478
|
+
@font-face {
|
|
4479
|
+
div.container.theme--g10 {
|
|
4480
|
+
font-weight: 300;
|
|
4481
|
+
font-family: "IBM Plex Sans";
|
|
4482
|
+
font-style: normal;
|
|
4483
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format("woff2");
|
|
4484
|
+
font-display: auto;
|
|
4485
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
4486
|
+
}
|
|
4487
|
+
}
|
|
4488
|
+
@font-face {
|
|
4489
|
+
div.container.theme--g10 {
|
|
4490
|
+
font-weight: 300;
|
|
4491
|
+
font-family: "IBM Plex Sans";
|
|
4492
|
+
font-style: normal;
|
|
4493
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format("woff2");
|
|
4494
|
+
font-display: auto;
|
|
4495
|
+
unicode-range: U+0370-03FF;
|
|
4496
|
+
}
|
|
4497
|
+
}
|
|
4498
|
+
@font-face {
|
|
4499
|
+
div.container.theme--g10 {
|
|
4500
|
+
font-weight: 300;
|
|
4501
|
+
font-family: "IBM Plex Sans";
|
|
4502
|
+
font-style: normal;
|
|
4503
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format("woff2");
|
|
4504
|
+
font-display: auto;
|
|
4505
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
4506
|
+
}
|
|
4507
|
+
}
|
|
4508
|
+
@font-face {
|
|
4509
|
+
div.container.theme--g10 {
|
|
4510
|
+
font-weight: 300;
|
|
4511
|
+
font-family: "IBM Plex Sans";
|
|
4512
|
+
font-style: normal;
|
|
4513
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format("woff2");
|
|
4514
|
+
font-display: auto;
|
|
4515
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
4516
|
+
}
|
|
4517
|
+
}
|
|
4518
|
+
@font-face {
|
|
4519
|
+
div.container.theme--g10 {
|
|
4520
|
+
font-weight: 300;
|
|
4521
|
+
font-family: "IBM Plex Sans";
|
|
4522
|
+
font-style: normal;
|
|
4523
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format("woff2");
|
|
4524
|
+
font-display: auto;
|
|
4525
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
4526
|
+
}
|
|
4527
|
+
}
|
|
4528
|
+
@font-face {
|
|
4529
|
+
div.container.theme--g10 {
|
|
4530
|
+
font-weight: 400;
|
|
4531
|
+
font-family: "IBM Plex Sans";
|
|
4532
|
+
font-style: normal;
|
|
4533
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format("woff2");
|
|
4534
|
+
font-display: auto;
|
|
4535
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
4536
|
+
}
|
|
4537
|
+
}
|
|
4538
|
+
@font-face {
|
|
4539
|
+
div.container.theme--g10 {
|
|
4540
|
+
font-weight: 400;
|
|
4541
|
+
font-family: "IBM Plex Sans";
|
|
4542
|
+
font-style: normal;
|
|
4543
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format("woff2");
|
|
4544
|
+
font-display: auto;
|
|
4545
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
4546
|
+
}
|
|
4547
|
+
}
|
|
4548
|
+
@font-face {
|
|
4549
|
+
div.container.theme--g10 {
|
|
4550
|
+
font-weight: 400;
|
|
4551
|
+
font-family: "IBM Plex Sans";
|
|
4552
|
+
font-style: normal;
|
|
4553
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format("woff2");
|
|
4554
|
+
font-display: auto;
|
|
4555
|
+
unicode-range: U+0370-03FF;
|
|
4556
|
+
}
|
|
4557
|
+
}
|
|
4558
|
+
@font-face {
|
|
4559
|
+
div.container.theme--g10 {
|
|
4560
|
+
font-weight: 400;
|
|
4561
|
+
font-family: "IBM Plex Sans";
|
|
4562
|
+
font-style: normal;
|
|
4563
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format("woff2");
|
|
4564
|
+
font-display: auto;
|
|
4565
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
4566
|
+
}
|
|
4567
|
+
}
|
|
4568
|
+
@font-face {
|
|
4569
|
+
div.container.theme--g10 {
|
|
4570
|
+
font-weight: 400;
|
|
4571
|
+
font-family: "IBM Plex Sans";
|
|
4572
|
+
font-style: normal;
|
|
4573
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format("woff2");
|
|
4574
|
+
font-display: auto;
|
|
4575
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
4576
|
+
}
|
|
4577
|
+
}
|
|
4578
|
+
@font-face {
|
|
4579
|
+
div.container.theme--g10 {
|
|
4580
|
+
font-weight: 400;
|
|
4581
|
+
font-family: "IBM Plex Sans";
|
|
4582
|
+
font-style: normal;
|
|
4583
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format("woff2");
|
|
4584
|
+
font-display: auto;
|
|
4585
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
4586
|
+
}
|
|
4587
|
+
}
|
|
4588
|
+
@font-face {
|
|
4589
|
+
div.container.theme--g10 {
|
|
4590
|
+
font-weight: 600;
|
|
4591
|
+
font-family: "IBM Plex Sans";
|
|
4592
|
+
font-style: normal;
|
|
4593
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format("woff2");
|
|
4594
|
+
font-display: auto;
|
|
4595
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
4596
|
+
}
|
|
4597
|
+
}
|
|
4598
|
+
@font-face {
|
|
4599
|
+
div.container.theme--g10 {
|
|
4600
|
+
font-weight: 600;
|
|
4601
|
+
font-family: "IBM Plex Sans";
|
|
4602
|
+
font-style: normal;
|
|
4603
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format("woff2");
|
|
4604
|
+
font-display: auto;
|
|
4605
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
4606
|
+
}
|
|
4607
|
+
}
|
|
4608
|
+
@font-face {
|
|
4609
|
+
div.container.theme--g10 {
|
|
4610
|
+
font-weight: 600;
|
|
4611
|
+
font-family: "IBM Plex Sans";
|
|
4612
|
+
font-style: normal;
|
|
4613
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format("woff2");
|
|
4614
|
+
font-display: auto;
|
|
4615
|
+
unicode-range: U+0370-03FF;
|
|
4616
|
+
}
|
|
4617
|
+
}
|
|
4618
|
+
@font-face {
|
|
4619
|
+
div.container.theme--g10 {
|
|
4620
|
+
font-weight: 600;
|
|
4621
|
+
font-family: "IBM Plex Sans";
|
|
4622
|
+
font-style: normal;
|
|
4623
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format("woff2");
|
|
4624
|
+
font-display: auto;
|
|
4625
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
4626
|
+
}
|
|
4627
|
+
}
|
|
4628
|
+
@font-face {
|
|
4629
|
+
div.container.theme--g10 {
|
|
4630
|
+
font-weight: 600;
|
|
4631
|
+
font-family: "IBM Plex Sans";
|
|
4632
|
+
font-style: normal;
|
|
4633
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format("woff2");
|
|
4634
|
+
font-display: auto;
|
|
4635
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
4636
|
+
}
|
|
4637
|
+
}
|
|
4638
|
+
@font-face {
|
|
4639
|
+
div.container.theme--g10 {
|
|
4640
|
+
font-weight: 600;
|
|
4641
|
+
font-family: "IBM Plex Sans";
|
|
4642
|
+
font-style: normal;
|
|
4643
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format("woff2");
|
|
4644
|
+
font-display: auto;
|
|
4645
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
4646
|
+
}
|
|
4647
|
+
}
|
|
4648
|
+
@font-face {
|
|
4649
|
+
div.container.theme--g10 {
|
|
4650
|
+
font-weight: 300;
|
|
4651
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4652
|
+
font-style: italic;
|
|
4653
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYA.woff) format("woff");
|
|
4654
|
+
}
|
|
4655
|
+
}
|
|
4656
|
+
@font-face {
|
|
4657
|
+
div.container.theme--g10 {
|
|
4658
|
+
font-weight: 400;
|
|
4659
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4660
|
+
font-style: italic;
|
|
4661
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKg.woff) format("woff");
|
|
4662
|
+
}
|
|
4663
|
+
}
|
|
4664
|
+
@font-face {
|
|
4665
|
+
div.container.theme--g10 {
|
|
4666
|
+
font-weight: 600;
|
|
4667
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4668
|
+
font-style: italic;
|
|
4669
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYA.woff) format("woff");
|
|
4670
|
+
}
|
|
4671
|
+
}
|
|
4672
|
+
@font-face {
|
|
4673
|
+
div.container.theme--g10 {
|
|
4674
|
+
font-weight: 300;
|
|
4675
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4676
|
+
font-style: normal;
|
|
4677
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovo.woff) format("woff");
|
|
4678
|
+
}
|
|
4679
|
+
}
|
|
4680
|
+
@font-face {
|
|
4681
|
+
div.container.theme--g10 {
|
|
4682
|
+
font-weight: 400;
|
|
4683
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4684
|
+
font-style: normal;
|
|
4685
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbat.woff) format("woff");
|
|
4686
|
+
}
|
|
4687
|
+
}
|
|
4688
|
+
@font-face {
|
|
4689
|
+
div.container.theme--g10 {
|
|
4690
|
+
font-weight: 600;
|
|
4691
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4692
|
+
font-style: normal;
|
|
4693
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivo.woff) format("woff");
|
|
4694
|
+
}
|
|
4695
|
+
}
|
|
4696
|
+
@font-face {
|
|
4697
|
+
div.container.theme--g10 {
|
|
4698
|
+
font-weight: 300;
|
|
4699
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4700
|
+
font-style: italic;
|
|
4701
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYstEzi6D11GTg.woff2) format("woff2");
|
|
4702
|
+
font-display: swap;
|
|
4703
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
4704
|
+
}
|
|
4705
|
+
}
|
|
4706
|
+
@font-face {
|
|
4707
|
+
div.container.theme--g10 {
|
|
4708
|
+
font-weight: 300;
|
|
4709
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4710
|
+
font-style: italic;
|
|
4711
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYotEzi6D11GTg.woff2) format("woff2");
|
|
4712
|
+
font-display: swap;
|
|
4713
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
4714
|
+
}
|
|
4715
|
+
}
|
|
4716
|
+
@font-face {
|
|
4717
|
+
div.container.theme--g10 {
|
|
4718
|
+
font-weight: 300;
|
|
4719
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4720
|
+
font-style: italic;
|
|
4721
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYQtEzi6D10.woff2) format("woff2");
|
|
4722
|
+
font-display: swap;
|
|
4723
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
4724
|
+
}
|
|
4725
|
+
}
|
|
4726
|
+
@font-face {
|
|
4727
|
+
div.container.theme--g10 {
|
|
4728
|
+
font-weight: 400;
|
|
4729
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4730
|
+
font-style: italic;
|
|
4731
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KPLgKkPHhKABg.woff2) format("woff2");
|
|
4732
|
+
font-display: swap;
|
|
4733
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
4734
|
+
}
|
|
4735
|
+
}
|
|
4736
|
+
@font-face {
|
|
4737
|
+
div.container.theme--g10 {
|
|
4738
|
+
font-weight: 400;
|
|
4739
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4740
|
+
font-style: italic;
|
|
4741
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KLLgKkPHhKABg.woff2) format("woff2");
|
|
4742
|
+
font-display: swap;
|
|
4743
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
4744
|
+
}
|
|
4745
|
+
}
|
|
4746
|
+
@font-face {
|
|
4747
|
+
div.container.theme--g10 {
|
|
4748
|
+
font-weight: 400;
|
|
4749
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4750
|
+
font-style: italic;
|
|
4751
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KzLgKkPHhI.woff2) format("woff2");
|
|
4752
|
+
font-display: swap;
|
|
4753
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
4754
|
+
}
|
|
4755
|
+
}
|
|
4756
|
+
@font-face {
|
|
4757
|
+
div.container.theme--g10 {
|
|
4758
|
+
font-weight: 600;
|
|
4759
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4760
|
+
font-style: italic;
|
|
4761
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYstEzi6D11GTg.woff2) format("woff2");
|
|
4762
|
+
font-display: swap;
|
|
4763
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
4764
|
+
}
|
|
4765
|
+
}
|
|
4766
|
+
@font-face {
|
|
4767
|
+
div.container.theme--g10 {
|
|
4768
|
+
font-weight: 600;
|
|
4769
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4770
|
+
font-style: italic;
|
|
4771
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYotEzi6D11GTg.woff2) format("woff2");
|
|
4772
|
+
font-display: swap;
|
|
4773
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
4774
|
+
}
|
|
4775
|
+
}
|
|
4776
|
+
@font-face {
|
|
4777
|
+
div.container.theme--g10 {
|
|
4778
|
+
font-weight: 600;
|
|
4779
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4780
|
+
font-style: italic;
|
|
4781
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYQtEzi6D10.woff2) format("woff2");
|
|
4782
|
+
font-display: swap;
|
|
4783
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
4784
|
+
}
|
|
4785
|
+
}
|
|
4786
|
+
@font-face {
|
|
4787
|
+
div.container.theme--g10 {
|
|
4788
|
+
font-weight: 300;
|
|
4789
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4790
|
+
font-style: normal;
|
|
4791
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvjpYYnFBq4P1w.woff2) format("woff2");
|
|
4792
|
+
font-display: swap;
|
|
4793
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
4794
|
+
}
|
|
4795
|
+
}
|
|
4796
|
+
@font-face {
|
|
4797
|
+
div.container.theme--g10 {
|
|
4798
|
+
font-weight: 300;
|
|
4799
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4800
|
+
font-style: normal;
|
|
4801
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvipYYnFBq4P1w.woff2) format("woff2");
|
|
4802
|
+
font-display: swap;
|
|
4803
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
4804
|
+
}
|
|
4805
|
+
}
|
|
4806
|
+
@font-face {
|
|
4807
|
+
div.container.theme--g10 {
|
|
4808
|
+
font-weight: 300;
|
|
4809
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4810
|
+
font-style: normal;
|
|
4811
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvspYYnFBq4.woff2) format("woff2");
|
|
4812
|
+
font-display: swap;
|
|
4813
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
4814
|
+
}
|
|
4815
|
+
}
|
|
4816
|
+
@font-face {
|
|
4817
|
+
div.container.theme--g10 {
|
|
4818
|
+
font-weight: 400;
|
|
4819
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4820
|
+
font-style: normal;
|
|
4821
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYamyK7Bh4sNLhM.woff2) format("woff2");
|
|
4822
|
+
font-display: swap;
|
|
4823
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
4824
|
+
}
|
|
4825
|
+
}
|
|
4826
|
+
@font-face {
|
|
4827
|
+
div.container.theme--g10 {
|
|
4828
|
+
font-weight: 400;
|
|
4829
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4830
|
+
font-style: normal;
|
|
4831
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYanyK7Bh4sNLhM.woff2) format("woff2");
|
|
4832
|
+
font-display: swap;
|
|
4833
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
4834
|
+
}
|
|
4835
|
+
}
|
|
4836
|
+
@font-face {
|
|
4837
|
+
div.container.theme--g10 {
|
|
4838
|
+
font-weight: 400;
|
|
4839
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4840
|
+
font-style: normal;
|
|
4841
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYapyK7Bh4sN.woff2) format("woff2");
|
|
4842
|
+
font-display: swap;
|
|
4843
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
4844
|
+
}
|
|
4845
|
+
}
|
|
4846
|
+
@font-face {
|
|
4847
|
+
div.container.theme--g10 {
|
|
4848
|
+
font-weight: 600;
|
|
4849
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4850
|
+
font-style: normal;
|
|
4851
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvjpYYnFBq4P1w.woff2) format("woff2");
|
|
4852
|
+
font-display: swap;
|
|
4853
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
4854
|
+
}
|
|
4855
|
+
}
|
|
4856
|
+
@font-face {
|
|
4857
|
+
div.container.theme--g10 {
|
|
4858
|
+
font-weight: 600;
|
|
4859
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4860
|
+
font-style: normal;
|
|
4861
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvipYYnFBq4P1w.woff2) format("woff2");
|
|
4862
|
+
font-display: swap;
|
|
4863
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
4864
|
+
}
|
|
4865
|
+
}
|
|
4866
|
+
@font-face {
|
|
4867
|
+
div.container.theme--g10 {
|
|
4868
|
+
font-weight: 600;
|
|
4869
|
+
font-family: "IBM Plex Sans Condensed";
|
|
4870
|
+
font-style: normal;
|
|
4871
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvspYYnFBq4.woff2) format("woff2");
|
|
4872
|
+
font-display: swap;
|
|
4873
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
4874
|
+
}
|
|
4875
|
+
}
|
|
3478
4876
|
div.container.theme--g10 svg.bx--cc--chart-svg {
|
|
3479
4877
|
font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
|
|
3480
4878
|
}
|
|
3481
4879
|
div.container.theme--g10 svg.bx--cc--chart-svg text {
|
|
3482
4880
|
font-size: 12px;
|
|
3483
4881
|
font-weight: 400;
|
|
3484
|
-
fill: #
|
|
4882
|
+
fill: #525252;
|
|
3485
4883
|
}
|
|
3486
4884
|
div.container.theme--g10 svg.bx--cc--chart-svg g.gauge-numbers text.gauge-value-number {
|
|
3487
4885
|
font-family: 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif;
|
|
@@ -3510,6 +4908,60 @@ div.container.theme--g10 svg.bx--cc--chart-svg {
|
|
|
3510
4908
|
overflow: visible;
|
|
3511
4909
|
}
|
|
3512
4910
|
div.container.theme--g90 {
|
|
4911
|
+
/* cyrillic-ext */
|
|
4912
|
+
/* cyrillic */
|
|
4913
|
+
/* greek */
|
|
4914
|
+
/* vietnamese */
|
|
4915
|
+
/* latin-ext */
|
|
4916
|
+
/* latin */
|
|
4917
|
+
/* cyrillic-ext */
|
|
4918
|
+
/* cyrillic */
|
|
4919
|
+
/* greek */
|
|
4920
|
+
/* vietnamese */
|
|
4921
|
+
/* latin-ext */
|
|
4922
|
+
/* latin */
|
|
4923
|
+
/* cyrillic-ext */
|
|
4924
|
+
/* cyrillic */
|
|
4925
|
+
/* greek */
|
|
4926
|
+
/* vietnamese */
|
|
4927
|
+
/* latin-ext */
|
|
4928
|
+
/* latin */
|
|
4929
|
+
/* cyrillic-ext */
|
|
4930
|
+
/* cyrillic */
|
|
4931
|
+
/* greek */
|
|
4932
|
+
/* vietnamese */
|
|
4933
|
+
/* latin-ext */
|
|
4934
|
+
/* latin */
|
|
4935
|
+
/* cyrillic-ext */
|
|
4936
|
+
/* cyrillic */
|
|
4937
|
+
/* greek */
|
|
4938
|
+
/* vietnamese */
|
|
4939
|
+
/* latin-ext */
|
|
4940
|
+
/* latin */
|
|
4941
|
+
/* cyrillic-ext */
|
|
4942
|
+
/* cyrillic */
|
|
4943
|
+
/* greek */
|
|
4944
|
+
/* vietnamese */
|
|
4945
|
+
/* latin-ext */
|
|
4946
|
+
/* latin */
|
|
4947
|
+
/* vietnamese */
|
|
4948
|
+
/* latin-ext */
|
|
4949
|
+
/* latin */
|
|
4950
|
+
/* vietnamese */
|
|
4951
|
+
/* latin-ext */
|
|
4952
|
+
/* latin */
|
|
4953
|
+
/* vietnamese */
|
|
4954
|
+
/* latin-ext */
|
|
4955
|
+
/* latin */
|
|
4956
|
+
/* vietnamese */
|
|
4957
|
+
/* latin-ext */
|
|
4958
|
+
/* latin */
|
|
4959
|
+
/* vietnamese */
|
|
4960
|
+
/* latin-ext */
|
|
4961
|
+
/* latin */
|
|
4962
|
+
/* vietnamese */
|
|
4963
|
+
/* latin-ext */
|
|
4964
|
+
/* latin */
|
|
3513
4965
|
color: #f4f4f4;
|
|
3514
4966
|
background-color: #262626;
|
|
3515
4967
|
line-height: 1;
|
|
@@ -4046,13 +5498,13 @@ div.container.theme--g90 .bx--cc--chart-svg .stroke-14-1-8 {
|
|
|
4046
5498
|
stroke: #4589ff;
|
|
4047
5499
|
}
|
|
4048
5500
|
div.container.theme--g90 .bx--cc--chart-svg .fill-14-1-9 {
|
|
4049
|
-
fill: #
|
|
5501
|
+
fill: #d02670;
|
|
4050
5502
|
}
|
|
4051
5503
|
div.container.theme--g90 .bx--cc--chart-svg .fill-14-1-9.hovered {
|
|
4052
|
-
fill: #
|
|
5504
|
+
fill: #b22060;
|
|
4053
5505
|
}
|
|
4054
5506
|
div.container.theme--g90 .bx--cc--chart-svg .stroke-14-1-9 {
|
|
4055
|
-
stroke: #
|
|
5507
|
+
stroke: #d02670;
|
|
4056
5508
|
}
|
|
4057
5509
|
div.container.theme--g90 .bx--cc--chart-svg .fill-14-1-10 {
|
|
4058
5510
|
fill: #d2a106;
|
|
@@ -4277,7 +5729,7 @@ div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-8 {
|
|
|
4277
5729
|
background-color: #4589ff;
|
|
4278
5730
|
}
|
|
4279
5731
|
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-9 {
|
|
4280
|
-
background-color: #
|
|
5732
|
+
background-color: #d02670;
|
|
4281
5733
|
}
|
|
4282
5734
|
div.container.theme--g90 .bx--cc--tooltip .tooltip-14-1-10 {
|
|
4283
5735
|
background-color: #d2a106;
|
|
@@ -4682,7 +6134,7 @@ div.container.theme--g90 a.bx--overflow-menu-options__btn::before {
|
|
|
4682
6134
|
div.container.theme--g90 .bx--overflow-menu-options__btn {
|
|
4683
6135
|
font-size: 0.875rem;
|
|
4684
6136
|
font-weight: 400;
|
|
4685
|
-
line-height: 1.
|
|
6137
|
+
line-height: 1.29;
|
|
4686
6138
|
letter-spacing: 0.16px;
|
|
4687
6139
|
outline: 2px solid transparent;
|
|
4688
6140
|
outline-offset: -2px;
|
|
@@ -5030,6 +6482,651 @@ div.container.theme--g90 .bx--cc--lollipop line.line {
|
|
|
5030
6482
|
div.container.theme--g90 .bx--cc--lollipop circle.dot {
|
|
5031
6483
|
stroke-width: 1.5;
|
|
5032
6484
|
}
|
|
6485
|
+
div.container.theme--g90 .bx--cc--wordcloud text.word.light {
|
|
6486
|
+
font-weight: 300;
|
|
6487
|
+
}
|
|
6488
|
+
@font-face {
|
|
6489
|
+
div.container.theme--g90 {
|
|
6490
|
+
font-weight: 300;
|
|
6491
|
+
font-family: "IBM Plex Sans";
|
|
6492
|
+
font-style: italic;
|
|
6493
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfo.woff) format("woff");
|
|
6494
|
+
font-display: auto;
|
|
6495
|
+
}
|
|
6496
|
+
}
|
|
6497
|
+
@font-face {
|
|
6498
|
+
div.container.theme--g90 {
|
|
6499
|
+
font-weight: 400;
|
|
6500
|
+
font-family: "IBM Plex Sans";
|
|
6501
|
+
font-style: italic;
|
|
6502
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZP.woff) format("woff");
|
|
6503
|
+
font-display: auto;
|
|
6504
|
+
}
|
|
6505
|
+
}
|
|
6506
|
+
@font-face {
|
|
6507
|
+
div.container.theme--g90 {
|
|
6508
|
+
font-weight: 600;
|
|
6509
|
+
font-family: "IBM Plex Sans";
|
|
6510
|
+
font-style: italic;
|
|
6511
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfo.woff) format("woff");
|
|
6512
|
+
font-display: auto;
|
|
6513
|
+
}
|
|
6514
|
+
}
|
|
6515
|
+
@font-face {
|
|
6516
|
+
div.container.theme--g90 {
|
|
6517
|
+
font-weight: 300;
|
|
6518
|
+
font-family: "IBM Plex Sans";
|
|
6519
|
+
font-style: normal;
|
|
6520
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscg.woff) format("woff");
|
|
6521
|
+
font-display: auto;
|
|
6522
|
+
}
|
|
6523
|
+
}
|
|
6524
|
+
@font-face {
|
|
6525
|
+
div.container.theme--g90 {
|
|
6526
|
+
font-weight: 400;
|
|
6527
|
+
font-family: "IBM Plex Sans";
|
|
6528
|
+
font-style: normal;
|
|
6529
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff) format("woff");
|
|
6530
|
+
font-display: auto;
|
|
6531
|
+
}
|
|
6532
|
+
}
|
|
6533
|
+
@font-face {
|
|
6534
|
+
div.container.theme--g90 {
|
|
6535
|
+
font-weight: 600;
|
|
6536
|
+
font-family: "IBM Plex Sans";
|
|
6537
|
+
font-style: normal;
|
|
6538
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFscg.woff) format("woff");
|
|
6539
|
+
font-display: auto;
|
|
6540
|
+
}
|
|
6541
|
+
}
|
|
6542
|
+
@font-face {
|
|
6543
|
+
div.container.theme--g90 {
|
|
6544
|
+
font-weight: 300;
|
|
6545
|
+
font-family: "IBM Plex Sans";
|
|
6546
|
+
font-style: italic;
|
|
6547
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format("woff2");
|
|
6548
|
+
font-display: auto;
|
|
6549
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
6550
|
+
}
|
|
6551
|
+
}
|
|
6552
|
+
@font-face {
|
|
6553
|
+
div.container.theme--g90 {
|
|
6554
|
+
font-weight: 300;
|
|
6555
|
+
font-family: "IBM Plex Sans";
|
|
6556
|
+
font-style: italic;
|
|
6557
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format("woff2");
|
|
6558
|
+
font-display: auto;
|
|
6559
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
6560
|
+
}
|
|
6561
|
+
}
|
|
6562
|
+
@font-face {
|
|
6563
|
+
div.container.theme--g90 {
|
|
6564
|
+
font-weight: 300;
|
|
6565
|
+
font-family: "IBM Plex Sans";
|
|
6566
|
+
font-style: italic;
|
|
6567
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format("woff2");
|
|
6568
|
+
font-display: auto;
|
|
6569
|
+
unicode-range: U+0370-03FF;
|
|
6570
|
+
}
|
|
6571
|
+
}
|
|
6572
|
+
@font-face {
|
|
6573
|
+
div.container.theme--g90 {
|
|
6574
|
+
font-weight: 300;
|
|
6575
|
+
font-family: "IBM Plex Sans";
|
|
6576
|
+
font-style: italic;
|
|
6577
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format("woff2");
|
|
6578
|
+
font-display: auto;
|
|
6579
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
6580
|
+
}
|
|
6581
|
+
}
|
|
6582
|
+
@font-face {
|
|
6583
|
+
div.container.theme--g90 {
|
|
6584
|
+
font-weight: 300;
|
|
6585
|
+
font-family: "IBM Plex Sans";
|
|
6586
|
+
font-style: italic;
|
|
6587
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format("woff2");
|
|
6588
|
+
font-display: auto;
|
|
6589
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
6590
|
+
}
|
|
6591
|
+
}
|
|
6592
|
+
@font-face {
|
|
6593
|
+
div.container.theme--g90 {
|
|
6594
|
+
font-weight: 300;
|
|
6595
|
+
font-family: "IBM Plex Sans";
|
|
6596
|
+
font-style: italic;
|
|
6597
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format("woff2");
|
|
6598
|
+
font-display: auto;
|
|
6599
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
6600
|
+
}
|
|
6601
|
+
}
|
|
6602
|
+
@font-face {
|
|
6603
|
+
div.container.theme--g90 {
|
|
6604
|
+
font-weight: 400;
|
|
6605
|
+
font-family: "IBM Plex Sans";
|
|
6606
|
+
font-style: italic;
|
|
6607
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format("woff2");
|
|
6608
|
+
font-display: auto;
|
|
6609
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
6610
|
+
}
|
|
6611
|
+
}
|
|
6612
|
+
@font-face {
|
|
6613
|
+
div.container.theme--g90 {
|
|
6614
|
+
font-weight: 400;
|
|
6615
|
+
font-family: "IBM Plex Sans";
|
|
6616
|
+
font-style: italic;
|
|
6617
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format("woff2");
|
|
6618
|
+
font-display: auto;
|
|
6619
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
6620
|
+
}
|
|
6621
|
+
}
|
|
6622
|
+
@font-face {
|
|
6623
|
+
div.container.theme--g90 {
|
|
6624
|
+
font-weight: 400;
|
|
6625
|
+
font-family: "IBM Plex Sans";
|
|
6626
|
+
font-style: italic;
|
|
6627
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format("woff2");
|
|
6628
|
+
font-display: auto;
|
|
6629
|
+
unicode-range: U+0370-03FF;
|
|
6630
|
+
}
|
|
6631
|
+
}
|
|
6632
|
+
@font-face {
|
|
6633
|
+
div.container.theme--g90 {
|
|
6634
|
+
font-weight: 400;
|
|
6635
|
+
font-family: "IBM Plex Sans";
|
|
6636
|
+
font-style: italic;
|
|
6637
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format("woff2");
|
|
6638
|
+
font-display: auto;
|
|
6639
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
6640
|
+
}
|
|
6641
|
+
}
|
|
6642
|
+
@font-face {
|
|
6643
|
+
div.container.theme--g90 {
|
|
6644
|
+
font-weight: 400;
|
|
6645
|
+
font-family: "IBM Plex Sans";
|
|
6646
|
+
font-style: italic;
|
|
6647
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format("woff2");
|
|
6648
|
+
font-display: auto;
|
|
6649
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
6650
|
+
}
|
|
6651
|
+
}
|
|
6652
|
+
@font-face {
|
|
6653
|
+
div.container.theme--g90 {
|
|
6654
|
+
font-weight: 400;
|
|
6655
|
+
font-family: "IBM Plex Sans";
|
|
6656
|
+
font-style: italic;
|
|
6657
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format("woff2");
|
|
6658
|
+
font-display: auto;
|
|
6659
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
6660
|
+
}
|
|
6661
|
+
}
|
|
6662
|
+
@font-face {
|
|
6663
|
+
div.container.theme--g90 {
|
|
6664
|
+
font-weight: 600;
|
|
6665
|
+
font-family: "IBM Plex Sans";
|
|
6666
|
+
font-style: italic;
|
|
6667
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format("woff2");
|
|
6668
|
+
font-display: auto;
|
|
6669
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
6670
|
+
}
|
|
6671
|
+
}
|
|
6672
|
+
@font-face {
|
|
6673
|
+
div.container.theme--g90 {
|
|
6674
|
+
font-weight: 600;
|
|
6675
|
+
font-family: "IBM Plex Sans";
|
|
6676
|
+
font-style: italic;
|
|
6677
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format("woff2");
|
|
6678
|
+
font-display: auto;
|
|
6679
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
6680
|
+
}
|
|
6681
|
+
}
|
|
6682
|
+
@font-face {
|
|
6683
|
+
div.container.theme--g90 {
|
|
6684
|
+
font-weight: 600;
|
|
6685
|
+
font-family: "IBM Plex Sans";
|
|
6686
|
+
font-style: italic;
|
|
6687
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format("woff2");
|
|
6688
|
+
font-display: auto;
|
|
6689
|
+
unicode-range: U+0370-03FF;
|
|
6690
|
+
}
|
|
6691
|
+
}
|
|
6692
|
+
@font-face {
|
|
6693
|
+
div.container.theme--g90 {
|
|
6694
|
+
font-weight: 600;
|
|
6695
|
+
font-family: "IBM Plex Sans";
|
|
6696
|
+
font-style: italic;
|
|
6697
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format("woff2");
|
|
6698
|
+
font-display: auto;
|
|
6699
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
6700
|
+
}
|
|
6701
|
+
}
|
|
6702
|
+
@font-face {
|
|
6703
|
+
div.container.theme--g90 {
|
|
6704
|
+
font-weight: 600;
|
|
6705
|
+
font-family: "IBM Plex Sans";
|
|
6706
|
+
font-style: italic;
|
|
6707
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format("woff2");
|
|
6708
|
+
font-display: auto;
|
|
6709
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
6710
|
+
}
|
|
6711
|
+
}
|
|
6712
|
+
@font-face {
|
|
6713
|
+
div.container.theme--g90 {
|
|
6714
|
+
font-weight: 600;
|
|
6715
|
+
font-family: "IBM Plex Sans";
|
|
6716
|
+
font-style: italic;
|
|
6717
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format("woff2");
|
|
6718
|
+
font-display: auto;
|
|
6719
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
6720
|
+
}
|
|
6721
|
+
}
|
|
6722
|
+
@font-face {
|
|
6723
|
+
div.container.theme--g90 {
|
|
6724
|
+
font-weight: 300;
|
|
6725
|
+
font-family: "IBM Plex Sans";
|
|
6726
|
+
font-style: normal;
|
|
6727
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format("woff2");
|
|
6728
|
+
font-display: auto;
|
|
6729
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
6730
|
+
}
|
|
6731
|
+
}
|
|
6732
|
+
@font-face {
|
|
6733
|
+
div.container.theme--g90 {
|
|
6734
|
+
font-weight: 300;
|
|
6735
|
+
font-family: "IBM Plex Sans";
|
|
6736
|
+
font-style: normal;
|
|
6737
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format("woff2");
|
|
6738
|
+
font-display: auto;
|
|
6739
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
6740
|
+
}
|
|
6741
|
+
}
|
|
6742
|
+
@font-face {
|
|
6743
|
+
div.container.theme--g90 {
|
|
6744
|
+
font-weight: 300;
|
|
6745
|
+
font-family: "IBM Plex Sans";
|
|
6746
|
+
font-style: normal;
|
|
6747
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format("woff2");
|
|
6748
|
+
font-display: auto;
|
|
6749
|
+
unicode-range: U+0370-03FF;
|
|
6750
|
+
}
|
|
6751
|
+
}
|
|
6752
|
+
@font-face {
|
|
6753
|
+
div.container.theme--g90 {
|
|
6754
|
+
font-weight: 300;
|
|
6755
|
+
font-family: "IBM Plex Sans";
|
|
6756
|
+
font-style: normal;
|
|
6757
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format("woff2");
|
|
6758
|
+
font-display: auto;
|
|
6759
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
6760
|
+
}
|
|
6761
|
+
}
|
|
6762
|
+
@font-face {
|
|
6763
|
+
div.container.theme--g90 {
|
|
6764
|
+
font-weight: 300;
|
|
6765
|
+
font-family: "IBM Plex Sans";
|
|
6766
|
+
font-style: normal;
|
|
6767
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format("woff2");
|
|
6768
|
+
font-display: auto;
|
|
6769
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
6770
|
+
}
|
|
6771
|
+
}
|
|
6772
|
+
@font-face {
|
|
6773
|
+
div.container.theme--g90 {
|
|
6774
|
+
font-weight: 300;
|
|
6775
|
+
font-family: "IBM Plex Sans";
|
|
6776
|
+
font-style: normal;
|
|
6777
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format("woff2");
|
|
6778
|
+
font-display: auto;
|
|
6779
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
6780
|
+
}
|
|
6781
|
+
}
|
|
6782
|
+
@font-face {
|
|
6783
|
+
div.container.theme--g90 {
|
|
6784
|
+
font-weight: 400;
|
|
6785
|
+
font-family: "IBM Plex Sans";
|
|
6786
|
+
font-style: normal;
|
|
6787
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format("woff2");
|
|
6788
|
+
font-display: auto;
|
|
6789
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
6790
|
+
}
|
|
6791
|
+
}
|
|
6792
|
+
@font-face {
|
|
6793
|
+
div.container.theme--g90 {
|
|
6794
|
+
font-weight: 400;
|
|
6795
|
+
font-family: "IBM Plex Sans";
|
|
6796
|
+
font-style: normal;
|
|
6797
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format("woff2");
|
|
6798
|
+
font-display: auto;
|
|
6799
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
6800
|
+
}
|
|
6801
|
+
}
|
|
6802
|
+
@font-face {
|
|
6803
|
+
div.container.theme--g90 {
|
|
6804
|
+
font-weight: 400;
|
|
6805
|
+
font-family: "IBM Plex Sans";
|
|
6806
|
+
font-style: normal;
|
|
6807
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format("woff2");
|
|
6808
|
+
font-display: auto;
|
|
6809
|
+
unicode-range: U+0370-03FF;
|
|
6810
|
+
}
|
|
6811
|
+
}
|
|
6812
|
+
@font-face {
|
|
6813
|
+
div.container.theme--g90 {
|
|
6814
|
+
font-weight: 400;
|
|
6815
|
+
font-family: "IBM Plex Sans";
|
|
6816
|
+
font-style: normal;
|
|
6817
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format("woff2");
|
|
6818
|
+
font-display: auto;
|
|
6819
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
6820
|
+
}
|
|
6821
|
+
}
|
|
6822
|
+
@font-face {
|
|
6823
|
+
div.container.theme--g90 {
|
|
6824
|
+
font-weight: 400;
|
|
6825
|
+
font-family: "IBM Plex Sans";
|
|
6826
|
+
font-style: normal;
|
|
6827
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format("woff2");
|
|
6828
|
+
font-display: auto;
|
|
6829
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
6830
|
+
}
|
|
6831
|
+
}
|
|
6832
|
+
@font-face {
|
|
6833
|
+
div.container.theme--g90 {
|
|
6834
|
+
font-weight: 400;
|
|
6835
|
+
font-family: "IBM Plex Sans";
|
|
6836
|
+
font-style: normal;
|
|
6837
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format("woff2");
|
|
6838
|
+
font-display: auto;
|
|
6839
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
6840
|
+
}
|
|
6841
|
+
}
|
|
6842
|
+
@font-face {
|
|
6843
|
+
div.container.theme--g90 {
|
|
6844
|
+
font-weight: 600;
|
|
6845
|
+
font-family: "IBM Plex Sans";
|
|
6846
|
+
font-style: normal;
|
|
6847
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format("woff2");
|
|
6848
|
+
font-display: auto;
|
|
6849
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
6850
|
+
}
|
|
6851
|
+
}
|
|
6852
|
+
@font-face {
|
|
6853
|
+
div.container.theme--g90 {
|
|
6854
|
+
font-weight: 600;
|
|
6855
|
+
font-family: "IBM Plex Sans";
|
|
6856
|
+
font-style: normal;
|
|
6857
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format("woff2");
|
|
6858
|
+
font-display: auto;
|
|
6859
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
6860
|
+
}
|
|
6861
|
+
}
|
|
6862
|
+
@font-face {
|
|
6863
|
+
div.container.theme--g90 {
|
|
6864
|
+
font-weight: 600;
|
|
6865
|
+
font-family: "IBM Plex Sans";
|
|
6866
|
+
font-style: normal;
|
|
6867
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format("woff2");
|
|
6868
|
+
font-display: auto;
|
|
6869
|
+
unicode-range: U+0370-03FF;
|
|
6870
|
+
}
|
|
6871
|
+
}
|
|
6872
|
+
@font-face {
|
|
6873
|
+
div.container.theme--g90 {
|
|
6874
|
+
font-weight: 600;
|
|
6875
|
+
font-family: "IBM Plex Sans";
|
|
6876
|
+
font-style: normal;
|
|
6877
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format("woff2");
|
|
6878
|
+
font-display: auto;
|
|
6879
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
6880
|
+
}
|
|
6881
|
+
}
|
|
6882
|
+
@font-face {
|
|
6883
|
+
div.container.theme--g90 {
|
|
6884
|
+
font-weight: 600;
|
|
6885
|
+
font-family: "IBM Plex Sans";
|
|
6886
|
+
font-style: normal;
|
|
6887
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format("woff2");
|
|
6888
|
+
font-display: auto;
|
|
6889
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
6890
|
+
}
|
|
6891
|
+
}
|
|
6892
|
+
@font-face {
|
|
6893
|
+
div.container.theme--g90 {
|
|
6894
|
+
font-weight: 600;
|
|
6895
|
+
font-family: "IBM Plex Sans";
|
|
6896
|
+
font-style: normal;
|
|
6897
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format("woff2");
|
|
6898
|
+
font-display: auto;
|
|
6899
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
6900
|
+
}
|
|
6901
|
+
}
|
|
6902
|
+
@font-face {
|
|
6903
|
+
div.container.theme--g90 {
|
|
6904
|
+
font-weight: 300;
|
|
6905
|
+
font-family: "IBM Plex Sans Condensed";
|
|
6906
|
+
font-style: italic;
|
|
6907
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYA.woff) format("woff");
|
|
6908
|
+
}
|
|
6909
|
+
}
|
|
6910
|
+
@font-face {
|
|
6911
|
+
div.container.theme--g90 {
|
|
6912
|
+
font-weight: 400;
|
|
6913
|
+
font-family: "IBM Plex Sans Condensed";
|
|
6914
|
+
font-style: italic;
|
|
6915
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKg.woff) format("woff");
|
|
6916
|
+
}
|
|
6917
|
+
}
|
|
6918
|
+
@font-face {
|
|
6919
|
+
div.container.theme--g90 {
|
|
6920
|
+
font-weight: 600;
|
|
6921
|
+
font-family: "IBM Plex Sans Condensed";
|
|
6922
|
+
font-style: italic;
|
|
6923
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYA.woff) format("woff");
|
|
6924
|
+
}
|
|
6925
|
+
}
|
|
6926
|
+
@font-face {
|
|
6927
|
+
div.container.theme--g90 {
|
|
6928
|
+
font-weight: 300;
|
|
6929
|
+
font-family: "IBM Plex Sans Condensed";
|
|
6930
|
+
font-style: normal;
|
|
6931
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovo.woff) format("woff");
|
|
6932
|
+
}
|
|
6933
|
+
}
|
|
6934
|
+
@font-face {
|
|
6935
|
+
div.container.theme--g90 {
|
|
6936
|
+
font-weight: 400;
|
|
6937
|
+
font-family: "IBM Plex Sans Condensed";
|
|
6938
|
+
font-style: normal;
|
|
6939
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbat.woff) format("woff");
|
|
6940
|
+
}
|
|
6941
|
+
}
|
|
6942
|
+
@font-face {
|
|
6943
|
+
div.container.theme--g90 {
|
|
6944
|
+
font-weight: 600;
|
|
6945
|
+
font-family: "IBM Plex Sans Condensed";
|
|
6946
|
+
font-style: normal;
|
|
6947
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivo.woff) format("woff");
|
|
6948
|
+
}
|
|
6949
|
+
}
|
|
6950
|
+
@font-face {
|
|
6951
|
+
div.container.theme--g90 {
|
|
6952
|
+
font-weight: 300;
|
|
6953
|
+
font-family: "IBM Plex Sans Condensed";
|
|
6954
|
+
font-style: italic;
|
|
6955
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYstEzi6D11GTg.woff2) format("woff2");
|
|
6956
|
+
font-display: swap;
|
|
6957
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
6958
|
+
}
|
|
6959
|
+
}
|
|
6960
|
+
@font-face {
|
|
6961
|
+
div.container.theme--g90 {
|
|
6962
|
+
font-weight: 300;
|
|
6963
|
+
font-family: "IBM Plex Sans Condensed";
|
|
6964
|
+
font-style: italic;
|
|
6965
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYotEzi6D11GTg.woff2) format("woff2");
|
|
6966
|
+
font-display: swap;
|
|
6967
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
6968
|
+
}
|
|
6969
|
+
}
|
|
6970
|
+
@font-face {
|
|
6971
|
+
div.container.theme--g90 {
|
|
6972
|
+
font-weight: 300;
|
|
6973
|
+
font-family: "IBM Plex Sans Condensed";
|
|
6974
|
+
font-style: italic;
|
|
6975
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYQtEzi6D10.woff2) format("woff2");
|
|
6976
|
+
font-display: swap;
|
|
6977
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
6978
|
+
}
|
|
6979
|
+
}
|
|
6980
|
+
@font-face {
|
|
6981
|
+
div.container.theme--g90 {
|
|
6982
|
+
font-weight: 400;
|
|
6983
|
+
font-family: "IBM Plex Sans Condensed";
|
|
6984
|
+
font-style: italic;
|
|
6985
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KPLgKkPHhKABg.woff2) format("woff2");
|
|
6986
|
+
font-display: swap;
|
|
6987
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
6988
|
+
}
|
|
6989
|
+
}
|
|
6990
|
+
@font-face {
|
|
6991
|
+
div.container.theme--g90 {
|
|
6992
|
+
font-weight: 400;
|
|
6993
|
+
font-family: "IBM Plex Sans Condensed";
|
|
6994
|
+
font-style: italic;
|
|
6995
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KLLgKkPHhKABg.woff2) format("woff2");
|
|
6996
|
+
font-display: swap;
|
|
6997
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
6998
|
+
}
|
|
6999
|
+
}
|
|
7000
|
+
@font-face {
|
|
7001
|
+
div.container.theme--g90 {
|
|
7002
|
+
font-weight: 400;
|
|
7003
|
+
font-family: "IBM Plex Sans Condensed";
|
|
7004
|
+
font-style: italic;
|
|
7005
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KzLgKkPHhI.woff2) format("woff2");
|
|
7006
|
+
font-display: swap;
|
|
7007
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
7008
|
+
}
|
|
7009
|
+
}
|
|
7010
|
+
@font-face {
|
|
7011
|
+
div.container.theme--g90 {
|
|
7012
|
+
font-weight: 600;
|
|
7013
|
+
font-family: "IBM Plex Sans Condensed";
|
|
7014
|
+
font-style: italic;
|
|
7015
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYstEzi6D11GTg.woff2) format("woff2");
|
|
7016
|
+
font-display: swap;
|
|
7017
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
7018
|
+
}
|
|
7019
|
+
}
|
|
7020
|
+
@font-face {
|
|
7021
|
+
div.container.theme--g90 {
|
|
7022
|
+
font-weight: 600;
|
|
7023
|
+
font-family: "IBM Plex Sans Condensed";
|
|
7024
|
+
font-style: italic;
|
|
7025
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYotEzi6D11GTg.woff2) format("woff2");
|
|
7026
|
+
font-display: swap;
|
|
7027
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
7028
|
+
}
|
|
7029
|
+
}
|
|
7030
|
+
@font-face {
|
|
7031
|
+
div.container.theme--g90 {
|
|
7032
|
+
font-weight: 600;
|
|
7033
|
+
font-family: "IBM Plex Sans Condensed";
|
|
7034
|
+
font-style: italic;
|
|
7035
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYQtEzi6D10.woff2) format("woff2");
|
|
7036
|
+
font-display: swap;
|
|
7037
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
7038
|
+
}
|
|
7039
|
+
}
|
|
7040
|
+
@font-face {
|
|
7041
|
+
div.container.theme--g90 {
|
|
7042
|
+
font-weight: 300;
|
|
7043
|
+
font-family: "IBM Plex Sans Condensed";
|
|
7044
|
+
font-style: normal;
|
|
7045
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvjpYYnFBq4P1w.woff2) format("woff2");
|
|
7046
|
+
font-display: swap;
|
|
7047
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
7048
|
+
}
|
|
7049
|
+
}
|
|
7050
|
+
@font-face {
|
|
7051
|
+
div.container.theme--g90 {
|
|
7052
|
+
font-weight: 300;
|
|
7053
|
+
font-family: "IBM Plex Sans Condensed";
|
|
7054
|
+
font-style: normal;
|
|
7055
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvipYYnFBq4P1w.woff2) format("woff2");
|
|
7056
|
+
font-display: swap;
|
|
7057
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
7058
|
+
}
|
|
7059
|
+
}
|
|
7060
|
+
@font-face {
|
|
7061
|
+
div.container.theme--g90 {
|
|
7062
|
+
font-weight: 300;
|
|
7063
|
+
font-family: "IBM Plex Sans Condensed";
|
|
7064
|
+
font-style: normal;
|
|
7065
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvspYYnFBq4.woff2) format("woff2");
|
|
7066
|
+
font-display: swap;
|
|
7067
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
7068
|
+
}
|
|
7069
|
+
}
|
|
7070
|
+
@font-face {
|
|
7071
|
+
div.container.theme--g90 {
|
|
7072
|
+
font-weight: 400;
|
|
7073
|
+
font-family: "IBM Plex Sans Condensed";
|
|
7074
|
+
font-style: normal;
|
|
7075
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYamyK7Bh4sNLhM.woff2) format("woff2");
|
|
7076
|
+
font-display: swap;
|
|
7077
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
7078
|
+
}
|
|
7079
|
+
}
|
|
7080
|
+
@font-face {
|
|
7081
|
+
div.container.theme--g90 {
|
|
7082
|
+
font-weight: 400;
|
|
7083
|
+
font-family: "IBM Plex Sans Condensed";
|
|
7084
|
+
font-style: normal;
|
|
7085
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYanyK7Bh4sNLhM.woff2) format("woff2");
|
|
7086
|
+
font-display: swap;
|
|
7087
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
7088
|
+
}
|
|
7089
|
+
}
|
|
7090
|
+
@font-face {
|
|
7091
|
+
div.container.theme--g90 {
|
|
7092
|
+
font-weight: 400;
|
|
7093
|
+
font-family: "IBM Plex Sans Condensed";
|
|
7094
|
+
font-style: normal;
|
|
7095
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYapyK7Bh4sN.woff2) format("woff2");
|
|
7096
|
+
font-display: swap;
|
|
7097
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
7098
|
+
}
|
|
7099
|
+
}
|
|
7100
|
+
@font-face {
|
|
7101
|
+
div.container.theme--g90 {
|
|
7102
|
+
font-weight: 600;
|
|
7103
|
+
font-family: "IBM Plex Sans Condensed";
|
|
7104
|
+
font-style: normal;
|
|
7105
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvjpYYnFBq4P1w.woff2) format("woff2");
|
|
7106
|
+
font-display: swap;
|
|
7107
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
7108
|
+
}
|
|
7109
|
+
}
|
|
7110
|
+
@font-face {
|
|
7111
|
+
div.container.theme--g90 {
|
|
7112
|
+
font-weight: 600;
|
|
7113
|
+
font-family: "IBM Plex Sans Condensed";
|
|
7114
|
+
font-style: normal;
|
|
7115
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvipYYnFBq4P1w.woff2) format("woff2");
|
|
7116
|
+
font-display: swap;
|
|
7117
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
7118
|
+
}
|
|
7119
|
+
}
|
|
7120
|
+
@font-face {
|
|
7121
|
+
div.container.theme--g90 {
|
|
7122
|
+
font-weight: 600;
|
|
7123
|
+
font-family: "IBM Plex Sans Condensed";
|
|
7124
|
+
font-style: normal;
|
|
7125
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvspYYnFBq4.woff2) format("woff2");
|
|
7126
|
+
font-display: swap;
|
|
7127
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
7128
|
+
}
|
|
7129
|
+
}
|
|
5033
7130
|
div.container.theme--g90 svg.bx--cc--chart-svg {
|
|
5034
7131
|
font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
|
|
5035
7132
|
}
|
|
@@ -5080,6 +7177,60 @@ div.container.theme--g90 .bx--radio-button:checked + .bx--radio-button__label .b
|
|
|
5080
7177
|
}
|
|
5081
7178
|
}
|
|
5082
7179
|
div.container.theme--g100 {
|
|
7180
|
+
/* cyrillic-ext */
|
|
7181
|
+
/* cyrillic */
|
|
7182
|
+
/* greek */
|
|
7183
|
+
/* vietnamese */
|
|
7184
|
+
/* latin-ext */
|
|
7185
|
+
/* latin */
|
|
7186
|
+
/* cyrillic-ext */
|
|
7187
|
+
/* cyrillic */
|
|
7188
|
+
/* greek */
|
|
7189
|
+
/* vietnamese */
|
|
7190
|
+
/* latin-ext */
|
|
7191
|
+
/* latin */
|
|
7192
|
+
/* cyrillic-ext */
|
|
7193
|
+
/* cyrillic */
|
|
7194
|
+
/* greek */
|
|
7195
|
+
/* vietnamese */
|
|
7196
|
+
/* latin-ext */
|
|
7197
|
+
/* latin */
|
|
7198
|
+
/* cyrillic-ext */
|
|
7199
|
+
/* cyrillic */
|
|
7200
|
+
/* greek */
|
|
7201
|
+
/* vietnamese */
|
|
7202
|
+
/* latin-ext */
|
|
7203
|
+
/* latin */
|
|
7204
|
+
/* cyrillic-ext */
|
|
7205
|
+
/* cyrillic */
|
|
7206
|
+
/* greek */
|
|
7207
|
+
/* vietnamese */
|
|
7208
|
+
/* latin-ext */
|
|
7209
|
+
/* latin */
|
|
7210
|
+
/* cyrillic-ext */
|
|
7211
|
+
/* cyrillic */
|
|
7212
|
+
/* greek */
|
|
7213
|
+
/* vietnamese */
|
|
7214
|
+
/* latin-ext */
|
|
7215
|
+
/* latin */
|
|
7216
|
+
/* vietnamese */
|
|
7217
|
+
/* latin-ext */
|
|
7218
|
+
/* latin */
|
|
7219
|
+
/* vietnamese */
|
|
7220
|
+
/* latin-ext */
|
|
7221
|
+
/* latin */
|
|
7222
|
+
/* vietnamese */
|
|
7223
|
+
/* latin-ext */
|
|
7224
|
+
/* latin */
|
|
7225
|
+
/* vietnamese */
|
|
7226
|
+
/* latin-ext */
|
|
7227
|
+
/* latin */
|
|
7228
|
+
/* vietnamese */
|
|
7229
|
+
/* latin-ext */
|
|
7230
|
+
/* latin */
|
|
7231
|
+
/* vietnamese */
|
|
7232
|
+
/* latin-ext */
|
|
7233
|
+
/* latin */
|
|
5083
7234
|
color: #f4f4f4;
|
|
5084
7235
|
background-color: #161616;
|
|
5085
7236
|
line-height: 1;
|
|
@@ -5616,13 +7767,13 @@ div.container.theme--g100 .bx--cc--chart-svg .stroke-14-1-8 {
|
|
|
5616
7767
|
stroke: #4589ff;
|
|
5617
7768
|
}
|
|
5618
7769
|
div.container.theme--g100 .bx--cc--chart-svg .fill-14-1-9 {
|
|
5619
|
-
fill: #
|
|
7770
|
+
fill: #d02670;
|
|
5620
7771
|
}
|
|
5621
7772
|
div.container.theme--g100 .bx--cc--chart-svg .fill-14-1-9.hovered {
|
|
5622
|
-
fill: #
|
|
7773
|
+
fill: #b22060;
|
|
5623
7774
|
}
|
|
5624
7775
|
div.container.theme--g100 .bx--cc--chart-svg .stroke-14-1-9 {
|
|
5625
|
-
stroke: #
|
|
7776
|
+
stroke: #d02670;
|
|
5626
7777
|
}
|
|
5627
7778
|
div.container.theme--g100 .bx--cc--chart-svg .fill-14-1-10 {
|
|
5628
7779
|
fill: #d2a106;
|
|
@@ -5847,7 +7998,7 @@ div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-8 {
|
|
|
5847
7998
|
background-color: #4589ff;
|
|
5848
7999
|
}
|
|
5849
8000
|
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-9 {
|
|
5850
|
-
background-color: #
|
|
8001
|
+
background-color: #d02670;
|
|
5851
8002
|
}
|
|
5852
8003
|
div.container.theme--g100 .bx--cc--tooltip .tooltip-14-1-10 {
|
|
5853
8004
|
background-color: #d2a106;
|
|
@@ -6252,7 +8403,7 @@ div.container.theme--g100 a.bx--overflow-menu-options__btn::before {
|
|
|
6252
8403
|
div.container.theme--g100 .bx--overflow-menu-options__btn {
|
|
6253
8404
|
font-size: 0.875rem;
|
|
6254
8405
|
font-weight: 400;
|
|
6255
|
-
line-height: 1.
|
|
8406
|
+
line-height: 1.29;
|
|
6256
8407
|
letter-spacing: 0.16px;
|
|
6257
8408
|
outline: 2px solid transparent;
|
|
6258
8409
|
outline-offset: -2px;
|
|
@@ -6600,6 +8751,651 @@ div.container.theme--g100 .bx--cc--lollipop line.line {
|
|
|
6600
8751
|
div.container.theme--g100 .bx--cc--lollipop circle.dot {
|
|
6601
8752
|
stroke-width: 1.5;
|
|
6602
8753
|
}
|
|
8754
|
+
div.container.theme--g100 .bx--cc--wordcloud text.word.light {
|
|
8755
|
+
font-weight: 300;
|
|
8756
|
+
}
|
|
8757
|
+
@font-face {
|
|
8758
|
+
div.container.theme--g100 {
|
|
8759
|
+
font-weight: 300;
|
|
8760
|
+
font-family: "IBM Plex Sans";
|
|
8761
|
+
font-style: italic;
|
|
8762
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfo.woff) format("woff");
|
|
8763
|
+
font-display: auto;
|
|
8764
|
+
}
|
|
8765
|
+
}
|
|
8766
|
+
@font-face {
|
|
8767
|
+
div.container.theme--g100 {
|
|
8768
|
+
font-weight: 400;
|
|
8769
|
+
font-family: "IBM Plex Sans";
|
|
8770
|
+
font-style: italic;
|
|
8771
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZP.woff) format("woff");
|
|
8772
|
+
font-display: auto;
|
|
8773
|
+
}
|
|
8774
|
+
}
|
|
8775
|
+
@font-face {
|
|
8776
|
+
div.container.theme--g100 {
|
|
8777
|
+
font-weight: 600;
|
|
8778
|
+
font-family: "IBM Plex Sans";
|
|
8779
|
+
font-style: italic;
|
|
8780
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfo.woff) format("woff");
|
|
8781
|
+
font-display: auto;
|
|
8782
|
+
}
|
|
8783
|
+
}
|
|
8784
|
+
@font-face {
|
|
8785
|
+
div.container.theme--g100 {
|
|
8786
|
+
font-weight: 300;
|
|
8787
|
+
font-family: "IBM Plex Sans";
|
|
8788
|
+
font-style: normal;
|
|
8789
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFscg.woff) format("woff");
|
|
8790
|
+
font-display: auto;
|
|
8791
|
+
}
|
|
8792
|
+
}
|
|
8793
|
+
@font-face {
|
|
8794
|
+
div.container.theme--g100 {
|
|
8795
|
+
font-weight: 400;
|
|
8796
|
+
font-family: "IBM Plex Sans";
|
|
8797
|
+
font-style: normal;
|
|
8798
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeEw.woff) format("woff");
|
|
8799
|
+
font-display: auto;
|
|
8800
|
+
}
|
|
8801
|
+
}
|
|
8802
|
+
@font-face {
|
|
8803
|
+
div.container.theme--g100 {
|
|
8804
|
+
font-weight: 600;
|
|
8805
|
+
font-family: "IBM Plex Sans";
|
|
8806
|
+
font-style: normal;
|
|
8807
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFscg.woff) format("woff");
|
|
8808
|
+
font-display: auto;
|
|
8809
|
+
}
|
|
8810
|
+
}
|
|
8811
|
+
@font-face {
|
|
8812
|
+
div.container.theme--g100 {
|
|
8813
|
+
font-weight: 300;
|
|
8814
|
+
font-family: "IBM Plex Sans";
|
|
8815
|
+
font-style: italic;
|
|
8816
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRce_fuJGl18QRY.woff2) format("woff2");
|
|
8817
|
+
font-display: auto;
|
|
8818
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
8819
|
+
}
|
|
8820
|
+
}
|
|
8821
|
+
@font-face {
|
|
8822
|
+
div.container.theme--g100 {
|
|
8823
|
+
font-weight: 300;
|
|
8824
|
+
font-family: "IBM Plex Sans";
|
|
8825
|
+
font-style: italic;
|
|
8826
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRccvfuJGl18QRY.woff2) format("woff2");
|
|
8827
|
+
font-display: auto;
|
|
8828
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
8829
|
+
}
|
|
8830
|
+
}
|
|
8831
|
+
@font-face {
|
|
8832
|
+
div.container.theme--g100 {
|
|
8833
|
+
font-weight: 300;
|
|
8834
|
+
font-family: "IBM Plex Sans";
|
|
8835
|
+
font-style: italic;
|
|
8836
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdffuJGl18QRY.woff2) format("woff2");
|
|
8837
|
+
font-display: auto;
|
|
8838
|
+
unicode-range: U+0370-03FF;
|
|
8839
|
+
}
|
|
8840
|
+
}
|
|
8841
|
+
@font-face {
|
|
8842
|
+
div.container.theme--g100 {
|
|
8843
|
+
font-weight: 300;
|
|
8844
|
+
font-family: "IBM Plex Sans";
|
|
8845
|
+
font-style: italic;
|
|
8846
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRceffuJGl18QRY.woff2) format("woff2");
|
|
8847
|
+
font-display: auto;
|
|
8848
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
8849
|
+
}
|
|
8850
|
+
}
|
|
8851
|
+
@font-face {
|
|
8852
|
+
div.container.theme--g100 {
|
|
8853
|
+
font-weight: 300;
|
|
8854
|
+
font-family: "IBM Plex Sans";
|
|
8855
|
+
font-style: italic;
|
|
8856
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcePfuJGl18QRY.woff2) format("woff2");
|
|
8857
|
+
font-display: auto;
|
|
8858
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
8859
|
+
}
|
|
8860
|
+
}
|
|
8861
|
+
@font-face {
|
|
8862
|
+
div.container.theme--g100 {
|
|
8863
|
+
font-weight: 300;
|
|
8864
|
+
font-family: "IBM Plex Sans";
|
|
8865
|
+
font-style: italic;
|
|
8866
|
+
src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmvIRcdvfuJGl18Q.woff2) format("woff2");
|
|
8867
|
+
font-display: auto;
|
|
8868
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
8869
|
+
}
|
|
8870
|
+
}
|
|
8871
|
+
@font-face {
|
|
8872
|
+
div.container.theme--g100 {
|
|
8873
|
+
font-weight: 400;
|
|
8874
|
+
font-family: "IBM Plex Sans";
|
|
8875
|
+
font-style: italic;
|
|
8876
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGqZJW9XjDlN8.woff2) format("woff2");
|
|
8877
|
+
font-display: auto;
|
|
8878
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
8879
|
+
}
|
|
8880
|
+
}
|
|
8881
|
+
@font-face {
|
|
8882
|
+
div.container.theme--g100 {
|
|
8883
|
+
font-weight: 400;
|
|
8884
|
+
font-family: "IBM Plex Sans";
|
|
8885
|
+
font-style: italic;
|
|
8886
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuE6ZJW9XjDlN8.woff2) format("woff2");
|
|
8887
|
+
font-display: auto;
|
|
8888
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
8889
|
+
}
|
|
8890
|
+
}
|
|
8891
|
+
@font-face {
|
|
8892
|
+
div.container.theme--g100 {
|
|
8893
|
+
font-weight: 400;
|
|
8894
|
+
font-family: "IBM Plex Sans";
|
|
8895
|
+
font-style: italic;
|
|
8896
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuFKZJW9XjDlN8.woff2) format("woff2");
|
|
8897
|
+
font-display: auto;
|
|
8898
|
+
unicode-range: U+0370-03FF;
|
|
8899
|
+
}
|
|
8900
|
+
}
|
|
8901
|
+
@font-face {
|
|
8902
|
+
div.container.theme--g100 {
|
|
8903
|
+
font-weight: 400;
|
|
8904
|
+
font-family: "IBM Plex Sans";
|
|
8905
|
+
font-style: italic;
|
|
8906
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGKZJW9XjDlN8.woff2) format("woff2");
|
|
8907
|
+
font-display: auto;
|
|
8908
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
8909
|
+
}
|
|
8910
|
+
}
|
|
8911
|
+
@font-face {
|
|
8912
|
+
div.container.theme--g100 {
|
|
8913
|
+
font-weight: 400;
|
|
8914
|
+
font-family: "IBM Plex Sans";
|
|
8915
|
+
font-style: italic;
|
|
8916
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuGaZJW9XjDlN8.woff2) format("woff2");
|
|
8917
|
+
font-display: auto;
|
|
8918
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
8919
|
+
}
|
|
8920
|
+
}
|
|
8921
|
+
@font-face {
|
|
8922
|
+
div.container.theme--g100 {
|
|
8923
|
+
font-weight: 400;
|
|
8924
|
+
font-family: "IBM Plex Sans";
|
|
8925
|
+
font-style: italic;
|
|
8926
|
+
src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX-KVElMYYaJe8bpLHnCwDKhdTuF6ZJW9XjDg.woff2) format("woff2");
|
|
8927
|
+
font-display: auto;
|
|
8928
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
8929
|
+
}
|
|
8930
|
+
}
|
|
8931
|
+
@font-face {
|
|
8932
|
+
div.container.theme--g100 {
|
|
8933
|
+
font-weight: 600;
|
|
8934
|
+
font-family: "IBM Plex Sans";
|
|
8935
|
+
font-style: italic;
|
|
8936
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJce_fuJGl18QRY.woff2) format("woff2");
|
|
8937
|
+
font-display: auto;
|
|
8938
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
8939
|
+
}
|
|
8940
|
+
}
|
|
8941
|
+
@font-face {
|
|
8942
|
+
div.container.theme--g100 {
|
|
8943
|
+
font-weight: 600;
|
|
8944
|
+
font-family: "IBM Plex Sans";
|
|
8945
|
+
font-style: italic;
|
|
8946
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJccvfuJGl18QRY.woff2) format("woff2");
|
|
8947
|
+
font-display: auto;
|
|
8948
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
8949
|
+
}
|
|
8950
|
+
}
|
|
8951
|
+
@font-face {
|
|
8952
|
+
div.container.theme--g100 {
|
|
8953
|
+
font-weight: 600;
|
|
8954
|
+
font-family: "IBM Plex Sans";
|
|
8955
|
+
font-style: italic;
|
|
8956
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdffuJGl18QRY.woff2) format("woff2");
|
|
8957
|
+
font-display: auto;
|
|
8958
|
+
unicode-range: U+0370-03FF;
|
|
8959
|
+
}
|
|
8960
|
+
}
|
|
8961
|
+
@font-face {
|
|
8962
|
+
div.container.theme--g100 {
|
|
8963
|
+
font-weight: 600;
|
|
8964
|
+
font-family: "IBM Plex Sans";
|
|
8965
|
+
font-style: italic;
|
|
8966
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJceffuJGl18QRY.woff2) format("woff2");
|
|
8967
|
+
font-display: auto;
|
|
8968
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
8969
|
+
}
|
|
8970
|
+
}
|
|
8971
|
+
@font-face {
|
|
8972
|
+
div.container.theme--g100 {
|
|
8973
|
+
font-weight: 600;
|
|
8974
|
+
font-family: "IBM Plex Sans";
|
|
8975
|
+
font-style: italic;
|
|
8976
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcePfuJGl18QRY.woff2) format("woff2");
|
|
8977
|
+
font-display: auto;
|
|
8978
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
8979
|
+
}
|
|
8980
|
+
}
|
|
8981
|
+
@font-face {
|
|
8982
|
+
div.container.theme--g100 {
|
|
8983
|
+
font-weight: 600;
|
|
8984
|
+
font-family: "IBM Plex Sans";
|
|
8985
|
+
font-style: italic;
|
|
8986
|
+
src: local("IBM Plex Sans SemiBold Italic"), local("IBMPlexSans-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX7KVElMYYaJe8bpLHnCwDKhdTmyIJcdvfuJGl18Q.woff2) format("woff2");
|
|
8987
|
+
font-display: auto;
|
|
8988
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
8989
|
+
}
|
|
8990
|
+
}
|
|
8991
|
+
@font-face {
|
|
8992
|
+
div.container.theme--g100 {
|
|
8993
|
+
font-weight: 300;
|
|
8994
|
+
font-family: "IBM Plex Sans";
|
|
8995
|
+
font-style: normal;
|
|
8996
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIxsdP3pBmtF8A.woff2) format("woff2");
|
|
8997
|
+
font-display: auto;
|
|
8998
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
8999
|
+
}
|
|
9000
|
+
}
|
|
9001
|
+
@font-face {
|
|
9002
|
+
div.container.theme--g100 {
|
|
9003
|
+
font-weight: 300;
|
|
9004
|
+
font-family: "IBM Plex Sans";
|
|
9005
|
+
font-style: normal;
|
|
9006
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIVsdP3pBmtF8A.woff2) format("woff2");
|
|
9007
|
+
font-display: auto;
|
|
9008
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
9009
|
+
}
|
|
9010
|
+
}
|
|
9011
|
+
@font-face {
|
|
9012
|
+
div.container.theme--g100 {
|
|
9013
|
+
font-weight: 300;
|
|
9014
|
+
font-family: "IBM Plex Sans";
|
|
9015
|
+
font-style: normal;
|
|
9016
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIJsdP3pBmtF8A.woff2) format("woff2");
|
|
9017
|
+
font-display: auto;
|
|
9018
|
+
unicode-range: U+0370-03FF;
|
|
9019
|
+
}
|
|
9020
|
+
}
|
|
9021
|
+
@font-face {
|
|
9022
|
+
div.container.theme--g100 {
|
|
9023
|
+
font-weight: 300;
|
|
9024
|
+
font-family: "IBM Plex Sans";
|
|
9025
|
+
font-style: normal;
|
|
9026
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI5sdP3pBmtF8A.woff2) format("woff2");
|
|
9027
|
+
font-display: auto;
|
|
9028
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
9029
|
+
}
|
|
9030
|
+
}
|
|
9031
|
+
@font-face {
|
|
9032
|
+
div.container.theme--g100 {
|
|
9033
|
+
font-weight: 300;
|
|
9034
|
+
font-family: "IBM Plex Sans";
|
|
9035
|
+
font-style: normal;
|
|
9036
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AI9sdP3pBmtF8A.woff2) format("woff2");
|
|
9037
|
+
font-display: auto;
|
|
9038
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
9039
|
+
}
|
|
9040
|
+
}
|
|
9041
|
+
@font-face {
|
|
9042
|
+
div.container.theme--g100 {
|
|
9043
|
+
font-weight: 300;
|
|
9044
|
+
font-family: "IBM Plex Sans";
|
|
9045
|
+
font-style: normal;
|
|
9046
|
+
src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjXr8AIFsdP3pBms.woff2) format("woff2");
|
|
9047
|
+
font-display: auto;
|
|
9048
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
9049
|
+
}
|
|
9050
|
+
}
|
|
9051
|
+
@font-face {
|
|
9052
|
+
div.container.theme--g100 {
|
|
9053
|
+
font-weight: 400;
|
|
9054
|
+
font-family: "IBM Plex Sans";
|
|
9055
|
+
font-style: normal;
|
|
9056
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdzeFaxOedfTDw.woff2) format("woff2");
|
|
9057
|
+
font-display: auto;
|
|
9058
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
9059
|
+
}
|
|
9060
|
+
}
|
|
9061
|
+
@font-face {
|
|
9062
|
+
div.container.theme--g100 {
|
|
9063
|
+
font-weight: 400;
|
|
9064
|
+
font-family: "IBM Plex Sans";
|
|
9065
|
+
font-style: normal;
|
|
9066
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdXeFaxOedfTDw.woff2) format("woff2");
|
|
9067
|
+
font-display: auto;
|
|
9068
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
9069
|
+
}
|
|
9070
|
+
}
|
|
9071
|
+
@font-face {
|
|
9072
|
+
div.container.theme--g100 {
|
|
9073
|
+
font-weight: 400;
|
|
9074
|
+
font-family: "IBM Plex Sans";
|
|
9075
|
+
font-style: normal;
|
|
9076
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdLeFaxOedfTDw.woff2) format("woff2");
|
|
9077
|
+
font-display: auto;
|
|
9078
|
+
unicode-range: U+0370-03FF;
|
|
9079
|
+
}
|
|
9080
|
+
}
|
|
9081
|
+
@font-face {
|
|
9082
|
+
div.container.theme--g100 {
|
|
9083
|
+
font-weight: 400;
|
|
9084
|
+
font-family: "IBM Plex Sans";
|
|
9085
|
+
font-style: normal;
|
|
9086
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd7eFaxOedfTDw.woff2) format("woff2");
|
|
9087
|
+
font-display: auto;
|
|
9088
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
9089
|
+
}
|
|
9090
|
+
}
|
|
9091
|
+
@font-face {
|
|
9092
|
+
div.container.theme--g100 {
|
|
9093
|
+
font-weight: 400;
|
|
9094
|
+
font-family: "IBM Plex Sans";
|
|
9095
|
+
font-style: normal;
|
|
9096
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhd_eFaxOedfTDw.woff2) format("woff2");
|
|
9097
|
+
font-display: auto;
|
|
9098
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
9099
|
+
}
|
|
9100
|
+
}
|
|
9101
|
+
@font-face {
|
|
9102
|
+
div.container.theme--g100 {
|
|
9103
|
+
font-weight: 400;
|
|
9104
|
+
font-family: "IBM Plex Sans";
|
|
9105
|
+
font-style: normal;
|
|
9106
|
+
src: local("IBM Plex Sans"), local("IBMPlexSans"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYXgKVElMYYaJe8bpLHnCwDKhdHeFaxOedc.woff2) format("woff2");
|
|
9107
|
+
font-display: auto;
|
|
9108
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
9109
|
+
}
|
|
9110
|
+
}
|
|
9111
|
+
@font-face {
|
|
9112
|
+
div.container.theme--g100 {
|
|
9113
|
+
font-weight: 600;
|
|
9114
|
+
font-family: "IBM Plex Sans";
|
|
9115
|
+
font-style: normal;
|
|
9116
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIxsdP3pBmtF8A.woff2) format("woff2");
|
|
9117
|
+
font-display: auto;
|
|
9118
|
+
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
|
|
9119
|
+
}
|
|
9120
|
+
}
|
|
9121
|
+
@font-face {
|
|
9122
|
+
div.container.theme--g100 {
|
|
9123
|
+
font-weight: 600;
|
|
9124
|
+
font-family: "IBM Plex Sans";
|
|
9125
|
+
font-style: normal;
|
|
9126
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIVsdP3pBmtF8A.woff2) format("woff2");
|
|
9127
|
+
font-display: auto;
|
|
9128
|
+
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
|
|
9129
|
+
}
|
|
9130
|
+
}
|
|
9131
|
+
@font-face {
|
|
9132
|
+
div.container.theme--g100 {
|
|
9133
|
+
font-weight: 600;
|
|
9134
|
+
font-family: "IBM Plex Sans";
|
|
9135
|
+
font-style: normal;
|
|
9136
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIJsdP3pBmtF8A.woff2) format("woff2");
|
|
9137
|
+
font-display: auto;
|
|
9138
|
+
unicode-range: U+0370-03FF;
|
|
9139
|
+
}
|
|
9140
|
+
}
|
|
9141
|
+
@font-face {
|
|
9142
|
+
div.container.theme--g100 {
|
|
9143
|
+
font-weight: 600;
|
|
9144
|
+
font-family: "IBM Plex Sans";
|
|
9145
|
+
font-style: normal;
|
|
9146
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI5sdP3pBmtF8A.woff2) format("woff2");
|
|
9147
|
+
font-display: auto;
|
|
9148
|
+
unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
|
|
9149
|
+
}
|
|
9150
|
+
}
|
|
9151
|
+
@font-face {
|
|
9152
|
+
div.container.theme--g100 {
|
|
9153
|
+
font-weight: 600;
|
|
9154
|
+
font-family: "IBM Plex Sans";
|
|
9155
|
+
font-style: normal;
|
|
9156
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AI9sdP3pBmtF8A.woff2) format("woff2");
|
|
9157
|
+
font-display: auto;
|
|
9158
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
9159
|
+
}
|
|
9160
|
+
}
|
|
9161
|
+
@font-face {
|
|
9162
|
+
div.container.theme--g100 {
|
|
9163
|
+
font-weight: 600;
|
|
9164
|
+
font-family: "IBM Plex Sans";
|
|
9165
|
+
font-style: normal;
|
|
9166
|
+
src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsans/v6/zYX9KVElMYYaJe8bpLHnCwDKjQ76AIFsdP3pBms.woff2) format("woff2");
|
|
9167
|
+
font-display: auto;
|
|
9168
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
9169
|
+
}
|
|
9170
|
+
}
|
|
9171
|
+
@font-face {
|
|
9172
|
+
div.container.theme--g100 {
|
|
9173
|
+
font-weight: 300;
|
|
9174
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9175
|
+
font-style: italic;
|
|
9176
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfppYA.woff) format("woff");
|
|
9177
|
+
}
|
|
9178
|
+
}
|
|
9179
|
+
@font-face {
|
|
9180
|
+
div.container.theme--g100 {
|
|
9181
|
+
font-weight: 400;
|
|
9182
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9183
|
+
font-style: italic;
|
|
9184
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYasyKg.woff) format("woff");
|
|
9185
|
+
}
|
|
9186
|
+
}
|
|
9187
|
+
@font-face {
|
|
9188
|
+
div.container.theme--g100 {
|
|
9189
|
+
font-weight: 600;
|
|
9190
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9191
|
+
font-style: italic;
|
|
9192
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvpYA.woff) format("woff");
|
|
9193
|
+
}
|
|
9194
|
+
}
|
|
9195
|
+
@font-face {
|
|
9196
|
+
div.container.theme--g100 {
|
|
9197
|
+
font-weight: 300;
|
|
9198
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9199
|
+
font-style: normal;
|
|
9200
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6ovo.woff) format("woff");
|
|
9201
|
+
}
|
|
9202
|
+
}
|
|
9203
|
+
@font-face {
|
|
9204
|
+
div.container.theme--g100 {
|
|
9205
|
+
font-weight: 400;
|
|
9206
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9207
|
+
font-style: normal;
|
|
9208
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHbat.woff) format("woff");
|
|
9209
|
+
}
|
|
9210
|
+
}
|
|
9211
|
+
@font-face {
|
|
9212
|
+
div.container.theme--g100 {
|
|
9213
|
+
font-weight: 600;
|
|
9214
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9215
|
+
font-style: normal;
|
|
9216
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527Ivo.woff) format("woff");
|
|
9217
|
+
}
|
|
9218
|
+
}
|
|
9219
|
+
@font-face {
|
|
9220
|
+
div.container.theme--g100 {
|
|
9221
|
+
font-weight: 300;
|
|
9222
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9223
|
+
font-style: italic;
|
|
9224
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYstEzi6D11GTg.woff2) format("woff2");
|
|
9225
|
+
font-display: swap;
|
|
9226
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
9227
|
+
}
|
|
9228
|
+
}
|
|
9229
|
+
@font-face {
|
|
9230
|
+
div.container.theme--g100 {
|
|
9231
|
+
font-weight: 300;
|
|
9232
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9233
|
+
font-style: italic;
|
|
9234
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYotEzi6D11GTg.woff2) format("woff2");
|
|
9235
|
+
font-display: swap;
|
|
9236
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
9237
|
+
}
|
|
9238
|
+
}
|
|
9239
|
+
@font-face {
|
|
9240
|
+
div.container.theme--g100 {
|
|
9241
|
+
font-weight: 300;
|
|
9242
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9243
|
+
font-style: italic;
|
|
9244
|
+
src: local("IBM Plex Sans Condensed Light Italic"), local("IBMPlexSansCond-LightItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8AfplYQtEzi6D10.woff2) format("woff2");
|
|
9245
|
+
font-display: swap;
|
|
9246
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
9247
|
+
}
|
|
9248
|
+
}
|
|
9249
|
+
@font-face {
|
|
9250
|
+
div.container.theme--g100 {
|
|
9251
|
+
font-weight: 400;
|
|
9252
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9253
|
+
font-style: italic;
|
|
9254
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KPLgKkPHhKABg.woff2) format("woff2");
|
|
9255
|
+
font-display: swap;
|
|
9256
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
9257
|
+
}
|
|
9258
|
+
}
|
|
9259
|
+
@font-face {
|
|
9260
|
+
div.container.theme--g100 {
|
|
9261
|
+
font-weight: 400;
|
|
9262
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9263
|
+
font-style: italic;
|
|
9264
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KLLgKkPHhKABg.woff2) format("woff2");
|
|
9265
|
+
font-display: swap;
|
|
9266
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
9267
|
+
}
|
|
9268
|
+
}
|
|
9269
|
+
@font-face {
|
|
9270
|
+
div.container.theme--g100 {
|
|
9271
|
+
font-weight: 400;
|
|
9272
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9273
|
+
font-style: italic;
|
|
9274
|
+
src: local("IBM Plex Sans Condensed Italic"), local("IBMPlexSansCond-Italic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8nN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas-KzLgKkPHhI.woff2) format("woff2");
|
|
9275
|
+
font-display: swap;
|
|
9276
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
9277
|
+
}
|
|
9278
|
+
}
|
|
9279
|
+
@font-face {
|
|
9280
|
+
div.container.theme--g100 {
|
|
9281
|
+
font-weight: 600;
|
|
9282
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9283
|
+
font-style: italic;
|
|
9284
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYstEzi6D11GTg.woff2) format("woff2");
|
|
9285
|
+
font-display: swap;
|
|
9286
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
9287
|
+
}
|
|
9288
|
+
}
|
|
9289
|
+
@font-face {
|
|
9290
|
+
div.container.theme--g100 {
|
|
9291
|
+
font-weight: 600;
|
|
9292
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9293
|
+
font-style: italic;
|
|
9294
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYotEzi6D11GTg.woff2) format("woff2");
|
|
9295
|
+
font-display: swap;
|
|
9296
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
9297
|
+
}
|
|
9298
|
+
}
|
|
9299
|
+
@font-face {
|
|
9300
|
+
div.container.theme--g100 {
|
|
9301
|
+
font-weight: 600;
|
|
9302
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9303
|
+
font-style: italic;
|
|
9304
|
+
src: local("IBM Plex Sans Condensed SemiBold Italic"), local("IBMPlexSansCond-SemiBoldItalic"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8iN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYas8HPvlYQtEzi6D10.woff2) format("woff2");
|
|
9305
|
+
font-display: swap;
|
|
9306
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
9307
|
+
}
|
|
9308
|
+
}
|
|
9309
|
+
@font-face {
|
|
9310
|
+
div.container.theme--g100 {
|
|
9311
|
+
font-weight: 300;
|
|
9312
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9313
|
+
font-style: normal;
|
|
9314
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvjpYYnFBq4P1w.woff2) format("woff2");
|
|
9315
|
+
font-display: swap;
|
|
9316
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
9317
|
+
}
|
|
9318
|
+
}
|
|
9319
|
+
@font-face {
|
|
9320
|
+
div.container.theme--g100 {
|
|
9321
|
+
font-weight: 300;
|
|
9322
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9323
|
+
font-style: normal;
|
|
9324
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvipYYnFBq4P1w.woff2) format("woff2");
|
|
9325
|
+
font-display: swap;
|
|
9326
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
9327
|
+
}
|
|
9328
|
+
}
|
|
9329
|
+
@font-face {
|
|
9330
|
+
div.container.theme--g100 {
|
|
9331
|
+
font-weight: 300;
|
|
9332
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9333
|
+
font-style: normal;
|
|
9334
|
+
src: local("IBM Plex Sans Condensed Light"), local("IBMPlexSansCond-Light"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY4C6rvspYYnFBq4.woff2) format("woff2");
|
|
9335
|
+
font-display: swap;
|
|
9336
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
9337
|
+
}
|
|
9338
|
+
}
|
|
9339
|
+
@font-face {
|
|
9340
|
+
div.container.theme--g100 {
|
|
9341
|
+
font-weight: 400;
|
|
9342
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9343
|
+
font-style: normal;
|
|
9344
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYamyK7Bh4sNLhM.woff2) format("woff2");
|
|
9345
|
+
font-display: swap;
|
|
9346
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
9347
|
+
}
|
|
9348
|
+
}
|
|
9349
|
+
@font-face {
|
|
9350
|
+
div.container.theme--g100 {
|
|
9351
|
+
font-weight: 400;
|
|
9352
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9353
|
+
font-style: normal;
|
|
9354
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYanyK7Bh4sNLhM.woff2) format("woff2");
|
|
9355
|
+
font-display: swap;
|
|
9356
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
9357
|
+
}
|
|
9358
|
+
}
|
|
9359
|
+
@font-face {
|
|
9360
|
+
div.container.theme--g100 {
|
|
9361
|
+
font-weight: 400;
|
|
9362
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9363
|
+
font-style: normal;
|
|
9364
|
+
src: local("IBM Plex Sans Condensed"), local("IBMPlexSansCond"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8lN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHYapyK7Bh4sN.woff2) format("woff2");
|
|
9365
|
+
font-display: swap;
|
|
9366
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
9367
|
+
}
|
|
9368
|
+
}
|
|
9369
|
+
@font-face {
|
|
9370
|
+
div.container.theme--g100 {
|
|
9371
|
+
font-weight: 600;
|
|
9372
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9373
|
+
font-style: normal;
|
|
9374
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvjpYYnFBq4P1w.woff2) format("woff2");
|
|
9375
|
+
font-display: swap;
|
|
9376
|
+
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
|
|
9377
|
+
}
|
|
9378
|
+
}
|
|
9379
|
+
@font-face {
|
|
9380
|
+
div.container.theme--g100 {
|
|
9381
|
+
font-weight: 600;
|
|
9382
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9383
|
+
font-style: normal;
|
|
9384
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvipYYnFBq4P1w.woff2) format("woff2");
|
|
9385
|
+
font-display: swap;
|
|
9386
|
+
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
9387
|
+
}
|
|
9388
|
+
}
|
|
9389
|
+
@font-face {
|
|
9390
|
+
div.container.theme--g100 {
|
|
9391
|
+
font-weight: 600;
|
|
9392
|
+
font-family: "IBM Plex Sans Condensed";
|
|
9393
|
+
font-style: normal;
|
|
9394
|
+
src: local("IBM Plex Sans Condensed SemiBold"), local("IBMPlexSansCond-SemiBold"), url(https://fonts.gstatic.com/s/ibmplexsanscondensed/v6/Gg8gN4UfRSqiPg7Jn2ZI12V4DCEwkj1E4LVeHY527LvspYYnFBq4.woff2) format("woff2");
|
|
9395
|
+
font-display: swap;
|
|
9396
|
+
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
|
9397
|
+
}
|
|
9398
|
+
}
|
|
6603
9399
|
div.container.theme--g100 svg.bx--cc--chart-svg {
|
|
6604
9400
|
font-family: 'IBM Plex Sans Condensed', 'Helvetica Neue', Arial, sans-serif;
|
|
6605
9401
|
}
|
|
@@ -8206,7 +11002,7 @@ div.container .bx--label {
|
|
|
8206
11002
|
font-weight: 400;
|
|
8207
11003
|
line-height: 1rem;
|
|
8208
11004
|
letter-spacing: 0.32px;
|
|
8209
|
-
color: #
|
|
11005
|
+
color: #525252;
|
|
8210
11006
|
font-weight: 400;
|
|
8211
11007
|
display: inline-block;
|
|
8212
11008
|
vertical-align: baseline;
|
|
@@ -8302,7 +11098,7 @@ div.container .bx--form__helper-text {
|
|
|
8302
11098
|
line-height: 1rem;
|
|
8303
11099
|
letter-spacing: 0.32px;
|
|
8304
11100
|
font-style: italic;
|
|
8305
|
-
color: #
|
|
11101
|
+
color: #525252;
|
|
8306
11102
|
z-index: 0;
|
|
8307
11103
|
opacity: 1;
|
|
8308
11104
|
margin-bottom: 0.5rem;
|