react-gldn-kit 0.1.126 → 0.1.128

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/dist/main.css CHANGED
@@ -257,11 +257,11 @@
257
257
  -webkit-text-decoration: none;
258
258
  text-decoration: none;
259
259
  font-size: 10px;
260
- font-weight: 400;
260
+ font-weight: var(--font-weight-regular);
261
261
  position: relative;
262
262
  }
263
263
 
264
- .KIT__JivoButton-module__customJivoButtonWrapper___ZNgrt>svg {
264
+ .KIT__JivoButton-module__customJivoButtonWrapper___ZNgrt > svg {
265
265
  width: 24px;
266
266
  height: 24px;
267
267
  }
@@ -277,15 +277,6 @@
277
277
  border: 2px solid var(--green-100);
278
278
  }
279
279
 
280
- /* .newMsg {
281
- position: absolute;
282
- top:0;
283
- right:0;
284
- width:10px;
285
- height: 10px;
286
- border-radius: 50%;
287
- background-color: rgb(var(--red));
288
- } */
289
280
  .KIT__CircularLoader-module__wrapper____8e1L {
290
281
  height: var(--height-48);
291
282
  border: 5px solid transparent;
@@ -383,7 +374,7 @@
383
374
  font-size: var(--font-size-s);
384
375
  text-align: center;
385
376
  color: var(--row-casino-games-show-all-button-color);
386
- font-weight: 700;
377
+ font-weight: var(--font-weight-bold);
387
378
  }
388
379
  .KIT__AppSwitcher-module__wrapperAppSwitcher___nBfRM {
389
380
  display: flex;
@@ -657,6 +648,33 @@
657
648
  height:8px;
658
649
  }
659
650
 
651
+ .KIT__ArrowButton-module__defaultClasses___mj1Wq {
652
+ transition: 0.5s;
653
+ transform: rotate(180deg);
654
+ }
655
+
656
+ .KIT__ArrowButton-module__defaultClasses___mj1Wq path {
657
+ fill: var(--arrow-button-svg-path-fill);
658
+ }
659
+
660
+ .KIT__ArrowButton-module__openedColor___M7HTi * {
661
+ fill: var(--arrow-button-opened-svg-path-fill);
662
+ cursor: pointer;
663
+ }
664
+
665
+ .KIT__ArrowButton-module__defaultClasses___mj1Wq.KIT__ArrowButton-module__openedColor___M7HTi {
666
+ transform: rotate(0deg);
667
+ }
668
+
669
+ .KIT__ArrowButton-module__secondary___hppw9 {
670
+ transform: none;
671
+ transform: initial;
672
+ }
673
+
674
+ .KIT__ArrowButton-module__secondary___hppw9.KIT__ArrowButton-module__openedColor___M7HTi {
675
+ transform: rotate(180deg);
676
+ }
677
+
660
678
  .KIT__BaseInputUi-module__mainContainer___rOSUI {
661
679
  display: flex;
662
680
  flex-direction: column;
@@ -723,7 +741,7 @@
723
741
  transform: translateY(-50%);
724
742
  color: var(--third-input-label-text-color, var(--input-label-text-color));
725
743
  z-index: 1;
726
- font-weight: 500;
744
+ font-weight: var(--font-weight-normal);
727
745
  transition: 0.5s;
728
746
  order: -1;
729
747
  line-height: 1;
@@ -737,7 +755,7 @@
737
755
  .KIT__BaseInputUi-module__labelRelative___mLfEj {
738
756
  position: relative;
739
757
  color: var(--base-0);
740
- font-weight: 500;
758
+ font-weight: var(--font-weight-normal);
741
759
 
742
760
  }
743
761
 
@@ -746,7 +764,7 @@
746
764
  width: 100%;
747
765
  background-color: transparent;
748
766
  color: var(--input-text-color);
749
- font-weight: 500;
767
+ font-weight: var(--font-weight-normal);
750
768
  font-size: var(--font-size-m);
751
769
  }
752
770
 
@@ -770,7 +788,7 @@
770
788
  .KIT__BaseInputUi-module__input___RWf0J.KIT__BaseInputUi-module__oldView___k7DBz ~ .KIT__BaseInputUi-module__label___uzM8L {
771
789
  position: absolute;
772
790
  left: var(--indent-m);
773
- font-weight: 700;
791
+ font-weight: var(--font-weight-bold);
774
792
  font-size: var(--font-size-xs);
775
793
  }
776
794
 
@@ -781,7 +799,7 @@
781
799
 
782
800
  .KIT__BaseInputUi-module__input___RWf0J.KIT__BaseInputUi-module__oldView___k7DBz {
783
801
  font-size: var(--font-size-xs);
784
- font-weight: 700;
802
+ font-weight: var(--font-weight-bold);
785
803
  }
786
804
 
787
805
  .KIT__BaseInputUi-module__disabled___eDvdR {
@@ -909,33 +927,6 @@
909
927
  margin-bottom: var(--indent-l);
910
928
  }
911
929
 
912
- .KIT__ArrowButton-module__defaultClasses___mj1Wq {
913
- transition: 0.5s;
914
- transform: rotate(180deg);
915
- }
916
-
917
- .KIT__ArrowButton-module__defaultClasses___mj1Wq path {
918
- fill: var(--arrow-button-svg-path-fill);
919
- }
920
-
921
- .KIT__ArrowButton-module__openedColor___M7HTi * {
922
- fill: var(--arrow-button-opened-svg-path-fill);
923
- cursor: pointer;
924
- }
925
-
926
- .KIT__ArrowButton-module__defaultClasses___mj1Wq.KIT__ArrowButton-module__openedColor___M7HTi {
927
- transform: rotate(0deg);
928
- }
929
-
930
- .KIT__ArrowButton-module__secondary___hppw9 {
931
- transform: none;
932
- transform: initial;
933
- }
934
-
935
- .KIT__ArrowButton-module__secondary___hppw9.KIT__ArrowButton-module__openedColor___M7HTi {
936
- transform: rotate(180deg);
937
- }
938
-
939
930
  .KIT__Selector-module__wrapperSelector___gMgBa {
940
931
  position: relative;
941
932
  flex-shrink: 0;
@@ -986,8 +977,9 @@
986
977
  background-color: var(--phone-input-item-hover-background-color);
987
978
  }
988
979
 
989
- .KIT__Selector-module__item___H9Toq.KIT__Selector-module__disabled___tfq_t {
980
+ .KIT__Selector-module__disabled___tfq_t {
990
981
  opacity: 0.7;
982
+ pointer-events: none;
991
983
  }
992
984
 
993
985
  .KIT__Selector-module__item___H9Toq > div {
@@ -1010,6 +1002,7 @@
1010
1002
  display: flex;
1011
1003
  align-items: center;
1012
1004
  gap: var(--indent-m);
1005
+ width: var(--full);
1013
1006
  }
1014
1007
 
1015
1008
  .KIT__Selector-module__arrowBox___Mh4_4 {
@@ -1039,7 +1032,7 @@
1039
1032
  }
1040
1033
 
1041
1034
  .KIT__Selector-module__label___WfHNj {
1042
- font-weight: 500;
1035
+ font-weight: var(--font-weight-normal);
1043
1036
  font-size: var(--font-size-xs);
1044
1037
  color: var(--selector-label-text-color);
1045
1038
  }
@@ -1268,6 +1261,7 @@
1268
1261
  .KIT__OneClick-module__fullWidth___vk4aC .KIT__OneClick-module__marginB___NGiBf {
1269
1262
  margin-bottom: var(--indent-l);
1270
1263
  }
1264
+
1271
1265
  .KIT__Tabs-module__wrapperTabs___rFoBY {
1272
1266
  display: flex;
1273
1267
  align-items: center;
@@ -1420,14 +1414,14 @@
1420
1414
  .KIT__SignUp-module__signUpTitle___alxks {
1421
1415
  font-size: var(--font-size-l);
1422
1416
  color: var(--sign-up-modal-bonus-text-title-color);
1423
- font-weight: 700;
1417
+ font-weight: var(--font-weight-bold);
1424
1418
  margin-bottom: var(--indent-xl);
1425
1419
  }
1426
1420
 
1427
1421
  .KIT__SignUp-module__subText___bJCjn {
1428
1422
  font-size: var(--font-size-s);
1429
1423
  color: var(--sign-up-modal-bonus-subtext-color);
1430
- font-weight: 400;
1424
+ font-weight: var(--font-weight-regular);
1431
1425
  line-height: 18.2px;
1432
1426
  }
1433
1427
 
@@ -1440,7 +1434,7 @@
1440
1434
  color: var(--sign-up-modal-bonus-text-color);
1441
1435
  padding: var(--indent-l);
1442
1436
  text-align: center;
1443
- font-weight: 700;
1437
+ font-weight: var(--font-weight-bold);
1444
1438
  line-height: 26px;
1445
1439
  }
1446
1440
 
@@ -1501,7 +1495,7 @@
1501
1495
 
1502
1496
  .KIT__SignUp-module__authButtonText___TfD7g span {
1503
1497
  margin-left: var(--indent-xs);
1504
- font-weight: 500;
1498
+ font-weight: var(--font-weight-normal);
1505
1499
  color: #4576f4;
1506
1500
  }
1507
1501
 
@@ -1576,7 +1570,7 @@
1576
1570
 
1577
1571
  .KIT__PhoneView-module__phoneText___rHzpz {
1578
1572
  font-size: var(--font-size-xs);
1579
- font-weight: 500;
1573
+ font-weight: var(--font-weight-normal);
1580
1574
  color: var(--base-400);
1581
1575
  padding-left: var(--indent-s);
1582
1576
  line-height: 14px;
@@ -1636,7 +1630,7 @@
1636
1630
  }
1637
1631
 
1638
1632
  .KIT__PhoneView-module__inputText___MRtU0 {
1639
- font-weight: 400;
1633
+ font-weight: var(--font-weight-regular);
1640
1634
  width: 100%;
1641
1635
  padding: 0;
1642
1636
  opacity: 0;
@@ -1744,7 +1738,7 @@
1744
1738
 
1745
1739
  .KIT__MoreInfo-module__mainInfo___iavDV {
1746
1740
  color: var(--kit-lost-password-phone-info-main-color, var(--lost-password-phone-info-main-color, var(--base-0)));
1747
- font-weight: 500;
1741
+ font-weight: var(--font-weight-normal);
1748
1742
  font-size: var(--font-size-s);
1749
1743
  }
1750
1744
 
@@ -1799,7 +1793,7 @@
1799
1793
  }
1800
1794
 
1801
1795
  .KIT__PhoneInput-module__errorBorder___QOw8R {
1802
- border-color: rgb(var(--red));
1796
+ border-color: var(--red-1000);
1803
1797
  }
1804
1798
 
1805
1799
  .KIT__PhoneInput-module__error___mgsEO {
@@ -1808,7 +1802,7 @@
1808
1802
  text-overflow: ellipsis;
1809
1803
  font-size: 11px;
1810
1804
  overflow: hidden;
1811
- color: rgb(var(--red));
1805
+ color: var(--red-1000);
1812
1806
  padding-left: var(--indent-m);
1813
1807
  }
1814
1808
 
@@ -1999,7 +1993,7 @@
1999
1993
  border: 1px solid var(--input-default-border-color);
2000
1994
  color: transparent;
2001
1995
  font-size: var(--font-size-m);
2002
- font-weight: 400;
1996
+ font-weight: var(--font-weight-regular);
2003
1997
  padding: 0 var(--indent-m);
2004
1998
  width: 100%;
2005
1999
  border-radius: var(--border-xs);
@@ -2068,7 +2062,7 @@
2068
2062
  left: calc(var(--indent-m) + 1px);
2069
2063
  color: var(--base-0);
2070
2064
  font-size: var(--font-size-m);
2071
- font-weight: 400;
2065
+ font-weight: var(--font-weight-regular);
2072
2066
  pointer-events: none;
2073
2067
  }
2074
2068
 
@@ -2712,7 +2706,7 @@
2712
2706
  padding: var(--indent-l) var(--indent-xl);
2713
2707
  color: var(--base-0);
2714
2708
  font-size: var(--font-size-xxl);
2715
- font-weight: 500;
2709
+ font-weight: var(--font-weight-normal);
2716
2710
  line-height: 32px;
2717
2711
  }
2718
2712
 
@@ -2754,7 +2748,7 @@
2754
2748
  justify-content: center;
2755
2749
  border-radius: var(--border-s);
2756
2750
  height: 50px;
2757
- font-weight: 700;
2751
+ font-weight: var(--font-weight-bold);
2758
2752
  font-size: var(--submit-button-font-size);
2759
2753
  }
2760
2754
 
@@ -2843,6 +2837,10 @@
2843
2837
  color: var(--red-1000);
2844
2838
  }
2845
2839
 
2840
+ .KIT__SignUpTypeTwo-module__center___o2nFF {
2841
+ margin: 0 auto;
2842
+ }
2843
+
2846
2844
  .KIT__SignUpTypeThree-module__wrapperSignUpModal___ESx6s {
2847
2845
  --third-modal-layout-background-color: var(--base-0);
2848
2846
  --semi-blue-gray: 97, 113, 158;
@@ -2924,7 +2922,7 @@
2924
2922
  margin-bottom: var(--indent-m);
2925
2923
  font-size: var(--font-size-m);
2926
2924
  width: var(--full);
2927
- font-weight: 700;
2925
+ font-weight: var(--font-weight-bold);
2928
2926
  color: var(--sign-in-title-color, var(--third-semi-dark-gray));
2929
2927
 
2930
2928
  display: flex;
@@ -2948,7 +2946,7 @@
2948
2946
  justify-content: center;
2949
2947
  text-transform: capitalize;
2950
2948
  flex-shrink: initial;
2951
- font-weight: 700;
2949
+ font-weight: var(--font-weight-bold);
2952
2950
  font-size: var(--font-size-xs);
2953
2951
  padding: var(--indent-m);
2954
2952
  }
@@ -2967,7 +2965,7 @@
2967
2965
 
2968
2966
  .KIT__SignUpTypeThree-module__subTitle___oAr_a {
2969
2967
  font-size: 0.75rem;
2970
- font-weight: 700;
2968
+ font-weight: var(--font-weight-bold);
2971
2969
  color: var(--sign-up-sub-title-color, var(--third-semi-dark-gray));
2972
2970
  margin-bottom: var(--indent-m);
2973
2971
  }
@@ -3060,7 +3058,7 @@
3060
3058
  }
3061
3059
 
3062
3060
  .KIT__SignUpTypeThree-module__offer___GjN9o {
3063
- font-weight: 700;
3061
+ font-weight: var(--font-weight-bold);
3064
3062
  text-transform: uppercase;
3065
3063
 
3066
3064
  position: absolute;
@@ -3096,7 +3094,7 @@
3096
3094
  .KIT__SignUpTypeThree-module__label___FrCje,
3097
3095
  .KIT__SignUpTypeThree-module__inputSize___vSE8g {
3098
3096
  font-size: var(--font-size-xs);
3099
- font-weight: 700;
3097
+ font-weight: var(--font-weight-bold);
3100
3098
  }
3101
3099
 
3102
3100
  .KIT__Logos-module__wrapperLogo___jKLCC {
@@ -3112,7 +3110,7 @@
3112
3110
  .KIT__Docs-module__checkbox___uJZLH {
3113
3111
  margin-bottom: var(--indent-l);
3114
3112
  color: var(--sign-up-modal-checkbox-color);
3115
- font-weight: 700;
3113
+ font-weight: var(--font-weight-bold);
3116
3114
  }
3117
3115
 
3118
3116
  .KIT__Docs-module__termsCheckbox___HOSyc {
@@ -3141,7 +3139,7 @@
3141
3139
  color: var(--third-primary-color);
3142
3140
  gap: var(--indent-xs);
3143
3141
  font-size: 12px;
3144
- font-weight: 700;
3142
+ font-weight: var(--font-weight-bold);
3145
3143
  cursor: pointer;
3146
3144
  }
3147
3145
 
@@ -3190,7 +3188,7 @@
3190
3188
 
3191
3189
  .KIT__EmailSignUp-module__selectorMainItem___TQFNU {
3192
3190
  font-size: var(--font-size-xs);
3193
- font-weight: 700;
3191
+ font-weight: var(--font-weight-bold);
3194
3192
  }
3195
3193
 
3196
3194
  .KIT__EmailSignUp-module__authButton___T30HT {
@@ -3204,7 +3202,7 @@
3204
3202
  max-height: var(--height);
3205
3203
  border-radius: var(--border-s);
3206
3204
  font-size: var(--font-size-xs);
3207
- font-weight: 700;
3205
+ font-weight: var(--font-weight-bold);
3208
3206
  }
3209
3207
 
3210
3208
  .KIT__PhoneSignUp-module__authButton___PVVoL {
@@ -3218,7 +3216,7 @@
3218
3216
  max-height: var(--height);
3219
3217
  border-radius: var(--border-s);
3220
3218
  font-size: var(--font-size-xs);
3221
- font-weight: 700;
3219
+ font-weight: var(--font-weight-bold);
3222
3220
  }
3223
3221
 
3224
3222
  .KIT__PhoneSignUp-module__phoneInput___HTyDn {
@@ -3233,12 +3231,12 @@
3233
3231
 
3234
3232
  .KIT__PhoneSignUp-module__selectorMainItem___d5C6F {
3235
3233
  font-size: var(--font-size-xs);
3236
- font-weight: 700;
3234
+ font-weight: var(--font-weight-bold);
3237
3235
  }
3238
3236
 
3239
3237
  .KIT__PhoneSignUp-module__input___kmCJg {
3240
3238
  font-size: var(--font-size-xs);
3241
- font-weight: 700;
3239
+ font-weight: var(--font-weight-bold);
3242
3240
  }
3243
3241
 
3244
3242
  .KIT__OneClick-module__fullWidth___OJVn2 {
@@ -3260,7 +3258,7 @@
3260
3258
  max-height: var(--height);
3261
3259
  border-radius: var(--border-s);
3262
3260
  font-size: var(--font-size-xs);
3263
- font-weight: 700;
3261
+ font-weight: var(--font-weight-bold);
3264
3262
  }
3265
3263
 
3266
3264
  .KIT__OneClick-module__dropdown___CP2Mq {
@@ -3270,7 +3268,7 @@
3270
3268
 
3271
3269
  .KIT__OneClick-module__selectorMainItem___VA9hZ {
3272
3270
  font-size: var(--font-size-xs);
3273
- font-weight: 700;
3271
+ font-weight: var(--font-weight-bold);
3274
3272
  }
3275
3273
 
3276
3274
  .KIT__SignIn-module__wrapperReferralCopyContent___Ypykg {
@@ -3383,7 +3381,7 @@
3383
3381
  .KIT__SignIn-module__lostPsw___RdVZX {
3384
3382
  text-align: right;
3385
3383
  color: var(--sign-in-modal-lost-password-color);
3386
- font-weight: 400;
3384
+ font-weight: var(--font-weight-regular);
3387
3385
  font-size: 12px;
3388
3386
  }
3389
3387
 
@@ -3411,7 +3409,7 @@
3411
3409
 
3412
3410
  .KIT__SignIn-module__noAccount____drPZ span {
3413
3411
  margin-left: var(--indent-xs);
3414
- font-weight: 500;
3412
+ font-weight: var(--font-weight-normal);
3415
3413
  color: #4576f4;
3416
3414
  }
3417
3415
 
@@ -3499,7 +3497,7 @@
3499
3497
  margin-bottom: var(--indent-m);
3500
3498
  font-size: var(--font-size-m);
3501
3499
  width: var(--full);
3502
- font-weight: 700;
3500
+ font-weight: var(--font-weight-bold);
3503
3501
  color: var(--sign-in-title-color, var(--third-semi-dark-gray));
3504
3502
 
3505
3503
  display: flex;
@@ -3570,7 +3568,7 @@
3570
3568
  --sign-in-lost-psw-color,
3571
3569
  var(--third-primary-color)
3572
3570
  );
3573
- font-weight: 400;
3571
+ font-weight: var(--font-weight-regular);
3574
3572
  font-size: 12px;
3575
3573
  -webkit-text-decoration: underline;
3576
3574
  text-decoration: underline;
@@ -3594,7 +3592,7 @@
3594
3592
  max-height: var(--height);
3595
3593
  border-radius: var(--border-s);
3596
3594
  font-size: var(--font-size-xs);
3597
- font-weight: 700;
3595
+ font-weight: var(--font-weight-bold);
3598
3596
  }
3599
3597
 
3600
3598
  .KIT__SignInThird-module__close___oE_hd {
@@ -3619,7 +3617,7 @@
3619
3617
 
3620
3618
  .KIT__SignInThird-module__noAccount___t4H66 {
3621
3619
  color: var(--third-no-account-color);
3622
- font-weight: 700;
3620
+ font-weight: var(--font-weight-bold);
3623
3621
  }
3624
3622
 
3625
3623
  .KIT__SignInThird-module__register___dMxC4 {
@@ -3644,7 +3642,7 @@
3644
3642
 
3645
3643
  .KIT__SignInThird-module__tab___aT9BA {
3646
3644
  font-size: var(--font-size-xs);
3647
- font-weight: 700;
3645
+ font-weight: var(--font-weight-bold);
3648
3646
  }
3649
3647
 
3650
3648
  @media screen and (min-width: 768px) {
@@ -3701,7 +3699,7 @@
3701
3699
  .KIT__SignInThird-module__label___bToZ8,
3702
3700
  .KIT__SignInThird-module__input___UM0Fz {
3703
3701
  font-size: var(--font-size-xs);
3704
- font-weight: 700;
3702
+ font-weight: var(--font-weight-bold);
3705
3703
  }
3706
3704
 
3707
3705
  @keyframes KIT__SignInThird-module__FadeIn___W1LOq {
@@ -3738,7 +3736,7 @@
3738
3736
  }
3739
3737
 
3740
3738
  .KIT__PopUpHeader-module__title___PWFyT {
3741
- font-weight: 600;
3739
+ font-weight: var(--font-weight-semi-bold);
3742
3740
  font-size: var(--font-size-l);
3743
3741
  color: var(--pop-up-header-title-color, var(--forms-header-name-color));
3744
3742
  text-align: center;
@@ -3913,7 +3911,7 @@
3913
3911
  .KIT__CountDown-module__time___vYdN2 {
3914
3912
  font-size: var(--font-size-m);
3915
3913
  text-transform: uppercase;
3916
- font-weight: 500;
3914
+ font-weight: var(--font-weight-normal);
3917
3915
  }
3918
3916
 
3919
3917
  .KIT__CountDown-module__timeInfo___zUbG5 {
@@ -3956,7 +3954,7 @@
3956
3954
  border-radius: var(--border-s);
3957
3955
  margin-left: calc(var(--indent-l) / 3);
3958
3956
  font-size: 28px;
3959
- font-weight: 500;
3957
+ font-weight: var(--font-weight-normal);
3960
3958
  }
3961
3959
 
3962
3960
  .KIT__CountDown-module__dots___Vlr0w {
@@ -4022,7 +4020,7 @@
4022
4020
  .KIT__BonusCardLayout-module__title___BStV1 {
4023
4021
  font-size: var(--font-size-m);
4024
4022
  color: var(--bonus-card-layout-title-color);
4025
- font-weight: 700;
4023
+ font-weight: var(--font-weight-bold);
4026
4024
  }
4027
4025
 
4028
4026
  .KIT__BonusCardLayout-module__detail___rwO1z {
@@ -4080,7 +4078,7 @@
4080
4078
  .KIT__BonusCardLayout-module__value___ab83F {
4081
4079
  font-size: var(--font-size-xxl);
4082
4080
  color: var(--bonus-card-layout-value-color);
4083
- font-weight: 700;
4081
+ font-weight: var(--font-weight-bold);
4084
4082
  }
4085
4083
 
4086
4084
  .KIT__BonusCardLayout-module__btn___r4YOm {
@@ -4095,7 +4093,7 @@
4095
4093
  z-index: calc(var(--layout-lvl-1) + 2);
4096
4094
  border-radius: var(--border-s);
4097
4095
  font-size: var(--font-size-s);
4098
- font-weight: 500;
4096
+ font-weight: var(--font-weight-normal);
4099
4097
  }
4100
4098
 
4101
4099
  .KIT__BonusCardLayout-module__row___B4YuW {
@@ -4180,7 +4178,7 @@
4180
4178
 
4181
4179
  .KIT__BonusCardLayout-module__blockedText___gNZbl {
4182
4180
  color: var(--bonus-card-layout-blocked-text-color);
4183
- font-weight: 700;
4181
+ font-weight: var(--font-weight-bold);
4184
4182
  text-align: center;
4185
4183
  }
4186
4184
 
@@ -4317,7 +4315,7 @@
4317
4315
  .KIT__LandingLayoutTemplate-module__wrapperLanding___DVPCk .KIT__LandingLayoutTemplate-module__content___qtSpY .KIT__LandingLayoutTemplate-module__button___qKZYV {
4318
4316
  background: var(--landing-layout-template-button-background);
4319
4317
  text-transform: uppercase;
4320
- font-weight: 700;
4318
+ font-weight: var(--font-weight-bold);
4321
4319
  }
4322
4320
  .KIT__Credentials-module__wrapperCredentials___AH3RX {
4323
4321
  display: flex;
@@ -4364,7 +4362,7 @@
4364
4362
  }
4365
4363
 
4366
4364
  .KIT__LostPasswordEmailForm-module__weight___kpCLM {
4367
- font-weight: 700;
4365
+ font-weight: var(--font-weight-bold);
4368
4366
  }
4369
4367
 
4370
4368
  .KIT__LostPasswordPhoneForm-module__items___VImtL {
@@ -4380,7 +4378,7 @@
4380
4378
  }
4381
4379
 
4382
4380
  .KIT__LostPasswordPhoneForm-module__weight___BH0Uy {
4383
- font-weight: 700;
4381
+ font-weight: var(--font-weight-bold);
4384
4382
  }
4385
4383
 
4386
4384
  .KIT__LostPassword-module__yellow___dOi3Z {
@@ -4584,7 +4582,7 @@
4584
4582
  height: 50px;
4585
4583
  height: var(--size);
4586
4584
  border-radius: var(--border-m);
4587
- font-weight: 500;
4585
+ font-weight: var(--font-weight-normal);
4588
4586
  line-height: 1.2;
4589
4587
  color: var(--kit-input-code-color, var(--base-0));
4590
4588
  background: var(--kit-input-code-background, var(--base-800));
@@ -4693,7 +4691,7 @@
4693
4691
  --number-confirmation-resend-code-span-color,
4694
4692
  rgba(69, 118, 244, 1)
4695
4693
  );
4696
- font-weight: 600;
4694
+ font-weight: var(--font-weight-semi-bold);
4697
4695
  }
4698
4696
 
4699
4697
  .KIT__NumberConfirmation-module__mediumGap___OVFXc {
@@ -4801,7 +4799,7 @@
4801
4799
  --number-confirmation-resend-code-span-color,
4802
4800
  rgba(69, 118, 244, 1)
4803
4801
  );
4804
- font-weight: 600;
4802
+ font-weight: var(--font-weight-semi-bold);
4805
4803
  }
4806
4804
 
4807
4805
  .KIT__EmailConfirmation-module__mediumGap____mnrR {
@@ -4839,7 +4837,7 @@
4839
4837
  }
4840
4838
 
4841
4839
  .KIT__Fourth-module__signInButton___ZmNS9 {
4842
- font-weight: 700;
4840
+ font-weight: var(--font-weight-bold);
4843
4841
  }
4844
4842
 
4845
4843
  .KIT__Fourth-module__lostPassword___idMpY {
@@ -4930,12 +4928,12 @@
4930
4928
 
4931
4929
  .KIT__Fourth-module__primary___WKWKF {
4932
4930
  color: var(--primary-green);
4933
- font-weight: 600;
4931
+ font-weight: var(--font-weight-semi-bold);
4934
4932
  }
4935
4933
 
4936
4934
  .KIT__Fourth-module__title___zMD4A {
4937
4935
  font-size: 36px;
4938
- font-weight: 800;
4936
+ font-weight: var(--font-weight-extra-bold);
4939
4937
  color: var(--base-0);
4940
4938
  line-height: 1;
4941
4939
  }
@@ -4948,7 +4946,7 @@
4948
4946
 
4949
4947
  .KIT__Fourth-module__signInButton___n4puk {
4950
4948
  margin-top: auto;
4951
- font-weight: 700;
4949
+ font-weight: var(--font-weight-bold);
4952
4950
  transition: all 0.5s;
4953
4951
  }
4954
4952
 
@@ -5103,7 +5101,7 @@
5103
5101
 
5104
5102
  .KIT__BettingRestrict-module__textContent___R07mo .KIT__BettingRestrict-module__title___kjId5 {
5105
5103
  font-size: 1.5rem;
5106
- font-weight: 700;
5104
+ font-weight: var(--font-weight-bold);
5107
5105
  line-height: 122%;
5108
5106
  }
5109
5107
 
@@ -5115,7 +5113,7 @@
5115
5113
  }
5116
5114
 
5117
5115
  .KIT__BettingRestrict-module__textContent___R07mo .KIT__BettingRestrict-module__subTitle___Ez_fd {
5118
- font-weight: 700;
5116
+ font-weight: var(--font-weight-bold);
5119
5117
  font-size: 1rem;
5120
5118
  line-height: 122%;
5121
5119
  }
@@ -5129,7 +5127,7 @@
5129
5127
 
5130
5128
  .KIT__BettingRestrict-module__textContent___R07mo .KIT__BettingRestrict-module__suggestion___jqGWM {
5131
5129
  color: var(--betting-restrict-suggestion-color);
5132
- font-weight: 600;
5130
+ font-weight: var(--font-weight-semi-bold);
5133
5131
  }
5134
5132
 
5135
5133
  @media screen and (max-width: 768px) {
@@ -5162,7 +5160,7 @@
5162
5160
 
5163
5161
  .KIT__BettingRestrict-module__region___VcKni {
5164
5162
  color: var(--betting-restrict-region-color);
5165
- font-weight: 700;
5163
+ font-weight: var(--font-weight-bold);
5166
5164
  font-size: 0.9rem;
5167
5165
  display: flex;
5168
5166
  align-items: center;
@@ -5178,7 +5176,7 @@
5178
5176
 
5179
5177
  .KIT__BettingRestrict-module__region___VcKni .KIT__BettingRestrict-module__name___niMlf {
5180
5178
  color: var(--betting-restrict-name-color);
5181
- font-weight: 700;
5179
+ font-weight: var(--font-weight-bold);
5182
5180
  }
5183
5181
 
5184
5182
  .KIT__Alert-module__wrapperModal___lOle6 {
@@ -5460,6 +5458,7 @@
5460
5458
  .KIT__Banners-module__emblaSlide___eHpp8 {
5461
5459
  width: 100%;
5462
5460
  max-width: 500px;
5461
+ max-width: var(--slide-max-width, 500px);
5463
5462
  transform: translate3d(0, 0, 0);
5464
5463
  flex: 0 0 var(--slide-size);
5465
5464
  min-width: 0;
@@ -5489,59 +5488,55 @@
5489
5488
  object-fit: cover;
5490
5489
  }
5491
5490
 
5492
- .KIT__Banners-module__emblaSlide___eHpp8 .KIT__Banners-module__emblaSlideContent___yjhnA {
5493
- border-radius: var(--border-s);
5494
- width: 100%;
5495
- height: 100%;
5496
- background: var(--banner-wrapper-banner-background-color);
5497
- position: relative;
5498
- }
5499
-
5500
- .KIT__Banners-module__emblaSlide___eHpp8 .KIT__Banners-module__emblaSlideContent___yjhnA .KIT__Banners-module__emblaSlideContentText___Nh9xi {
5501
- width: 60%;
5502
- height: 100%;
5503
- padding: var(--indent-m);
5504
- display: flex;
5505
- flex-direction: column;
5506
- justify-content: space-between;
5507
- position: relative;
5508
- z-index: calc(var(--layout-lvl-1) + 1);
5509
- }
5491
+ .KIT__Banners-module__emblaSlideContent___yjhnA {
5492
+ border-radius: var(--border-s);
5493
+ width: 100%;
5494
+ height: 100%;
5495
+ background: var(--banner-wrapper-banner-background-color);
5496
+ position: relative;
5497
+ }
5498
+ .KIT__Banners-module__emblaSlideContentText___Nh9xi {
5499
+ width: 60%;
5500
+ height: 100%;
5501
+ padding: var(--slide-content-padding, var(--indent-m));
5502
+ display: flex;
5503
+ flex-direction: column;
5504
+ justify-content: space-between;
5505
+ position: relative;
5506
+ z-index: calc(var(--layout-lvl-1) + 1);
5507
+ }
5508
+ .KIT__Banners-module__title___n4Pej {
5509
+ font-size: clamp(var(--font-size-l), 0.114rem + 2.095vw, 2rem);
5510
+ font-weight: var(--font-weight-bold);
5511
+ text-transform: uppercase;
5512
+ color: var(--banner-text-color, var(--banner-title-color));
5513
+ text-align: left;
5514
+ margin-bottom: var(--indent-xs);
5515
+ }
5510
5516
 
5511
- .KIT__Banners-module__emblaSlide___eHpp8 .KIT__Banners-module__emblaSlideContent___yjhnA .KIT__Banners-module__emblaSlideContentText___Nh9xi .KIT__Banners-module__title___n4Pej {
5512
- font-size: clamp(var(--font-size-l), 0.114rem + 2.095vw, 2rem);
5513
- font-weight: 700;
5514
- text-transform: uppercase;
5515
- color: var(--banner-text-color, var(--banner-title-color));
5516
- text-align: left;
5517
- margin-bottom: var(--indent-xs);
5518
- }
5517
+ .KIT__Banners-module__subTitle___H4Ist {
5518
+ color: var(--banner-text-color, var(--banner-title-color));
5519
+ font-size: clamp(var(--font-size-xs), 0.314rem + 0.762vw, var(--font-size-l));
5520
+ text-align: left;
5519
5521
 
5520
- .KIT__Banners-module__emblaSlide___eHpp8 .KIT__Banners-module__emblaSlideContent___yjhnA .KIT__Banners-module__emblaSlideContentText___Nh9xi .KIT__Banners-module__subTitle___H4Ist {
5521
- color: var(--banner-text-color, var(--banner-title-color));
5522
- font-size: clamp(var(--font-size-xs),
5523
- 0.314rem + 0.762vw,
5524
- var(--font-size-l));
5525
- text-align: left;
5526
-
5527
- overflow: hidden;
5528
- text-overflow: ellipsis;
5529
- display: -webkit-box;
5530
- -webkit-line-clamp: 3;
5531
- -webkit-box-orient: vertical;
5532
- }
5522
+ overflow: hidden;
5523
+ text-overflow: ellipsis;
5524
+ display: -webkit-box;
5525
+ -webkit-line-clamp: 3;
5526
+ -webkit-box-orient: vertical;
5527
+ }
5533
5528
 
5534
- .KIT__Banners-module__emblaSlide___eHpp8 .KIT__Banners-module__emblaSlideContent___yjhnA .KIT__Banners-module__image___BgHIo {
5535
- position: absolute;
5536
- height: 100%;
5537
- width: var(--image-width);
5538
- right: 0;
5539
- top: 0;
5540
- -o-object-fit: contain;
5541
- object-fit: contain;
5542
- -o-object-position: right;
5543
- object-position: right;
5544
- }
5529
+ .KIT__Banners-module__image___BgHIo {
5530
+ position: absolute;
5531
+ height: 100%;
5532
+ width: var(--image-width);
5533
+ right: 0;
5534
+ top: 0;
5535
+ -o-object-fit: contain;
5536
+ object-fit: contain;
5537
+ -o-object-position: right;
5538
+ object-position: right;
5539
+ }
5545
5540
 
5546
5541
  .KIT__Banners-module__emblaProgress___dBirL {
5547
5542
  margin: 0 auto;
@@ -5568,12 +5563,15 @@
5568
5563
 
5569
5564
  .KIT__Banners-module__bannerButton___ws5aM {
5570
5565
  --border-none: none;
5571
- --button-color-primary: var(--auth-buttons-sign-up-button-background-color,
5572
- var(--green-300));
5566
+ --button-color-primary: var(
5567
+ --auth-buttons-sign-up-button-background-color,
5568
+ var(--green-300)
5569
+ );
5573
5570
  --button-color-primary-text: var(--auth-button-color, var(--base-0));
5574
5571
  --button-primary-border: var(--border-none, 2px solid var(--green-100));
5575
- font-weight: 700;
5572
+ font-weight: var(--font-weight-bold);
5576
5573
  }
5574
+
5577
5575
  .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH {
5578
5576
  width: 100%;
5579
5577
  position: relative;
@@ -5635,7 +5633,7 @@
5635
5633
  }
5636
5634
 
5637
5635
  .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL .KIT__PromotionMobileApp-module__title___LZ8wz {
5638
- font-weight: 700;
5636
+ font-weight: var(--font-weight-bold);
5639
5637
  font-size: 3rem;
5640
5638
  line-height: 1.4;
5641
5639
  text-transform: uppercase;
@@ -5661,7 +5659,7 @@
5661
5659
  .KIT__PromotionMobileApp-module__wrapperMainBanner___En6WH .KIT__PromotionMobileApp-module__contentBanner___kB2XL .KIT__PromotionMobileApp-module__subTitle___D5ALR {
5662
5660
  text-align: center;
5663
5661
  font-size: var(--font-size-l);
5664
- font-weight: 400;
5662
+ font-weight: var(--font-weight-regular);
5665
5663
  }
5666
5664
  }
5667
5665
 
@@ -5795,7 +5793,7 @@
5795
5793
  text-transform: uppercase;
5796
5794
  color: rgb(255, 255, 255);
5797
5795
  color: var(--base-0, rgb(255, 255, 255));
5798
- font-weight: 500;
5796
+ font-weight: var(--font-weight-normal);
5799
5797
  font-size: var(--font-size-s);
5800
5798
  }
5801
5799
 
@@ -6313,7 +6311,7 @@
6313
6311
  .KIT__PaymentMessage-module__titleStatus___yOjIH {
6314
6312
  font-size: 1.5rem;
6315
6313
  color: var(--message-title-status-color);
6316
- font-weight: 700;
6314
+ font-weight: var(--font-weight-bold);
6317
6315
  margin-bottom: var(--indent-base-double, var(--indent-xxl));
6318
6316
  }
6319
6317
 
@@ -6326,7 +6324,7 @@
6326
6324
 
6327
6325
  .KIT__PaymentMessage-module__titleQrCode___ORz8c span {
6328
6326
  color: var(--message-title-qr-code-span-color);
6329
- font-weight: 600;
6327
+ font-weight: var(--font-weight-semi-bold);
6330
6328
  }
6331
6329
 
6332
6330
  .KIT__PaymentMessage-module__descriptions___fEyma {
@@ -6336,7 +6334,7 @@
6336
6334
  .KIT__PaymentMessage-module__textWrapper___V2YGy {
6337
6335
  color: var(--message-text-wrapper-color);
6338
6336
  font-size: 0.75rem;
6339
- font-weight: 500;
6337
+ font-weight: var(--font-weight-normal);
6340
6338
  width: calc(100% - 40px - 6px);
6341
6339
  width: calc(100% - 40px - var(--indent-base-half, 6px));
6342
6340
  }
@@ -6496,7 +6494,7 @@
6496
6494
  justify-content: center;
6497
6495
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
6498
6496
  font-size: 1.2rem;
6499
- font-weight: 500;
6497
+ font-weight: var(--font-weight-normal);
6500
6498
  text-align: center;
6501
6499
  padding: 2rem;
6502
6500
  box-sizing: border-box;
@@ -6679,7 +6677,7 @@
6679
6677
  .KIT__Pagination-module__page___BM78i {
6680
6678
  font-size: var(--font-size-m);
6681
6679
  line-height: var(--font-size-m);
6682
- font-weight: 500;
6680
+ font-weight: var(--font-weight-normal);
6683
6681
  text-align: center;
6684
6682
  }
6685
6683
 
@@ -6917,7 +6915,7 @@
6917
6915
  left: var(--indent);
6918
6916
  transform: translate(-50%, -50%) rotate(-8.5deg);
6919
6917
 
6920
- font-weight: 900;
6918
+ font-weight: var(--font-weight-super-bold);
6921
6919
  font-size: var(--font-size-xxl);
6922
6920
  color: rgb(var(--white));
6923
6921
  z-index: var(--layout-lvl-1);
@@ -6944,7 +6942,7 @@
6944
6942
 
6945
6943
  .KIT__Wheel-module__textRegular___bFOHZ {
6946
6944
  text-align: center;
6947
- font-weight: 600;
6945
+ font-weight: var(--font-weight-semi-bold);
6948
6946
  }
6949
6947
 
6950
6948
  @keyframes KIT__Wheel-module__Scaling___q79tE {
@@ -6994,7 +6992,7 @@
6994
6992
  }
6995
6993
 
6996
6994
  .KIT__Scratch-module__scratchText___jISwD {
6997
- font-weight: 900;
6995
+ font-weight: var(--font-weight-super-bold);
6998
6996
  font-size: max(1.4rem, min(1.6vw, 1.6rem));
6999
6997
  transform: rotate(-12.5deg);
7000
6998
  text-transform: uppercase;
@@ -7031,7 +7029,7 @@
7031
7029
 
7032
7030
  .KIT__Scratch-module__text___LH7SX {
7033
7031
  text-transform: uppercase;
7034
- font-weight: 700;
7032
+ font-weight: var(--font-weight-bold);
7035
7033
  }
7036
7034
 
7037
7035
  .KIT__Scratch-module__slotName___ikn4x {
@@ -7117,7 +7115,7 @@
7117
7115
 
7118
7116
  .KIT__TournamentCard-module__tournamentName___CH86N {
7119
7117
  color: var(--tournament-card-tournament-name-color);
7120
- font-weight: 700;
7118
+ font-weight: var(--font-weight-bold);
7121
7119
  font-size: 20px;
7122
7120
  text-transform: uppercase;
7123
7121
  margin-bottom: var(--indent-l);
@@ -7145,7 +7143,7 @@
7145
7143
  }
7146
7144
 
7147
7145
  .KIT__TournamentCard-module__sum___cr6RY {
7148
- font-weight: 700;
7146
+ font-weight: var(--font-weight-bold);
7149
7147
  font-size: var(--font-size-xxl);
7150
7148
  text-transform: uppercase;
7151
7149
  color: var(--tournament-card-sum-color);
@@ -7202,7 +7200,7 @@
7202
7200
  }
7203
7201
 
7204
7202
  .KIT__TournamentCard-module__timeText___PMhzE {
7205
- font-weight: 700;
7203
+ font-weight: var(--font-weight-bold);
7206
7204
  font-size: var(--font-size-xl);
7207
7205
  }
7208
7206
 
@@ -7249,7 +7247,7 @@
7249
7247
  }
7250
7248
 
7251
7249
  .KIT__LastBigWinner-module__box___WNB7m {
7252
- font-weight: 600;
7250
+ font-weight: var(--font-weight-semi-bold);
7253
7251
  width: 100%;
7254
7252
  height: -moz-fit-content;
7255
7253
  height: fit-content;
@@ -7292,7 +7290,7 @@
7292
7290
  }
7293
7291
 
7294
7292
  .KIT__LastBigWinner-module__sum___ZpyFL {
7295
- font-weight: 700;
7293
+ font-weight: var(--font-weight-bold);
7296
7294
  font-size: var(--font-size-s);
7297
7295
  color: var(--last-big-winner-sum-color);
7298
7296
  line-height: 1;
@@ -7367,7 +7365,7 @@
7367
7365
  font-size: 2.5rem;
7368
7366
  display: flex;
7369
7367
  color: var(--jackpot-counter-text-color);
7370
- font-weight: 900;
7368
+ font-weight: var(--font-weight-super-bold);
7371
7369
  justify-content: center;
7372
7370
  height: 2rem;
7373
7371
  position: relative;
@@ -7429,7 +7427,7 @@
7429
7427
  .KIT__Jackpot-module__jackpotCounterWrapper___n3tiu {
7430
7428
  padding: calc(var(--indent-m) / 2);
7431
7429
  position: relative;
7432
- font-weight: 900;
7430
+ font-weight: var(--font-weight-super-bold);
7433
7431
  width: 100%;
7434
7432
  }
7435
7433
 
@@ -7522,7 +7520,7 @@
7522
7520
  border-radius: var(--border-m);
7523
7521
  color: var(--presets-preset-color);
7524
7522
  font-size: 0.75rem;
7525
- font-weight: 700;
7523
+ font-weight: var(--font-weight-bold);
7526
7524
  background-color: var(--preset-background);
7527
7525
  position: relative;
7528
7526
  }
@@ -7550,7 +7548,7 @@
7550
7548
  padding: 0 4px;
7551
7549
  border-radius: 0 var(--border-m) 0 var(--border-s);
7552
7550
  font-size: 8px;
7553
- font-weight: 700;
7551
+ font-weight: var(--font-weight-bold);
7554
7552
  }
7555
7553
 
7556
7554
 
@@ -7667,7 +7665,7 @@
7667
7665
 
7668
7666
  .KIT__CasinoSearchInput-module__inputCasinoSearch___GOIJT label {
7669
7667
  color: var(--input-placeholder-color);
7670
- font-weight: 700;
7668
+ font-weight: var(--font-weight-bold);
7671
7669
  font-size: 0.9rem;
7672
7670
  }
7673
7671
 
@@ -7723,7 +7721,7 @@
7723
7721
  top: calc(56px + var(--indent-xs));
7724
7722
  top: calc(var(--category-height) + var(--indent-xs));
7725
7723
  font-size: 0.6rem;
7726
- font-weight: 700;
7724
+ font-weight: var(--font-weight-bold);
7727
7725
  color: var(--casino-searh-block-search-rules-color);
7728
7726
  }
7729
7727
 
@@ -7774,7 +7772,7 @@
7774
7772
 
7775
7773
  .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__wrapperContent___hUZyt .KIT__BattlesCard-module__prizeWrapper___Tx_6u {
7776
7774
  font-size: 12px;
7777
- font-weight: 700;
7775
+ font-weight: var(--font-weight-bold);
7778
7776
  padding: 0 var(--indent-m);
7779
7777
  padding-bottom: var(--indent-xs);
7780
7778
  text-transform: uppercase;
@@ -7783,7 +7781,7 @@
7783
7781
  .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__wrapperContent___hUZyt .KIT__BattlesCard-module__prizeWrapper___Tx_6u .KIT__BattlesCard-module__prize___zCwmd {
7784
7782
  font-size: 32px;
7785
7783
  font-style: normal;
7786
- font-weight: 700;
7784
+ font-weight: var(--font-weight-bold);
7787
7785
  line-height: 100%;
7788
7786
 
7789
7787
  text-transform: uppercase;
@@ -7845,7 +7843,7 @@
7845
7843
  width: fit-content;
7846
7844
  font-size: var(--font-size-xxs);
7847
7845
  text-transform: uppercase;
7848
- font-weight: 600;
7846
+ font-weight: var(--font-weight-semi-bold);
7849
7847
  display: flex;
7850
7848
  gap: var(--indent-xs);
7851
7849
  }
@@ -7859,7 +7857,7 @@
7859
7857
  color: var(--battles-battle-name);
7860
7858
  /*вынести в colors*/
7861
7859
  font-size: var(--font-size-xl);
7862
- font-weight: 600;
7860
+ font-weight: var(--font-weight-semi-bold);
7863
7861
  }
7864
7862
 
7865
7863
  .KIT__BattlesCard-module__wrapperBattlesCard___Lj8jQ .KIT__BattlesCard-module__textBox___r4AK3 .KIT__BattlesCard-module__details___Yh7o_ {
@@ -7890,7 +7888,7 @@
7890
7888
  .KIT__BattlesCard-module__battleName___nJncZ {
7891
7889
  padding-left: var(--indent-m);
7892
7890
  text-transform: uppercase;
7893
- font-weight: 700;
7891
+ font-weight: var(--font-weight-bold);
7894
7892
  font-size: var(--font-size-l);
7895
7893
  line-height: 1.1;
7896
7894
  max-width: 50%;
@@ -7903,7 +7901,7 @@
7903
7901
  border-radius: var(--border-m);
7904
7902
  }
7905
7903
  .KIT__Step-module__wrapperStep___wBtLk .KIT__Step-module__title___lPmPa {
7906
- font-weight: 700;
7904
+ font-weight: var(--font-weight-bold);
7907
7905
  font-size: var(--font-size-l);
7908
7906
  font-style: italic;
7909
7907
  color: var(--step-title-color);
@@ -7978,7 +7976,7 @@
7978
7976
  -webkit-background-clip: text;
7979
7977
  background-image: linear-gradient(180deg, #FFBE00 -2.29%, #FFE406 13.05%, #FFFFB7 35.56%, #E88100 62.94%, #FFB800 83.02%, #E66000 105.28%);
7980
7978
  color: transparent;
7981
- font-weight: 700;
7979
+ font-weight: var(--font-weight-bold);
7982
7980
  }
7983
7981
 
7984
7982
  .KIT__BattleBanner-module__wrapperBattleBannerKitComponent___ejeJD .KIT__BattleBanner-module__button___yjczx {
@@ -8017,7 +8015,7 @@
8017
8015
  .KIT__BattleBanner-module__time___oaNuD .KIT__BattleBanner-module__countDownText___Bcsrt {
8018
8016
  color: var(--banner-count-down-color);
8019
8017
  font-size: var(--font-size-m);
8020
- font-weight: 600;
8018
+ font-weight: var(--font-weight-semi-bold);
8021
8019
  }
8022
8020
 
8023
8021
  .KIT__BattleBanner-module__time___oaNuD .KIT__BattleBanner-module__countDown___pr8hY {
@@ -8122,7 +8120,7 @@
8122
8120
  0.786rem + 1.905vw,
8123
8121
  var(--font-size-huge)
8124
8122
  );
8125
- font-weight: 700;
8123
+ font-weight: var(--font-weight-bold);
8126
8124
  background-clip: text;
8127
8125
  -webkit-background-clip: text;
8128
8126
  color: rgb(var(--white));
@@ -8261,7 +8259,7 @@
8261
8259
  0.429rem + 1.19vw,
8262
8260
  var(--font-size-xxl)
8263
8261
  );
8264
- font-weight: 700;
8262
+ font-weight: var(--font-weight-bold);
8265
8263
  color: var(--leaderboard-user-wager-color);
8266
8264
  }
8267
8265
 
@@ -8271,7 +8269,7 @@
8271
8269
  gap: var(--indent-xxl);
8272
8270
  }
8273
8271
  .KIT__Leaderboard-module__wrapperLeaderboard___a7Igz .KIT__Leaderboard-module__title___agvnq {
8274
- font-weight: 700;
8272
+ font-weight: var(--font-weight-bold);
8275
8273
  color: var(--leaderboard-title-color);
8276
8274
  text-transform: uppercase;
8277
8275
  font-size: var(--font-size-xl);
@@ -8501,6 +8499,7 @@
8501
8499
  }
8502
8500
 
8503
8501
  :root {
8502
+ /* BASE COLORS */
8504
8503
  --base-1000: rgba(0, 0, 0, 1);
8505
8504
  --base-900: rgba(23, 25, 36, 1);
8506
8505
  --base-800: rgba(31, 34, 47, 1);
@@ -8521,9 +8520,10 @@
8521
8520
 
8522
8521
  --blue-500: rgba(77, 33, 255, 1);
8523
8522
  --blue-300: rgba(69, 118, 244, 1);
8524
- /* BASE COLORS */
8525
8523
 
8526
- /* --pop-up-header: rgb(var(--dark)); */
8524
+ --red: 255, 80, 80;
8525
+ --gray: 81, 88, 133;
8526
+ --third: 245, 187, 37;
8527
8527
 
8528
8528
  /* indents */
8529
8529
  --indent-xs: 4px;
@@ -8533,6 +8533,7 @@
8533
8533
  --indent-xl: 20px;
8534
8534
  --indent-xxl: 24px;
8535
8535
  --indent-xxxl: 28px;
8536
+ --indent-big: 40px;
8536
8537
  /* borders */
8537
8538
  /* border-radius */
8538
8539
  --border-xs: 4px;
@@ -8552,6 +8553,23 @@
8552
8553
  --font-size-xl: 22px;
8553
8554
  --font-size-xxl: 24px;
8554
8555
  --font-size-huge: 40px;
8556
+ --font-size-super: 60px;
8557
+
8558
+ /* font-weight */
8559
+ --font-weight-regular: 400;
8560
+ --font-weight-normal: 500;
8561
+ --font-weight-semi-bold: 600;
8562
+ --font-weight-bold: 700;
8563
+ --font-weight-extra-bold: 800;
8564
+ --font-weight-super-bold: 900;
8565
+
8566
+ --full: 100%;
8567
+ --large: 300px;
8568
+ --medium: 200px;
8569
+ --small: 130px;
8570
+ --super-small: 80px;
8571
+
8572
+ --height-48: 48px;
8555
8573
 
8556
8574
  /* local entities */
8557
8575
  --layout-lvl-1: 1;
@@ -8561,7 +8579,10 @@
8561
8579
  --layout-lvl-3: 21;
8562
8580
  --layout-lvl-4: 31;
8563
8581
  --layout-lvl-5: 41;
8582
+
8583
+ --timer-wrapper-color: var(--base-600);
8564
8584
  }
8585
+
8565
8586
  /* CSS variables. */
8566
8587
  :root {
8567
8588
  --PhoneInput-color--focus: #03b2cb;