@fastwork/xosmoz-theme 0.0.3

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.
@@ -0,0 +1,290 @@
1
+ :root {
2
+ --xz-color-primary-50: #E5F0FF;
3
+ --xz-color-primary-100: #CCE0FF;
4
+ --xz-color-primary-200: #99C2FF;
5
+ --xz-color-primary-300: #66A3FF;
6
+ --xz-color-primary-400: #3385FF;
7
+ --xz-color-primary-500: #0569FF;
8
+ --xz-color-primary-600: #0052CC;
9
+ --xz-color-primary-700: #003D99;
10
+ --xz-color-primary-800: #002966;
11
+ --xz-color-primary-900: #001433;
12
+ --xz-color-neutral-50: #FFFFFF;
13
+ --xz-color-neutral-100: #FBFBFC;
14
+ --xz-color-neutral-200: #F6F7F8;
15
+ --xz-color-neutral-300: #E8EAEE;
16
+ --xz-color-neutral-400: #D6DAE1;
17
+ --xz-color-neutral-500: #9BA6B5;
18
+ --xz-color-neutral-600: #8793A6;
19
+ --xz-color-neutral-700: #728197;
20
+ --xz-color-neutral-800: #485261;
21
+ --xz-color-neutral-900: #38404C;
22
+ --xz-color-neutral-1000: #2B313B;
23
+ --xz-color-neutral-1100: #000000;
24
+ --xz-color-green-50: #EBFFF3;
25
+ --xz-color-green-100: #D7F1E2;
26
+ --xz-color-green-200: #AFE3C5;
27
+ --xz-color-green-300: #87D5A7;
28
+ --xz-color-green-400: #5FC78A;
29
+ --xz-color-green-500: #37B96D;
30
+ --xz-color-green-600: #2C9457;
31
+ --xz-color-green-700: #216F41;
32
+ --xz-color-green-800: #164A2C;
33
+ --xz-color-green-900: #0B2516;
34
+ --xz-color-yellow-50: #FFF8E5;
35
+ --xz-color-yellow-100: #FFF4CC;
36
+ --xz-color-yellow-200: #FFE999;
37
+ --xz-color-yellow-300: #FFDE66;
38
+ --xz-color-yellow-400: #FFD333;
39
+ --xz-color-yellow-500: #FFC800;
40
+ --xz-color-yellow-600: #CCA000;
41
+ --xz-color-yellow-700: #997800;
42
+ --xz-color-yellow-800: #665000;
43
+ --xz-color-yellow-900: #332800;
44
+ --xz-color-red-50: #FCE3E3;
45
+ --xz-color-red-100: #FAD8D7;
46
+ --xz-color-red-200: #F5B0AF;
47
+ --xz-color-red-300: #F08987;
48
+ --xz-color-red-400: #EC615F;
49
+ --xz-color-red-500: #E73A37;
50
+ --xz-color-red-600: #B92E2C;
51
+ --xz-color-red-700: #8A2321;
52
+ --xz-color-red-800: #5C1716;
53
+ --xz-color-red-900: #411110;
54
+ --xz-color-orange-50: #FEF0E6;
55
+ --xz-color-orange-100: #FEE1CD;
56
+ --xz-color-orange-200: #FCC49C;
57
+ --xz-color-orange-300: #FBA66A;
58
+ --xz-color-orange-400: #FA8938;
59
+ --xz-color-orange-500: #F97416;
60
+ --xz-color-orange-600: #C75605;
61
+ --xz-color-orange-700: #954004;
62
+ --xz-color-orange-800: #632B03;
63
+ --xz-color-orange-900: #321501;
64
+ --xz-color-purple-50: #F0F2FD;
65
+ --xz-color-purple-100: #E9E8FA;
66
+ --xz-color-purple-200: #D2D1F6;
67
+ --xz-color-purple-300: #BCBBF1;
68
+ --xz-color-purple-400: #A5A4ED;
69
+ --xz-color-purple-500: #8F8DE8;
70
+ --xz-color-purple-600: #7271BA;
71
+ --xz-color-purple-700: #56558B;
72
+ --xz-color-purple-800: #39385D;
73
+ --xz-color-purple-900: #1D1C2E;
74
+ --xz-color-cyan-50: #E5F5FC;
75
+ --xz-color-cyan-100: #D7EFF8;
76
+ --xz-color-cyan-200: #AFDEF1;
77
+ --xz-color-cyan-300: #88CEEA;
78
+ --xz-color-cyan-400: #60BDE3;
79
+ --xz-color-cyan-500: #38ADDC;
80
+ --xz-color-cyan-600: #2D8AB0;
81
+ --xz-color-cyan-700: #226884;
82
+ --xz-color-cyan-800: #164558;
83
+ --xz-color-cyan-900: #0B232C;
84
+ --xz-color-black-alpha-50: rgb(0 0 0 / 0.05);
85
+ --xz-color-black-alpha-100: rgb(0 0 0 / 0.1);
86
+ --xz-color-black-alpha-200: rgb(0 0 0 / 0.2);
87
+ --xz-color-black-alpha-300: rgb(0 0 0 / 0.3);
88
+ --xz-color-black-alpha-400: rgb(0 0 0 / 0.4);
89
+ --xz-color-black-alpha-500: rgb(0 0 0 / 0.5);
90
+ --xz-color-black-alpha-600: rgb(0 0 0 / 0.6);
91
+ --xz-color-black-alpha-700: rgb(0 0 0 / 0.7);
92
+ --xz-color-black-alpha-800: rgb(0 0 0 / 0.8);
93
+ --xz-color-black-alpha-900: rgb(0 0 0 / 0.9);
94
+ --xz-color-white-alpha-50: rgb(255 255 255 / 0.05);
95
+ --xz-color-white-alpha-100: rgb(255 255 255 / 0.1);
96
+ --xz-color-white-alpha-200: rgb(255 255 255 / 0.2);
97
+ --xz-color-white-alpha-300: rgb(255 255 255 / 0.3);
98
+ --xz-color-white-alpha-400: rgb(255 255 255 / 0.4);
99
+ --xz-color-white-alpha-500: rgb(255 255 255 / 0.5);
100
+ --xz-color-white-alpha-600: rgb(255 255 255 / 0.6);
101
+ --xz-color-white-alpha-700: rgb(255 255 255 / 0.7);
102
+ --xz-color-white-alpha-800: rgb(255 255 255 / 0.8);
103
+ --xz-color-white-alpha-900: rgb(255 255 255 / 0.9);
104
+
105
+ --xz-font-size-50: 0.5rem;
106
+ --xz-font-size-100: 0.625rem;
107
+ --xz-font-size-200: 0.75rem;
108
+ --xz-font-size-300: 0.875rem;
109
+ --xz-font-size-400: 1rem;
110
+ --xz-font-size-500: 1.125rem;
111
+ --xz-font-size-600: 1.25rem;
112
+ --xz-font-size-700: 1.5rem;
113
+ --xz-font-size-800: 1.625rem;
114
+ --xz-font-size-900: 2rem;
115
+ --xz-font-size-1000: 2.375rem;
116
+ --xz-font-size-1100: 2.5rem;
117
+ --xz-font-size-1200: 2.6875rem;
118
+ --xz-font-size-1300: 3rem;
119
+ --xz-font-size-1400: 3.5rem;
120
+ --xz-font-size-1500: 4rem;
121
+ --xz-font-size-1600: 4.5rem;
122
+
123
+ --xz-font-weight-100: 100;
124
+ --xz-font-weight-200: 200;
125
+ --xz-font-weight-300: 300;
126
+ --xz-font-weight-400: 400;
127
+ --xz-font-weight-500: 500;
128
+ --xz-font-weight-600: 600;
129
+ --xz-font-weight-700: 700;
130
+ --xz-font-weight-800: 800;
131
+ --xz-font-weight-900: 900;
132
+
133
+ --xz-font-family-primary: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
134
+ --xz-font-family-secondary: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
135
+
136
+ --xz-line-height-100pct: 1;
137
+ --xz-line-height-125pct: 1.25;
138
+ --xz-line-height-135pct: 1.35;
139
+ --xz-line-height-150pct: 1.5;
140
+ --xz-line-height-165pct: 1.65;
141
+ --xz-line-height-200pct: 2;
142
+
143
+ --xz-heading-h1-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
144
+ --xz-heading-h1-font-size: 4.5rem;
145
+ --xz-heading-h1-font-weight: 700;
146
+ --xz-heading-h2-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
147
+ --xz-heading-h2-font-size: 4rem;
148
+ --xz-heading-h2-font-weight: 700;
149
+ --xz-heading-h3-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
150
+ --xz-heading-h3-font-size: 3.5rem;
151
+ --xz-heading-h3-font-weight: 700;
152
+ --xz-heading-h4-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
153
+ --xz-heading-h4-font-size: 3rem;
154
+ --xz-heading-h4-font-weight: 700;
155
+ --xz-heading-h5-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
156
+ --xz-heading-h5-font-size: 2.5rem;
157
+ --xz-heading-h5-font-weight: 700;
158
+ --xz-heading-h6-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
159
+ --xz-heading-h6-font-size: 2rem;
160
+ --xz-heading-h6-font-weight: 700;
161
+
162
+ --xz-title-title1-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
163
+ --xz-title-title1-font-size: 1.5rem;
164
+ --xz-title-title1-font-weight: 700;
165
+ --xz-title-title2-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
166
+ --xz-title-title2-font-size: 1.25rem;
167
+ --xz-title-title2-font-weight: 700;
168
+ --xz-title-title3-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
169
+ --xz-title-title3-font-size: 1.125rem;
170
+ --xz-title-title3-font-weight: 700;
171
+ --xz-title-title4-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
172
+ --xz-title-title4-font-size: 1rem;
173
+ --xz-title-title4-font-weight: 700;
174
+
175
+ --xz-subtitle-subtitle1Bold-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
176
+ --xz-subtitle-subtitle1Bold-font-size: 1rem;
177
+ --xz-subtitle-subtitle1Bold-font-weight: 700;
178
+ --xz-subtitle-subtitle1Regular-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
179
+ --xz-subtitle-subtitle1Regular-font-size: 1rem;
180
+ --xz-subtitle-subtitle1Regular-font-weight: 400;
181
+ --xz-subtitle-subtitle2Bold-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
182
+ --xz-subtitle-subtitle2Bold-font-size: 0.875rem;
183
+ --xz-subtitle-subtitle2Bold-font-weight: 700;
184
+ --xz-subtitle-subtitle2Regular-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
185
+ --xz-subtitle-subtitle2Regular-font-size: 0.875rem;
186
+ --xz-subtitle-subtitle2Regular-font-weight: 400;
187
+ --xz-subtitle-subtitle3Bold-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
188
+ --xz-subtitle-subtitle3Bold-font-size: 0.75rem;
189
+ --xz-subtitle-subtitle3Bold-font-weight: 700;
190
+ --xz-subtitle-subtitle3Regular-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
191
+ --xz-subtitle-subtitle3Regular-font-size: 0.75rem;
192
+ --xz-subtitle-subtitle3Regular-font-weight: 400;
193
+
194
+ --xz-body-body1-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
195
+ --xz-body-body1-font-size: 1rem;
196
+ --xz-body-body1-font-weight: 400;
197
+ --xz-body-body2-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
198
+ --xz-body-body2-font-size: 0.875rem;
199
+ --xz-body-body2-font-weight: 400;
200
+ --xz-body-body3-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
201
+ --xz-body-body3-font-size: 0.75rem;
202
+ --xz-body-body3-font-weight: 400;
203
+ --xz-body-body4-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
204
+ --xz-body-body4-font-size: 0.625rem;
205
+ --xz-body-body4-font-weight: 400;
206
+
207
+ --xz-spacing-0: 0;
208
+ --xz-spacing-1: 0.25rem;
209
+ --xz-spacing-2: 0.5rem;
210
+ --xz-spacing-3: 0.75rem;
211
+ --xz-spacing-4: 1rem;
212
+ --xz-spacing-5: 1.25rem;
213
+ --xz-spacing-6: 1.5rem;
214
+ --xz-spacing-7: 1.75rem;
215
+ --xz-spacing-8: 2rem;
216
+ --xz-spacing-9: 2.25rem;
217
+ --xz-spacing-10: 2.5rem;
218
+ --xz-spacing-11: 2.75rem;
219
+ --xz-spacing-12: 3rem;
220
+ --xz-spacing-14: 3.5rem;
221
+ --xz-spacing-16: 4rem;
222
+ --xz-spacing-20: 5rem;
223
+ --xz-spacing-24: 6rem;
224
+ --xz-spacing-28: 7rem;
225
+ --xz-spacing-32: 8rem;
226
+ --xz-spacing-36: 9rem;
227
+ --xz-spacing-40: 10rem;
228
+ --xz-spacing-44: 11rem;
229
+ --xz-spacing-48: 12rem;
230
+ --xz-spacing-52: 13rem;
231
+ --xz-spacing-56: 14rem;
232
+ --xz-spacing-60: 15rem;
233
+ --xz-spacing-64: 16rem;
234
+ --xz-spacing-72: 18rem;
235
+ --xz-spacing-80: 20rem;
236
+ --xz-spacing-96: 24rem;
237
+ --xz-spacing-px: 1px;
238
+ --xz-spacing-0_5: 0.125rem;
239
+ --xz-spacing-1_5: 0.375rem;
240
+ --xz-spacing-2_5: 0.625rem;
241
+ --xz-spacing-3_5: 0.875rem;
242
+
243
+ --xz-radius-none: 0;
244
+ --xz-radius-sm: 0.125rem;
245
+ --xz-radius-base: 0.25rem;
246
+ --xz-radius-md: 0.375rem;
247
+ --xz-radius-lg: 0.5rem;
248
+ --xz-radius-xl: 0.75rem;
249
+ --xz-radius-2xl: 1rem;
250
+ --xz-radius-3xl: 1.5rem;
251
+ --xz-radius-full: 9999px;
252
+
253
+ --xz-shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
254
+ --xz-shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
255
+ --xz-shadow-base: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
256
+ --xz-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
257
+ --xz-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
258
+ --xz-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
259
+ --xz-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
260
+ --xz-shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
261
+ --xz-shadow-none: 0 0 #0000;
262
+ }
263
+
264
+ @media (max-width: 768px) {
265
+ :root {
266
+ --xz-heading-h1-font-size: 3rem;
267
+ --xz-heading-h2-font-size: 2.6875rem;
268
+ --xz-heading-h3-font-size: 2.375rem;
269
+ --xz-heading-h4-font-size: 2rem;
270
+ --xz-heading-h5-font-size: 1.625rem;
271
+ --xz-heading-h6-font-size: 1.5rem;
272
+
273
+ --xz-title-title1-font-size: 1.25rem;
274
+ --xz-title-title2-font-size: 1.125rem;
275
+ --xz-title-title3-font-size: 1rem;
276
+ --xz-title-title4-font-size: 0.875rem;
277
+
278
+ --xz-subtitle-subtitle1Bold-font-size: 0.875rem;
279
+ --xz-subtitle-subtitle1Regular-font-size: 0.875rem;
280
+ --xz-subtitle-subtitle2Bold-font-size: 0.75rem;
281
+ --xz-subtitle-subtitle2Regular-font-size: 0.75rem;
282
+ --xz-subtitle-subtitle3Bold-font-size: 0.625rem;
283
+ --xz-subtitle-subtitle3Regular-font-size: 0.625rem;
284
+
285
+ --xz-body-body1-font-size: 0.875rem;
286
+ --xz-body-body2-font-size: 0.75rem;
287
+ --xz-body-body3-font-size: 0.625rem;
288
+ --xz-body-body4-font-size: 0.5rem;
289
+ }
290
+ }
@@ -0,0 +1,377 @@
1
+ /**
2
+ * Xosmoz Design System - Complete CSS Bundle
3
+ * Generated from design tokens
4
+ *
5
+ * This file includes:
6
+ * - All design token CSS variables
7
+ * - Semantic color variables (light/dark mode)
8
+ * - Base styles and resets
9
+ */
10
+
11
+ :root {
12
+ --xz-color-primary-50: #E5F0FF;
13
+ --xz-color-primary-100: #CCE0FF;
14
+ --xz-color-primary-200: #99C2FF;
15
+ --xz-color-primary-300: #66A3FF;
16
+ --xz-color-primary-400: #3385FF;
17
+ --xz-color-primary-500: #0569FF;
18
+ --xz-color-primary-600: #0052CC;
19
+ --xz-color-primary-700: #003D99;
20
+ --xz-color-primary-800: #002966;
21
+ --xz-color-primary-900: #001433;
22
+ --xz-color-neutral-50: #FFFFFF;
23
+ --xz-color-neutral-100: #FBFBFC;
24
+ --xz-color-neutral-200: #F6F7F8;
25
+ --xz-color-neutral-300: #E8EAEE;
26
+ --xz-color-neutral-400: #D6DAE1;
27
+ --xz-color-neutral-500: #9BA6B5;
28
+ --xz-color-neutral-600: #8793A6;
29
+ --xz-color-neutral-700: #728197;
30
+ --xz-color-neutral-800: #485261;
31
+ --xz-color-neutral-900: #38404C;
32
+ --xz-color-neutral-1000: #2B313B;
33
+ --xz-color-neutral-1100: #000000;
34
+ --xz-color-green-50: #EBFFF3;
35
+ --xz-color-green-100: #D7F1E2;
36
+ --xz-color-green-200: #AFE3C5;
37
+ --xz-color-green-300: #87D5A7;
38
+ --xz-color-green-400: #5FC78A;
39
+ --xz-color-green-500: #37B96D;
40
+ --xz-color-green-600: #2C9457;
41
+ --xz-color-green-700: #216F41;
42
+ --xz-color-green-800: #164A2C;
43
+ --xz-color-green-900: #0B2516;
44
+ --xz-color-yellow-50: #FFF8E5;
45
+ --xz-color-yellow-100: #FFF4CC;
46
+ --xz-color-yellow-200: #FFE999;
47
+ --xz-color-yellow-300: #FFDE66;
48
+ --xz-color-yellow-400: #FFD333;
49
+ --xz-color-yellow-500: #FFC800;
50
+ --xz-color-yellow-600: #CCA000;
51
+ --xz-color-yellow-700: #997800;
52
+ --xz-color-yellow-800: #665000;
53
+ --xz-color-yellow-900: #332800;
54
+ --xz-color-red-50: #FCE3E3;
55
+ --xz-color-red-100: #FAD8D7;
56
+ --xz-color-red-200: #F5B0AF;
57
+ --xz-color-red-300: #F08987;
58
+ --xz-color-red-400: #EC615F;
59
+ --xz-color-red-500: #E73A37;
60
+ --xz-color-red-600: #B92E2C;
61
+ --xz-color-red-700: #8A2321;
62
+ --xz-color-red-800: #5C1716;
63
+ --xz-color-red-900: #411110;
64
+ --xz-color-orange-50: #FEF0E6;
65
+ --xz-color-orange-100: #FEE1CD;
66
+ --xz-color-orange-200: #FCC49C;
67
+ --xz-color-orange-300: #FBA66A;
68
+ --xz-color-orange-400: #FA8938;
69
+ --xz-color-orange-500: #F97416;
70
+ --xz-color-orange-600: #C75605;
71
+ --xz-color-orange-700: #954004;
72
+ --xz-color-orange-800: #632B03;
73
+ --xz-color-orange-900: #321501;
74
+ --xz-color-purple-50: #F0F2FD;
75
+ --xz-color-purple-100: #E9E8FA;
76
+ --xz-color-purple-200: #D2D1F6;
77
+ --xz-color-purple-300: #BCBBF1;
78
+ --xz-color-purple-400: #A5A4ED;
79
+ --xz-color-purple-500: #8F8DE8;
80
+ --xz-color-purple-600: #7271BA;
81
+ --xz-color-purple-700: #56558B;
82
+ --xz-color-purple-800: #39385D;
83
+ --xz-color-purple-900: #1D1C2E;
84
+ --xz-color-cyan-50: #E5F5FC;
85
+ --xz-color-cyan-100: #D7EFF8;
86
+ --xz-color-cyan-200: #AFDEF1;
87
+ --xz-color-cyan-300: #88CEEA;
88
+ --xz-color-cyan-400: #60BDE3;
89
+ --xz-color-cyan-500: #38ADDC;
90
+ --xz-color-cyan-600: #2D8AB0;
91
+ --xz-color-cyan-700: #226884;
92
+ --xz-color-cyan-800: #164558;
93
+ --xz-color-cyan-900: #0B232C;
94
+ --xz-color-black-alpha-50: rgb(0 0 0 / 0.05);
95
+ --xz-color-black-alpha-100: rgb(0 0 0 / 0.1);
96
+ --xz-color-black-alpha-200: rgb(0 0 0 / 0.2);
97
+ --xz-color-black-alpha-300: rgb(0 0 0 / 0.3);
98
+ --xz-color-black-alpha-400: rgb(0 0 0 / 0.4);
99
+ --xz-color-black-alpha-500: rgb(0 0 0 / 0.5);
100
+ --xz-color-black-alpha-600: rgb(0 0 0 / 0.6);
101
+ --xz-color-black-alpha-700: rgb(0 0 0 / 0.7);
102
+ --xz-color-black-alpha-800: rgb(0 0 0 / 0.8);
103
+ --xz-color-black-alpha-900: rgb(0 0 0 / 0.9);
104
+ --xz-color-white-alpha-50: rgb(255 255 255 / 0.05);
105
+ --xz-color-white-alpha-100: rgb(255 255 255 / 0.1);
106
+ --xz-color-white-alpha-200: rgb(255 255 255 / 0.2);
107
+ --xz-color-white-alpha-300: rgb(255 255 255 / 0.3);
108
+ --xz-color-white-alpha-400: rgb(255 255 255 / 0.4);
109
+ --xz-color-white-alpha-500: rgb(255 255 255 / 0.5);
110
+ --xz-color-white-alpha-600: rgb(255 255 255 / 0.6);
111
+ --xz-color-white-alpha-700: rgb(255 255 255 / 0.7);
112
+ --xz-color-white-alpha-800: rgb(255 255 255 / 0.8);
113
+ --xz-color-white-alpha-900: rgb(255 255 255 / 0.9);
114
+
115
+ --xz-font-size-50: 0.5rem;
116
+ --xz-font-size-100: 0.625rem;
117
+ --xz-font-size-200: 0.75rem;
118
+ --xz-font-size-300: 0.875rem;
119
+ --xz-font-size-400: 1rem;
120
+ --xz-font-size-500: 1.125rem;
121
+ --xz-font-size-600: 1.25rem;
122
+ --xz-font-size-700: 1.5rem;
123
+ --xz-font-size-800: 1.625rem;
124
+ --xz-font-size-900: 2rem;
125
+ --xz-font-size-1000: 2.375rem;
126
+ --xz-font-size-1100: 2.5rem;
127
+ --xz-font-size-1200: 2.6875rem;
128
+ --xz-font-size-1300: 3rem;
129
+ --xz-font-size-1400: 3.5rem;
130
+ --xz-font-size-1500: 4rem;
131
+ --xz-font-size-1600: 4.5rem;
132
+
133
+ --xz-font-weight-100: 100;
134
+ --xz-font-weight-200: 200;
135
+ --xz-font-weight-300: 300;
136
+ --xz-font-weight-400: 400;
137
+ --xz-font-weight-500: 500;
138
+ --xz-font-weight-600: 600;
139
+ --xz-font-weight-700: 700;
140
+ --xz-font-weight-800: 800;
141
+ --xz-font-weight-900: 900;
142
+
143
+ --xz-font-family-primary: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
144
+ --xz-font-family-secondary: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
145
+
146
+ --xz-line-height-100pct: 1;
147
+ --xz-line-height-125pct: 1.25;
148
+ --xz-line-height-135pct: 1.35;
149
+ --xz-line-height-150pct: 1.5;
150
+ --xz-line-height-165pct: 1.65;
151
+ --xz-line-height-200pct: 2;
152
+
153
+ --xz-heading-h1-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
154
+ --xz-heading-h1-font-size: 4.5rem;
155
+ --xz-heading-h1-font-weight: 700;
156
+ --xz-heading-h2-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
157
+ --xz-heading-h2-font-size: 4rem;
158
+ --xz-heading-h2-font-weight: 700;
159
+ --xz-heading-h3-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
160
+ --xz-heading-h3-font-size: 3.5rem;
161
+ --xz-heading-h3-font-weight: 700;
162
+ --xz-heading-h4-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
163
+ --xz-heading-h4-font-size: 3rem;
164
+ --xz-heading-h4-font-weight: 700;
165
+ --xz-heading-h5-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
166
+ --xz-heading-h5-font-size: 2.5rem;
167
+ --xz-heading-h5-font-weight: 700;
168
+ --xz-heading-h6-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
169
+ --xz-heading-h6-font-size: 2rem;
170
+ --xz-heading-h6-font-weight: 700;
171
+
172
+ --xz-title-title1-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
173
+ --xz-title-title1-font-size: 1.5rem;
174
+ --xz-title-title1-font-weight: 700;
175
+ --xz-title-title2-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
176
+ --xz-title-title2-font-size: 1.25rem;
177
+ --xz-title-title2-font-weight: 700;
178
+ --xz-title-title3-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
179
+ --xz-title-title3-font-size: 1.125rem;
180
+ --xz-title-title3-font-weight: 700;
181
+ --xz-title-title4-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
182
+ --xz-title-title4-font-size: 1rem;
183
+ --xz-title-title4-font-weight: 700;
184
+
185
+ --xz-subtitle-subtitle1Bold-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
186
+ --xz-subtitle-subtitle1Bold-font-size: 1rem;
187
+ --xz-subtitle-subtitle1Bold-font-weight: 700;
188
+ --xz-subtitle-subtitle1Regular-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
189
+ --xz-subtitle-subtitle1Regular-font-size: 1rem;
190
+ --xz-subtitle-subtitle1Regular-font-weight: 400;
191
+ --xz-subtitle-subtitle2Bold-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
192
+ --xz-subtitle-subtitle2Bold-font-size: 0.875rem;
193
+ --xz-subtitle-subtitle2Bold-font-weight: 700;
194
+ --xz-subtitle-subtitle2Regular-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
195
+ --xz-subtitle-subtitle2Regular-font-size: 0.875rem;
196
+ --xz-subtitle-subtitle2Regular-font-weight: 400;
197
+ --xz-subtitle-subtitle3Bold-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
198
+ --xz-subtitle-subtitle3Bold-font-size: 0.75rem;
199
+ --xz-subtitle-subtitle3Bold-font-weight: 700;
200
+ --xz-subtitle-subtitle3Regular-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
201
+ --xz-subtitle-subtitle3Regular-font-size: 0.75rem;
202
+ --xz-subtitle-subtitle3Regular-font-weight: 400;
203
+
204
+ --xz-body-body1-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
205
+ --xz-body-body1-font-size: 1rem;
206
+ --xz-body-body1-font-weight: 400;
207
+ --xz-body-body2-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
208
+ --xz-body-body2-font-size: 0.875rem;
209
+ --xz-body-body2-font-weight: 400;
210
+ --xz-body-body3-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
211
+ --xz-body-body3-font-size: 0.75rem;
212
+ --xz-body-body3-font-weight: 400;
213
+ --xz-body-body4-font-family: "Fastwork", "Noto Sans Thai", "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
214
+ --xz-body-body4-font-size: 0.625rem;
215
+ --xz-body-body4-font-weight: 400;
216
+
217
+ --xz-spacing-0: 0;
218
+ --xz-spacing-1: 0.25rem;
219
+ --xz-spacing-2: 0.5rem;
220
+ --xz-spacing-3: 0.75rem;
221
+ --xz-spacing-4: 1rem;
222
+ --xz-spacing-5: 1.25rem;
223
+ --xz-spacing-6: 1.5rem;
224
+ --xz-spacing-7: 1.75rem;
225
+ --xz-spacing-8: 2rem;
226
+ --xz-spacing-9: 2.25rem;
227
+ --xz-spacing-10: 2.5rem;
228
+ --xz-spacing-11: 2.75rem;
229
+ --xz-spacing-12: 3rem;
230
+ --xz-spacing-14: 3.5rem;
231
+ --xz-spacing-16: 4rem;
232
+ --xz-spacing-20: 5rem;
233
+ --xz-spacing-24: 6rem;
234
+ --xz-spacing-28: 7rem;
235
+ --xz-spacing-32: 8rem;
236
+ --xz-spacing-36: 9rem;
237
+ --xz-spacing-40: 10rem;
238
+ --xz-spacing-44: 11rem;
239
+ --xz-spacing-48: 12rem;
240
+ --xz-spacing-52: 13rem;
241
+ --xz-spacing-56: 14rem;
242
+ --xz-spacing-60: 15rem;
243
+ --xz-spacing-64: 16rem;
244
+ --xz-spacing-72: 18rem;
245
+ --xz-spacing-80: 20rem;
246
+ --xz-spacing-96: 24rem;
247
+ --xz-spacing-px: 1px;
248
+ --xz-spacing-0_5: 0.125rem;
249
+ --xz-spacing-1_5: 0.375rem;
250
+ --xz-spacing-2_5: 0.625rem;
251
+ --xz-spacing-3_5: 0.875rem;
252
+
253
+ --xz-radius-none: 0;
254
+ --xz-radius-sm: 0.125rem;
255
+ --xz-radius-base: 0.25rem;
256
+ --xz-radius-md: 0.375rem;
257
+ --xz-radius-lg: 0.5rem;
258
+ --xz-radius-xl: 0.75rem;
259
+ --xz-radius-2xl: 1rem;
260
+ --xz-radius-3xl: 1.5rem;
261
+ --xz-radius-full: 9999px;
262
+
263
+ --xz-shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
264
+ --xz-shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
265
+ --xz-shadow-base: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
266
+ --xz-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
267
+ --xz-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
268
+ --xz-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
269
+ --xz-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
270
+ --xz-shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
271
+ --xz-shadow-none: 0 0 #0000;
272
+ }
273
+
274
+ @media (max-width: 768px) {
275
+ :root {
276
+ --xz-heading-h1-font-size: 3rem;
277
+ --xz-heading-h2-font-size: 2.6875rem;
278
+ --xz-heading-h3-font-size: 2.375rem;
279
+ --xz-heading-h4-font-size: 2rem;
280
+ --xz-heading-h5-font-size: 1.625rem;
281
+ --xz-heading-h6-font-size: 1.5rem;
282
+
283
+ --xz-title-title1-font-size: 1.25rem;
284
+ --xz-title-title2-font-size: 1.125rem;
285
+ --xz-title-title3-font-size: 1rem;
286
+ --xz-title-title4-font-size: 0.875rem;
287
+
288
+ --xz-subtitle-subtitle1Bold-font-size: 0.875rem;
289
+ --xz-subtitle-subtitle1Regular-font-size: 0.875rem;
290
+ --xz-subtitle-subtitle2Bold-font-size: 0.75rem;
291
+ --xz-subtitle-subtitle2Regular-font-size: 0.75rem;
292
+ --xz-subtitle-subtitle3Bold-font-size: 0.625rem;
293
+ --xz-subtitle-subtitle3Regular-font-size: 0.625rem;
294
+
295
+ --xz-body-body1-font-size: 0.875rem;
296
+ --xz-body-body2-font-size: 0.75rem;
297
+ --xz-body-body3-font-size: 0.625rem;
298
+ --xz-body-body4-font-size: 0.5rem;
299
+ }
300
+ }
301
+
302
+ :root {
303
+ /* Semantic colors - Light mode */
304
+ --xz-background: var(--xz-color-neutral-50);
305
+ --xz-foreground: var(--xz-color-neutral-900);
306
+ --xz-muted: var(--xz-color-neutral-100);
307
+ --xz-muted-foreground: var(--xz-color-neutral-600);
308
+ --xz-border: var(--xz-color-neutral-200);
309
+ --xz-input: var(--xz-color-neutral-200);
310
+ --xz-ring: var(--xz-color-primary-500);
311
+
312
+ /* Component colors */
313
+ --xz-card: var(--xz-color-neutral-50);
314
+ --xz-card-foreground: var(--xz-color-neutral-900);
315
+ --xz-popover: var(--xz-color-neutral-50);
316
+ --xz-popover-foreground: var(--xz-color-neutral-900);
317
+
318
+ /* Button colors */
319
+ --xz-primary: var(--xz-color-primary-500);
320
+ --xz-primary-foreground: var(--xz-color-neutral-50);
321
+ --xz-secondary: var(--xz-color-secondary-500);
322
+ --xz-secondary-foreground: var(--xz-color-neutral-50);
323
+ --xz-accent: var(--xz-color-accent-500);
324
+ --xz-accent-foreground: var(--xz-color-neutral-50);
325
+
326
+ /* Status colors */
327
+ --xz-success: var(--xz-color-success-500);
328
+ --xz-success-foreground: var(--xz-color-neutral-50);
329
+ --xz-warning: var(--xz-color-warning-500);
330
+ --xz-warning-foreground: var(--xz-color-neutral-50);
331
+ --xz-error: var(--xz-color-error-500);
332
+ --xz-error-foreground: var(--xz-color-neutral-50);
333
+ --xz-info: var(--xz-color-info-500);
334
+ --xz-info-foreground: var(--xz-color-neutral-50);
335
+ }
336
+
337
+ [data-theme="dark"] {
338
+ /* Semantic colors - Dark mode */
339
+ --xz-background: var(--xz-color-neutral-900);
340
+ --xz-foreground: var(--xz-color-neutral-50);
341
+ --xz-muted: var(--xz-color-neutral-900);
342
+ --xz-muted-foreground: var(--xz-color-neutral-400);
343
+ --xz-border: var(--xz-color-neutral-800);
344
+ --xz-input: var(--xz-color-neutral-800);
345
+ --xz-ring: var(--xz-color-primary-400);
346
+
347
+ /* Component colors */
348
+ --xz-card: var(--xz-color-neutral-900);
349
+ --xz-card-foreground: var(--xz-color-neutral-50);
350
+ --xz-popover: var(--xz-color-neutral-900);
351
+ --xz-popover-foreground: var(--xz-color-neutral-50);
352
+ }
353
+
354
+ /* Xosmoz Base Styles */
355
+
356
+ *,
357
+ *::before,
358
+ *::after {
359
+ box-sizing: border-box;
360
+ margin: 0;
361
+ padding: 0;
362
+ }
363
+
364
+ html {
365
+ -webkit-font-smoothing: antialiased;
366
+ -moz-osx-font-smoothing: grayscale;
367
+ text-rendering: optimizeLegibility;
368
+ }
369
+
370
+ body {
371
+ font-family: var(--xz-font-family-sans);
372
+ font-size: var(--xz-font-size-base);
373
+ line-height: var(--xz-line-height-normal);
374
+ color: var(--xz-foreground);
375
+ background-color: var(--xz-background);
376
+ }
377
+