@offlinemediainc/offline-ui 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/styles.css +424 -310
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1,313 +1,427 @@
|
|
|
1
1
|
/* @offlinemediainc/offline-ui Theme CSS */
|
|
2
|
+
/* Compatible with Tailwind v4 + Turbopack + Next.js 16 */
|
|
2
3
|
|
|
3
|
-
/*
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
.
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
.
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
4
|
+
/*
|
|
5
|
+
* IMPORTANT: This file intentionally does NOT use @layer directives.
|
|
6
|
+
* Using @layer causes PostCSS conflicts when consumers import this file
|
|
7
|
+
* into their Tailwind v4 projects (Turbopack re-processes the layers).
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
/* ============================================
|
|
11
|
+
CSS Variables (Theme Tokens)
|
|
12
|
+
============================================ */
|
|
13
|
+
|
|
14
|
+
:root {
|
|
15
|
+
--background: 0 0% 100%;
|
|
16
|
+
--foreground: 0 0% 3.9%;
|
|
17
|
+
--card: 0 0% 100%;
|
|
18
|
+
--card-foreground: 0 0% 3.9%;
|
|
19
|
+
--popover: 0 0% 100%;
|
|
20
|
+
--popover-foreground: 0 0% 3.9%;
|
|
21
|
+
--primary: 0 0% 9%;
|
|
22
|
+
--primary-foreground: 0 0% 98%;
|
|
23
|
+
--secondary: 0 0% 96.1%;
|
|
24
|
+
--secondary-foreground: 0 0% 9%;
|
|
25
|
+
--muted: 0 0% 96.1%;
|
|
26
|
+
--muted-foreground: 0 0% 45.1%;
|
|
27
|
+
--accent: 0 0% 96.1%;
|
|
28
|
+
--accent-foreground: 0 0% 9%;
|
|
29
|
+
--destructive: 0 84.2% 60.2%;
|
|
30
|
+
--destructive-foreground: 0 0% 98%;
|
|
31
|
+
--border: 0 0% 89.8%;
|
|
32
|
+
--input: 0 0% 89.8%;
|
|
33
|
+
--ring: 0 0% 3.9%;
|
|
34
|
+
--chart-1: 12 76% 61%;
|
|
35
|
+
--chart-2: 173 58% 39%;
|
|
36
|
+
--chart-3: 197 37% 24%;
|
|
37
|
+
--chart-4: 43 74% 66%;
|
|
38
|
+
--chart-5: 27 87% 67%;
|
|
39
|
+
--radius: 0.375rem;
|
|
40
|
+
|
|
41
|
+
/* Sidebar dimensions */
|
|
42
|
+
--sidebar-width: 16rem;
|
|
43
|
+
--sidebar-width-icon: 3rem;
|
|
44
|
+
|
|
45
|
+
/* Offline brand sidebar - black background with yellow accents */
|
|
46
|
+
--sidebar-background: 0 0% 10%;
|
|
47
|
+
--sidebar-foreground: 0 0% 98%;
|
|
48
|
+
--sidebar-primary: 39 90% 46%;
|
|
49
|
+
--sidebar-primary-foreground: 0 0% 100%;
|
|
50
|
+
--sidebar-accent: 0 0% 16%;
|
|
51
|
+
--sidebar-accent-foreground: 0 0% 100%;
|
|
52
|
+
--sidebar-border: 0 0% 30%;
|
|
53
|
+
--sidebar-ring: 39 90% 46%;
|
|
54
|
+
|
|
55
|
+
/* Offline brand colors */
|
|
56
|
+
--colors-yellow-25: #fff2d8;
|
|
57
|
+
--colors-yellow-50: #ffe9bd;
|
|
58
|
+
--colors-yellow-100: #ffd386;
|
|
59
|
+
--colors-yellow-200: #ffbd54;
|
|
60
|
+
--colors-yellow-300: #f0a52c;
|
|
61
|
+
--colors-yellow-400: #de8e0f;
|
|
62
|
+
--colors-yellow-500: #c57900;
|
|
63
|
+
--colors-yellow-600: #a76700;
|
|
64
|
+
--colors-yellow-700: #835100;
|
|
65
|
+
--colors-yellow-800: #5c3900;
|
|
66
|
+
--colors-yellow-900: #331f00;
|
|
67
|
+
|
|
68
|
+
--colors-blue-25: #d8e7ff;
|
|
69
|
+
--colors-blue-50: #bed6ff;
|
|
70
|
+
--colors-blue-100: #85afff;
|
|
71
|
+
--colors-blue-200: #508bff;
|
|
72
|
+
--colors-blue-300: #236aff;
|
|
73
|
+
--colors-blue-400: #004fff;
|
|
74
|
+
--colors-blue-500: #0046e0;
|
|
75
|
+
--colors-blue-600: #003bbb;
|
|
76
|
+
--colors-blue-700: #002e91;
|
|
77
|
+
--colors-blue-800: #001f63;
|
|
78
|
+
--colors-blue-900: #001033;
|
|
79
|
+
|
|
80
|
+
--colors-gray-25: #f2f2f2;
|
|
81
|
+
--colors-gray-50: #ececec;
|
|
82
|
+
--colors-gray-100: #dfdfdf;
|
|
83
|
+
--colors-gray-200: #c6c6c6;
|
|
84
|
+
--colors-gray-300: #aeaeae;
|
|
85
|
+
--colors-gray-400: #959595;
|
|
86
|
+
--colors-gray-500: #7c7c7c;
|
|
87
|
+
--colors-gray-600: #636363;
|
|
88
|
+
--colors-gray-700: #4a4a4a;
|
|
89
|
+
--colors-gray-800: #323232;
|
|
90
|
+
--colors-gray-900: #191919;
|
|
91
|
+
|
|
92
|
+
--colors-red-400: #d31a0c;
|
|
93
|
+
--semantic-success500: #099250;
|
|
94
|
+
|
|
95
|
+
/* Shadows */
|
|
96
|
+
--card-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.06),
|
|
97
|
+
0px 2px 2px 0px rgba(0, 0, 0, 0.05),
|
|
98
|
+
0px 6px 3px 0px rgba(0, 0, 0, 0.03),
|
|
99
|
+
0px 10px 4px 0px rgba(0, 0, 0, 0.01),
|
|
100
|
+
0px 15px 4px 0px rgba(0, 0, 0, 0);
|
|
101
|
+
--new-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08),
|
|
102
|
+
0px 4px 8px 0px rgba(0, 0, 0, 0.06),
|
|
103
|
+
0px 8px 16px 0px rgba(0, 0, 0, 0.04);
|
|
104
|
+
--tag-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08),
|
|
105
|
+
0px 2px 4px 0px rgba(0, 0, 0, 0.06);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.dark {
|
|
109
|
+
--sidebar-background: 240 5.9% 10%;
|
|
110
|
+
--sidebar-foreground: 240 4.8% 95.9%;
|
|
111
|
+
--sidebar-primary: 224.3 76.3% 48%;
|
|
112
|
+
--sidebar-primary-foreground: 0 0% 100%;
|
|
113
|
+
--sidebar-accent: 240 3.7% 15.9%;
|
|
114
|
+
--sidebar-accent-foreground: 240 4.8% 95.9%;
|
|
115
|
+
--sidebar-border: 240 3.7% 15.9%;
|
|
116
|
+
--sidebar-ring: 217.2 91.2% 59.8%;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/* ============================================
|
|
120
|
+
Base Styles
|
|
121
|
+
============================================ */
|
|
122
|
+
|
|
123
|
+
* {
|
|
124
|
+
border-color: hsl(var(--border));
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
html {
|
|
128
|
+
font-size: 106.25%; /* 17px root instead of 16px */
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
body {
|
|
132
|
+
background-color: hsl(var(--background));
|
|
133
|
+
color: hsl(var(--foreground));
|
|
134
|
+
font-family:
|
|
135
|
+
var(--font-satoshi),
|
|
136
|
+
"Satoshi",
|
|
137
|
+
"Inter",
|
|
138
|
+
"Helvetica Neue",
|
|
139
|
+
Arial,
|
|
140
|
+
sans-serif;
|
|
141
|
+
letter-spacing: 0.02em;
|
|
142
|
+
color: var(--colors-gray-900);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
/* ============================================
|
|
146
|
+
Sidebar Utilities (required for OfflineSidebar)
|
|
147
|
+
Tailwind v4 @source doesn't generate arbitrary value classes
|
|
148
|
+
============================================ */
|
|
149
|
+
|
|
150
|
+
.w-\[--sidebar-width\] {
|
|
151
|
+
width: var(--sidebar-width);
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.w-\[--sidebar-width-icon\] {
|
|
155
|
+
width: var(--sidebar-width-icon);
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\] {
|
|
159
|
+
width: calc(var(--sidebar-width-icon) + 1rem);
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\] {
|
|
163
|
+
width: calc(var(--sidebar-width-icon) + 1rem + 2px);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.bg-sidebar {
|
|
167
|
+
background-color: hsl(var(--sidebar-background));
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.text-sidebar-foreground {
|
|
171
|
+
color: hsl(var(--sidebar-foreground));
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.text-sidebar-primary {
|
|
175
|
+
color: hsl(var(--sidebar-primary));
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.text-sidebar-primary-foreground {
|
|
179
|
+
color: hsl(var(--sidebar-primary-foreground));
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.bg-sidebar-accent {
|
|
183
|
+
background-color: hsl(var(--sidebar-accent));
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
.text-sidebar-accent-foreground {
|
|
187
|
+
color: hsl(var(--sidebar-accent-foreground));
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.bg-sidebar-primary {
|
|
191
|
+
background-color: hsl(var(--sidebar-primary));
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.border-sidebar-border {
|
|
195
|
+
border-color: hsl(var(--sidebar-border));
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.ring-sidebar-ring {
|
|
199
|
+
--tw-ring-color: hsl(var(--sidebar-ring));
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
/* ============================================
|
|
203
|
+
Utility Classes
|
|
204
|
+
============================================ */
|
|
205
|
+
|
|
206
|
+
.text-balance {
|
|
207
|
+
text-wrap: balance;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.shadow-card {
|
|
211
|
+
box-shadow: var(--card-shadow);
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.shadow-elevated {
|
|
215
|
+
box-shadow: var(--new-shadow);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.shadow-tag {
|
|
219
|
+
box-shadow: var(--tag-shadow);
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.surface-premium {
|
|
223
|
+
position: relative;
|
|
224
|
+
border-radius: calc(var(--radius) + 0.125rem);
|
|
225
|
+
border: 3px solid transparent;
|
|
226
|
+
background:
|
|
227
|
+
linear-gradient(#ffffff, #ffffff) padding-box,
|
|
228
|
+
linear-gradient(92deg, #bca687 2.57%, #b8a284 8.96%, #f9f2e8 10.5%, #c1b5a2 32.05%, #ab8f76 35.52%, #735b42 65.89%, #a68b6e 74%, #b79a7a 90.26%, #8f7e61 98.62%)
|
|
229
|
+
border-box;
|
|
230
|
+
box-shadow: var(--card-shadow);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.badge-premium {
|
|
234
|
+
background-color: #000000;
|
|
235
|
+
border: 1px solid #323232;
|
|
236
|
+
border-radius: 0.5rem;
|
|
237
|
+
color: var(--colors-yellow-400);
|
|
238
|
+
display: inline-flex;
|
|
239
|
+
align-items: center;
|
|
240
|
+
gap: 0.5rem;
|
|
241
|
+
padding: 0.5rem 1.5rem;
|
|
242
|
+
position: relative;
|
|
243
|
+
overflow: hidden;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
.badge-premium span {
|
|
247
|
+
font-weight: 600;
|
|
248
|
+
font-size: 0.75rem;
|
|
249
|
+
letter-spacing: 0.15em;
|
|
250
|
+
background: linear-gradient(135deg, #a76700 0%, #ffd386 50%, #a76700 100%);
|
|
251
|
+
-webkit-background-clip: text;
|
|
252
|
+
background-clip: text;
|
|
253
|
+
color: transparent;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.input-field {
|
|
257
|
+
border-radius: 0.5rem;
|
|
258
|
+
border: 1px solid var(--colors-gray-100);
|
|
259
|
+
background-color: #ffffff;
|
|
260
|
+
padding: 0.75rem 1rem;
|
|
261
|
+
font-size: 1rem;
|
|
262
|
+
line-height: 1.5rem;
|
|
263
|
+
color: var(--colors-gray-900);
|
|
264
|
+
transition: all 0.2s ease-in-out;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.input-field::placeholder {
|
|
268
|
+
color: var(--colors-gray-400);
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.input-field:hover {
|
|
272
|
+
border-color: var(--colors-gray-200);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.input-field:focus-visible {
|
|
276
|
+
outline: none;
|
|
277
|
+
border-color: var(--colors-gray-900);
|
|
278
|
+
box-shadow: 0 0 0 2px rgba(25, 25, 25, 0.12);
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.input-field.error {
|
|
282
|
+
border-color: var(--colors-red-400);
|
|
283
|
+
box-shadow: 0 0 0 2px rgba(211, 26, 12, 0.1);
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
/* ============================================
|
|
287
|
+
Typography Classes
|
|
288
|
+
============================================ */
|
|
289
|
+
|
|
290
|
+
.display-large {
|
|
291
|
+
font-family: var(--font-cabinet-grotesk), var(--font-satoshi), sans-serif;
|
|
292
|
+
font-size: 2.25rem;
|
|
293
|
+
line-height: 1;
|
|
294
|
+
font-weight: 800;
|
|
295
|
+
letter-spacing: 0;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
.display-medium {
|
|
299
|
+
font-family: var(--font-cabinet-grotesk), var(--font-satoshi), sans-serif;
|
|
300
|
+
font-size: 2rem;
|
|
301
|
+
line-height: 1;
|
|
302
|
+
font-weight: 800;
|
|
303
|
+
letter-spacing: 0;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.display-small {
|
|
307
|
+
font-family: var(--font-cabinet-grotesk), var(--font-satoshi), sans-serif;
|
|
308
|
+
font-size: 1.8125rem;
|
|
309
|
+
line-height: 1;
|
|
310
|
+
font-weight: 800;
|
|
311
|
+
letter-spacing: 0;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.headline-large {
|
|
315
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
316
|
+
font-size: 1.625rem;
|
|
317
|
+
line-height: 2rem;
|
|
318
|
+
font-weight: 700;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.headline-medium {
|
|
322
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
323
|
+
font-size: 1.4375rem;
|
|
324
|
+
line-height: 1.75rem;
|
|
325
|
+
font-weight: 700;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.headline-small {
|
|
329
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
330
|
+
font-size: 1.25rem;
|
|
331
|
+
line-height: 1.5rem;
|
|
332
|
+
font-weight: 700;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.title-large {
|
|
336
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
337
|
+
font-size: 1.125rem;
|
|
338
|
+
line-height: 1.375rem;
|
|
339
|
+
font-weight: 700;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.title-medium {
|
|
343
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
344
|
+
font-size: 1rem;
|
|
345
|
+
line-height: 1.25rem;
|
|
346
|
+
font-weight: 700;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
.title-small {
|
|
350
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
351
|
+
font-size: 0.875rem;
|
|
352
|
+
line-height: 1.125rem;
|
|
353
|
+
font-weight: 700;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.body-large {
|
|
357
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
358
|
+
font-size: 1rem;
|
|
359
|
+
line-height: 1.5rem;
|
|
360
|
+
font-weight: 500;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.body-medium {
|
|
364
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
365
|
+
font-size: 0.875rem;
|
|
366
|
+
line-height: 1.25rem;
|
|
367
|
+
font-weight: 500;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.body-small {
|
|
371
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
372
|
+
font-size: 0.75rem;
|
|
373
|
+
line-height: 1rem;
|
|
374
|
+
font-weight: 500;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.body-x-small {
|
|
378
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
379
|
+
font-size: 0.625rem;
|
|
380
|
+
line-height: 0.875rem;
|
|
381
|
+
font-weight: 500;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.label-large {
|
|
385
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
386
|
+
font-size: 0.875rem;
|
|
387
|
+
line-height: 1.125rem;
|
|
388
|
+
font-weight: 700;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.label-medium {
|
|
392
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
393
|
+
font-size: 0.75rem;
|
|
394
|
+
line-height: 1rem;
|
|
395
|
+
font-weight: 700;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.label-small {
|
|
399
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
400
|
+
font-size: 0.625rem;
|
|
401
|
+
line-height: 0.875rem;
|
|
402
|
+
font-weight: 700;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.nav-label {
|
|
406
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
407
|
+
font-size: 0.75rem;
|
|
408
|
+
font-weight: 800;
|
|
409
|
+
letter-spacing: 0.33em;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
.nav-link {
|
|
413
|
+
font-family: var(--font-satoshi), sans-serif;
|
|
414
|
+
font-size: 1.375rem;
|
|
415
|
+
font-weight: 500;
|
|
416
|
+
transition: opacity 0.3s ease;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.nav-link:hover {
|
|
420
|
+
opacity: 0.72;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.stat-mono {
|
|
424
|
+
font-family: var(--font-dm-mono), "DM Mono", monospace;
|
|
425
|
+
font-weight: 500;
|
|
426
|
+
letter-spacing: 0.04em;
|
|
313
427
|
}
|