@carbon/ai-chat 0.1.1-alpha5 → 0.1.1-react17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/dist/App.js +933 -55468
  2. package/dist/Carousel.js +1 -5705
  3. package/dist/Chat.js +1 -8339
  4. package/dist/GenesysMessengerServiceDesk.js +1 -579
  5. package/dist/HumanAgentServiceImpl.js +1 -1122
  6. package/dist/NiceDFOServiceDesk.js +2 -2097
  7. package/dist/PDFViewerContainer.js +2 -27439
  8. package/dist/SFServiceDesk.js +1 -1012
  9. package/dist/ServiceDeskImpl.js +1 -72
  10. package/dist/ZendeskServiceDesk.js +1 -649
  11. package/dist/_commonjsHelpers.js +1 -33
  12. package/dist/_node-resolve_empty.js +1 -25
  13. package/dist/agentActions.js +1 -187
  14. package/dist/aiChatEntry.js +1 -28
  15. package/dist/aiChatEntry2.js +4 -7022
  16. package/dist/anonymousUserIDStorage.js +2 -250
  17. package/dist/ar-dz.js +1 -55
  18. package/dist/ar-kw.js +1 -55
  19. package/dist/ar-ly.js +1 -55
  20. package/dist/ar-ma.js +1 -55
  21. package/dist/ar-sa.js +1 -55
  22. package/dist/ar-tn.js +1 -55
  23. package/dist/ar.js +1 -55
  24. package/dist/ar2.js +1 -470
  25. package/dist/cs.js +1 -55
  26. package/dist/cs2.js +1 -470
  27. package/dist/de-at.js +1 -55
  28. package/dist/de-ch.js +1 -55
  29. package/dist/de.js +1 -55
  30. package/dist/de2.js +1 -470
  31. package/dist/domUtils.js +2 -820
  32. package/dist/en-au.js +1 -55
  33. package/dist/en-ca.js +1 -55
  34. package/dist/en-gb.js +1 -55
  35. package/dist/en-ie.js +1 -55
  36. package/dist/en-il.js +1 -55
  37. package/dist/en-nz.js +1 -55
  38. package/dist/es-do.js +1 -55
  39. package/dist/es-us.js +1 -55
  40. package/dist/es.js +1 -55
  41. package/dist/es2.js +1 -470
  42. package/dist/export.js +1 -25
  43. package/dist/export.legacy.js +1 -25
  44. package/dist/fontUtils.js +1 -1036
  45. package/dist/fr-ca.js +1 -55
  46. package/dist/fr-ch.js +1 -55
  47. package/dist/fr.js +1 -55
  48. package/dist/fr2.js +1 -470
  49. package/dist/humanAgentUtils.js +1 -1393
  50. package/dist/it-ch.js +1 -55
  51. package/dist/it.js +1 -55
  52. package/dist/it2.js +1 -470
  53. package/dist/ja.js +1 -55
  54. package/dist/ja2.js +1 -470
  55. package/dist/jstz.min.js +1 -41
  56. package/dist/ko.js +1 -55
  57. package/dist/ko2.js +1 -470
  58. package/dist/messageUtils.js +1 -1338
  59. package/dist/mockServiceDesk.js +1 -851
  60. package/dist/moduleFederationPluginUtils.js +2 -5852
  61. package/dist/nl.js +1 -55
  62. package/dist/nl2.js +1 -470
  63. package/dist/pt-br.js +1 -55
  64. package/dist/pt-br2.js +1 -470
  65. package/dist/pt.js +1 -55
  66. package/dist/render.js +1 -88
  67. package/dist/web-components/cds-aichat-container/index.js +3 -3
  68. package/dist/web-components/cds-aichat-container/index.js.map +1 -1
  69. package/dist/web-components/cds-aichat-custom-element/index.js +2 -2
  70. package/dist/web-components/cds-aichat-custom-element/index.js.map +1 -1
  71. package/dist/zh-cn.js +1 -55
  72. package/dist/zh-tw.js +1 -55
  73. package/dist/zh-tw2.js +1 -470
  74. package/dist/zh.js +1 -470
  75. package/package.json +1 -1
package/dist/fontUtils.js CHANGED
@@ -1,1036 +1 @@
1
- /*
2
-
3
-
4
- (C) Copyright IBM Corp. 2017, 2024. All Rights Reserved.
5
-
6
- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
7
- in compliance with the License. You may obtain a copy of the License at
8
-
9
- http://www.apache.org/licenses/LICENSE-2.0
10
-
11
- Unless required by applicable law or agreed to in writing, software distributed under the License
12
- is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
13
- or implied. See the License for the specific language governing permissions and limitations under
14
- the License.
15
-
16
- @carbon/ai-chat 0.1.1-alpha5
17
-
18
- Built: Oct 24 2024 10:59 am -04:00
19
-
20
-
21
-
22
- */
23
- /**
24
- *
25
- * IBM Confidential
26
- *
27
- * (C) Copyright IBM Corp. 2024
28
- *
29
- * The source code for this program is not published or otherwise
30
- * divested of its trade secrets, irrespective of what has been
31
- * deposited with the U. S. Copyright Office
32
- *
33
- * US Government Users Restricted Rights - Use, duplication or
34
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
35
- *
36
- */
37
- /**
38
- * The CDN location for fonts keeps changing and we don't want to make our customers keep changing their CSP or their
39
- * CP4D configurations, so we load all fonts from our CDN.
40
- */
41
- function getFontFace(baseURL) {
42
- baseURL = baseURL.endsWith('/') ? baseURL : `${baseURL}/`;
43
- return `
44
- /* IBM Fonts */
45
- @font-face {
46
- font-display: 'swap';
47
- font-family: 'IBM Plex Mono';
48
- font-style: normal;
49
- font-weight: 300;
50
- src:
51
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2') format('woff2'),
52
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Cyrillic.woff') format('woff');
53
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
54
- }
55
-
56
- @font-face {
57
- font-display: 'swap';
58
- font-family: 'IBM Plex Mono';
59
- font-style: normal;
60
- font-weight: 300;
61
- src:
62
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2') format('woff2'),
63
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Pi.woff') format('woff');
64
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
65
- }
66
-
67
- @font-face {
68
- font-display: 'swap';
69
- font-family: 'IBM Plex Mono';
70
- font-style: normal;
71
- font-weight: 300;
72
- src:
73
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2') format('woff2'),
74
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin3.woff') format('woff');
75
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
76
- }
77
-
78
- @font-face {
79
- font-display: 'swap';
80
- font-family: 'IBM Plex Mono';
81
- font-style: normal;
82
- font-weight: 300;
83
- src:
84
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2') format('woff2'),
85
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin2.woff') format('woff');
86
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
87
- }
88
-
89
- @font-face {
90
- font-display: 'swap';
91
- font-family: 'IBM Plex Mono';
92
- font-style: normal;
93
- font-weight: 300;
94
- src:
95
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2') format('woff2'),
96
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin1.woff') format('woff');
97
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
98
- }
99
-
100
- @font-face {
101
- font-display: 'swap';
102
- font-family: 'IBM Plex Mono';
103
- font-style: italic;
104
- font-weight: 300;
105
- src:
106
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2') format('woff2'),
107
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Cyrillic.woff') format('woff');
108
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
109
- }
110
-
111
- @font-face {
112
- font-display: 'swap';
113
- font-family: 'IBM Plex Mono';
114
- font-style: italic;
115
- font-weight: 300;
116
- src:
117
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2') format('woff2'),
118
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Pi.woff') format('woff');
119
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
120
- }
121
-
122
- @font-face {
123
- font-display: 'swap';
124
- font-family: 'IBM Plex Mono';
125
- font-style: italic;
126
- font-weight: 300;
127
- src:
128
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2') format('woff2'),
129
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin3.woff') format('woff');
130
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
131
- }
132
-
133
- @font-face {
134
- font-display: 'swap';
135
- font-family: 'IBM Plex Mono';
136
- font-style: italic;
137
- font-weight: 300;
138
- src:
139
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2') format('woff2'),
140
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin2.woff') format('woff');
141
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
142
- }
143
-
144
- @font-face {
145
- font-display: 'swap';
146
- font-family: 'IBM Plex Mono';
147
- font-style: italic;
148
- font-weight: 300;
149
- src:
150
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2') format('woff2'),
151
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin1.woff') format('woff');
152
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
153
- }
154
-
155
- @font-face {
156
- font-display: 'swap';
157
- font-family: 'IBM Plex Mono';
158
- font-style: normal;
159
- font-weight: 400;
160
- src:
161
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2') format('woff2'),
162
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Cyrillic.woff') format('woff');
163
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
164
- }
165
-
166
- @font-face {
167
- font-display: 'swap';
168
- font-family: 'IBM Plex Mono';
169
- font-style: normal;
170
- font-weight: 400;
171
- src:
172
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2') format('woff2'),
173
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Pi.woff') format('woff');
174
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
175
- }
176
-
177
- @font-face {
178
- font-display: 'swap';
179
- font-family: 'IBM Plex Mono';
180
- font-style: normal;
181
- font-weight: 400;
182
- src:
183
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2') format('woff2'),
184
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin3.woff') format('woff');
185
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
186
- }
187
-
188
- @font-face {
189
- font-display: 'swap';
190
- font-family: 'IBM Plex Mono';
191
- font-style: normal;
192
- font-weight: 400;
193
- src:
194
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2') format('woff2'),
195
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin2.woff') format('woff');
196
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
197
- }
198
-
199
- @font-face {
200
- font-display: 'swap';
201
- font-family: 'IBM Plex Mono';
202
- font-style: normal;
203
- font-weight: 400;
204
- src:
205
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2') format('woff2'),
206
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin1.woff') format('woff');
207
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
208
- }
209
-
210
- @font-face {
211
- font-display: 'swap';
212
- font-family: 'IBM Plex Mono';
213
- font-style: italic;
214
- font-weight: 400;
215
- src:
216
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2') format('woff2'),
217
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Cyrillic.woff') format('woff');
218
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
219
- }
220
-
221
- @font-face {
222
- font-display: 'swap';
223
- font-family: 'IBM Plex Mono';
224
- font-style: italic;
225
- font-weight: 400;
226
- src:
227
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2') format('woff2'),
228
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Pi.woff') format('woff');
229
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
230
- }
231
-
232
- @font-face {
233
- font-display: 'swap';
234
- font-family: 'IBM Plex Mono';
235
- font-style: italic;
236
- font-weight: 400;
237
- src:
238
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2') format('woff2'),
239
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin3.woff') format('woff');
240
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
241
- }
242
-
243
- @font-face {
244
- font-display: 'swap';
245
- font-family: 'IBM Plex Mono';
246
- font-style: italic;
247
- font-weight: 400;
248
- src:
249
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2') format('woff2'),
250
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin2.woff') format('woff');
251
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
252
- }
253
-
254
- @font-face {
255
- font-display: 'swap';
256
- font-family: 'IBM Plex Mono';
257
- font-style: italic;
258
- font-weight: 400;
259
- src:
260
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2') format('woff2'),
261
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin1.woff') format('woff');
262
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
263
- }
264
-
265
- @font-face {
266
- font-display: 'swap';
267
- font-family: 'IBM Plex Mono';
268
- font-style: normal;
269
- font-weight: 600;
270
- src:
271
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2') format('woff2'),
272
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Cyrillic.woff') format('woff');
273
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
274
- }
275
-
276
- @font-face {
277
- font-display: 'swap';
278
- font-family: 'IBM Plex Mono';
279
- font-style: normal;
280
- font-weight: 600;
281
- src:
282
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2') format('woff2'),
283
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Pi.woff') format('woff');
284
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
285
- }
286
-
287
- @font-face {
288
- font-display: 'swap';
289
- font-family: 'IBM Plex Mono';
290
- font-style: normal;
291
- font-weight: 600;
292
- src:
293
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2') format('woff2'),
294
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin3.woff') format('woff');
295
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
296
- }
297
-
298
- @font-face {
299
- font-display: 'swap';
300
- font-family: 'IBM Plex Mono';
301
- font-style: normal;
302
- font-weight: 600;
303
- src:
304
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2') format('woff2'),
305
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin2.woff') format('woff');
306
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
307
- }
308
-
309
- @font-face {
310
- font-display: 'swap';
311
- font-family: 'IBM Plex Mono';
312
- font-style: normal;
313
- font-weight: 600;
314
- src:
315
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2') format('woff2'),
316
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin1.woff') format('woff');
317
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
318
- }
319
-
320
- @font-face {
321
- font-display: 'swap';
322
- font-family: 'IBM Plex Mono';
323
- font-style: italic;
324
- font-weight: 600;
325
- src:
326
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2') format('woff2'),
327
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Cyrillic.woff') format('woff');
328
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
329
- }
330
-
331
- @font-face {
332
- font-display: 'swap';
333
- font-family: 'IBM Plex Mono';
334
- font-style: italic;
335
- font-weight: 600;
336
- src:
337
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2') format('woff2'),
338
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Pi.woff') format('woff');
339
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
340
- }
341
-
342
- @font-face {
343
- font-display: 'swap';
344
- font-family: 'IBM Plex Mono';
345
- font-style: italic;
346
- font-weight: 600;
347
- src:
348
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2') format('woff2'),
349
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin3.woff') format('woff');
350
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
351
- }
352
-
353
- @font-face {
354
- font-display: 'swap';
355
- font-family: 'IBM Plex Mono';
356
- font-style: italic;
357
- font-weight: 600;
358
- src:
359
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2') format('woff2'),
360
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin2.woff') format('woff');
361
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
362
- }
363
-
364
- @font-face {
365
- font-display: 'swap';
366
- font-family: 'IBM Plex Mono';
367
- font-style: italic;
368
- font-weight: 600;
369
- src:
370
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2') format('woff2'),
371
- url('${baseURL}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin1.woff') format('woff');
372
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
373
- }
374
-
375
- @font-face {
376
- font-display: 'swap';
377
- font-family: 'IBM Plex Sans';
378
- font-style: normal;
379
- font-weight: 300;
380
- src:
381
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Cyrillic.woff2') format('woff2'),
382
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Cyrillic.woff') format('woff');
383
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
384
- }
385
-
386
- @font-face {
387
- font-display: 'swap';
388
- font-family: 'IBM Plex Sans';
389
- font-style: normal;
390
- font-weight: 300;
391
- src:
392
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Pi.woff2') format('woff2'),
393
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Pi.woff') format('woff');
394
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
395
- }
396
-
397
- @font-face {
398
- font-display: 'swap';
399
- font-family: 'IBM Plex Sans';
400
- font-style: normal;
401
- font-weight: 300;
402
- src:
403
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin3.woff2') format('woff2'),
404
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin3.woff') format('woff');
405
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
406
- }
407
-
408
- @font-face {
409
- font-display: 'swap';
410
- font-family: 'IBM Plex Sans';
411
- font-style: normal;
412
- font-weight: 300;
413
- src:
414
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin2.woff2') format('woff2'),
415
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin2.woff') format('woff');
416
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
417
- }
418
-
419
- @font-face {
420
- font-display: 'swap';
421
- font-family: 'IBM Plex Sans';
422
- font-style: normal;
423
- font-weight: 300;
424
- src:
425
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin1.woff2') format('woff2'),
426
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin1.woff') format('woff');
427
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
428
- }
429
-
430
- @font-face {
431
- font-display: 'swap';
432
- font-family: 'IBM Plex Sans';
433
- font-style: italic;
434
- font-weight: 300;
435
- src:
436
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Cyrillic.woff2') format('woff2'),
437
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Cyrillic.woff') format('woff');
438
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
439
- }
440
-
441
- @font-face {
442
- font-display: 'swap';
443
- font-family: 'IBM Plex Sans';
444
- font-style: italic;
445
- font-weight: 300;
446
- src:
447
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Pi.woff2') format('woff2'),
448
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Pi.woff') format('woff');
449
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
450
- }
451
-
452
- @font-face {
453
- font-display: 'swap';
454
- font-family: 'IBM Plex Sans';
455
- font-style: italic;
456
- font-weight: 300;
457
- src:
458
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin3.woff2') format('woff2'),
459
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin3.woff') format('woff');
460
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
461
- }
462
-
463
- @font-face {
464
- font-display: 'swap';
465
- font-family: 'IBM Plex Sans';
466
- font-style: italic;
467
- font-weight: 300;
468
- src:
469
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin2.woff2') format('woff2'),
470
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin2.woff') format('woff');
471
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
472
- }
473
-
474
- @font-face {
475
- font-display: 'swap';
476
- font-family: 'IBM Plex Sans';
477
- font-style: italic;
478
- font-weight: 300;
479
- src:
480
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin1.woff2') format('woff2'),
481
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin1.woff') format('woff');
482
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
483
- }
484
-
485
- @font-face {
486
- font-display: 'swap';
487
- font-family: 'IBM Plex Sans';
488
- font-style: normal;
489
- font-weight: 400;
490
- src:
491
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Cyrillic.woff2') format('woff2'),
492
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Cyrillic.woff') format('woff');
493
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
494
- }
495
-
496
- @font-face {
497
- font-display: 'swap';
498
- font-family: 'IBM Plex Sans';
499
- font-style: normal;
500
- font-weight: 400;
501
- src:
502
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Pi.woff2') format('woff2'),
503
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Pi.woff') format('woff');
504
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
505
- }
506
-
507
- @font-face {
508
- font-display: 'swap';
509
- font-family: 'IBM Plex Sans';
510
- font-style: normal;
511
- font-weight: 400;
512
- src:
513
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin3.woff2') format('woff2'),
514
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin3.woff') format('woff');
515
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
516
- }
517
-
518
- @font-face {
519
- font-display: 'swap';
520
- font-family: 'IBM Plex Sans';
521
- font-style: normal;
522
- font-weight: 400;
523
- src:
524
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin2.woff2') format('woff2'),
525
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin2.woff') format('woff');
526
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
527
- }
528
-
529
- @font-face {
530
- font-display: 'swap';
531
- font-family: 'IBM Plex Sans';
532
- font-style: normal;
533
- font-weight: 400;
534
- src:
535
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2') format('woff2'),
536
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin1.woff') format('woff');
537
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
538
- }
539
-
540
- @font-face {
541
- font-display: 'swap';
542
- font-family: 'IBM Plex Sans';
543
- font-style: italic;
544
- font-weight: 400;
545
- src:
546
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Cyrillic.woff2') format('woff2'),
547
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Cyrillic.woff') format('woff');
548
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
549
- }
550
-
551
- @font-face {
552
- font-display: 'swap';
553
- font-family: 'IBM Plex Sans';
554
- font-style: italic;
555
- font-weight: 400;
556
- src:
557
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Pi.woff2') format('woff2'),
558
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Pi.woff') format('woff');
559
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
560
- }
561
-
562
- @font-face {
563
- font-display: 'swap';
564
- font-family: 'IBM Plex Sans';
565
- font-style: italic;
566
- font-weight: 400;
567
- src:
568
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin3.woff2') format('woff2'),
569
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin3.woff') format('woff');
570
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
571
- }
572
-
573
- @font-face {
574
- font-display: 'swap';
575
- font-family: 'IBM Plex Sans';
576
- font-style: italic;
577
- font-weight: 400;
578
- src:
579
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin2.woff2') format('woff2'),
580
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin2.woff') format('woff');
581
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
582
- }
583
-
584
- @font-face {
585
- font-display: 'swap';
586
- font-family: 'IBM Plex Sans';
587
- font-style: italic;
588
- font-weight: 400;
589
- src:
590
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin1.woff2') format('woff2'),
591
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin1.woff') format('woff');
592
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
593
- }
594
-
595
- @font-face {
596
- font-display: 'swap';
597
- font-family: 'IBM Plex Sans';
598
- font-style: normal;
599
- font-weight: 600;
600
- src:
601
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Cyrillic.woff2') format('woff2'),
602
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Cyrillic.woff') format('woff');
603
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
604
- }
605
-
606
- @font-face {
607
- font-display: 'swap';
608
- font-family: 'IBM Plex Sans';
609
- font-style: normal;
610
- font-weight: 600;
611
- src:
612
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Pi.woff2') format('woff2'),
613
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Pi.woff') format('woff');
614
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
615
- }
616
-
617
- @font-face {
618
- font-display: 'swap';
619
- font-family: 'IBM Plex Sans';
620
- font-style: normal;
621
- font-weight: 600;
622
- src:
623
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin3.woff2') format('woff2'),
624
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin3.woff') format('woff');
625
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
626
- }
627
-
628
- @font-face {
629
- font-display: 'swap';
630
- font-family: 'IBM Plex Sans';
631
- font-style: normal;
632
- font-weight: 600;
633
- src:
634
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin2.woff2') format('woff2'),
635
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin2.woff') format('woff');
636
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
637
- }
638
-
639
- @font-face {
640
- font-display: 'swap';
641
- font-family: 'IBM Plex Sans';
642
- font-style: normal;
643
- font-weight: 600;
644
- src:
645
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2') format('woff2'),
646
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin1.woff') format('woff');
647
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
648
- }
649
-
650
- @font-face {
651
- font-display: 'swap';
652
- font-family: 'IBM Plex Sans';
653
- font-style: italic;
654
- font-weight: 600;
655
- src:
656
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Cyrillic.woff2') format('woff2'),
657
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Cyrillic.woff') format('woff');
658
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
659
- }
660
-
661
- @font-face {
662
- font-display: 'swap';
663
- font-family: 'IBM Plex Sans';
664
- font-style: italic;
665
- font-weight: 600;
666
- src:
667
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Pi.woff2') format('woff2'),
668
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Pi.woff') format('woff');
669
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
670
- }
671
-
672
- @font-face {
673
- font-display: 'swap';
674
- font-family: 'IBM Plex Sans';
675
- font-style: italic;
676
- font-weight: 600;
677
- src:
678
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin3.woff2') format('woff2'),
679
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin3.woff') format('woff');
680
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
681
- }
682
-
683
- @font-face {
684
- font-display: 'swap';
685
- font-family: 'IBM Plex Sans';
686
- font-style: italic;
687
- font-weight: 600;
688
- src:
689
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin2.woff2') format('woff2'),
690
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin2.woff') format('woff');
691
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
692
- }
693
-
694
- @font-face {
695
- font-display: 'swap';
696
- font-family: 'IBM Plex Sans';
697
- font-style: italic;
698
- font-weight: 600;
699
- src:
700
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin1.woff2') format('woff2'),
701
- url('${baseURL}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin1.woff') format('woff');
702
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
703
- }
704
-
705
- @font-face {
706
- font-display: 'swap';
707
- font-family: 'IBM Plex Serif';
708
- font-style: normal;
709
- font-weight: 300;
710
- src:
711
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Cyrillic.woff2') format('woff2'),
712
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Cyrillic.woff') format('woff');
713
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
714
- }
715
-
716
- @font-face {
717
- font-display: 'swap';
718
- font-family: 'IBM Plex Serif';
719
- font-style: normal;
720
- font-weight: 300;
721
- src:
722
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Pi.woff2') format('woff2'),
723
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Pi.woff') format('woff');
724
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
725
- }
726
-
727
- @font-face {
728
- font-display: 'swap';
729
- font-family: 'IBM Plex Serif';
730
- font-style: normal;
731
- font-weight: 300;
732
- src:
733
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin3.woff2') format('woff2'),
734
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin3.woff') format('woff');
735
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
736
- }
737
-
738
- @font-face {
739
- font-display: 'swap';
740
- font-family: 'IBM Plex Serif';
741
- font-style: normal;
742
- font-weight: 300;
743
- src:
744
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin2.woff2') format('woff2'),
745
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin2.woff') format('woff');
746
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
747
- }
748
-
749
- @font-face {
750
- font-display: 'swap';
751
- font-family: 'IBM Plex Serif';
752
- font-style: normal;
753
- font-weight: 300;
754
- src:
755
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin1.woff2') format('woff2'),
756
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin1.woff') format('woff');
757
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
758
- }
759
-
760
- @font-face {
761
- font-display: 'swap';
762
- font-family: 'IBM Plex Serif';
763
- font-style: italic;
764
- font-weight: 300;
765
- src:
766
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Cyrillic.woff2') format('woff2'),
767
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Cyrillic.woff') format('woff');
768
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
769
- }
770
-
771
- @font-face {
772
- font-display: 'swap';
773
- font-family: 'IBM Plex Serif';
774
- font-style: italic;
775
- font-weight: 300;
776
- src:
777
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Pi.woff2') format('woff2'),
778
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Pi.woff') format('woff');
779
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
780
- }
781
-
782
- @font-face {
783
- font-display: 'swap';
784
- font-family: 'IBM Plex Serif';
785
- font-style: italic;
786
- font-weight: 300;
787
- src:
788
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin3.woff2') format('woff2'),
789
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin3.woff') format('woff');
790
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
791
- }
792
-
793
- @font-face {
794
- font-display: 'swap';
795
- font-family: 'IBM Plex Serif';
796
- font-style: italic;
797
- font-weight: 300;
798
- src:
799
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin2.woff2') format('woff2'),
800
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin2.woff') format('woff');
801
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
802
- }
803
-
804
- @font-face {
805
- font-display: 'swap';
806
- font-family: 'IBM Plex Serif';
807
- font-style: italic;
808
- font-weight: 300;
809
- src:
810
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin1.woff2') format('woff2'),
811
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin1.woff') format('woff');
812
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
813
- }
814
-
815
- @font-face {
816
- font-display: 'swap';
817
- font-family: 'IBM Plex Serif';
818
- font-style: normal;
819
- font-weight: 400;
820
- src:
821
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Cyrillic.woff2') format('woff2'),
822
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Cyrillic.woff') format('woff');
823
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
824
- }
825
-
826
- @font-face {
827
- font-display: 'swap';
828
- font-family: 'IBM Plex Serif';
829
- font-style: normal;
830
- font-weight: 400;
831
- src:
832
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Pi.woff2') format('woff2'),
833
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Pi.woff') format('woff');
834
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
835
- }
836
-
837
- @font-face {
838
- font-display: 'swap';
839
- font-family: 'IBM Plex Serif';
840
- font-style: normal;
841
- font-weight: 400;
842
- src:
843
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin3.woff2') format('woff2'),
844
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin3.woff') format('woff');
845
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
846
- }
847
-
848
- @font-face {
849
- font-display: 'swap';
850
- font-family: 'IBM Plex Serif';
851
- font-style: normal;
852
- font-weight: 400;
853
- src:
854
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin2.woff2') format('woff2'),
855
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin2.woff') format('woff');
856
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
857
- }
858
-
859
- @font-face {
860
- font-display: 'swap';
861
- font-family: 'IBM Plex Serif';
862
- font-style: normal;
863
- font-weight: 400;
864
- src:
865
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin1.woff2') format('woff2'),
866
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin1.woff') format('woff');
867
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
868
- }
869
-
870
- @font-face {
871
- font-display: 'swap';
872
- font-family: 'IBM Plex Serif';
873
- font-style: italic;
874
- font-weight: 400;
875
- src:
876
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Cyrillic.woff2') format('woff2'),
877
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Cyrillic.woff') format('woff');
878
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
879
- }
880
-
881
- @font-face {
882
- font-display: 'swap';
883
- font-family: 'IBM Plex Serif';
884
- font-style: italic;
885
- font-weight: 400;
886
- src:
887
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Pi.woff2') format('woff2'),
888
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Pi.woff') format('woff');
889
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
890
- }
891
-
892
- @font-face {
893
- font-display: 'swap';
894
- font-family: 'IBM Plex Serif';
895
- font-style: italic;
896
- font-weight: 400;
897
- src:
898
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin3.woff2') format('woff2'),
899
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin3.woff') format('woff');
900
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
901
- }
902
-
903
- @font-face {
904
- font-display: 'swap';
905
- font-family: 'IBM Plex Serif';
906
- font-style: italic;
907
- font-weight: 400;
908
- src:
909
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin2.woff2') format('woff2'),
910
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin2.woff') format('woff');
911
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
912
- }
913
-
914
- @font-face {
915
- font-display: 'swap';
916
- font-family: 'IBM Plex Serif';
917
- font-style: italic;
918
- font-weight: 400;
919
- src:
920
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin1.woff2') format('woff2'),
921
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin1.woff') format('woff');
922
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
923
- }
924
-
925
- @font-face {
926
- font-display: 'swap';
927
- font-family: 'IBM Plex Serif';
928
- font-style: normal;
929
- font-weight: 600;
930
- src:
931
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Cyrillic.woff2') format('woff2'),
932
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Cyrillic.woff') format('woff');
933
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
934
- }
935
-
936
- @font-face {
937
- font-display: 'swap';
938
- font-family: 'IBM Plex Serif';
939
- font-style: normal;
940
- font-weight: 600;
941
- src:
942
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Pi.woff2') format('woff2'),
943
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Pi.woff') format('woff');
944
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
945
- }
946
-
947
- @font-face {
948
- font-display: 'swap';
949
- font-family: 'IBM Plex Serif';
950
- font-style: normal;
951
- font-weight: 600;
952
- src:
953
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin3.woff2') format('woff2'),
954
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin3.woff') format('woff');
955
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
956
- }
957
-
958
- @font-face {
959
- font-display: 'swap';
960
- font-family: 'IBM Plex Serif';
961
- font-style: normal;
962
- font-weight: 600;
963
- src:
964
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin2.woff2') format('woff2'),
965
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin2.woff') format('woff');
966
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
967
- }
968
-
969
- @font-face {
970
- font-display: 'swap';
971
- font-family: 'IBM Plex Serif';
972
- font-style: normal;
973
- font-weight: 600;
974
- src:
975
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin1.woff2') format('woff2'),
976
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin1.woff') format('woff');
977
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
978
- }
979
-
980
- @font-face {
981
- font-display: 'swap';
982
- font-family: 'IBM Plex Serif';
983
- font-style: italic;
984
- font-weight: 600;
985
- src:
986
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff2') format('woff2'),
987
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff') format('woff');
988
- unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';
989
- }
990
-
991
- @font-face {
992
- font-display: 'swap';
993
- font-family: 'IBM Plex Serif';
994
- font-style: italic;
995
- font-weight: 600;
996
- src:
997
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Pi.woff2') format('woff2'),
998
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Pi.woff') format('woff');
999
- unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';
1000
- }
1001
-
1002
- @font-face {
1003
- font-display: 'swap';
1004
- font-family: 'IBM Plex Serif';
1005
- font-style: italic;
1006
- font-weight: 600;
1007
- src:
1008
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin3.woff2') format('woff2'),
1009
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin3.woff') format('woff');
1010
- unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';
1011
- }
1012
-
1013
- @font-face {
1014
- font-display: 'swap';
1015
- font-family: 'IBM Plex Serif';
1016
- font-style: italic;
1017
- font-weight: 600;
1018
- src:
1019
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin2.woff2') format('woff2'),
1020
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin2.woff') format('woff');
1021
- unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';
1022
- }
1023
-
1024
- @font-face {
1025
- font-display: 'swap';
1026
- font-family: 'IBM Plex Serif';
1027
- font-style: italic;
1028
- font-weight: 600;
1029
- src:
1030
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin1.woff2') format('woff2'),
1031
- url('${baseURL}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin1.woff') format('woff');
1032
- unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';
1033
- }`;
1034
- }
1035
-
1036
- export { getFontFace };
1
+ function n(n){return`\n/* IBM Fonts */\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n=n.endsWith("/")?n:`${n}/`}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Light-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Light-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-LightItalic-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-LightItalic-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Regular-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Regular-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-Italic-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-Italic-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBold-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBold-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Mono';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff2/IBMPlexMono-SemiBoldItalic-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Mono/fonts/split/woff/IBMPlexMono-SemiBoldItalic-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Light-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Light-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-LightItalic-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-LightItalic-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Regular-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Regular-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-Italic-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-Italic-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBold-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBold-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Sans';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff2/IBMPlexSans-SemiBoldItalic-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Sans/fonts/split/woff/IBMPlexSans-SemiBoldItalic-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Light-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Light-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 300;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-LightItalic-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-LightItalic-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Regular-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Regular-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 400;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-Italic-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-Italic-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: normal;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBold-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBold-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff') format('woff');\n unicode-range: 'U+0400-045F', 'U+0472-0473', 'U+0490-049D', 'U+04A0-04A5', 'U+04AA-04AB', 'U+04AE-04B3', 'U+04B6-04BB', 'U+04C0-04C2', 'U+04CF-04D9', 'U+04DC-04DF', 'U+04E2-04E9', 'U+04EE-04F5', 'U+04F8-04F9';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Pi.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Pi.woff') format('woff');\n unicode-range: 'U+0E3F', 'U+2032-2033', 'U+2070', 'U+2075-2079', 'U+2080-2081', 'U+2083', 'U+2085-2089', 'U+2113', 'U+2116', 'U+2126', 'U+212E', 'U+2150-2151', 'U+2153-215E', 'U+2190-2199', 'U+21A9-21AA', 'U+21B0-21B3', 'U+21B6-21B7', 'U+21BA-21BB', 'U+21C4', 'U+21C6', 'U+2202', 'U+2206', 'U+220F', 'U+2211', 'U+221A', 'U+221E', 'U+222B', 'U+2248', 'U+2260', 'U+2264-2265', 'U+25CA', 'U+2713', 'U+274C', 'U+2B0E-2B11', 'U+EBE1-EBE7', 'U+ECE0', 'U+EFCC';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin3.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin3.woff') format('woff');\n unicode-range: 'U+0102-0103', 'U+1EA0-1EF9', 'U+20AB';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin2.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin2.woff') format('woff');\n unicode-range: 'U+0100-024F', 'U+0259', 'U+1E00-1EFF', 'U+20A0-20AB', 'U+20AD-20CF', 'U+2C60-2C7F', 'U+A720-A7FF', 'U+FB01-FB02';\n}\n\n@font-face {\n font-display: 'swap';\n font-family: 'IBM Plex Serif';\n font-style: italic;\n font-weight: 600;\n src:\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff2/IBMPlexSerif-SemiBoldItalic-Latin1.woff2') format('woff2'),\n url('${n}fonts/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Latin1.woff') format('woff');\n unicode-range: 'U+0000', 'U+000D', 'U+0020-007E', 'U+00A0-00A3', 'U+00A4-00FF', 'U+0131', 'U+0152-0153', 'U+02C6', 'U+02DA', 'U+02DC', 'U+2013-2014', 'U+2018-201A', 'U+201C-201E', 'U+2020-2022', 'U+2026', 'U+2030', 'U+2039-203A', 'U+2044', 'U+2074', 'U+20AC', 'U+2122', 'U+2212', 'U+FB01-FB02';\n}`}export{n as getFontFace};