@compsych-ui-components/shared 4.0.14 → 4.0.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.
@@ -1,258 +1,258 @@
1
1
  /* Brand C theme */
2
2
  [data-theme="brand-c"] {
3
- --color-primary-primary-0: #000000;
4
- --color-primary-primary-10: #003946;
5
- --color-primary-primary-20: #2c535f;
6
- --color-primary-primary-30: #306472;
7
- --color-primary-primary-40: #367a8a;
8
- --color-primary-primary-50: #3f94a4;
9
- --color-primary-primary-60: #5bb0bf;
10
- --color-primary-primary-70: #90cdd6;
11
- --color-primary-primary-80: #bde1e6;
12
- --color-primary-primary-90: #dcf0f2;
13
- --color-primary-primary-95: #f0f8f9;
14
- --color-primary-primary-100: #ffffff;
15
- --color-secondary-secondary-0: #000000;
16
- --color-secondary-secondary-10: #7e4611;
17
- --color-secondary-secondary-20: #97580e;
18
- --color-secondary-secondary-30: #b77109;
19
- --color-secondary-secondary-40: #db9806;
20
- --color-secondary-secondary-50: #febe10;
21
- --color-secondary-secondary-60: #fecb31;
22
- --color-secondary-secondary-70: #ffdb5c;
23
- --color-secondary-secondary-80: #ffea96;
24
- --color-secondary-secondary-90: #fff5c7;
25
- --color-secondary-secondary-95: #fffbe5;
26
- --color-secondary-secondary-100: #ffffff;
27
- --color-blue-blue-0: #000000;
28
- --color-blue-blue-10: #020412;
29
- --color-blue-blue-20: #162755;
30
- --color-blue-blue-30: #1c3e8c;
31
- --color-blue-blue-40: #1a56db;
32
- --color-blue-blue-50: #226cee;
33
- --color-blue-blue-60: #388af9;
34
- --color-blue-blue-70: #5eadfc;
35
- --color-blue-blue-80: #badcff;
36
- --color-blue-blue-90: #daecff;
37
- --color-blue-blue-95: #e3f1ff;
38
- --color-blue-blue-100: #ffffff;
39
- --color-neutral-neutral-0: #000000;
40
- --color-neutral-neutral-10: #1b1d22;
41
- --color-neutral-neutral-20: #363b44;
42
- --color-neutral-neutral-30: #3d444f;
43
- --color-neutral-neutral-40: #474f5d;
44
- --color-neutral-neutral-50: #565f6c;
45
- --color-neutral-neutral-60: #6c798b;
46
- --color-neutral-neutral-70: #8a96a6;
47
- --color-neutral-neutral-80: #b3bbc6;
48
- --color-neutral-neutral-90: #d7dbe0;
49
- --color-neutral-neutral-92: #e6e8ea;
50
- --color-neutral-neutral-94: #eceeef;
51
- --color-neutral-neutral-98: #f3f4f6;
52
- --color-neutral-neutral-96: #ebecf0;
53
- --color-neutral-neutral-99: #f9fafb;
54
- --color-neutral-neutral-100: #ffffff;
55
- --color-neutral-variant-neutral-variant-0: #000000;
56
- --color-neutral-variant-neutral-variant-10: #0e0f10;
57
- --color-neutral-variant-neutral-variant-20: #1c1e21;
58
- --color-neutral-variant-neutral-variant-30: #3b3e45;
59
- --color-neutral-variant-neutral-variant-40: #575c66;
60
- --color-neutral-variant-neutral-variant-50: #969ba5;
61
- --color-neutral-variant-neutral-variant-60: #aaaeb6;
62
- --color-neutral-variant-neutral-variant-70: #c0c3c9;
63
- --color-neutral-variant-neutral-variant-80: #d6d8dc;
64
- --color-neutral-variant-neutral-variant-90*: #e9eaec;
65
- --color-neutral-variant-neutral-variant-95: #f4f5f6;
66
- --color-neutral-variant-neutral-variant-100: #ffffff;
67
- --color-orange-orange-0: #000000;
68
- --color-orange-orange-10: #3a2304;
69
- --color-orange-orange-20: #694007;
70
- --color-orange-orange-30: #995e0a;
71
- --color-orange-orange-40: #d67d00;
72
- --color-orange-orange-50: #f09719;
73
- --color-orange-orange-60: #f3ac49;
74
- --color-orange-orange-70: #f6c279;
75
- --color-orange-orange-80: #f9d8a9;
76
- --color-orange-orange-90: #fdeed9;
77
- --color-orange-orange-95: #fff2e5;
78
- --color-orange-orange-100: #ffffff;
79
- --color-yellow-yellow-0: #000000;
80
- --color-yellow-yellow-10: #382c00;
81
- --color-yellow-yellow-20: #6b5400;
82
- --color-yellow-yellow-30: #a38000;
83
- --color-yellow-yellow-40: #d6a800;
84
- --color-yellow-yellow-50: #ffca0e;
85
- --color-yellow-yellow-60: #ffd53d;
86
- --color-yellow-yellow-70: #ffe070;
87
- --color-yellow-yellow-80: #ffea9e;
88
- --color-yellow-yellow-90: #fff5d1;
89
- --color-yellow-yellow-95: #fff9e5;
90
- --color-yellow-yellow-100: #ffffff;
91
- --color-red-red-0: #000000;
92
- --color-red-red-10: #2b0808;
93
- --color-red-red-20: #570f0f;
94
- --color-red-red-30: #821717;
95
- --color-red-red-40: #ad1f1f;
96
- --color-red-red-50: #d82727;
97
- --color-red-red-60: #e05252;
98
- --color-red-red-70: #e87e7e;
99
- --color-red-red-80: #f0a8a8;
100
- --color-red-red-90: #f7d4d4;
101
- --color-red-red-95: #fbe9e9;
102
- --color-red-red-100: #ffffff;
103
- --color-green-green-0: #000000;
104
- --color-green-green-10: #030c09;
105
- --color-green-green-20: #0a241b;
106
- --color-green-green-30: #164c3b;
107
- --color-green-green-40: #1c5f48;
108
- --color-green-green-50: #278647;
109
- --color-green-green-60: #3ea35f;
110
- --color-green-green-70: #55be78;
111
- --color-green-green-80: #7acd95;
112
- --color-green-green-90: #9fdbb3;
113
- --color-green-green-95: #c4e9d0;
114
- --color-green-green-100: #ffffff;
115
- --color-forest-forest-0: #000000;
116
- --color-forest-forest-10: #030c09;
117
- --color-forest-forest-20: #0a241b;
118
- --color-forest-forest-30: #164c3b;
119
- --color-forest-forest-40: #1c5f48;
120
- --color-forest-forest-50: #278647;
121
- --color-forest-forest-60: #3ea35f;
122
- --color-forest-forest-70: #55be78;
123
- --color-forest-forest-80: #7acd95;
124
- --color-forest-forest-90: #9fdbb3;
125
- --color-forest-forest-95: #c4e9d0;
126
- --color-forest-forest-100: #ffffff;
127
- --color-pollen-pollen-0: #000000;
128
- --color-pollen-pollen-10: #9b8a08;
129
- --color-pollen-pollen-20: #b39f09;
130
- --color-pollen-pollen-30: #cbb50b;
131
- --color-pollen-pollen-40: #e4cb0c;
132
- --color-pollen-pollen-50: #f3d916;
133
- --color-pollen-pollen-60: #faeb42;
134
- --color-pollen-pollen-70: #fbf074;
135
- --color-pollen-pollen-80: #fff58c;
136
- --color-pollen-pollen-90: #fff7a3;
137
- --color-pollen-pollen-95: #fffbbd;
138
- --color-pollen-pollen-100: #ffffff;
139
- --color-rustwood-rustwood-0: #000000;
140
- --color-rustwood-rustwood-10: #1d0f07;
141
- --color-rustwood-rustwood-20: #472310;
142
- --color-rustwood-rustwood-30: #703819;
143
- --color-rustwood-rustwood-40: #9c4e23;
144
- --color-rustwood-rustwood-50: #b76538;
145
- --color-rustwood-rustwood-60: #cb8157;
146
- --color-rustwood-rustwood-70: #e09c76;
147
- --color-rustwood-rustwood-80: #e9ba9f;
148
- --color-rustwood-rustwood-90: #f6d7c6;
149
- --color-rustwood-rustwood-95: #fdf6f1;
150
- --color-rustwood-rustwood-100: #ffffff;
151
- --color-mint-mint-0: #000000;
152
- --color-mint-mint-10: #0a1208;
153
- --color-mint-mint-20: #1e3617;
154
- --color-mint-mint-30: #325926;
155
- --color-mint-mint-40: #41862d;
156
- --color-mint-mint-50: #54ac39;
157
- --color-mint-mint-60: #6ec653;
158
- --color-mint-mint-70: #89db70;
159
- --color-mint-mint-80: #a7ec93;
160
- --color-mint-mint-90: #c4ffb2;
161
- --color-mint-mint-95: #ebffe6;
162
- --color-mint-mint-100: #ffffff;
163
- --color-peach-red-0: #000000;
164
- --color-peach-red-10: #361207;
165
- --color-peach-red-20: #64210c;
166
- --color-peach-red-30: #913012;
167
- --color-peach-red-40: #bf3f18;
168
- --color-peach-red-50: #e45225;
169
- --color-peach-red-60: #e97450;
170
- --color-peach-red-70: #ef9a80;
171
- --color-peach-red-80: #f5bead;
172
- --color-peach-red-90: #fbe2db;
173
- --color-peach-red-95: #feedec;
174
- --color-peach-red-100: #ffffff;
175
- --color-opacity-neutral-white-10: rgba(255, 255, 255, 0.1);
176
- --color-opacity-neutral-white-20: rgba(255, 255, 255, 0.2);
177
- --color-opacity-neutral-white-30: rgba(255, 255, 255, 0.3);
178
- --color-opacity-neutral-white-40: rgba(255, 255, 255, 0.4);
179
- --color-opacity-neutral-white-50: rgba(255, 255, 255, 0.5);
180
- --color-opacity-neutral-white-80: rgba(255, 255, 255, 0.8);
181
- --color-opacity-neutral-black-10: rgba(0, 0, 0, 0.1);
182
- --color-opacity-neutral-black-20: rgba(0, 0, 0, 0.2);
183
- --color-opacity-neutral-black-30: rgba(0, 0, 0, 0.3);
184
- --color-opacity-neutral-black-40: rgba(0, 0, 0, 0.4);
185
- --color-opacity-neutral-black-50: rgba(0, 0, 0, 0.5);
186
- --color-opacity-neutral-black-80: rgba(0, 0, 0, 0.8);
187
- --color-opacity-primary-primary-08: rgba(0, 57, 70, 0.08);
188
- --color-opacity-primary-primary-20: rgba(0, 57, 70, 0.2);
189
- --color-opacity-secondary-secondary-08: rgba(240, 151, 25, 0.08);
190
- --color-opacity-secondary-secondary-20: rgba(240, 151, 25, 0.2);
191
- --typography-font-display: dm serif display;
192
- --typography-font-headline: dm serif display;
193
- --typography-font-title: dm sans;
194
- --typography-font-body: dm sans;
195
- --typography-font-label: dm mono;
196
- --typography-size-xs: 0.75rem;
197
- --typography-size-sm: 0.875rem;
198
- --typography-size-base: 1rem;
199
- --typography-size-lg: 1.25rem;
200
- --typography-size-xl: 1.5rem;
201
- --typography-size-2xl: 1.75rem;
202
- --typography-size-3xl: 2rem;
203
- --typography-size-4xl: 2.5rem;
204
- --typography-size-5xl: 3rem;
205
- --typography-size-6xl: 4rem;
206
- --typography-size-7xl: 4.5rem;
207
- --typography-size-8xl: 5rem;
208
- --typography-weight-400: regular;
209
- --typography-weight-500: medium;
210
- --typography-weight-600: semibold;
211
- --typography-weight-700: bold;
212
- --dimensions-spacing-0: 0;
213
- --dimensions-spacing-100: 0.25rem;
214
- --dimensions-spacing-150: 0.375rem;
215
- --dimensions-spacing-200: 0.5rem;
216
- --dimensions-spacing-300: 0.75rem;
217
- --dimensions-spacing-400: 1rem;
218
- --dimensions-spacing-500: 1.25rem;
219
- --dimensions-spacing-600: 1.5rem;
220
- --dimensions-spacing-800: 2rem;
221
- --dimensions-spacing-1000: 2.5rem;
222
- --dimensions-spacing-1200: 3rem;
223
- --dimensions-spacing-1600: 4rem;
224
- --dimensions-spacing-1800: 4.5rem;
225
- --dimensions-spacing-2000: 5rem;
226
- --dimensions-spacing--600: -1.5rem;
227
- --dimensions-spacing--400: -1rem;
228
- --dimensions-spacing--200: -0.5rem;
229
- --dimensions-spacing--100: -0.25rem;
230
- --dimensions-spacing-025: 0.0625rem;
231
- --dimensions-spacing-050: 0.125rem;
232
- --dimensions-border-width-thin: 0.0625rem;
233
- --dimensions-border-width-medium: 0.09375rem;
234
- --dimensions-border-width-thick: 0.125rem;
235
- --dimensions-border-width-heavier: 0.1875rem;
236
- --dimensions-border-width-bold: 0.25rem;
237
- --dimensions-border-radius-none: 0;
238
- --dimensions-border-radius-xs: 0.25rem;
239
- --dimensions-border-radius-sm: 0.5rem;
240
- --dimensions-border-radius-md: 0.75rem;
241
- --dimensions-border-radius-lg: 1rem;
242
- --dimensions-border-radius-lg-increased: 1.25rem;
243
- --dimensions-border-radius-xl: 1.5rem;
244
- --dimensions-border-radius-xl-increased: 2rem;
245
- --dimensions-border-radius-full: 62.4375rem;
246
- --iconography-xxs: 0.75rem;
247
- --iconography-xs: 1rem;
248
- --iconography-sm: 1.25rem;
249
- --iconography-md: 1.5rem;
250
- --iconography-lg: 2rem;
251
- --iconography-xl: 3rem;
252
- --state-layers-hover: 0.625rem;
253
- --state-layers-focused: 1rem;
254
- --state-layers-pressed: 1.25rem;
255
- --state-layers-disabled-container: 1.25rem;
256
- --state-layers-disabled-content: 1.25rem;
257
- --state-layers-scrim: 0.625rem;
3
+ --primary-0: #000000;
4
+ --primary-10: #003946;
5
+ --primary-20: #2c535f;
6
+ --primary-30: #306472;
7
+ --primary-40: #367a8a;
8
+ --primary-50: #3f94a4;
9
+ --primary-60: #5bb0bf;
10
+ --primary-70: #90cdd6;
11
+ --primary-80: #bde1e6;
12
+ --primary-90: #dcf0f2;
13
+ --primary-95: #f0f8f9;
14
+ --primary-100: #ffffff;
15
+ --secondary-0: #000000;
16
+ --secondary-10: #7e4611;
17
+ --secondary-20: #97580e;
18
+ --secondary-30: #b77109;
19
+ --secondary-40: #db9806;
20
+ --secondary-50: #febe10;
21
+ --secondary-60: #fecb31;
22
+ --secondary-70: #ffdb5c;
23
+ --secondary-80: #ffea96;
24
+ --secondary-90: #fff5c7;
25
+ --secondary-95: #fffbe5;
26
+ --secondary-100: #ffffff;
27
+ --blue-0: #000000;
28
+ --blue-10: #020412;
29
+ --blue-20: #162755;
30
+ --blue-30: #1c3e8c;
31
+ --blue-40: #1a56db;
32
+ --blue-50: #226cee;
33
+ --blue-60: #388af9;
34
+ --blue-70: #5eadfc;
35
+ --blue-80: #badcff;
36
+ --blue-90: #daecff;
37
+ --blue-95: #e3f1ff;
38
+ --blue-100: #ffffff;
39
+ --neutral-0: #000000;
40
+ --neutral-10: #1b1d22;
41
+ --neutral-20: #363b44;
42
+ --neutral-30: #3d444f;
43
+ --neutral-40: #474f5d;
44
+ --neutral-50: #565f6c;
45
+ --neutral-60: #6c798b;
46
+ --neutral-70: #8a96a6;
47
+ --neutral-80: #b3bbc6;
48
+ --neutral-90: #d7dbe0;
49
+ --neutral-92: #e6e8ea;
50
+ --neutral-94: #eceeef;
51
+ --neutral-98: #f3f4f6;
52
+ --neutral-96: #ebecf0;
53
+ --neutral-99: #f9fafb;
54
+ --neutral-100: #ffffff;
55
+ --neutral-variant-0: #000000;
56
+ --neutral-variant-10: #0e0f10;
57
+ --neutral-variant-20: #1c1e21;
58
+ --neutral-variant-30: #3b3e45;
59
+ --neutral-variant-40: #575c66;
60
+ --neutral-variant-50: #969ba5;
61
+ --neutral-variant-60: #aaaeb6;
62
+ --neutral-variant-70: #c0c3c9;
63
+ --neutral-variant-80: #d6d8dc;
64
+ --neutral-variant-90*: #e9eaec;
65
+ --neutral-variant-95: #f4f5f6;
66
+ --neutral-variant-100: #ffffff;
67
+ --orange-0: #000000;
68
+ --orange-10: #3a2304;
69
+ --orange-20: #694007;
70
+ --orange-30: #995e0a;
71
+ --orange-40: #d67d00;
72
+ --orange-50: #f09719;
73
+ --orange-60: #f3ac49;
74
+ --orange-70: #f6c279;
75
+ --orange-80: #f9d8a9;
76
+ --orange-90: #fdeed9;
77
+ --orange-95: #fff2e5;
78
+ --orange-100: #ffffff;
79
+ --yellow-0: #000000;
80
+ --yellow-10: #382c00;
81
+ --yellow-20: #6b5400;
82
+ --yellow-30: #a38000;
83
+ --yellow-40: #d6a800;
84
+ --yellow-50: #ffca0e;
85
+ --yellow-60: #ffd53d;
86
+ --yellow-70: #ffe070;
87
+ --yellow-80: #ffea9e;
88
+ --yellow-90: #fff5d1;
89
+ --yellow-95: #fff9e5;
90
+ --yellow-100: #ffffff;
91
+ --red-0: #000000;
92
+ --red-10: #2b0808;
93
+ --red-20: #570f0f;
94
+ --red-30: #821717;
95
+ --red-40: #ad1f1f;
96
+ --red-50: #d82727;
97
+ --red-60: #e05252;
98
+ --red-70: #e87e7e;
99
+ --red-80: #f0a8a8;
100
+ --red-90: #f7d4d4;
101
+ --red-95: #fbe9e9;
102
+ --red-100: #ffffff;
103
+ --green-0: #000000;
104
+ --green-10: #030c09;
105
+ --green-20: #0a241b;
106
+ --green-30: #164c3b;
107
+ --green-40: #1c5f48;
108
+ --green-50: #278647;
109
+ --green-60: #3ea35f;
110
+ --green-70: #55be78;
111
+ --green-80: #7acd95;
112
+ --green-90: #9fdbb3;
113
+ --green-95: #c4e9d0;
114
+ --green-100: #ffffff;
115
+ --forest-0: #000000;
116
+ --forest-10: #030c09;
117
+ --forest-20: #0a241b;
118
+ --forest-30: #164c3b;
119
+ --forest-40: #1c5f48;
120
+ --forest-50: #278647;
121
+ --forest-60: #3ea35f;
122
+ --forest-70: #55be78;
123
+ --forest-80: #7acd95;
124
+ --forest-90: #9fdbb3;
125
+ --forest-95: #c4e9d0;
126
+ --forest-100: #ffffff;
127
+ --pollen-0: #000000;
128
+ --pollen-10: #9b8a08;
129
+ --pollen-20: #b39f09;
130
+ --pollen-30: #cbb50b;
131
+ --pollen-40: #e4cb0c;
132
+ --pollen-50: #f3d916;
133
+ --pollen-60: #faeb42;
134
+ --pollen-70: #fbf074;
135
+ --pollen-80: #fff58c;
136
+ --pollen-90: #fff7a3;
137
+ --pollen-95: #fffbbd;
138
+ --pollen-100: #ffffff;
139
+ --rustwood-0: #000000;
140
+ --rustwood-10: #1d0f07;
141
+ --rustwood-20: #472310;
142
+ --rustwood-30: #703819;
143
+ --rustwood-40: #9c4e23;
144
+ --rustwood-50: #b76538;
145
+ --rustwood-60: #cb8157;
146
+ --rustwood-70: #e09c76;
147
+ --rustwood-80: #e9ba9f;
148
+ --rustwood-90: #f6d7c6;
149
+ --rustwood-95: #fdf6f1;
150
+ --rustwood-100: #ffffff;
151
+ --mint-0: #000000;
152
+ --mint-10: #0a1208;
153
+ --mint-20: #1e3617;
154
+ --mint-30: #325926;
155
+ --mint-40: #41862d;
156
+ --mint-50: #54ac39;
157
+ --mint-60: #6ec653;
158
+ --mint-70: #89db70;
159
+ --mint-80: #a7ec93;
160
+ --mint-90: #c4ffb2;
161
+ --mint-95: #ebffe6;
162
+ --mint-100: #ffffff;
163
+ --red-0: #000000;
164
+ --red-10: #361207;
165
+ --red-20: #64210c;
166
+ --red-30: #913012;
167
+ --red-40: #bf3f18;
168
+ --red-50: #e45225;
169
+ --red-60: #e97450;
170
+ --red-70: #ef9a80;
171
+ --red-80: #f5bead;
172
+ --red-90: #fbe2db;
173
+ --red-95: #feedec;
174
+ --red-100: #ffffff;
175
+ --white-10: rgba(255, 255, 255, 0.1);
176
+ --white-20: rgba(255, 255, 255, 0.2);
177
+ --white-30: rgba(255, 255, 255, 0.3);
178
+ --white-40: rgba(255, 255, 255, 0.4);
179
+ --white-50: rgba(255, 255, 255, 0.5);
180
+ --white-80: rgba(255, 255, 255, 0.8);
181
+ --black-10: rgba(0, 0, 0, 0.1);
182
+ --black-20: rgba(0, 0, 0, 0.2);
183
+ --black-30: rgba(0, 0, 0, 0.3);
184
+ --black-40: rgba(0, 0, 0, 0.4);
185
+ --black-50: rgba(0, 0, 0, 0.5);
186
+ --black-80: rgba(0, 0, 0, 0.8);
187
+ --primary-08: rgba(0, 57, 70, 0.08);
188
+ --primary-20: rgba(0, 57, 70, 0.2);
189
+ --secondary-08: rgba(240, 151, 25, 0.08);
190
+ --secondary-20: rgba(240, 151, 25, 0.2);
191
+ --display: dm serif display;
192
+ --headline: dm serif display;
193
+ --title: dm sans;
194
+ --body: dm sans;
195
+ --label: dm mono;
196
+ --xs: 0.75rem;
197
+ --sm: 0.875rem;
198
+ --base: 1rem;
199
+ --lg: 1.25rem;
200
+ --xl: 1.5rem;
201
+ --2xl: 1.75rem;
202
+ --3xl: 2rem;
203
+ --4xl: 2.5rem;
204
+ --5xl: 3rem;
205
+ --6xl: 4rem;
206
+ --7xl: 4.5rem;
207
+ --8xl: 5rem;
208
+ --400: regular;
209
+ --500: medium;
210
+ --600: semibold;
211
+ --700: bold;
212
+ --0: 0;
213
+ --100: 0.25rem;
214
+ --150: 0.375rem;
215
+ --200: 0.5rem;
216
+ --300: 0.75rem;
217
+ --400: 1rem;
218
+ --500: 1.25rem;
219
+ --600: 1.5rem;
220
+ --800: 2rem;
221
+ --1000: 2.5rem;
222
+ --1200: 3rem;
223
+ --1600: 4rem;
224
+ --1800: 4.5rem;
225
+ --2000: 5rem;
226
+ ---600: -1.5rem;
227
+ ---400: -1rem;
228
+ ---200: -0.5rem;
229
+ ---100: -0.25rem;
230
+ --025: 0.0625rem;
231
+ --050: 0.125rem;
232
+ --thin: 0.0625rem;
233
+ --medium: 0.09375rem;
234
+ --thick: 0.125rem;
235
+ --heavier: 0.1875rem;
236
+ --bold: 0.25rem;
237
+ --none: 0;
238
+ --xs: 0.25rem;
239
+ --sm: 0.5rem;
240
+ --md: 0.75rem;
241
+ --lg: 1rem;
242
+ --lg-increased: 1.25rem;
243
+ --xl: 1.5rem;
244
+ --xl-increased: 2rem;
245
+ --full: 62.4375rem;
246
+ --xxs: 0.75rem;
247
+ --xs: 1rem;
248
+ --sm: 1.25rem;
249
+ --md: 1.5rem;
250
+ --lg: 2rem;
251
+ --xl: 3rem;
252
+ --hover: 0.625rem;
253
+ --focused: 1rem;
254
+ --pressed: 1.25rem;
255
+ --disabled-container: 1.25rem;
256
+ --disabled-content: 1.25rem;
257
+ --scrim: 0.625rem;
258
258
  }