@kofile/gds-foundations 1.0.0-alpha.17 → 1.0.0-alpha.19

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 (76) hide show
  1. package/build/css/.DS_Store +0 -0
  2. package/build/css/components/badge.module.css +6 -0
  3. package/build/css/components/card.module.css +3 -6
  4. package/build/css/components/dialog.module.css +52 -0
  5. package/build/css/components/field-message.module.css +0 -1
  6. package/build/css/components/input.module.css +20 -3
  7. package/build/css/components/segmented-controller.module.css +9 -0
  8. package/build/css/components/select.module.css +23 -2
  9. package/build/css/components/tabs.module.css +5 -9
  10. package/build/css/index.css +0 -1
  11. package/build/css/themes/dialog/dark.css +5 -0
  12. package/build/css/themes/dialog/light.css +5 -0
  13. package/build/css/themes/global.css +38 -2
  14. package/build/css/themes/select/dark.css +2 -0
  15. package/build/css/themes/select/light.css +2 -0
  16. package/build/minified/badge.module.css +1 -0
  17. package/build/minified/button.module.css +33 -0
  18. package/build/minified/card.module.css +1 -0
  19. package/build/minified/checkbox.module.css +7 -0
  20. package/build/minified/dark.css +1 -0
  21. package/build/minified/dialog.module.css +21 -0
  22. package/build/minified/field-message.module.css +1 -0
  23. package/build/minified/form-label.module.css +1 -0
  24. package/build/minified/global.css +1 -0
  25. package/build/minified/index.css +1 -0
  26. package/build/minified/input.module.css +33 -0
  27. package/build/minified/label.module.css +1 -0
  28. package/build/minified/light.css +1 -0
  29. package/build/minified/link.module.css +1 -0
  30. package/build/minified/list-callout-group.module.css +1 -0
  31. package/build/minified/list-callout.module.css +1 -0
  32. package/build/minified/list-group.module.css +1 -0
  33. package/build/minified/list-item.module.css +1 -0
  34. package/build/minified/loader.module.css +1 -0
  35. package/build/minified/radio-group.module.css +21 -0
  36. package/build/minified/segmented-controller.module.css +57 -0
  37. package/build/minified/select.module.css +55 -0
  38. package/build/minified/switch.module.css +3 -0
  39. package/build/minified/table.module.css +65 -0
  40. package/build/minified/tabs.module.css +9 -0
  41. package/package.json +3 -11
  42. package/build/css/tokens-global.css +0 -342
  43. package/build/css/utilities/background-color.css +0 -445
  44. package/build/css/utilities/border-color.css +0 -284
  45. package/build/css/utilities/border-radius.css +0 -455
  46. package/build/css/utilities/border-style.css +0 -18
  47. package/build/css/utilities/border-width.css +0 -127
  48. package/build/css/utilities/box-sizing.css +0 -7
  49. package/build/css/utilities/color.css +0 -290
  50. package/build/css/utilities/cursor.css +0 -31
  51. package/build/css/utilities/display.css +0 -63
  52. package/build/css/utilities/flex-shrink.css +0 -6
  53. package/build/css/utilities/flex.css +0 -198
  54. package/build/css/utilities/font.css +0 -131
  55. package/build/css/utilities/gap.css +0 -104
  56. package/build/css/utilities/grid-auto-columns.css +0 -12
  57. package/build/css/utilities/grid-template-columns.css +0 -42
  58. package/build/css/utilities/height.css +0 -168
  59. package/build/css/utilities/index.css +0 -33
  60. package/build/css/utilities/margin.css +0 -299
  61. package/build/css/utilities/max-height.css +0 -123
  62. package/build/css/utilities/max-width.css +0 -69
  63. package/build/css/utilities/min-height.css +0 -18
  64. package/build/css/utilities/min-width.css +0 -15
  65. package/build/css/utilities/object-fit.css +0 -15
  66. package/build/css/utilities/object-position.css +0 -27
  67. package/build/css/utilities/overflow.css +0 -45
  68. package/build/css/utilities/padding.css +0 -288
  69. package/build/css/utilities/position.css +0 -1297
  70. package/build/css/utilities/shadow.css +0 -15
  71. package/build/css/utilities/text-align.css +0 -18
  72. package/build/css/utilities/text-overflow.css +0 -13
  73. package/build/css/utilities/text-transform.css +0 -12
  74. package/build/css/utilities/vertical-align.css +0 -31
  75. package/build/css/utilities/white-space.css +0 -23
  76. package/build/css/utilities/width.css +0 -201
@@ -1,290 +0,0 @@
1
- .text-gray-100 {
2
- color: var(--primitive-gray-100) !important;
3
- }
4
- .text-gray-200 {
5
- color: var(--primitive-gray-200) !important;
6
- }
7
- .text-gray-300 {
8
- color: var(--primitive-gray-300) !important;
9
- }
10
- .text-gray-400 {
11
- color: var(--primitive-gray-400) !important;
12
- }
13
- .text-gray-500 {
14
- color: var(--primitive-gray-500) !important;
15
- }
16
- .text-gray-600 {
17
- color: var(--primitive-gray-600) !important;
18
- }
19
- .text-gray-700 {
20
- color: var(--primitive-gray-700) !important;
21
- }
22
- .text-gray-800 {
23
- color: var(--primitive-gray-800) !important;
24
- }
25
- .text-gray-900 {
26
- color: var(--primitive-gray-900) !important;
27
- }
28
- .text-gray-1000 {
29
- color: var(--primitive-gray-1000) !important;
30
- }
31
- .text-gray-black {
32
- color: var(--primitive-gray-black) !important;
33
- }
34
- .text-gray-white {
35
- color: var(--primitive-gray-white) !important;
36
- }
37
- .text-lightest {
38
- color: var(--primitive-gray-white) !important;
39
- }
40
- .text-darkest {
41
- color: var(--primitive-gray-black) !important;
42
- }
43
-
44
- .text-blue-100 {
45
- color: var(--primitive-blue-100) !important;
46
- }
47
- .text-blue-200 {
48
- color: var(--primitive-blue-200) !important;
49
- }
50
- .text-blue-300 {
51
- color: var(--primitive-blue-300) !important;
52
- }
53
- .text-blue-400 {
54
- color: var(--primitive-blue-400) !important;
55
- }
56
- .text-blue-500 {
57
- color: var(--primitive-blue-500) !important;
58
- }
59
- .text-blue-600 {
60
- color: var(--primitive-blue-600) !important;
61
- }
62
- .text-blue-700 {
63
- color: var(--primitive-blue-700) !important;
64
- }
65
- .text-blue-800 {
66
- color: var(--primitive-blue-800) !important;
67
- }
68
- .text-blue-900 {
69
- color: var(--primitive-blue-900) !important;
70
- }
71
- .text-blue-1000 {
72
- color: var(--primitive-blue-1000) !important;
73
- }
74
-
75
- .text-red-100 {
76
- color: var(--primitive-red-100) !important;
77
- }
78
- .text-red-200 {
79
- color: var(--primitive-red-200) !important;
80
- }
81
- .text-red-300 {
82
- color: var(--primitive-red-300) !important;
83
- }
84
- .text-red-400 {
85
- color: var(--primitive-red-400) !important;
86
- }
87
- .text-red-500 {
88
- color: var(--primitive-red-500) !important;
89
- }
90
- .text-red-600 {
91
- color: var(--primitive-red-600) !important;
92
- }
93
- .text-red-700 {
94
- color: var(--primitive-red-700) !important;
95
- }
96
- .text-red-800 {
97
- color: var(--primitive-red-800) !important;
98
- }
99
- .text-red-900 {
100
- color: var(--primitive-red-900) !important;
101
- }
102
- .text-red-1000 {
103
- color: var(--primitive-red-1000) !important;
104
- }
105
-
106
- .text-green-100 {
107
- color: var(--primitive-green-100) !important;
108
- }
109
- .text-green-200 {
110
- color: var(--primitive-green-200) !important;
111
- }
112
- .text-green-300 {
113
- color: var(--primitive-green-300) !important;
114
- }
115
- .text-green-400 {
116
- color: var(--primitive-green-400) !important;
117
- }
118
- .text-green-500 {
119
- color: var(--primitive-green-500) !important;
120
- }
121
- .text-green-600 {
122
- color: var(--primitive-green-600) !important;
123
- }
124
- .text-green-700 {
125
- color: var(--primitive-green-700) !important;
126
- }
127
- .text-green-800 {
128
- color: var(--primitive-green-800) !important;
129
- }
130
- .text-green-900 {
131
- color: var(--primitive-green-900) !important;
132
- }
133
- .text-green-1000 {
134
- color: var(--primitive-green-1000) !important;
135
- }
136
-
137
- .text-orange-100 {
138
- color: var(--primitive-orange-100) !important;
139
- }
140
- .text-orange-200 {
141
- color: var(--primitive-orange-200) !important;
142
- }
143
- .text-orange-300 {
144
- color: var(--primitive-orange-300) !important;
145
- }
146
- .text-orange-400 {
147
- color: var(--primitive-orange-400) !important;
148
- }
149
- .text-orange-500 {
150
- color: var(--primitive-orange-500) !important;
151
- }
152
- .text-orange-600 {
153
- color: var(--primitive-orange-600) !important;
154
- }
155
- .text-orange-700 {
156
- color: var(--primitive-orange-700) !important;
157
- }
158
- .text-orange-800 {
159
- color: var(--primitive-orange-800) !important;
160
- }
161
- .text-orange-900 {
162
- color: var(--primitive-orange-900) !important;
163
- }
164
- .text-orange-1000 {
165
- color: var(--primitive-orange-1000) !important;
166
- }
167
-
168
- .text-yellow-100 {
169
- color: var(--primitive-yellow-100) !important;
170
- }
171
- .text-yellow-200 {
172
- color: var(--primitive-yellow-200) !important;
173
- }
174
- .text-yellow-300 {
175
- color: var(--primitive-yellow-300) !important;
176
- }
177
- .text-yellow-400 {
178
- color: var(--primitive-yellow-400) !important;
179
- }
180
- .text-yellow-500 {
181
- color: var(--primitive-yellow-500) !important;
182
- }
183
- .text-yellow-600 {
184
- color: var(--primitive-yellow-600) !important;
185
- }
186
- .text-yellow-700 {
187
- color: var(--primitive-yellow-700) !important;
188
- }
189
- .text-yellow-800 {
190
- color: var(--primitive-yellow-800) !important;
191
- }
192
- .text-yellow-900 {
193
- color: var(--primitive-yellow-900) !important;
194
- }
195
- .text-yellow-1000 {
196
- color: var(--primitive-yellow-1000) !important;
197
- }
198
-
199
- .text-purple-100 {
200
- color: var(--primitive-purple-100) !important;
201
- }
202
- .text-purple-200 {
203
- color: var(--primitive-purple-200) !important;
204
- }
205
- .text-purple-300 {
206
- color: var(--primitive-purple-300) !important;
207
- }
208
- .text-purple-400 {
209
- color: var(--primitive-purple-400) !important;
210
- }
211
- .text-purple-500 {
212
- color: var(--primitive-purple-500) !important;
213
- }
214
- .text-purple-600 {
215
- color: var(--primitive-purple-600) !important;
216
- }
217
- .text-purple-700 {
218
- color: var(--primitive-purple-700) !important;
219
- }
220
- .text-purple-800 {
221
- color: var(--primitive-purple-800) !important;
222
- }
223
- .text-purple-900 {
224
- color: var(--primitive-purple-900) !important;
225
- }
226
- .text-purple-1000 {
227
- color: var(--primitive-purple-1000) !important;
228
- }
229
-
230
- .text-magenta-100 {
231
- color: var(--primitive-magenta-100) !important;
232
- }
233
- .text-magenta-200 {
234
- color: var(--primitive-magenta-200) !important;
235
- }
236
- .text-magenta-300 {
237
- color: var(--primitive-magenta-300) !important;
238
- }
239
- .text-magenta-400 {
240
- color: var(--primitive-magenta-400) !important;
241
- }
242
- .text-magenta-500 {
243
- color: var(--primitive-magenta-500) !important;
244
- }
245
- .text-magenta-600 {
246
- color: var(--primitive-magenta-600) !important;
247
- }
248
- .text-magenta-700 {
249
- color: var(--primitive-magenta-700) !important;
250
- }
251
- .text-magenta-800 {
252
- color: var(--primitive-magenta-800) !important;
253
- }
254
- .text-magenta-900 {
255
- color: var(--primitive-magenta-900) !important;
256
- }
257
- .text-magenta-1000 {
258
- color: var(--primitive-magenta-1000) !important;
259
- }
260
-
261
- .text-teal-100 {
262
- color: var(--primitive-teal-100) !important;
263
- }
264
- .text-teal-200 {
265
- color: var(--primitive-teal-200) !important;
266
- }
267
- .text-teal-300 {
268
- color: var(--primitive-teal-300) !important;
269
- }
270
- .text-teal-400 {
271
- color: var(--primitive-teal-400) !important;
272
- }
273
- .text-teal-500 {
274
- color: var(--primitive-teal-500) !important;
275
- }
276
- .text-teal-600 {
277
- color: var(--primitive-teal-600) !important;
278
- }
279
- .text-teal-700 {
280
- color: var(--primitive-teal-700) !important;
281
- }
282
- .text-teal-800 {
283
- color: var(--primitive-teal-800) !important;
284
- }
285
- .text-teal-900 {
286
- color: var(--primitive-teal-900) !important;
287
- }
288
- .text-teal-1000 {
289
- color: var(--primitive-teal-1000) !important;
290
- }
@@ -1,31 +0,0 @@
1
- .cursor-auto {
2
- cursor: auto !important;
3
- }
4
-
5
- .cursor-default {
6
- cursor: default !important;
7
- }
8
-
9
- .cursor-pointer {
10
- cursor: pointer !important;
11
- }
12
-
13
- .cursor-wait {
14
- cursor: wait !important;
15
- }
16
-
17
- .cursor-text {
18
- cursor: text !important;
19
- }
20
-
21
- .cursor-move {
22
- cursor: move !important;
23
- }
24
-
25
- .cursor-help {
26
- cursor: help !important;
27
- }
28
-
29
- .cursor-not-allowed {
30
- cursor: not-allowed !important;
31
- }
@@ -1,63 +0,0 @@
1
- .block {
2
- display: block !important;
3
- }
4
- .inline-block {
5
- display: inline-block !important;
6
- }
7
- .inline {
8
- display: inline !important;
9
- }
10
- .flex {
11
- display: flex !important;
12
- }
13
- .inline-flex {
14
- display: inline-flex !important;
15
- }
16
- .table {
17
- display: table !important;
18
- }
19
- .inline-table {
20
- display: inline-table !important;
21
- }
22
- .table-caption {
23
- display: table-caption !important;
24
- }
25
- .table-cell {
26
- display: table-cell !important;
27
- }
28
- .table-column {
29
- display: table-column !important;
30
- }
31
- .table-column-group {
32
- display: table-column-group !important;
33
- }
34
- .table-footer-group {
35
- display: table-footer-group !important;
36
- }
37
- .table-header-group {
38
- display: table-header-group !important;
39
- }
40
- .table-row-group {
41
- display: table-row-group !important;
42
- }
43
- .table-row {
44
- display: table-row !important;
45
- }
46
- .flow-root {
47
- display: flow-root !important;
48
- }
49
- .grid {
50
- display: grid !important;
51
- }
52
- .inline-grid {
53
- display: inline-grid !important;
54
- }
55
- .contents {
56
- display: contents !important;
57
- }
58
- .list-item {
59
- display: list-item !important;
60
- }
61
- .hidden {
62
- display: none !important;
63
- }
@@ -1,6 +0,0 @@
1
- .shrink-0 {
2
- flex-shrink: 0;
3
- }
4
- .shrink-1 {
5
- flex-shrink: 1;
6
- }
@@ -1,198 +0,0 @@
1
- /* flex-direction */
2
- .flex-row {
3
- flex-direction: row !important;
4
- }
5
- .flex-row-reverse {
6
- flex-direction: row-reverse !important;
7
- }
8
- .flex-col {
9
- flex-direction: column !important;
10
- }
11
- .flex-col-reverse {
12
- flex-direction: column-reverse !important;
13
- }
14
- /* flex-wrap */
15
- .flex-wrap {
16
- flex-wrap: wrap !important;
17
- }
18
- .flex-nowrap {
19
- flex-wrap: nowrap !important;
20
- }
21
- .flex-wrap-reverse {
22
- flex-wrap: wrap-reverse !important;
23
- }
24
- /* justify-content*/
25
- .justify-normal {
26
- justify-content: normal !important;
27
- }
28
- .justify-start {
29
- justify-content: flex-start !important;
30
- }
31
- .justify-end {
32
- justify-content: flex-end !important;
33
- }
34
- .justify-center {
35
- justify-content: center !important;
36
- }
37
- .justify-between {
38
- justify-content: space-between !important;
39
- }
40
- .justify-around {
41
- justify-content: space-around !important;
42
- }
43
- .justify-evenly {
44
- justify-content: space-evenly !important;
45
- }
46
- .justify-stretch {
47
- justify-content: stretch !important;
48
- }
49
- /* justify-self */
50
- .justify-self-auto {
51
- justify-self: auto !important;
52
- }
53
- .justify-self-start {
54
- justify-self: flex-start !important;
55
- }
56
- .justify-self-end {
57
- justify-self: flex-end !important;
58
- }
59
- .justify-self-center {
60
- justify-self: center !important;
61
- }
62
- .justify-self-stretch {
63
- justify-self: stretch !important;
64
- }
65
- /* justify-items */
66
- .justify-items-start {
67
- justify-items: flex-start !important;
68
- }
69
- .justify-items-end {
70
- justify-items: flex-end !important;
71
- }
72
- .justify-items-center {
73
- justify-items: center !important;
74
- }
75
- .justify-items-stretch {
76
- justify-items: stretch !important;
77
- }
78
- /* align-self */
79
- .self-auto {
80
- align-self: auto !important;
81
- }
82
- .self-start {
83
- align-self: flex-start !important;
84
- }
85
- .self-end {
86
- align-self: flex-end !important;
87
- }
88
- .self-center {
89
- align-self: center !important;
90
- }
91
- .self-stretch {
92
- align-self: stretch !important;
93
- }
94
- .self-baseline {
95
- align-self: baseline !important;
96
- }
97
- /* align */
98
- .items-start {
99
- align-items: flex-start !important;
100
- }
101
- .items-end {
102
- align-items: flex-end !important;
103
- }
104
- .items-center {
105
- align-items: center !important;
106
- }
107
- .items-baseline {
108
- align-items: baseline !important;
109
- }
110
- .items-stretch {
111
- align-items: stretch !important;
112
- }
113
- /* align-content */
114
- .content-normal {
115
- align-content: normal !important;
116
- }
117
- .content-center {
118
- align-content: center !important;
119
- }
120
- .content-start {
121
- align-content: flex-start !important;
122
- }
123
- .content-end {
124
- align-content: flex-end !important;
125
- }
126
- .content-between {
127
- align-content: space-between !important;
128
- }
129
- .content-around {
130
- align-content: space-around !important;
131
- }
132
- .content-evenly {
133
- align-content: space-evenly !important;
134
- }
135
- .content-baseline {
136
- align-content: baseline !important;
137
- }
138
- .content-stretch {
139
- align-content: stretch !important;
140
- }
141
-
142
- /* place-content */
143
- .place-content-center {
144
- place-content: center !important;
145
- }
146
- .place-content-start {
147
- place-content: start !important;
148
- }
149
- .place-content-end {
150
- place-content: end !important;
151
- }
152
- .place-content-between {
153
- place-content: space-between !important;
154
- }
155
- .place-content-around {
156
- place-content: space-around !important;
157
- }
158
- .place-content-evenly {
159
- place-content: space-evenly !important;
160
- }
161
- .place-content-baseline {
162
- place-content: baseline !important;
163
- }
164
- .place-content-stretch {
165
- place-content: stretch !important;
166
- }
167
- /* place-items */
168
- .place-items-start {
169
- place-items: start !important;
170
- }
171
- .place-items-end {
172
- place-items: end !important;
173
- }
174
- .place-items-center {
175
- place-items: center !important;
176
- }
177
- .place-items-baseline {
178
- place-items: baseline !important;
179
- }
180
- .place-items-stretch {
181
- place-items: stretch !important;
182
- }
183
- /* place-self */
184
- .place-self-auto {
185
- place-self: auto !important;
186
- }
187
- .place-self-start {
188
- place-self: start !important;
189
- }
190
- .place-self-end {
191
- place-self: end !important;
192
- }
193
- .place-self-center {
194
- place-self: center !important;
195
- }
196
- .place-self-stretch {
197
- place-self: stretch !important;
198
- }
@@ -1,131 +0,0 @@
1
- /* Font Size 3XS */
2
- .fs-3xs-regular {
3
- font: var(--font-size-3xs-regular) !important;
4
- }
5
- .fs-3xs-semibold {
6
- font: var(--font-size-3xs-semibold) !important;
7
- }
8
- .fs-3xs-bold {
9
- font: var(--font-size-3xs-bold) !important;
10
- }
11
-
12
- /* Font Size 2XS */
13
- .fs-2xs-regular {
14
- font: var(--font-size-2xs-regular) !important;
15
- }
16
- .fs-2xs-semibold {
17
- font: var(--font-size-2xs-semibold) !important;
18
- }
19
- .fs-2xs-bold {
20
- font: var(--font-size-2xs-bold) !important;
21
- }
22
-
23
- /* Font Size XS */
24
- .fs-xs-regular {
25
- font: var(--font-size-xs-regular) !important;
26
- }
27
- .fs-xs-semibold {
28
- font: var(--font-size-xs-semibold) !important;
29
- }
30
- .fs-xs-bold {
31
- font: var(--font-size-xs-bold) !important;
32
- }
33
-
34
- /* Font Size SM */
35
- .fs-sm-regular {
36
- font: var(--font-size-sm-regular) !important;
37
- }
38
- .fs-sm-semibold {
39
- font: var(--font-size-sm-semibold) !important;
40
- }
41
- .fs-sm-bold {
42
- font: var(--font-size-sm-bold) !important;
43
- }
44
-
45
- /* Font Size MD */
46
- .fs-md-regular {
47
- font: var(--font-size-md-regular) !important;
48
- }
49
- .fs-md-semibold {
50
- font: var(--font-size-md-semibold) !important;
51
- }
52
- .fs-md-bold {
53
- font: var(--font-size-md-bold) !important;
54
- }
55
-
56
- /* Font Size LG */
57
- .fs-lg-regular {
58
- font: var(--font-size-lg-regular) !important;
59
- }
60
- .fs-lg-semibold {
61
- font: var(--font-size-lg-semibold) !important;
62
- }
63
- .fs-lg-bold {
64
- font: var(--font-size-lg-bold) !important;
65
- }
66
-
67
- /* Font Size XL */
68
- .fs-xl-regular {
69
- font: var(--font-size-xl-regular) !important;
70
- }
71
- .fs-xl-semibold {
72
- font: var(--font-size-xl-semibold) !important;
73
- }
74
- .fs-xl-bold {
75
- font: var(--font-size-xl-bold) !important;
76
- }
77
-
78
- /* Font Size 2XL */
79
- .fs-2xl-regular {
80
- font: var(--font-size-2xl-regular) !important;
81
- }
82
- .fs-2xl-semibold {
83
- font: var(--font-size-2xl-semibold) !important;
84
- }
85
- .fs-2xl-bold {
86
- font: var(--font-size-2xl-bold) !important;
87
- }
88
-
89
- /* Font Size 3XL */
90
- .fs-3xl-regular {
91
- font: var(--font-size-3xl-regular) !important;
92
- }
93
- .fs-3xl-semibold {
94
- font: var(--font-size-3xl-semibold) !important;
95
- }
96
- .fs-3xl-bold {
97
- font: var(--font-size-3xl-bold) !important;
98
- }
99
-
100
- /* Font Size 4XL */
101
- .fs-4xl-regular {
102
- font: var(--font-size-4xl-regular) !important;
103
- }
104
- .fs-4xl-semibold {
105
- font: var(--font-size-4xl-semibold) !important;
106
- }
107
- .fs-4xl-bold {
108
- font: var(--font-size-4xl-bold) !important;
109
- }
110
-
111
- /* Font Size 5XL */
112
- .fs-5xl-regular {
113
- font: var(--font-size-5xl-regular) !important;
114
- }
115
- .fs-5xl-semibold {
116
- font: var(--font-size-5xl-semibold) !important;
117
- }
118
- .fs-5xl-bold {
119
- font: var(--font-size-5xl-bold) !important;
120
- }
121
-
122
- /* Font Size 6XL */
123
- .fs-6xl-regular {
124
- font: var(--font-size-6xl-regular) !important;
125
- }
126
- .fs-6xl-semibold {
127
- font: var(--font-size-6xl-semibold) !important;
128
- }
129
- .fs-6xl-bold {
130
- font: var(--font-size-6xl-bold) !important;
131
- }