@semi-bot/semi-theme-seek 1.9.83 → 1.9.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/semi.css CHANGED
@@ -380,7 +380,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
380
380
  --semi-color-link: rgba(var(--semi-blue-5), 1);
381
381
  --semi-color-nav-bg: rgba(var(--semi-white), 1);
382
382
  --semi-color-appbg: rgba(var(--semi-grey-1),1);
383
- --semi-color-black: rgba(31,63,85, 1);
383
+ --semi-color-black: rgba(0,0,0,1);
384
384
  --semi-color-data-0: rgba(87, 105, 255, 1);
385
385
  --semi-color-data-1: rgba(142, 212, 231, 1);
386
386
  --semi-color-data-2: rgba(245, 135, 0, 1);
@@ -398,7 +398,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
398
398
  --semi-color-text-1: rgba(var(--semi-grey-9),0.8);
399
399
  --semi-color-text-2: rgba(var(--semi-grey-9),0.6);
400
400
  --semi-color-text-3: rgba(var(--semi-grey-9),0.35);
401
- --semi-color-white: rgba(var(--semi-white), 1);
401
+ --semi-color-white: rgba(255,255,255,1);
402
402
  --semi-color-data-10: rgba(48, 167, 206, 1);
403
403
  --semi-color-data-11: rgba(249, 192, 100, 1);
404
404
  --semi-color-data-12: rgba(177, 113, 249, 1);
@@ -414,6 +414,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
414
414
  --semi-color-shadow: rgba(var(--semi-black), 0.04);
415
415
  --semi-color-black-50: rgba(0,0,0,0.5);
416
416
  --semi-color-black-70: rgba(0,0,0,0.7);
417
+ --semi-color-white-50: rgba(255,255,255,0.5);
417
418
  --semi-color-border-1: rgba(var(--semi-grey-9),0.12);
418
419
  --semi-color-border-2: rgba(var(--semi-grey-9),0.06);
419
420
  --semi-color-card-hover: rgba(var(--semi-grey-1),0.8);
@@ -455,7 +456,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
455
456
  --semi-color-tertiary-hover: rgba(var(--semi-grey-2),0.6);
456
457
  --semi-color-Timecode-border: rgba(var(--semi-green-6),1);
457
458
  --semi-color-disabled-border: rgba(var(--semi-grey-1), 1);
458
- --semi-color-primary-disabled: rgba(var(--semi-brand-2), 1);
459
+ --semi-color-primary-disabled: rgba(var(--semi-brand-5),0.3);
459
460
  --semi-color-success-disabled: rgba(var(--semi-green-1),1);
460
461
  --semi-color-tertiary-active: rgba(var(--semi-grey-2),1);
461
462
  --semi-color-secondary-hover: rgba(var(--semi-light-blue-6), 1);
@@ -486,7 +487,7 @@ body, body[theme-mode=dark] .semi-always-light, :host, :host .semi-always-light
486
487
  --semi-color-button-Radio-bg-active: rgba(255,255,255,1);
487
488
  --semi-color-secondary-light-active: rgba(var(--semi-blue-2), 1);
488
489
  --semi-color-secondary-light-default: rgba(var(--semi-light-blue-0), 1);
489
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
490
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
490
491
  -webkit-font-smoothing: antialiased;
491
492
  --semi-shadow-elevated: 0px 0px 1px 0px rgba(3,3,3,0.4),0px 6px 16px -1px rgba(0,0,0,0.10),0px 0px 0px 0px rgba(102,204,255,0);
492
493
  --semi-shadow-0: none;
@@ -644,7 +645,7 @@ body[theme-mode=dark], body .semi-always-dark, :host([theme-mode=dark]), :host .
644
645
  --semi-color-button-Radio-bg-active: rgba(var(--semi-blue-7),1);
645
646
  --semi-color-secondary-light-active: rgba(var(--semi-light-blue-5), 0.4);
646
647
  --semi-color-secondary-light-default: rgba(var(--semi-light-blue-5), 0.2);
647
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
648
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
648
649
  -webkit-font-smoothing: antialiased;
649
650
  --semi-shadow-elevated: 0px 0px 1px 0px rgba(3,3,3,0.4),0px 6px 16px -1px rgba(0,0,0,0.10),0px 0px 0px 0px rgba(102,204,255,0);
650
651
  --semi-shadow-0: none;
@@ -1376,7 +1377,7 @@ body, :host {
1376
1377
  padding: 8px 20px;
1377
1378
  color: var(--semi-color-text-0);
1378
1379
  font-size: 14px;
1379
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1380
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1380
1381
  line-height: 20px;
1381
1382
  }
1382
1383
  .semi-aiChatInput-suggestion-item-active {
@@ -1421,7 +1422,7 @@ body, :host {
1421
1422
  flex-wrap: wrap;
1422
1423
  margin-bottom: 8px;
1423
1424
  font-size: 12px;
1424
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1425
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1425
1426
  line-height: 16px;
1426
1427
  color: var(--semi-color-text-2);
1427
1428
  column-gap: 4px;
@@ -1583,7 +1584,7 @@ body, :host {
1583
1584
  .semi-aiChatInput-footer-configure-mcp-header {
1584
1585
  padding: 8px 16px 0px;
1585
1586
  font-size: 12px;
1586
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1587
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1587
1588
  line-height: 16px;
1588
1589
  height: 16px;
1589
1590
  align-items: center;
@@ -1599,7 +1600,7 @@ body, :host {
1599
1600
  border: 0px;
1600
1601
  height: fit-content;
1601
1602
  font-size: 12px;
1602
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1603
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1603
1604
  line-height: 16px;
1604
1605
  }
1605
1606
  .semi-aiChatInput-attachment {
@@ -1644,7 +1645,7 @@ body, :host {
1644
1645
  text-overflow: ellipsis;
1645
1646
  color: var(--semi-color-text-0);
1646
1647
  font-size: 12px;
1647
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1648
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1648
1649
  line-height: 16px;
1649
1650
  font-weight: 600;
1650
1651
  }
@@ -1655,7 +1656,7 @@ body, :host {
1655
1656
  column-gap: 4px;
1656
1657
  color: var(--semi-color-text-2);
1657
1658
  font-size: 12px;
1658
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1659
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1659
1660
  line-height: 16px;
1660
1661
  text-transform: uppercase;
1661
1662
  }
@@ -1795,7 +1796,7 @@ body, :host {
1795
1796
  }
1796
1797
  .semi-aiChatInput-editor-content .tiptap .select-slot {
1797
1798
  font-size: 14px;
1798
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1799
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1799
1800
  line-height: 20px;
1800
1801
  height: 24px;
1801
1802
  padding: 2px 4px;
@@ -1864,7 +1865,7 @@ body, :host {
1864
1865
 
1865
1866
  .semi-anchor {
1866
1867
  font-size: 14px;
1867
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1868
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1868
1869
  line-height: 20px;
1869
1870
  overflow-y: auto;
1870
1871
  overflow-x: hidden;
@@ -1872,7 +1873,7 @@ body, :host {
1872
1873
  }
1873
1874
  .semi-anchor-size-small {
1874
1875
  font-size: 12px;
1875
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1876
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1876
1877
  line-height: 16px;
1877
1878
  }
1878
1879
  .semi-anchor-slide {
@@ -1955,7 +1956,7 @@ body, :host {
1955
1956
  }
1956
1957
  .semi-anchor-link-tooltip-small {
1957
1958
  font-size: 12px;
1958
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1959
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
1959
1960
  line-height: 16px;
1960
1961
  }
1961
1962
  .semi-anchor-link-tooltip:hover {
@@ -2174,7 +2175,7 @@ body, :host {
2174
2175
 
2175
2176
  .semi-autocomplete-option {
2176
2177
  font-size: 14px;
2177
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2178
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2178
2179
  line-height: 20px;
2179
2180
  word-break: break-all;
2180
2181
  padding-left: 12px;
@@ -2299,7 +2300,7 @@ body, :host {
2299
2300
  display: flex;
2300
2301
  align-items: center;
2301
2302
  font-size: 14px;
2302
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2303
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2303
2304
  line-height: 20px;
2304
2305
  font-weight: 600;
2305
2306
  }
@@ -2339,7 +2340,7 @@ body, :host {
2339
2340
  }
2340
2341
  .semi-avatar-small .semi-avatar-label {
2341
2342
  font-size: 12px;
2342
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2343
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2343
2344
  line-height: 16px;
2344
2345
  }
2345
2346
  .semi-avatar-default {
@@ -2349,7 +2350,7 @@ body, :host {
2349
2350
  }
2350
2351
  .semi-avatar-default .semi-avatar-label {
2351
2352
  font-size: 18px;
2352
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2353
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2353
2354
  line-height: 24px;
2354
2355
  }
2355
2356
  .semi-avatar-medium {
@@ -2359,7 +2360,7 @@ body, :host {
2359
2360
  }
2360
2361
  .semi-avatar-medium .semi-avatar-label {
2361
2362
  font-size: 20px;
2362
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2363
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2363
2364
  line-height: 28px;
2364
2365
  }
2365
2366
  .semi-avatar-large {
@@ -2369,7 +2370,7 @@ body, :host {
2369
2370
  }
2370
2371
  .semi-avatar-large .semi-avatar-label {
2371
2372
  font-size: 32px;
2372
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2373
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
2373
2374
  line-height: 44px;
2374
2375
  }
2375
2376
  .semi-avatar-extra-large {
@@ -3017,7 +3018,7 @@ body, :host {
3017
3018
  z-index: 1;
3018
3019
  text-align: center;
3019
3020
  font-size: 12px;
3020
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
3021
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
3021
3022
  line-height: 16px;
3022
3023
  font-weight: 400;
3023
3024
  color: var(--semi-color-bg-2);
@@ -3243,13 +3244,13 @@ body, :host {
3243
3244
  }
3244
3245
  .semi-breadcrumb-wrapper-loose {
3245
3246
  font-size: 14px;
3246
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
3247
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
3247
3248
  line-height: 20px;
3248
3249
  font-size: 14px;
3249
3250
  }
3250
3251
  .semi-breadcrumb-wrapper-compact {
3251
3252
  font-size: 12px;
3252
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
3253
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
3253
3254
  line-height: 16px;
3254
3255
  font-size: 12px;
3255
3256
  }
@@ -3926,7 +3927,7 @@ body, :host {
3926
3927
  .semi-calendar-day .semi-calendar-tag,
3927
3928
  .semi-calendar-week .semi-calendar-tag {
3928
3929
  font-size: 14px;
3929
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
3930
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
3930
3931
  line-height: 20px;
3931
3932
  min-width: 70px;
3932
3933
  color: var(--semi-color-text-2);
@@ -4042,7 +4043,7 @@ body, :host {
4042
4043
  .semi-calendar-day .semi-calendar-time-item span,
4043
4044
  .semi-calendar-week .semi-calendar-time-item span {
4044
4045
  font-size: 14px;
4045
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4046
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4046
4047
  line-height: 20px;
4047
4048
  display: block;
4048
4049
  position: relative;
@@ -4093,7 +4094,7 @@ body, :host {
4093
4094
  display: flex;
4094
4095
  align-items: flex-start;
4095
4096
  font-size: 14px;
4096
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4097
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4097
4098
  line-height: 20px;
4098
4099
  color: var(--semi-color-text-2);
4099
4100
  }
@@ -4155,7 +4156,7 @@ body, :host {
4155
4156
  }
4156
4157
  .semi-calendar-week .semi-calendar-all-day .semi-calendar-event-items .semi-calendar-event-allday > * {
4157
4158
  font-size: 14px;
4158
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4159
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4159
4160
  line-height: 20px;
4160
4161
  }
4161
4162
  .semi-calendar-week .semi-calendar-week-tag {
@@ -4172,7 +4173,7 @@ body, :host {
4172
4173
  height: 100%;
4173
4174
  overflow: hidden;
4174
4175
  font-size: 14px;
4175
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4176
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4176
4177
  line-height: 20px;
4177
4178
  }
4178
4179
  .semi-calendar-month-grid-wrapper {
@@ -4226,7 +4227,7 @@ body, :host {
4226
4227
  }
4227
4228
  .semi-calendar-month-skeleton li span {
4228
4229
  font-size: 14px;
4229
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4230
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4230
4231
  line-height: 20px;
4231
4232
  }
4232
4233
  .semi-calendar-month-skeleton li:last-child {
@@ -4237,7 +4238,7 @@ body, :host {
4237
4238
  }
4238
4239
  .semi-calendar-month-skeleton .semi-calendar-month-event-card-wrapper {
4239
4240
  font-size: 14px;
4240
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4241
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4241
4242
  line-height: 20px;
4242
4243
  display: block;
4243
4244
  position: absolute;
@@ -4274,7 +4275,7 @@ body, :host {
4274
4275
  }
4275
4276
  .semi-calendar-month-weekrow .semi-calendar-event-items .semi-calendar-event-month > * {
4276
4277
  font-size: 14px;
4277
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4278
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4278
4279
  line-height: 20px;
4279
4280
  }
4280
4281
  .semi-calendar-month-date {
@@ -4314,7 +4315,7 @@ body, :host {
4314
4315
  }
4315
4316
  .semi-calendar-month-event-card-header-info-date {
4316
4317
  font-size: 20px;
4317
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4318
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4318
4319
  line-height: 28px;
4319
4320
  margin-top: 4px;
4320
4321
  }
@@ -4986,7 +4987,7 @@ body, :host {
4986
4987
  }
4987
4988
  .semi-cascader-large .semi-cascader-selection {
4988
4989
  font-size: 16px;
4989
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4990
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
4990
4991
  line-height: 22px;
4991
4992
  }
4992
4993
  .semi-cascader-large .semi-cascader-selection {
@@ -5042,7 +5043,7 @@ body, :host {
5042
5043
  }
5043
5044
  .semi-cascader-selection {
5044
5045
  font-size: 14px;
5045
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
5046
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
5046
5047
  line-height: 20px;
5047
5048
  height: 100%;
5048
5049
  display: inline-flex;
@@ -5156,7 +5157,7 @@ body, :host {
5156
5157
  margin: 0 12px;
5157
5158
  font-weight: 600;
5158
5159
  font-size: 14px;
5159
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
5160
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
5160
5161
  line-height: 20px;
5161
5162
  color: var(--semi-color-text-2);
5162
5163
  }
@@ -5169,7 +5170,7 @@ body, :host {
5169
5170
  margin: 0 12px;
5170
5171
  font-weight: 600;
5171
5172
  font-size: 14px;
5172
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
5173
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
5173
5174
  line-height: 20px;
5174
5175
  color: var(--semi-color-text-2);
5175
5176
  flex-shrink: 0;
@@ -5213,7 +5214,7 @@ body, :host {
5213
5214
  }
5214
5215
  .semi-cascader-popover .semi-cascader-option-lists .semi-cascader-option-empty {
5215
5216
  font-size: 14px;
5216
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
5217
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
5217
5218
  line-height: 20px;
5218
5219
  border-radius: var(--semi-border-radius-medium);
5219
5220
  color: var(--semi-color-disabled-text);
@@ -5307,7 +5308,7 @@ body, :host {
5307
5308
  cursor: pointer;
5308
5309
  transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
5309
5310
  font-size: 14px;
5310
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
5311
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
5311
5312
  line-height: 20px;
5312
5313
  min-width: min-content;
5313
5314
  word-break: break-all;
@@ -5980,7 +5981,7 @@ body, :host {
5980
5981
  display: flex;
5981
5982
  align-items: flex-start;
5982
5983
  font-size: 14px;
5983
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
5984
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
5984
5985
  line-height: 20px;
5985
5986
  cursor: pointer;
5986
5987
  transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
@@ -6241,7 +6242,7 @@ body, :host {
6241
6242
 
6242
6243
  .semi-checkboxGroup {
6243
6244
  font-size: 14px;
6244
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
6245
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
6245
6246
  line-height: 20px;
6246
6247
  line-height: 14px;
6247
6248
  }
@@ -6455,7 +6456,7 @@ body, :host {
6455
6456
  color: var(--semi-color-text-0);
6456
6457
  font-weight: 600;
6457
6458
  font-size: 14px;
6458
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
6459
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
6459
6460
  line-height: 20px;
6460
6461
  }
6461
6462
  .semi-collapse-header-right {
@@ -6499,7 +6500,7 @@ body, :host {
6499
6500
  padding: 4px 16px 8px 16px;
6500
6501
  color: var(--semi-color-text-1);
6501
6502
  font-size: 14px;
6502
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
6503
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
6503
6504
  line-height: 20px;
6504
6505
  }
6505
6506
  .semi-collapse-content p {
@@ -6814,7 +6815,7 @@ body, :host {
6814
6815
  .semi-datepicker-month-grid .semi-scrolllist-header-title {
6815
6816
  padding: 0;
6816
6817
  font-size: 14px;
6817
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
6818
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
6818
6819
  line-height: 20px;
6819
6820
  min-height: 24px;
6820
6821
  line-height: 24px;
@@ -6903,7 +6904,7 @@ body, :host {
6903
6904
  }
6904
6905
  .semi-datepicker-navigation-month {
6905
6906
  font-size: 16px;
6906
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
6907
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
6907
6908
  line-height: 22px;
6908
6909
  flex-grow: 1;
6909
6910
  text-align: center;
@@ -6921,7 +6922,7 @@ body, :host {
6921
6922
  }
6922
6923
  .semi-datepicker-weekday {
6923
6924
  font-size: 12px;
6924
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
6925
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
6925
6926
  line-height: 16px;
6926
6927
  font-weight: 600;
6927
6928
  color: var(--semi-color-text-2);
@@ -7442,7 +7443,7 @@ body, :host {
7442
7443
  font-weight: 600;
7443
7444
  font-size: 14px;
7444
7445
  line-height: 20px;
7445
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
7446
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
7446
7447
  white-space: nowrap;
7447
7448
  color: var(--semi-color-text-2);
7448
7449
  }
@@ -7467,7 +7468,7 @@ body, :host {
7467
7468
  */
7468
7469
  .semi-datepicker-compact {
7469
7470
  font-size: 12px;
7470
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
7471
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
7471
7472
  line-height: 16px;
7472
7473
  line-height: 20px;
7473
7474
  }
@@ -7500,7 +7501,7 @@ body, :host {
7500
7501
  }
7501
7502
  .semi-datepicker-compact .semi-datepicker-month-grid .semi-scrolllist {
7502
7503
  font-size: 12px;
7503
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
7504
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
7504
7505
  line-height: 16px;
7505
7506
  line-height: 20px;
7506
7507
  }
@@ -7544,7 +7545,7 @@ body, :host {
7544
7545
  }
7545
7546
  .semi-datepicker-compact.semi-datepicker-panel-yam .semi-scrolllist {
7546
7547
  font-size: 12px;
7547
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
7548
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
7548
7549
  line-height: 16px;
7549
7550
  line-height: 20px;
7550
7551
  }
@@ -7566,7 +7567,7 @@ body, :host {
7566
7567
  }
7567
7568
  .semi-datepicker-compact .semi-datepicker-navigation-month .semi-button {
7568
7569
  font-size: 12px;
7569
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
7570
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
7570
7571
  line-height: 16px;
7571
7572
  line-height: 20px;
7572
7573
  }
@@ -8023,7 +8024,7 @@ body, :host {
8023
8024
  .semi-descriptions-key {
8024
8025
  font-weight: normal;
8025
8026
  font-size: 14px;
8026
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8027
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8027
8028
  line-height: 20px;
8028
8029
  min-height: 14px;
8029
8030
  white-space: nowrap;
@@ -8032,7 +8033,7 @@ body, :host {
8032
8033
  .semi-descriptions-value {
8033
8034
  font-weight: normal;
8034
8035
  font-size: 14px;
8035
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8036
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8036
8037
  line-height: 20px;
8037
8038
  color: var(--semi-color-text-0);
8038
8039
  }
@@ -8082,14 +8083,14 @@ body, :host {
8082
8083
  }
8083
8084
  .semi-descriptions-double-small .semi-descriptions-key {
8084
8085
  font-size: 12px;
8085
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8086
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8086
8087
  line-height: 16px;
8087
8088
  padding-bottom: 0;
8088
8089
  font-size: 12px;
8089
8090
  }
8090
8091
  .semi-descriptions-double-small .semi-descriptions-value {
8091
8092
  font-size: 16px;
8092
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8093
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8093
8094
  line-height: 22px;
8094
8095
  font-size: 16px;
8095
8096
  }
@@ -8102,7 +8103,7 @@ body, :host {
8102
8103
  }
8103
8104
  .semi-descriptions-double-medium .semi-descriptions-value {
8104
8105
  font-size: 20px;
8105
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8106
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8106
8107
  line-height: 28px;
8107
8108
  font-size: 20px;
8108
8109
  }
@@ -8115,7 +8116,7 @@ body, :host {
8115
8116
  }
8116
8117
  .semi-descriptions-double-large .semi-descriptions-value {
8117
8118
  font-size: 28px;
8118
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8119
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8119
8120
  line-height: 40px;
8120
8121
  font-size: 28px;
8121
8122
  }
@@ -8264,7 +8265,7 @@ body, :host {
8264
8265
 
8265
8266
  .semi-dropdown {
8266
8267
  font-size: 14px;
8267
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8268
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8268
8269
  line-height: 20px;
8269
8270
  }
8270
8271
  .semi-dropdown-wrapper {
@@ -8295,7 +8296,7 @@ body, :host {
8295
8296
  padding-left: 16px;
8296
8297
  padding-right: 16px;
8297
8298
  font-size: 12px;
8298
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8299
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8299
8300
  line-height: 16px;
8300
8301
  cursor: default;
8301
8302
  }
@@ -8696,7 +8697,7 @@ body, :host {
8696
8697
  display: inline-block;
8697
8698
  vertical-align: middle;
8698
8699
  font-size: 14px;
8699
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8700
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8700
8701
  line-height: 20px;
8701
8702
  flex-shrink: 0;
8702
8703
  }
@@ -8731,7 +8732,7 @@ body, :host {
8731
8732
  }
8732
8733
  .semi-form-field-error-message, .semi-form-field-help-text {
8733
8734
  font-size: 14px;
8734
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8735
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8735
8736
  line-height: 20px;
8736
8737
  display: flex;
8737
8738
  align-items: center;
@@ -8818,7 +8819,7 @@ body, :host {
8818
8819
  .semi-form-field-extra-string {
8819
8820
  color: var(--semi-color-tertiary);
8820
8821
  font-size: 14px;
8821
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8822
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8822
8823
  line-height: 20px;
8823
8824
  }
8824
8825
 
@@ -8852,7 +8853,7 @@ body, :host {
8852
8853
  margin-block-start: 0;
8853
8854
  margin-block-end: 0;
8854
8855
  font-size: 18px;
8855
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8856
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
8856
8857
  line-height: 24px;
8857
8858
  font-weight: 600;
8858
8859
  width: 100%;
@@ -14287,7 +14288,7 @@ body, :host {
14287
14288
  }
14288
14289
  .semi-hotKeys-content {
14289
14290
  font-size: 12px;
14290
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14291
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14291
14292
  line-height: 16px;
14292
14293
  border-radius: 2px;
14293
14294
  height: 20px;
@@ -14298,7 +14299,7 @@ body, :host {
14298
14299
  }
14299
14300
  .semi-hotKeys-split {
14300
14301
  font-size: 12px;
14301
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14302
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14302
14303
  line-height: 16px;
14303
14304
  margin: 0 3px;
14304
14305
  color: var(--semi-color-text-0);
@@ -14398,7 +14399,7 @@ body, :host {
14398
14399
  right: 0;
14399
14400
  font-weight: normal;
14400
14401
  font-size: 14px;
14401
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14402
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14402
14403
  line-height: 20px;
14403
14404
  color: var(--semi-color-white);
14404
14405
  height: 60px;
@@ -14445,7 +14446,7 @@ body, :host {
14445
14446
  user-select: none;
14446
14447
  color: var(--semi-color-white);
14447
14448
  font-size: 16px;
14448
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14449
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14449
14450
  line-height: 22px;
14450
14451
  margin: 0 12px;
14451
14452
  }
@@ -14580,7 +14581,7 @@ img[src=""], img:not([src]) {
14580
14581
  vertical-align: middle;
14581
14582
  box-shadow: none;
14582
14583
  font-size: 14px;
14583
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14584
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14584
14585
  line-height: 20px;
14585
14586
  background-color: var(--semi-color-input-bg);
14586
14587
  border: 1px var(--semi-color-border-1) solid;
@@ -14596,21 +14597,21 @@ img[src=""], img:not([src]) {
14596
14597
  .semi-input-wrapper-default {
14597
14598
  height: 32px;
14598
14599
  font-size: 14px;
14599
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14600
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14600
14601
  line-height: 20px;
14601
14602
  line-height: 30px;
14602
14603
  }
14603
14604
  .semi-input-wrapper-small {
14604
14605
  height: 24px;
14605
14606
  font-size: 14px;
14606
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14607
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14607
14608
  line-height: 20px;
14608
14609
  line-height: 21px;
14609
14610
  }
14610
14611
  .semi-input-wrapper-large {
14611
14612
  height: 40px;
14612
14613
  font-size: 16px;
14613
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14614
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14614
14615
  line-height: 22px;
14615
14616
  line-height: 40px;
14616
14617
  }
@@ -14908,21 +14909,21 @@ img[src=""], img:not([src]) {
14908
14909
  .semi-input-large {
14909
14910
  height: 40px;
14910
14911
  font-size: 16px;
14911
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14912
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14912
14913
  line-height: 22px;
14913
14914
  line-height: 40px;
14914
14915
  }
14915
14916
  .semi-input-small {
14916
14917
  height: 21px;
14917
14918
  font-size: 14px;
14918
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14919
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14919
14920
  line-height: 20px;
14920
14921
  line-height: 21px;
14921
14922
  }
14922
14923
  .semi-input-default {
14923
14924
  height: 30px;
14924
14925
  font-size: 14px;
14925
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14926
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14926
14927
  line-height: 20px;
14927
14928
  line-height: 30px;
14928
14929
  }
@@ -14980,7 +14981,7 @@ img[src=""], img:not([src]) {
14980
14981
  background-color: var(--semi-color-input-bg);
14981
14982
  color: var(--semi-color-text-2);
14982
14983
  font-size: 14px;
14983
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14984
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
14984
14985
  line-height: 20px;
14985
14986
  flex-shrink: 0;
14986
14987
  }
@@ -15520,7 +15521,7 @@ img[src=""], img:not([src]) {
15520
15521
 
15521
15522
  .semi-list {
15522
15523
  font-size: 14px;
15523
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
15524
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
15524
15525
  line-height: 20px;
15525
15526
  }
15526
15527
  .semi-list-items {
@@ -15683,7 +15684,7 @@ img[src=""], img:not([src]) {
15683
15684
 
15684
15685
  .semi-modal {
15685
15686
  font-size: 14px;
15686
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
15687
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
15687
15688
  line-height: 20px;
15688
15689
  position: relative;
15689
15690
  margin: 80px auto;
@@ -15995,7 +15996,7 @@ img[src=""], img:not([src]) {
15995
15996
  margin-top: 0;
15996
15997
  margin-bottom: 8px;
15997
15998
  font-size: 14px;
15998
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
15999
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
15999
16000
  line-height: 20px;
16000
16001
  font-weight: 400;
16001
16002
  color: var(--semi-color-text-0);
@@ -16289,7 +16290,7 @@ img[src=""], img:not([src]) {
16289
16290
  }
16290
16291
  .semi-navigation-header-text {
16291
16292
  font-size: 18px;
16292
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
16293
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
16293
16294
  line-height: 24px;
16294
16295
  font-weight: 600;
16295
16296
  display: inline-flex;
@@ -16815,7 +16816,7 @@ img[src=""], img:not([src]) {
16815
16816
  .semi-notification-notice-icon {
16816
16817
  width: 24px;
16817
16818
  font-size: 16px;
16818
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
16819
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
16819
16820
  line-height: 22px;
16820
16821
  display: flex;
16821
16822
  align-items: flex-start;
@@ -16857,7 +16858,7 @@ img[src=""], img:not([src]) {
16857
16858
  }
16858
16859
  .semi-notification-notice-title {
16859
16860
  font-size: 16px;
16860
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
16861
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
16861
16862
  line-height: 22px;
16862
16863
  font-weight: 600;
16863
16864
  color: var(--semi-color-text-0);
@@ -16877,7 +16878,7 @@ img[src=""], img:not([src]) {
16877
16878
  }
16878
16879
  .semi-notification-notice-content {
16879
16880
  font-size: 14px;
16880
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
16881
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
16881
16882
  line-height: 20px;
16882
16883
  font-weight: 400;
16883
16884
  color: var(--semi-color-text-1);
@@ -16893,7 +16894,7 @@ img[src=""], img:not([src]) {
16893
16894
  .semi-notification-notice-controls {
16894
16895
  display: flex;
16895
16896
  font-size: 14px;
16896
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
16897
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
16897
16898
  line-height: 20px;
16898
16899
  cursor: pointer;
16899
16900
  }
@@ -17114,13 +17115,13 @@ img[src=""], img:not([src]) {
17114
17115
  list-style: none;
17115
17116
  padding: 0;
17116
17117
  align-items: center;
17117
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17118
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17118
17119
  margin-block-start: 0;
17119
17120
  margin-block-end: 0;
17120
17121
  }
17121
17122
  .semi-page-small {
17122
17123
  font-size: 14px;
17123
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17124
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17124
17125
  line-height: 20px;
17125
17126
  font-weight: 400;
17126
17127
  color: var(--semi-color-text-2);
@@ -17134,7 +17135,7 @@ img[src=""], img:not([src]) {
17134
17135
  }
17135
17136
  .semi-page-item {
17136
17137
  font-size: 14px;
17137
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17138
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17138
17139
  line-height: 20px;
17139
17140
  min-width: 32px;
17140
17141
  border: 0px solid transparent;
@@ -17211,7 +17212,7 @@ img[src=""], img:not([src]) {
17211
17212
  }
17212
17213
  .semi-page-total {
17213
17214
  font-size: 14px;
17214
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17215
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17215
17216
  line-height: 20px;
17216
17217
  color: var(--semi-color-text-2);
17217
17218
  }
@@ -17226,7 +17227,7 @@ img[src=""], img:not([src]) {
17226
17227
  .semi-page-quickjump {
17227
17228
  margin-left: 24px;
17228
17229
  font-size: 14px;
17229
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17230
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17230
17231
  line-height: 20px;
17231
17232
  display: flex;
17232
17233
  justify-content: center;
@@ -17332,7 +17333,7 @@ img[src=""], img:not([src]) {
17332
17333
  }
17333
17334
  .semi-popconfirm-header-title {
17334
17335
  font-size: 16px;
17335
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17336
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17336
17337
  line-height: 22px;
17337
17338
  font-weight: 600;
17338
17339
  margin-bottom: 8px;
@@ -17434,7 +17435,7 @@ img[src=""], img:not([src]) {
17434
17435
  z-index: 1030;
17435
17436
  border-radius: var(--semi-border-radius-medium);
17436
17437
  font-size: 14px;
17437
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17438
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17438
17439
  line-height: 20px;
17439
17440
  opacity: 0;
17440
17441
  }
@@ -17711,7 +17712,7 @@ img[src=""], img:not([src]) {
17711
17712
  .semi-radio {
17712
17713
  box-sizing: border-box;
17713
17714
  font-size: 14px;
17714
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17715
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
17715
17716
  line-height: 20px;
17716
17717
  position: relative;
17717
17718
  display: inline-flex;
@@ -17997,7 +17998,7 @@ img[src=""], img:not([src]) {
17997
17998
 
17998
17999
  .semi-radioGroup {
17999
18000
  font-size: 14px;
18000
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18001
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18001
18002
  line-height: 20px;
18002
18003
  }
18003
18004
  .semi-radioGroup-vertical {
@@ -18268,7 +18269,7 @@ img[src=""], img:not([src]) {
18268
18269
  border-radius: var(--semi-border-radius-medium);
18269
18270
  overflow: hidden;
18270
18271
  font-size: 14px;
18271
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18272
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18272
18273
  line-height: 20px;
18273
18274
  user-select: none;
18274
18275
  display: flex;
@@ -18284,7 +18285,7 @@ img[src=""], img:not([src]) {
18284
18285
  font-weight: 600;
18285
18286
  color: var(--semi-color-text-0);
18286
18287
  font-size: 14px;
18287
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18288
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18288
18289
  line-height: 20px;
18289
18290
  }
18290
18291
  .semi-scrolllist-body {
@@ -18446,7 +18447,7 @@ img[src=""], img:not([src]) {
18446
18447
 
18447
18448
  .semi-select-option {
18448
18449
  font-size: 14px;
18449
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18450
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18450
18451
  line-height: 20px;
18451
18452
  word-break: break-all;
18452
18453
  padding-left: 12px;
@@ -18552,7 +18553,7 @@ img[src=""], img:not([src]) {
18552
18553
  }
18553
18554
  .semi-select-large .semi-select-selection {
18554
18555
  font-size: 16px;
18555
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18556
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18556
18557
  line-height: 22px;
18557
18558
  }
18558
18559
  .semi-select-open, .semi-select-focus {
@@ -18626,7 +18627,7 @@ img[src=""], img:not([src]) {
18626
18627
  }
18627
18628
  .semi-select-selection {
18628
18629
  font-size: 14px;
18629
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18630
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18630
18631
  line-height: 20px;
18631
18632
  height: 100%;
18632
18633
  display: flex;
@@ -18751,7 +18752,7 @@ img[src=""], img:not([src]) {
18751
18752
  margin: 0px 12px;
18752
18753
  color: var(--semi-color-text-2);
18753
18754
  font-size: 14px;
18754
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18755
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18755
18756
  line-height: 20px;
18756
18757
  font-weight: 600;
18757
18758
  }
@@ -18782,7 +18783,7 @@ img[src=""], img:not([src]) {
18782
18783
  margin: 0px 12px;
18783
18784
  font-weight: 600;
18784
18785
  font-size: 14px;
18785
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18786
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18786
18787
  line-height: 20px;
18787
18788
  color: var(--semi-color-text-2);
18788
18789
  flex-shrink: 0;
@@ -18896,7 +18897,7 @@ img[src=""], img:not([src]) {
18896
18897
  padding-left: 32px;
18897
18898
  padding-right: 16px;
18898
18899
  font-size: 12px;
18899
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18900
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
18900
18901
  line-height: 16px;
18901
18902
  cursor: default;
18902
18903
  }
@@ -19007,7 +19008,7 @@ img[src=""], img:not([src]) {
19007
19008
 
19008
19009
  .semi-sidesheet {
19009
19010
  font-size: 14px;
19010
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19011
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19011
19012
  line-height: 20px;
19012
19013
  position: fixed;
19013
19014
  margin: 0;
@@ -19062,7 +19063,7 @@ img[src=""], img:not([src]) {
19062
19063
  flex: 1 0 auto;
19063
19064
  margin: 0;
19064
19065
  font-size: 18px;
19065
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19066
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19066
19067
  line-height: 24px;
19067
19068
  font-weight: 600;
19068
19069
  font-size: 18px;
@@ -19763,7 +19764,7 @@ img[src=""], img:not([src]) {
19763
19764
  .semi-steps .semi-steps-item .semi-steps-item-title {
19764
19765
  position: relative;
19765
19766
  font-size: 18px;
19766
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19767
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19767
19768
  line-height: 24px;
19768
19769
  font-weight: 600;
19769
19770
  width: 100%;
@@ -19775,7 +19776,7 @@ img[src=""], img:not([src]) {
19775
19776
  }
19776
19777
  .semi-steps .semi-steps-item .semi-steps-item-description {
19777
19778
  font-size: 14px;
19778
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19779
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19779
19780
  line-height: 20px;
19780
19781
  color: var(--semi-color-text-2);
19781
19782
  width: 100%;
@@ -19866,7 +19867,7 @@ img[src=""], img:not([src]) {
19866
19867
  align-items: center;
19867
19868
  justify-content: center;
19868
19869
  font-size: 20px;
19869
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19870
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19870
19871
  line-height: 28px;
19871
19872
  font-weight: 600;
19872
19873
  flex-grow: 0;
@@ -19921,7 +19922,7 @@ img[src=""], img:not([src]) {
19921
19922
  }
19922
19923
  .semi-steps-basic.semi-steps-horizontal .semi-steps-item .semi-steps-item-description {
19923
19924
  font-size: 12px;
19924
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19925
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19925
19926
  line-height: 16px;
19926
19927
  color: var(--semi-color-text-2);
19927
19928
  width: 100%;
@@ -19982,7 +19983,7 @@ img[src=""], img:not([src]) {
19982
19983
  }
19983
19984
  .semi-steps-basic.semi-steps-vertical .semi-steps-item .semi-steps-item-description {
19984
19985
  font-size: 12px;
19985
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19986
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
19986
19987
  line-height: 16px;
19987
19988
  color: var(--semi-color-text-2);
19988
19989
  width: 100%;
@@ -20036,7 +20037,7 @@ img[src=""], img:not([src]) {
20036
20037
  width: 24px;
20037
20038
  height: 24px;
20038
20039
  font-size: 16px;
20039
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20040
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20040
20041
  line-height: 22px;
20041
20042
  font-weight: 600;
20042
20043
  background: var(--semi-color-primary);
@@ -20048,7 +20049,7 @@ img[src=""], img:not([src]) {
20048
20049
  position: relative;
20049
20050
  display: inline-block;
20050
20051
  font-size: 16px;
20051
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20052
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20052
20053
  line-height: 22px;
20053
20054
  line-height: 24px;
20054
20055
  font-weight: 600;
@@ -20098,7 +20099,7 @@ img[src=""], img:not([src]) {
20098
20099
  }
20099
20100
  .semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-title {
20100
20101
  font-size: 14px;
20101
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20102
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20102
20103
  line-height: 20px;
20103
20104
  }
20104
20105
  .semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-left .semi-steps-item-icon {
@@ -20106,7 +20107,7 @@ img[src=""], img:not([src]) {
20106
20107
  }
20107
20108
  .semi-steps-basic.semi-steps-small .semi-steps-item .semi-steps-item-left .semi-steps-item-icon .semi-steps-item-number-icon {
20108
20109
  font-size: 12px;
20109
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20110
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20110
20111
  line-height: 16px;
20111
20112
  width: 20px;
20112
20113
  height: 20px;
@@ -20143,7 +20144,7 @@ img[src=""], img:not([src]) {
20143
20144
  }
20144
20145
  .semi-steps-nav .semi-steps-item .semi-steps-item-title {
20145
20146
  font-size: 16px;
20146
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20147
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20147
20148
  line-height: 22px;
20148
20149
  max-width: 17em;
20149
20150
  overflow: hidden;
@@ -20157,7 +20158,7 @@ img[src=""], img:not([src]) {
20157
20158
  }
20158
20159
  .semi-steps-nav.semi-steps-small .semi-steps-item .semi-steps-item-title {
20159
20160
  font-size: 14px;
20160
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20161
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20161
20162
  line-height: 20px;
20162
20163
  }
20163
20164
 
@@ -20518,7 +20519,7 @@ img[src=""], img:not([src]) {
20518
20519
 
20519
20520
  .semi-table-pagination-info {
20520
20521
  font-size: 14px;
20521
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20522
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20522
20523
  line-height: 20px;
20523
20524
  font-weight: 400;
20524
20525
  }
@@ -20544,7 +20545,7 @@ img[src=""], img:not([src]) {
20544
20545
  margin: 0;
20545
20546
  padding: 0;
20546
20547
  font-size: 14px;
20547
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20548
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
20548
20549
  line-height: 20px;
20549
20550
  color: var(--semi-color-text-1);
20550
20551
  width: 100%;
@@ -20885,36 +20886,41 @@ img[src=""], img:not([src]) {
20885
20886
  .semi-table .semi-table-column-filter.on {
20886
20887
  color: var(--semi-color-primary);
20887
20888
  }
20888
- .semi-table-bordered .semi-table-title {
20889
+ .semi-table-bordered > .semi-table-title {
20889
20890
  padding-left: 16px;
20890
20891
  padding-right: 16px;
20891
20892
  border-top: 1px solid var(--semi-color-border-1);
20892
20893
  border-right: 1px solid var(--semi-color-border-1);
20893
20894
  border-left: 1px solid var(--semi-color-border-1);
20894
20895
  }
20895
- .semi-table-bordered .semi-table-container {
20896
+ .semi-table-bordered > .semi-table-container {
20896
20897
  border: 1px solid var(--semi-color-border-1);
20897
20898
  border-right: 0;
20898
20899
  border-bottom: 0;
20899
20900
  }
20900
- .semi-table-bordered .semi-table-header::-webkit-scrollbar {
20901
+ :where(.semi-table-bordered) > .semi-table-container > .semi-table-header::-webkit-scrollbar {
20901
20902
  border-right: 1px solid var(--semi-color-border-1);
20902
20903
  }
20903
- .semi-table-bordered .semi-table-footer {
20904
+ :where(.semi-table-bordered) > .semi-table-container > .semi-table-footer {
20904
20905
  border-left: 1px solid var(--semi-color-border-1);
20905
20906
  border-right: 1px solid var(--semi-color-border-1);
20906
20907
  border-bottom: 1px solid var(--semi-color-border-1);
20907
20908
  }
20908
- .semi-table-bordered .semi-table-thead > .semi-table-row > .semi-table-row-head .react-resizable-handle {
20909
+ :where(.semi-table-bordered > .semi-table-container) > .semi-table-body > .semi-table-placeholder {
20910
+ border-right: 1px solid var(--semi-color-border-1);
20911
+ }
20912
+ :where(.semi-table-bordered > .semi-table-container > .semi-table-body) > .semi-table > .semi-table-thead > .semi-table-row > .semi-table-row-head .react-resizable-handle {
20909
20913
  background-color: transparent;
20910
20914
  }
20911
- .semi-table-bordered .semi-table-thead > .semi-table-row > .semi-table-row-head,
20912
- .semi-table-bordered .semi-table-tbody > .semi-table-row > .semi-table-row-cell {
20915
+ :where(.semi-table-bordered > .semi-table-container > .semi-table-body) > .semi-table > .semi-table-thead > .semi-table-row > .semi-table-row-head, :where(.semi-table-bordered > .semi-table-container > .semi-table-body) > .semi-table > .semi-table-tbody > .semi-table-row > .semi-table-row-cell {
20913
20916
  border-right: 1px solid var(--semi-color-border-1);
20914
20917
  }
20915
- .semi-table-bordered .semi-table-placeholder {
20918
+ :where(.semi-table-bordered > .semi-table-container > .semi-table-header) > .semi-table > .semi-table-thead > .semi-table-row > .semi-table-row-head {
20916
20919
  border-right: 1px solid var(--semi-color-border-1);
20917
20920
  }
20921
+ :where(.semi-table-bordered > .semi-table-container > .semi-table-header) > .semi-table > .semi-table-thead > .semi-table-row > .semi-table-row-head .react-resizable-handle {
20922
+ background-color: transparent;
20923
+ }
20918
20924
  .semi-table-placeholder {
20919
20925
  position: sticky;
20920
20926
  left: 0px;
@@ -21158,7 +21164,7 @@ img[src=""], img:not([src]) {
21158
21164
  }
21159
21165
  .semi-tabs-bar .semi-tabs-tab {
21160
21166
  font-size: 14px;
21161
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
21167
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
21162
21168
  line-height: 20px;
21163
21169
  cursor: pointer;
21164
21170
  box-sizing: border-box;
@@ -21219,7 +21225,7 @@ img[src=""], img:not([src]) {
21219
21225
  }
21220
21226
  .semi-tabs-tab-single.semi-tabs-tab {
21221
21227
  font-size: 14px;
21222
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
21228
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
21223
21229
  line-height: 20px;
21224
21230
  cursor: pointer;
21225
21231
  box-sizing: border-box;
@@ -21882,7 +21888,7 @@ img[src=""], img:not([src]) {
21882
21888
  }
21883
21889
  .semi-tag-default, .semi-tag-small {
21884
21890
  font-size: 12px;
21885
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
21891
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
21886
21892
  line-height: 16px;
21887
21893
  height: 20px;
21888
21894
  padding: 2px 8px;
@@ -21898,7 +21904,7 @@ img[src=""], img:not([src]) {
21898
21904
  }
21899
21905
  .semi-tag-large {
21900
21906
  font-size: 12px;
21901
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
21907
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
21902
21908
  line-height: 16px;
21903
21909
  padding: 4px 8px;
21904
21910
  height: 24px;
@@ -22635,7 +22641,7 @@ img[src=""], img:not([src]) {
22635
22641
  margin: 0 12px;
22636
22642
  font-weight: 600;
22637
22643
  font-size: 14px;
22638
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
22644
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
22639
22645
  line-height: 20px;
22640
22646
  color: var(--semi-color-text-2);
22641
22647
  flex-shrink: 0;
@@ -22651,7 +22657,7 @@ img[src=""], img:not([src]) {
22651
22657
  font-weight: 600;
22652
22658
  white-space: nowrap;
22653
22659
  font-size: 14px;
22654
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
22660
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
22655
22661
  line-height: 20px;
22656
22662
  }
22657
22663
  .semi-tagInput-prefix-icon, .semi-tagInput-suffix-icon {
@@ -22768,7 +22774,7 @@ img[src=""], img:not([src]) {
22768
22774
  }
22769
22775
  .semi-timepicker .semi-timepicker-input {
22770
22776
  font-size: 14px;
22771
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
22777
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
22772
22778
  line-height: 20px;
22773
22779
  border-radius: var(--semi-border-radius-small);
22774
22780
  align-items: center;
@@ -22874,7 +22880,7 @@ img[src=""], img:not([src]) {
22874
22880
  }
22875
22881
  .semi-timeline-item-content {
22876
22882
  font-size: 14px;
22877
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
22883
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
22878
22884
  line-height: 20px;
22879
22885
  position: relative;
22880
22886
  margin: 0 0 0 25px;
@@ -22883,7 +22889,7 @@ img[src=""], img:not([src]) {
22883
22889
  }
22884
22890
  .semi-timeline-item-content-extra, .semi-timeline-item-content-time {
22885
22891
  font-size: 12px;
22886
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
22892
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
22887
22893
  line-height: 16px;
22888
22894
  color: var(--semi-color-text-2);
22889
22895
  margin-top: 4px;
@@ -23029,7 +23035,7 @@ img[src=""], img:not([src]) {
23029
23035
  pointer-events: all;
23030
23036
  box-shadow: 0px 0px 1px 0px rgba(3, 3, 3, 0.4), 0px 6px 16px -1px rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(102, 204, 255, 0);
23031
23037
  font-size: 14px;
23032
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23038
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23033
23039
  line-height: 20px;
23034
23040
  background-color: var(--semi-color-bg-3);
23035
23041
  border-radius: var(--semi-border-radius-medium);
@@ -23180,7 +23186,7 @@ img[src=""], img:not([src]) {
23180
23186
  word-wrap: break-word;
23181
23187
  overflow-wrap: break-word;
23182
23188
  font-size: 14px;
23183
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23189
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23184
23190
  line-height: 20px;
23185
23191
  opacity: 0;
23186
23192
  max-width: 240px;
@@ -23376,7 +23382,7 @@ img[src=""], img:not([src]) {
23376
23382
  }
23377
23383
  .semi-transfer-header {
23378
23384
  font-size: 12px;
23379
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23385
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23380
23386
  line-height: 16px;
23381
23387
  display: flex;
23382
23388
  align-items: center;
@@ -23394,7 +23400,7 @@ img[src=""], img:not([src]) {
23394
23400
  }
23395
23401
  .semi-transfer-header .semi-button {
23396
23402
  font-size: 12px;
23397
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23403
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23398
23404
  line-height: 16px;
23399
23405
  }
23400
23406
  .semi-transfer-item {
@@ -23406,7 +23412,7 @@ img[src=""], img:not([src]) {
23406
23412
  padding-left: 12px;
23407
23413
  user-select: none;
23408
23414
  font-size: 14px;
23409
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23415
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23410
23416
  line-height: 20px;
23411
23417
  display: flex;
23412
23418
  align-items: center;
@@ -23504,7 +23510,7 @@ img[src=""], img:not([src]) {
23504
23510
  justify-content: center;
23505
23511
  align-items: center;
23506
23512
  font-size: 12px;
23507
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23513
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23508
23514
  line-height: 16px;
23509
23515
  color: var(--semi-color-text-2);
23510
23516
  }
@@ -23518,7 +23524,7 @@ img[src=""], img:not([src]) {
23518
23524
  color: var(--semi-color-text-2);
23519
23525
  padding-left: 12px;
23520
23526
  font-size: 12px;
23521
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23527
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23522
23528
  line-height: 16px;
23523
23529
  height: 28px;
23524
23530
  display: flex;
@@ -23598,7 +23604,7 @@ img[src=""], img:not([src]) {
23598
23604
  transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
23599
23605
  transform: scale(var(--semi-transform_scale-none));
23600
23606
  font-size: 14px;
23601
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23607
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
23602
23608
  line-height: 20px;
23603
23609
  word-break: break-word;
23604
23610
  color: var(--semi-color-text-0);
@@ -24184,7 +24190,7 @@ img[src=""], img:not([src]) {
24184
24190
  }
24185
24191
  .semi-tree-select-selection {
24186
24192
  font-size: 14px;
24187
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24193
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24188
24194
  line-height: 20px;
24189
24195
  height: 100%;
24190
24196
  display: inline-flex;
@@ -24303,7 +24309,7 @@ img[src=""], img:not([src]) {
24303
24309
  }
24304
24310
  .semi-tree-select-large .semi-tree-select-selection {
24305
24311
  font-size: 16px;
24306
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24312
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24307
24313
  line-height: 22px;
24308
24314
  }
24309
24315
  .semi-tree-select-arrow {
@@ -24320,7 +24326,7 @@ img[src=""], img:not([src]) {
24320
24326
  margin: 0px 12px;
24321
24327
  font-weight: 600;
24322
24328
  font-size: 14px;
24323
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24329
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24324
24330
  line-height: 20px;
24325
24331
  color: var(--semi-color-text-2);
24326
24332
  flex-shrink: 0;
@@ -24355,7 +24361,7 @@ img[src=""], img:not([src]) {
24355
24361
  color: var(--semi-color-text-2);
24356
24362
  font-weight: 600;
24357
24363
  font-size: 14px;
24358
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24364
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24359
24365
  line-height: 20px;
24360
24366
  margin: 0px 12px;
24361
24367
  }
@@ -24465,7 +24471,7 @@ img[src=""], img:not([src]) {
24465
24471
  .semi-typography {
24466
24472
  color: var(--semi-color-text-0);
24467
24473
  font-size: 14px;
24468
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24474
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24469
24475
  line-height: 20px;
24470
24476
  }
24471
24477
  .semi-typography.semi-typography-secondary {
@@ -24505,7 +24511,7 @@ img[src=""], img:not([src]) {
24505
24511
  }
24506
24512
  .semi-typography-small {
24507
24513
  font-size: 12px;
24508
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24514
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24509
24515
  line-height: 16px;
24510
24516
  font-weight: 400;
24511
24517
  }
@@ -24606,7 +24612,7 @@ img[src=""], img:not([src]) {
24606
24612
  h1.semi-typography,
24607
24613
  .semi-typography-h1.semi-typography {
24608
24614
  font-size: 32px;
24609
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24615
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24610
24616
  line-height: 44px;
24611
24617
  font-weight: 600;
24612
24618
  margin: 0;
@@ -24635,7 +24641,7 @@ h1.semi-typography.semi-typography-h1-weight-bold,
24635
24641
  h2.semi-typography,
24636
24642
  .semi-typography-h2.semi-typography {
24637
24643
  font-size: 28px;
24638
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24644
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24639
24645
  line-height: 40px;
24640
24646
  font-weight: 600;
24641
24647
  margin: 0;
@@ -24664,7 +24670,7 @@ h2.semi-typography.semi-typography-h2-weight-bold,
24664
24670
  h3.semi-typography,
24665
24671
  .semi-typography-h3.semi-typography {
24666
24672
  font-size: 24px;
24667
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24673
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24668
24674
  line-height: 32px;
24669
24675
  font-weight: 600;
24670
24676
  margin: 0;
@@ -24693,7 +24699,7 @@ h3.semi-typography.semi-typography-h3-weight-bold,
24693
24699
  h4.semi-typography,
24694
24700
  .semi-typography-h4.semi-typography {
24695
24701
  font-size: 20px;
24696
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24702
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24697
24703
  line-height: 28px;
24698
24704
  font-weight: 600;
24699
24705
  margin: 0;
@@ -24722,7 +24728,7 @@ h4.semi-typography.semi-typography-h4-weight-bold,
24722
24728
  h5.semi-typography,
24723
24729
  .semi-typography-h5.semi-typography {
24724
24730
  font-size: 18px;
24725
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24731
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24726
24732
  line-height: 24px;
24727
24733
  font-weight: 600;
24728
24734
  margin: 0;
@@ -24751,7 +24757,7 @@ h5.semi-typography.semi-typography-h5-weight-bold,
24751
24757
  h6.semi-typography,
24752
24758
  .semi-typography-h6.semi-typography {
24753
24759
  font-size: 16px;
24754
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24760
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24755
24761
  line-height: 22px;
24756
24762
  font-weight: 600;
24757
24763
  margin: 0;
@@ -24899,7 +24905,7 @@ p.semi-typography-extended,
24899
24905
  }
24900
24906
  .semi-upload-file-list-title {
24901
24907
  font-size: 12px;
24902
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24908
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24903
24909
  line-height: 16px;
24904
24910
  color: var(--semi-color-text-2);
24905
24911
  margin-bottom: 4px;
@@ -24975,14 +24981,14 @@ p.semi-typography-extended,
24975
24981
  white-space: nowrap;
24976
24982
  display: inline-block;
24977
24983
  font-size: 14px;
24978
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24984
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24979
24985
  line-height: 20px;
24980
24986
  font-weight: 600;
24981
24987
  color: var(--semi-color-text-0);
24982
24988
  }
24983
24989
  .semi-upload-file-card-info-size {
24984
24990
  font-size: 12px;
24985
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24991
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
24986
24992
  line-height: 16px;
24987
24993
  font-weight: 400;
24988
24994
  margin-left: 8px;
@@ -24996,7 +25002,7 @@ p.semi-typography-extended,
24996
25002
  }
24997
25003
  .semi-upload-file-card-info-validate-message {
24998
25004
  font-size: 12px;
24999
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25005
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25000
25006
  line-height: 16px;
25001
25007
  display: flex;
25002
25008
  align-items: center;
@@ -25004,7 +25010,7 @@ p.semi-typography-extended,
25004
25010
  }
25005
25011
  .semi-upload-file-card-info-retry {
25006
25012
  font-size: 12px;
25007
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25013
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25008
25014
  line-height: 16px;
25009
25015
  color: var(--semi-color-primary);
25010
25016
  cursor: pointer;
@@ -25279,7 +25285,7 @@ p.semi-typography-extended,
25279
25285
  .semi-upload-drag-area-main-text {
25280
25286
  cursor: pointer;
25281
25287
  font-size: 14px;
25282
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25288
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25283
25289
  line-height: 20px;
25284
25290
  margin-bottom: 4px;
25285
25291
  color: var(--semi-color-text-0);
@@ -25293,7 +25299,7 @@ p.semi-typography-extended,
25293
25299
  .semi-upload-drag-area-sub-text {
25294
25300
  cursor: pointer;
25295
25301
  font-size: 12px;
25296
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25302
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25297
25303
  line-height: 16px;
25298
25304
  color: var(--semi-color-text-0);
25299
25305
  }
@@ -25305,7 +25311,7 @@ p.semi-typography-extended,
25305
25311
  }
25306
25312
  .semi-upload-drag-area-tips {
25307
25313
  font-size: 12px;
25308
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25314
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
25309
25315
  line-height: 16px;
25310
25316
  font-weight: 600;
25311
25317
  }
@@ -26069,7 +26075,7 @@ p.semi-typography-extended,
26069
26075
  padding: 5px 12px;
26070
26076
  box-shadow: none;
26071
26077
  font-size: 14px;
26072
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
26078
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
26073
26079
  line-height: 20px;
26074
26080
  background-color: transparent;
26075
26081
  border: 0 solid transparent;
@@ -26108,7 +26114,7 @@ p.semi-typography-extended,
26108
26114
  }
26109
26115
  .semi-input-textarea-counter {
26110
26116
  font-size: 12px;
26111
- font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
26117
+ font-family: Montserrat, "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans GB", "Inter", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
26112
26118
  line-height: 16px;
26113
26119
  display: flex;
26114
26120
  flex-direction: column;