indicator-ui 0.0.153 → 0.0.155

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/dist/fonts/golos-text_demibold.05e6a34649d70eb79fef.woff +0 -0
  2. package/dist/fonts/golos-text_demibold.56576690cfef6589aa86.ttf +0 -0
  3. package/dist/fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2 +0 -0
  4. package/dist/fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf +0 -0
  5. package/dist/fonts/golos-text_medium.69f15b6afe697154d728.woff2 +0 -0
  6. package/dist/fonts/golos-text_medium.ffa67c71c79e49888091.woff +0 -0
  7. package/dist/fonts/golos-text_regular.012c46c94b1cd02ee582.woff2 +0 -0
  8. package/dist/fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf +0 -0
  9. package/dist/fonts/golos-text_regular.437e7b47534cc7d6fd24.woff +0 -0
  10. package/dist/index.css +513 -26
  11. package/dist/index.css.map +1 -1
  12. package/dist/index.js +32 -27
  13. package/dist/index.js.map +1 -1
  14. package/dist/scss/styles/fonts.scss +29 -1
  15. package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_demibold.ttf +0 -0
  16. package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_demibold.woff +0 -0
  17. package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_demibold.woff2 +0 -0
  18. package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_medium.ttf +0 -0
  19. package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_medium.woff +0 -0
  20. package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_medium.woff2 +0 -0
  21. package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_regular.ttf +0 -0
  22. package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_regular.woff +0 -0
  23. package/dist/scss/styles/fontsAssets/Golos-Text/golos-text_regular.woff2 +0 -0
  24. package/dist/scss/styles/mixins/fnt.scss +4 -1
  25. package/dist/scss/ui/InputFields/FlexField/styles/mixins/flexField.scss +1 -1
  26. package/dist/types/src/ui/Checkbox/types/CheckboxTypes.d.ts +3 -0
  27. package/dist/types/src/ui/InputFields/InputField/types/InputFieldTypes.d.ts +3 -1
  28. package/dist/types/src/ui/InputFields/RadioField/types/RadioFieldItemTypes.d.ts +1 -0
  29. package/dist/types/src/ui/InputFields/RadioField/types/RadioFieldTypes.d.ts +2 -0
  30. package/dist/types/src/ui/InputFields/RadioField/ui/RadioField.d.ts +1 -1
  31. package/dist/types/src/ui/InputFields/RadioField/ui/RadioFieldItem.d.ts +1 -1
  32. package/dist/types/src/ui/ScrollProvider/types/ScrollProviderTypes.d.ts +10 -1
  33. package/dist/types/src/ui/ScrollProvider/ui/ScrollProvider.d.ts +8 -1
  34. package/package.json +1 -1
  35. package/dist/scss/ui/InputFields/InputField/styles/mixins/index.scss +0 -1
  36. package/dist/scss/ui/InputFields/InputField/styles/mixins/inputField.scss +0 -17
  37. package/dist/scss/ui/InputFields/RadioField/styles/mixins/index.scss +0 -1
  38. package/dist/scss/ui/InputFields/RadioField/styles/mixins/radioField.scss +0 -45
  39. package/dist/scss/ui/InputFields/SwitcherField/styles/mixins/index.scss +0 -1
  40. package/dist/scss/ui/InputFields/SwitcherField/styles/mixins/switcherField.scss +0 -92
  41. package/dist/scss/ui/InputFields/TextareaField/styles/mixin/index.scss +0 -1
  42. package/dist/scss/ui/InputFields/TextareaField/styles/mixin/textareaField.scss +0 -49
  43. package/dist/types/src/ui/InputFields/InputField/styles/index.d.ts +0 -1
  44. package/dist/types/src/ui/InputFields/RadioField/styles/index.d.ts +0 -1
  45. package/dist/types/src/ui/InputFields/SwitcherField/styles/index.d.ts +0 -1
package/dist/index.css CHANGED
@@ -115,6 +115,24 @@
115
115
  font-weight: 600;
116
116
  font-style: normal;
117
117
  }
118
+ @font-face {
119
+ font-family: "Golos Text";
120
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
121
+ font-weight: 400;
122
+ font-style: normal;
123
+ }
124
+ @font-face {
125
+ font-family: "Golos Text";
126
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
127
+ font-weight: 500;
128
+ font-style: normal;
129
+ }
130
+ @font-face {
131
+ font-family: "Golos Text";
132
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
133
+ font-weight: 600;
134
+ font-style: normal;
135
+ }
118
136
  .Buttons-module__button___I3yLe {
119
137
  cursor: pointer;
120
138
  transition: all ease-out 0.2s;
@@ -580,6 +598,24 @@
580
598
  font-weight: 600;
581
599
  font-style: normal;
582
600
  }
601
+ @font-face {
602
+ font-family: "Golos Text";
603
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
604
+ font-weight: 400;
605
+ font-style: normal;
606
+ }
607
+ @font-face {
608
+ font-family: "Golos Text";
609
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
610
+ font-weight: 500;
611
+ font-style: normal;
612
+ }
613
+ @font-face {
614
+ font-family: "Golos Text";
615
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
616
+ font-weight: 600;
617
+ font-style: normal;
618
+ }
583
619
  .MicroButton-module__button___QMj95 {
584
620
  width: fit-content;
585
621
  height: fit-content;
@@ -780,6 +816,24 @@
780
816
  font-weight: 600;
781
817
  font-style: normal;
782
818
  }
819
+ @font-face {
820
+ font-family: "Golos Text";
821
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
822
+ font-weight: 400;
823
+ font-style: normal;
824
+ }
825
+ @font-face {
826
+ font-family: "Golos Text";
827
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
828
+ font-weight: 500;
829
+ font-style: normal;
830
+ }
831
+ @font-face {
832
+ font-family: "Golos Text";
833
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
834
+ font-weight: 600;
835
+ font-style: normal;
836
+ }
783
837
  .CalendarDay-module__calendarDay___SMwl6 {
784
838
  position: relative;
785
839
  flex: none;
@@ -921,6 +975,24 @@
921
975
  font-weight: 600;
922
976
  font-style: normal;
923
977
  }
978
+ @font-face {
979
+ font-family: "Golos Text";
980
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
981
+ font-weight: 400;
982
+ font-style: normal;
983
+ }
984
+ @font-face {
985
+ font-family: "Golos Text";
986
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
987
+ font-weight: 500;
988
+ font-style: normal;
989
+ }
990
+ @font-face {
991
+ font-family: "Golos Text";
992
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
993
+ font-weight: 600;
994
+ font-style: normal;
995
+ }
924
996
  .DatePicker-module__datePicker___t3iuq {
925
997
  width: fit-content;
926
998
  height: fit-content;
@@ -950,6 +1022,24 @@
950
1022
  font-weight: 600;
951
1023
  font-style: normal;
952
1024
  }
1025
+ @font-face {
1026
+ font-family: "Golos Text";
1027
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
1028
+ font-weight: 400;
1029
+ font-style: normal;
1030
+ }
1031
+ @font-face {
1032
+ font-family: "Golos Text";
1033
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
1034
+ font-weight: 500;
1035
+ font-style: normal;
1036
+ }
1037
+ @font-face {
1038
+ font-family: "Golos Text";
1039
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
1040
+ font-weight: 600;
1041
+ font-style: normal;
1042
+ }
953
1043
  .DatePickerMain-module__datePickerMain___G7IMt {
954
1044
  position: relative;
955
1045
  width: 100%;
@@ -980,45 +1070,48 @@
980
1070
  .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__header___XeOZO .DatePickerMain-module__item___UNZyP {
981
1071
  font-size: 14px;
982
1072
  line-height: 16px;
983
- color: var(--gray-400);
984
- font-weight: 500;
1073
+ color: var(--gray-500);
1074
+ font-weight: 400;
985
1075
  font-family: "Golos UI", sans-serif;
986
1076
  font-stretch: normal;
987
1077
  font-style: normal;
988
1078
  font-variant: normal;
989
1079
  }
990
- .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m {
991
- z-index: 0;
992
- }
993
- .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m .DatePickerMain-module__meta___XqHRG {
1080
+ .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__meta___XqHRG {
994
1081
  width: 100%;
995
1082
  gap: 6px;
996
1083
  z-index: 2;
997
1084
  }
998
- .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m .DatePickerMain-module__meta___XqHRG {
1085
+ .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__meta___XqHRG {
999
1086
  display: flex;
1000
1087
  flex-direction: row;
1001
1088
  }
1002
- .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m .DatePickerMain-module__meta___XqHRG .DatePickerMain-module__month___lyaBg {
1003
- font-size: 16px;
1004
- line-height: 20px;
1089
+ .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__meta___XqHRG .DatePickerMain-module__month___lyaBg {
1090
+ text-transform: capitalize;
1091
+ }
1092
+ .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__meta___XqHRG .DatePickerMain-module__month___lyaBg {
1093
+ font-size: 18px;
1094
+ line-height: 28px;
1005
1095
  color: var(--gray-900);
1006
1096
  font-weight: 400;
1007
- font-family: "Golos UI", sans-serif;
1097
+ font-family: "Golos Text", sans-serif;
1008
1098
  font-stretch: normal;
1009
1099
  font-style: normal;
1010
1100
  font-variant: normal;
1011
1101
  }
1012
- .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m .DatePickerMain-module__meta___XqHRG .DatePickerMain-module__year___fXQLm {
1013
- font-size: 16px;
1014
- line-height: 20px;
1102
+ .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__meta___XqHRG .DatePickerMain-module__year___fXQLm {
1103
+ font-size: 18px;
1104
+ line-height: 28px;
1015
1105
  color: var(--gray-400);
1016
1106
  font-weight: 400;
1017
- font-family: "Golos UI", sans-serif;
1107
+ font-family: "Golos Text", sans-serif;
1018
1108
  font-stretch: normal;
1019
1109
  font-style: normal;
1020
1110
  font-variant: normal;
1021
1111
  }
1112
+ .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m {
1113
+ z-index: 0;
1114
+ }
1022
1115
  .DatePickerMain-module__datePickerMain___G7IMt .DatePickerMain-module__main___i975m .DatePickerMain-module__grid___SXNOt {
1023
1116
  width: 100%;
1024
1117
  height: 250px;
@@ -1045,6 +1138,24 @@
1045
1138
  font-weight: 600;
1046
1139
  font-style: normal;
1047
1140
  }
1141
+ @font-face {
1142
+ font-family: "Golos Text";
1143
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
1144
+ font-weight: 400;
1145
+ font-style: normal;
1146
+ }
1147
+ @font-face {
1148
+ font-family: "Golos Text";
1149
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
1150
+ font-weight: 500;
1151
+ font-style: normal;
1152
+ }
1153
+ @font-face {
1154
+ font-family: "Golos Text";
1155
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
1156
+ font-weight: 600;
1157
+ font-style: normal;
1158
+ }
1048
1159
  .DateGrid-module__dateGrid___zK2Lk {
1049
1160
  max-height: 250px;
1050
1161
  position: relative;
@@ -1124,6 +1235,24 @@
1124
1235
  font-weight: 600;
1125
1236
  font-style: normal;
1126
1237
  }
1238
+ @font-face {
1239
+ font-family: "Golos Text";
1240
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
1241
+ font-weight: 400;
1242
+ font-style: normal;
1243
+ }
1244
+ @font-face {
1245
+ font-family: "Golos Text";
1246
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
1247
+ font-weight: 500;
1248
+ font-style: normal;
1249
+ }
1250
+ @font-face {
1251
+ font-family: "Golos Text";
1252
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
1253
+ font-weight: 600;
1254
+ font-style: normal;
1255
+ }
1127
1256
  .DatePickerHeader-module__datePickerHeader___tQ5fM {
1128
1257
  width: 100%;
1129
1258
  height: fit-content;
@@ -1141,7 +1270,7 @@
1141
1270
  line-height: 24px;
1142
1271
  color: var(--gray-900);
1143
1272
  font-weight: 600;
1144
- font-family: "Golos UI", sans-serif;
1273
+ font-family: "Golos Text", sans-serif;
1145
1274
  font-stretch: normal;
1146
1275
  font-style: normal;
1147
1276
  font-variant: normal;
@@ -1179,6 +1308,24 @@
1179
1308
  font-weight: 600;
1180
1309
  font-style: normal;
1181
1310
  }
1311
+ @font-face {
1312
+ font-family: "Golos Text";
1313
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
1314
+ font-weight: 400;
1315
+ font-style: normal;
1316
+ }
1317
+ @font-face {
1318
+ font-family: "Golos Text";
1319
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
1320
+ font-weight: 500;
1321
+ font-style: normal;
1322
+ }
1323
+ @font-face {
1324
+ font-family: "Golos Text";
1325
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
1326
+ font-weight: 600;
1327
+ font-style: normal;
1328
+ }
1182
1329
  .DatePickerFooter-module__datePickerFooter___S3vJR {
1183
1330
  width: 100%;
1184
1331
  display: flex;
@@ -1210,6 +1357,24 @@
1210
1357
  font-weight: 600;
1211
1358
  font-style: normal;
1212
1359
  }
1360
+ @font-face {
1361
+ font-family: "Golos Text";
1362
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
1363
+ font-weight: 400;
1364
+ font-style: normal;
1365
+ }
1366
+ @font-face {
1367
+ font-family: "Golos Text";
1368
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
1369
+ font-weight: 500;
1370
+ font-style: normal;
1371
+ }
1372
+ @font-face {
1373
+ font-family: "Golos Text";
1374
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
1375
+ font-weight: 600;
1376
+ font-style: normal;
1377
+ }
1213
1378
  .FlexField-module__flexField___bQEfy {
1214
1379
  width: 100%;
1215
1380
  height: fit-content;
@@ -1371,7 +1536,7 @@
1371
1536
  border: 1px solid var(--error-400);
1372
1537
  }
1373
1538
  .FlexField-module__flexField___bQEfy.FlexField-module__disabled___lN8Vv {
1374
- background-color: var(--gray-100);
1539
+ background-color: var(--gray-50);
1375
1540
  cursor: default;
1376
1541
  }
1377
1542
  .FlexField-module__flexField___bQEfy.FlexField-module__disabled___lN8Vv * {
@@ -1408,6 +1573,24 @@
1408
1573
  font-weight: 600;
1409
1574
  font-style: normal;
1410
1575
  }
1576
+ @font-face {
1577
+ font-family: "Golos Text";
1578
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
1579
+ font-weight: 400;
1580
+ font-style: normal;
1581
+ }
1582
+ @font-face {
1583
+ font-family: "Golos Text";
1584
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
1585
+ font-weight: 500;
1586
+ font-style: normal;
1587
+ }
1588
+ @font-face {
1589
+ font-family: "Golos Text";
1590
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
1591
+ font-weight: 600;
1592
+ font-style: normal;
1593
+ }
1411
1594
  @keyframes SelectField-module__show-animation___Ee3LS {
1412
1595
  from {
1413
1596
  opacity: 0;
@@ -1496,6 +1679,24 @@
1496
1679
  font-weight: 600;
1497
1680
  font-style: normal;
1498
1681
  }
1682
+ @font-face {
1683
+ font-family: "Golos Text";
1684
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
1685
+ font-weight: 400;
1686
+ font-style: normal;
1687
+ }
1688
+ @font-face {
1689
+ font-family: "Golos Text";
1690
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
1691
+ font-weight: 500;
1692
+ font-style: normal;
1693
+ }
1694
+ @font-face {
1695
+ font-family: "Golos Text";
1696
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
1697
+ font-weight: 600;
1698
+ font-style: normal;
1699
+ }
1499
1700
  .InputFieldWrapper-module__inputFieldWrapper___QKhWg {
1500
1701
  width: 100%;
1501
1702
  min-width: 0;
@@ -1603,6 +1804,24 @@
1603
1804
  font-weight: 600;
1604
1805
  font-style: normal;
1605
1806
  }
1807
+ @font-face {
1808
+ font-family: "Golos Text";
1809
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
1810
+ font-weight: 400;
1811
+ font-style: normal;
1812
+ }
1813
+ @font-face {
1814
+ font-family: "Golos Text";
1815
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
1816
+ font-weight: 500;
1817
+ font-style: normal;
1818
+ }
1819
+ @font-face {
1820
+ font-family: "Golos Text";
1821
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
1822
+ font-weight: 600;
1823
+ font-style: normal;
1824
+ }
1606
1825
  .TextareaField-module__textareaField___Vcg4L {
1607
1826
  width: 100%;
1608
1827
  height: fit-content;
@@ -1639,7 +1858,7 @@
1639
1858
  border: 1px solid var(--gray-400);
1640
1859
  }
1641
1860
  .TextareaField-module__textareaField___Vcg4L:disabled {
1642
- background-color: var(--gray-100);
1861
+ background-color: var(--gray-50);
1643
1862
  }
1644
1863
  .TextareaField-module__textareaField___Vcg4L:disabled {
1645
1864
  font-size: 16px;
@@ -1678,6 +1897,24 @@
1678
1897
  font-weight: 600;
1679
1898
  font-style: normal;
1680
1899
  }
1900
+ @font-face {
1901
+ font-family: "Golos Text";
1902
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
1903
+ font-weight: 400;
1904
+ font-style: normal;
1905
+ }
1906
+ @font-face {
1907
+ font-family: "Golos Text";
1908
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
1909
+ font-weight: 500;
1910
+ font-style: normal;
1911
+ }
1912
+ @font-face {
1913
+ font-family: "Golos Text";
1914
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
1915
+ font-weight: 600;
1916
+ font-style: normal;
1917
+ }
1681
1918
  .DateTimeRangeField-module__DateTimeRangeField___bi00s {
1682
1919
  width: 100%;
1683
1920
  gap: 8px;
@@ -1719,6 +1956,24 @@
1719
1956
  font-weight: 600;
1720
1957
  font-style: normal;
1721
1958
  }
1959
+ @font-face {
1960
+ font-family: "Golos Text";
1961
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
1962
+ font-weight: 400;
1963
+ font-style: normal;
1964
+ }
1965
+ @font-face {
1966
+ font-family: "Golos Text";
1967
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
1968
+ font-weight: 500;
1969
+ font-style: normal;
1970
+ }
1971
+ @font-face {
1972
+ font-family: "Golos Text";
1973
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
1974
+ font-weight: 600;
1975
+ font-style: normal;
1976
+ }
1722
1977
  .DateTimeField-module__DateTimeField___k_mN4 {
1723
1978
  flex: 1;
1724
1979
  width: 100%;
@@ -1752,6 +2007,24 @@
1752
2007
  font-weight: 600;
1753
2008
  font-style: normal;
1754
2009
  }
2010
+ @font-face {
2011
+ font-family: "Golos Text";
2012
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
2013
+ font-weight: 400;
2014
+ font-style: normal;
2015
+ }
2016
+ @font-face {
2017
+ font-family: "Golos Text";
2018
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
2019
+ font-weight: 500;
2020
+ font-style: normal;
2021
+ }
2022
+ @font-face {
2023
+ font-family: "Golos Text";
2024
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
2025
+ font-weight: 600;
2026
+ font-style: normal;
2027
+ }
1755
2028
  .CheckboxMark-module__checkboxMark___QsRbu {
1756
2029
  transition: all ease-out 0.2s;
1757
2030
  width: 20px;
@@ -2025,6 +2298,24 @@
2025
2298
  font-weight: 600;
2026
2299
  font-style: normal;
2027
2300
  }
2301
+ @font-face {
2302
+ font-family: "Golos Text";
2303
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
2304
+ font-weight: 400;
2305
+ font-style: normal;
2306
+ }
2307
+ @font-face {
2308
+ font-family: "Golos Text";
2309
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
2310
+ font-weight: 500;
2311
+ font-style: normal;
2312
+ }
2313
+ @font-face {
2314
+ font-family: "Golos Text";
2315
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
2316
+ font-weight: 600;
2317
+ font-style: normal;
2318
+ }
2028
2319
  .Checkbox-module__checkbox___GSei6 {
2029
2320
  width: 100%;
2030
2321
  height: fit-content;
@@ -2043,33 +2334,41 @@
2043
2334
  }
2044
2335
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk {
2045
2336
  text-align: start;
2337
+ transition: color ease-in-out 200ms;
2046
2338
  }
2047
2339
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk {
2048
2340
  font-size: 16px;
2049
2341
  line-height: 20px;
2050
2342
  color: var(--gray-700);
2051
2343
  font-weight: 400;
2052
- font-family: "Golos UI", sans-serif;
2344
+ font-family: "Golos Text", sans-serif;
2053
2345
  font-stretch: normal;
2054
2346
  font-style: normal;
2055
2347
  font-variant: normal;
2056
2348
  }
2057
- .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk.Checkbox-module__indeterminate___rVkUe {
2349
+ .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__text___bgxrk.Checkbox-module__textBold___dlrM9 {
2058
2350
  font-weight: 600;
2059
2351
  }
2060
2352
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__supportingText___BR8D6 {
2061
2353
  text-align: start;
2354
+ transition: color ease-in-out 200ms;
2062
2355
  }
2063
2356
  .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_ .Checkbox-module__supportingText___BR8D6 {
2064
2357
  font-size: 14px;
2065
2358
  line-height: 20px;
2066
- color: var(--gray-500);
2359
+ color: var(--gray-400);
2067
2360
  font-weight: 400;
2068
- font-family: "Golos UI", sans-serif;
2361
+ font-family: "Golos Text", sans-serif;
2069
2362
  font-stretch: normal;
2070
2363
  font-style: normal;
2071
2364
  font-variant: normal;
2072
2365
  }
2366
+ .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_.Checkbox-module__hover___B2BYJ .Checkbox-module__text___bgxrk, .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_.Checkbox-module__focus___OeuC2 .Checkbox-module__text___bgxrk {
2367
+ color: var(--gray-900);
2368
+ }
2369
+ .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_.Checkbox-module__hover___B2BYJ .Checkbox-module__supportingText___BR8D6, .Checkbox-module__checkbox___GSei6 .Checkbox-module__textBlock___lgsN_.Checkbox-module__focus___OeuC2 .Checkbox-module__supportingText___BR8D6 {
2370
+ color: var(--gray-500);
2371
+ }
2073
2372
  .Checkbox-module__checkbox___GSei6.Checkbox-module__disabled___haSYz {
2074
2373
  cursor: default;
2075
2374
  }
@@ -2115,6 +2414,24 @@
2115
2414
  font-weight: 600;
2116
2415
  font-style: normal;
2117
2416
  }
2417
+ @font-face {
2418
+ font-family: "Golos Text";
2419
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
2420
+ font-weight: 400;
2421
+ font-style: normal;
2422
+ }
2423
+ @font-face {
2424
+ font-family: "Golos Text";
2425
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
2426
+ font-weight: 500;
2427
+ font-style: normal;
2428
+ }
2429
+ @font-face {
2430
+ font-family: "Golos Text";
2431
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
2432
+ font-weight: 600;
2433
+ font-style: normal;
2434
+ }
2118
2435
  .ToggleBase-module__toggleBase___Vkhhf {
2119
2436
  transition: all ease-out 0.2s;
2120
2437
  border-radius: 12px;
@@ -2205,6 +2522,24 @@
2205
2522
  font-weight: 600;
2206
2523
  font-style: normal;
2207
2524
  }
2525
+ @font-face {
2526
+ font-family: "Golos Text";
2527
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
2528
+ font-weight: 400;
2529
+ font-style: normal;
2530
+ }
2531
+ @font-face {
2532
+ font-family: "Golos Text";
2533
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
2534
+ font-weight: 500;
2535
+ font-style: normal;
2536
+ }
2537
+ @font-face {
2538
+ font-family: "Golos Text";
2539
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
2540
+ font-weight: 600;
2541
+ font-style: normal;
2542
+ }
2208
2543
  .Toggle-module__toggle___v6vwY {
2209
2544
  display: flex;
2210
2545
  gap: 8px;
@@ -2221,34 +2556,42 @@
2221
2556
  }
2222
2557
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__text___i2f7B {
2223
2558
  text-align: start;
2559
+ transition: color ease-in-out 200ms;
2224
2560
  }
2225
2561
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__text___i2f7B {
2226
2562
  font-size: 16px;
2227
2563
  line-height: 20px;
2228
2564
  color: var(--gray-700);
2229
2565
  font-weight: 400;
2230
- font-family: "Golos UI", sans-serif;
2566
+ font-family: "Golos Text", sans-serif;
2231
2567
  font-stretch: normal;
2232
2568
  font-style: normal;
2233
2569
  font-variant: normal;
2234
2570
  }
2235
2571
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__description___hvDOL {
2236
2572
  text-align: start;
2573
+ transition: color ease-in-out 200ms;
2237
2574
  }
2238
2575
  .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm .Toggle-module__description___hvDOL {
2239
2576
  font-size: 14px;
2240
2577
  line-height: 20px;
2241
2578
  color: var(--gray-400);
2242
2579
  font-weight: 400;
2243
- font-family: "Golos UI", sans-serif;
2580
+ font-family: "Golos Text", sans-serif;
2244
2581
  font-stretch: normal;
2245
2582
  font-style: normal;
2246
2583
  font-variant: normal;
2247
2584
  }
2248
- .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv {
2585
+ .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm.Toggle-module__hover___Ws4WL .Toggle-module__text___i2f7B, .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm.Toggle-module__active___Skxl4 .Toggle-module__text___i2f7B {
2586
+ color: var(--gray-900);
2587
+ }
2588
+ .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm.Toggle-module__hover___Ws4WL .Toggle-module__description___hvDOL, .Toggle-module__toggle___v6vwY .Toggle-module__textBlock___KUwlm.Toggle-module__active___Skxl4 .Toggle-module__description___hvDOL {
2589
+ color: var(--gray-500);
2590
+ }
2591
+ .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv .Toggle-module__hover___Ws4WL, .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv .Toggle-module__active___Skxl4, .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv {
2249
2592
  cursor: default;
2250
2593
  }
2251
- .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv .Toggle-module__text___i2f7B, .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv .Toggle-module__description___hvDOL {
2594
+ .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv .Toggle-module__hover___Ws4WL .Toggle-module__text___i2f7B, .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv .Toggle-module__hover___Ws4WL .Toggle-module__description___hvDOL, .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv .Toggle-module__active___Skxl4 .Toggle-module__text___i2f7B, .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv .Toggle-module__active___Skxl4 .Toggle-module__description___hvDOL, .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv .Toggle-module__text___i2f7B, .Toggle-module__toggle___v6vwY.Toggle-module__disabled___ME0Wv .Toggle-module__description___hvDOL {
2252
2595
  color: var(--gray-400);
2253
2596
  }
2254
2597
  .Toggle-module__toggle___v6vwY.Toggle-module__widthFill___JEbCX {
@@ -2284,6 +2627,24 @@
2284
2627
  font-weight: 600;
2285
2628
  font-style: normal;
2286
2629
  }
2630
+ @font-face {
2631
+ font-family: "Golos Text";
2632
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
2633
+ font-weight: 400;
2634
+ font-style: normal;
2635
+ }
2636
+ @font-face {
2637
+ font-family: "Golos Text";
2638
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
2639
+ font-weight: 500;
2640
+ font-style: normal;
2641
+ }
2642
+ @font-face {
2643
+ font-family: "Golos Text";
2644
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
2645
+ font-weight: 600;
2646
+ font-style: normal;
2647
+ }
2287
2648
  .CascadeBlock-module__cascadeBlockLabel___wXIW_ {
2288
2649
  gap: 2px;
2289
2650
  }
@@ -2351,6 +2712,24 @@
2351
2712
  font-weight: 600;
2352
2713
  font-style: normal;
2353
2714
  }
2715
+ @font-face {
2716
+ font-family: "Golos Text";
2717
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
2718
+ font-weight: 400;
2719
+ font-style: normal;
2720
+ }
2721
+ @font-face {
2722
+ font-family: "Golos Text";
2723
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
2724
+ font-weight: 500;
2725
+ font-style: normal;
2726
+ }
2727
+ @font-face {
2728
+ font-family: "Golos Text";
2729
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
2730
+ font-weight: 600;
2731
+ font-style: normal;
2732
+ }
2354
2733
  .TagCheckbox-module__tagCheckbox___MS2eW {
2355
2734
  border-radius: 4px;
2356
2735
  box-shadow: 0 0 0 1px var(--gray-300);
@@ -2441,6 +2820,24 @@
2441
2820
  font-weight: 600;
2442
2821
  font-style: normal;
2443
2822
  }
2823
+ @font-face {
2824
+ font-family: "Golos Text";
2825
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
2826
+ font-weight: 400;
2827
+ font-style: normal;
2828
+ }
2829
+ @font-face {
2830
+ font-family: "Golos Text";
2831
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
2832
+ font-weight: 500;
2833
+ font-style: normal;
2834
+ }
2835
+ @font-face {
2836
+ font-family: "Golos Text";
2837
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
2838
+ font-weight: 600;
2839
+ font-style: normal;
2840
+ }
2444
2841
  .TagCount-module__tagCount___tT9Gy {
2445
2842
  width: fit-content;
2446
2843
  height: fit-content;
@@ -2503,6 +2900,24 @@
2503
2900
  font-weight: 600;
2504
2901
  font-style: normal;
2505
2902
  }
2903
+ @font-face {
2904
+ font-family: "Golos Text";
2905
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
2906
+ font-weight: 400;
2907
+ font-style: normal;
2908
+ }
2909
+ @font-face {
2910
+ font-family: "Golos Text";
2911
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
2912
+ font-weight: 500;
2913
+ font-style: normal;
2914
+ }
2915
+ @font-face {
2916
+ font-family: "Golos Text";
2917
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
2918
+ font-weight: 600;
2919
+ font-style: normal;
2920
+ }
2506
2921
  .Tag-module__tag___z87CD {
2507
2922
  width: fit-content;
2508
2923
  height: fit-content;
@@ -2626,6 +3041,24 @@
2626
3041
  font-weight: 600;
2627
3042
  font-style: normal;
2628
3043
  }
3044
+ @font-face {
3045
+ font-family: "Golos Text";
3046
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
3047
+ font-weight: 400;
3048
+ font-style: normal;
3049
+ }
3050
+ @font-face {
3051
+ font-family: "Golos Text";
3052
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
3053
+ font-weight: 500;
3054
+ font-style: normal;
3055
+ }
3056
+ @font-face {
3057
+ font-family: "Golos Text";
3058
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
3059
+ font-weight: 600;
3060
+ font-style: normal;
3061
+ }
2629
3062
  .SlideTransition-module__animateDrop___BsY5g {
2630
3063
  position: relative;
2631
3064
  display: block;
@@ -2662,6 +3095,24 @@
2662
3095
  font-weight: 600;
2663
3096
  font-style: normal;
2664
3097
  }
3098
+ @font-face {
3099
+ font-family: "Golos Text";
3100
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
3101
+ font-weight: 400;
3102
+ font-style: normal;
3103
+ }
3104
+ @font-face {
3105
+ font-family: "Golos Text";
3106
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
3107
+ font-weight: 500;
3108
+ font-style: normal;
3109
+ }
3110
+ @font-face {
3111
+ font-family: "Golos Text";
3112
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
3113
+ font-weight: 600;
3114
+ font-style: normal;
3115
+ }
2665
3116
  .TabFrame-module__tabFrame___Ppzzz {
2666
3117
  border-radius: 8px;
2667
3118
  padding: 4px;
@@ -2698,6 +3149,24 @@
2698
3149
  font-weight: 600;
2699
3150
  font-style: normal;
2700
3151
  }
3152
+ @font-face {
3153
+ font-family: "Golos Text";
3154
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
3155
+ font-weight: 400;
3156
+ font-style: normal;
3157
+ }
3158
+ @font-face {
3159
+ font-family: "Golos Text";
3160
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
3161
+ font-weight: 500;
3162
+ font-style: normal;
3163
+ }
3164
+ @font-face {
3165
+ font-family: "Golos Text";
3166
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
3167
+ font-weight: 600;
3168
+ font-style: normal;
3169
+ }
2701
3170
  .TabButtons-module__tabButtons___vSLsZ {
2702
3171
  border-radius: 6px;
2703
3172
  padding: 9px;
@@ -2815,6 +3284,24 @@
2815
3284
  font-weight: 600;
2816
3285
  font-style: normal;
2817
3286
  }
3287
+ @font-face {
3288
+ font-family: "Golos Text";
3289
+ src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
3290
+ font-weight: 400;
3291
+ font-style: normal;
3292
+ }
3293
+ @font-face {
3294
+ font-family: "Golos Text";
3295
+ src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
3296
+ font-weight: 500;
3297
+ font-style: normal;
3298
+ }
3299
+ @font-face {
3300
+ font-family: "Golos Text";
3301
+ src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
3302
+ font-weight: 600;
3303
+ font-style: normal;
3304
+ }
2818
3305
  .PageSwitcher-module__pageSwitcher___PGQPI {
2819
3306
  width: 100%;
2820
3307
  height: fit-content;