@almadar/ui 5.1.6 → 5.2.0

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/themes/arctic.css CHANGED
@@ -69,15 +69,6 @@
69
69
  --color-info: #2563eb;
70
70
  --color-info-foreground: #ffffff;
71
71
 
72
- /* Typography */
73
- --font-family:
74
- "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
75
- --font-weight-normal: 400;
76
- --font-weight-medium: 500;
77
- --font-weight-bold: 600;
78
- --letter-spacing: -0.01em;
79
- --line-height: 1.55;
80
-
81
72
  /* Icon styling */
82
73
  --icon-stroke-width: 1.75;
83
74
  --icon-color: #0284c7;
@@ -101,83 +92,6 @@
101
92
  --focus-ring-color: #0284c7;
102
93
 
103
94
  /* Layer 1 — backfill (preserves current visual output, see themes/_contract.md) */
104
- /* Density axis — spacing scale */
105
- --space-0: 0px;
106
- --space-1: 4px;
107
- --space-2: 8px;
108
- --space-3: 12px;
109
- --space-4: 16px;
110
- --space-5: 20px;
111
- --space-6: 24px;
112
- --space-7: 28px;
113
- --space-8: 32px;
114
- --space-9: 36px;
115
- --space-10: 40px;
116
- --space-11: 44px;
117
- --space-12: 48px;
118
- /* Density axis — per-element heights */
119
- --button-height-sm: 28px;
120
- --button-height-md: 36px;
121
- --button-height-lg: 44px;
122
- --input-height-sm: 28px;
123
- --input-height-md: 36px;
124
- --input-height-lg: 44px;
125
- --row-height-compact: 32px;
126
- --row-height-normal: 40px;
127
- --row-height-spacious: 48px;
128
- /* Density axis — per-element padding */
129
- --card-padding-sm: 12px;
130
- --card-padding-md: 16px;
131
- --card-padding-lg: 24px;
132
- --dialog-padding: 24px;
133
- --section-gap: 32px;
134
- /* Type axis — family triplet (aliases existing --font-family for backward compat) */
135
- --font-family-display: var(--font-family);
136
- --font-family-body: var(--font-family);
137
- --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
138
- /* Type axis — size scale */
139
- --text-xs: 12px;
140
- --leading-xs: 16px;
141
- --text-sm: 14px;
142
- --leading-sm: 20px;
143
- --text-base: 16px;
144
- --leading-base: 24px;
145
- --text-lg: 18px;
146
- --leading-lg: 28px;
147
- --text-xl: 20px;
148
- --leading-xl: 28px;
149
- --text-2xl: 24px;
150
- --leading-2xl: 32px;
151
- --text-3xl: 30px;
152
- --leading-3xl: 36px;
153
- --text-4xl: 36px;
154
- --leading-4xl: 40px;
155
- --text-display-1: 48px;
156
- --leading-display-1: 52px;
157
- --text-display-2: 60px;
158
- --leading-display-2: 64px;
159
- /* Type axis — intent mapping (calibrated to existing component usage) */
160
- --intent-heading-major-size: var(--text-2xl);
161
- --intent-heading-major-weight: var(--font-weight-bold);
162
- --intent-heading-major-leading: var(--leading-2xl);
163
- --intent-heading-minor-size: var(--text-lg);
164
- --intent-heading-minor-weight: var(--font-weight-bold);
165
- --intent-heading-minor-leading: var(--leading-lg);
166
- --intent-body-emphasis-size: var(--text-base);
167
- --intent-body-emphasis-weight: var(--font-weight-medium);
168
- --intent-body-emphasis-leading: var(--leading-base);
169
- --intent-body-default-size: var(--text-sm);
170
- --intent-body-default-weight: var(--font-weight-normal);
171
- --intent-body-default-leading: var(--leading-sm);
172
- --intent-body-quiet-size: var(--text-sm);
173
- --intent-body-quiet-weight: var(--font-weight-normal);
174
- --intent-body-quiet-leading: var(--leading-sm);
175
- --intent-caption-size: var(--text-xs);
176
- --intent-caption-weight: var(--font-weight-normal);
177
- --intent-caption-leading: var(--leading-xs);
178
- --intent-numeric-size: var(--text-sm);
179
- --intent-numeric-weight: var(--font-weight-medium);
180
- --intent-numeric-leading: var(--leading-sm);
181
95
  /* Motion axis — duration palette (aliases existing --transition-* for backward compat) */
182
96
  --duration-instant: 0ms;
183
97
  --duration-fast: var(--transition-fast);
@@ -268,15 +182,6 @@
268
182
  --color-info: #60a5fa;
269
183
  --color-info-foreground: #000000;
270
184
 
271
- /* Typography */
272
- --font-family:
273
- "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
274
- --font-weight-normal: 400;
275
- --font-weight-medium: 500;
276
- --font-weight-bold: 600;
277
- --letter-spacing: -0.01em;
278
- --line-height: 1.55;
279
-
280
185
  /* Icon styling */
281
186
  --icon-stroke-width: 1.75;
282
187
  --icon-color: #67e8f9;
@@ -300,83 +205,6 @@
300
205
  --focus-ring-color: #67e8f9;
301
206
 
302
207
  /* Layer 1 — backfill (preserves current visual output, see themes/_contract.md) */
303
- /* Density axis — spacing scale */
304
- --space-0: 0px;
305
- --space-1: 4px;
306
- --space-2: 8px;
307
- --space-3: 12px;
308
- --space-4: 16px;
309
- --space-5: 20px;
310
- --space-6: 24px;
311
- --space-7: 28px;
312
- --space-8: 32px;
313
- --space-9: 36px;
314
- --space-10: 40px;
315
- --space-11: 44px;
316
- --space-12: 48px;
317
- /* Density axis — per-element heights */
318
- --button-height-sm: 28px;
319
- --button-height-md: 36px;
320
- --button-height-lg: 44px;
321
- --input-height-sm: 28px;
322
- --input-height-md: 36px;
323
- --input-height-lg: 44px;
324
- --row-height-compact: 32px;
325
- --row-height-normal: 40px;
326
- --row-height-spacious: 48px;
327
- /* Density axis — per-element padding */
328
- --card-padding-sm: 12px;
329
- --card-padding-md: 16px;
330
- --card-padding-lg: 24px;
331
- --dialog-padding: 24px;
332
- --section-gap: 32px;
333
- /* Type axis — family triplet (aliases existing --font-family for backward compat) */
334
- --font-family-display: var(--font-family);
335
- --font-family-body: var(--font-family);
336
- --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
337
- /* Type axis — size scale */
338
- --text-xs: 12px;
339
- --leading-xs: 16px;
340
- --text-sm: 14px;
341
- --leading-sm: 20px;
342
- --text-base: 16px;
343
- --leading-base: 24px;
344
- --text-lg: 18px;
345
- --leading-lg: 28px;
346
- --text-xl: 20px;
347
- --leading-xl: 28px;
348
- --text-2xl: 24px;
349
- --leading-2xl: 32px;
350
- --text-3xl: 30px;
351
- --leading-3xl: 36px;
352
- --text-4xl: 36px;
353
- --leading-4xl: 40px;
354
- --text-display-1: 48px;
355
- --leading-display-1: 52px;
356
- --text-display-2: 60px;
357
- --leading-display-2: 64px;
358
- /* Type axis — intent mapping (calibrated to existing component usage) */
359
- --intent-heading-major-size: var(--text-2xl);
360
- --intent-heading-major-weight: var(--font-weight-bold);
361
- --intent-heading-major-leading: var(--leading-2xl);
362
- --intent-heading-minor-size: var(--text-lg);
363
- --intent-heading-minor-weight: var(--font-weight-bold);
364
- --intent-heading-minor-leading: var(--leading-lg);
365
- --intent-body-emphasis-size: var(--text-base);
366
- --intent-body-emphasis-weight: var(--font-weight-medium);
367
- --intent-body-emphasis-leading: var(--leading-base);
368
- --intent-body-default-size: var(--text-sm);
369
- --intent-body-default-weight: var(--font-weight-normal);
370
- --intent-body-default-leading: var(--leading-sm);
371
- --intent-body-quiet-size: var(--text-sm);
372
- --intent-body-quiet-weight: var(--font-weight-normal);
373
- --intent-body-quiet-leading: var(--leading-sm);
374
- --intent-caption-size: var(--text-xs);
375
- --intent-caption-weight: var(--font-weight-normal);
376
- --intent-caption-leading: var(--leading-xs);
377
- --intent-numeric-size: var(--text-sm);
378
- --intent-numeric-weight: var(--font-weight-medium);
379
- --intent-numeric-leading: var(--leading-sm);
380
208
  /* Motion axis — duration palette (aliases existing --transition-* for backward compat) */
381
209
  --duration-instant: 0ms;
382
210
  --duration-fast: var(--transition-fast);
package/themes/copper.css CHANGED
@@ -69,15 +69,6 @@
69
69
  --color-info: #2563eb;
70
70
  --color-info-foreground: #ffffff;
71
71
 
72
- /* Typography - Heavier weights, functional */
73
- --font-family:
74
- "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
75
- --font-weight-normal: 500;
76
- --font-weight-medium: 600;
77
- --font-weight-bold: 700;
78
- --letter-spacing: 0em;
79
- --line-height: 1.5;
80
-
81
72
  /* Icon styling */
82
73
  --icon-stroke-width: 2;
83
74
  --icon-color: #b45309;
@@ -101,83 +92,6 @@
101
92
  --focus-ring-color: #b45309;
102
93
 
103
94
  /* Layer 1 — backfill (preserves current visual output, see themes/_contract.md) */
104
- /* Density axis — spacing scale */
105
- --space-0: 0px;
106
- --space-1: 4px;
107
- --space-2: 8px;
108
- --space-3: 12px;
109
- --space-4: 16px;
110
- --space-5: 20px;
111
- --space-6: 24px;
112
- --space-7: 28px;
113
- --space-8: 32px;
114
- --space-9: 36px;
115
- --space-10: 40px;
116
- --space-11: 44px;
117
- --space-12: 48px;
118
- /* Density axis — per-element heights */
119
- --button-height-sm: 28px;
120
- --button-height-md: 36px;
121
- --button-height-lg: 44px;
122
- --input-height-sm: 28px;
123
- --input-height-md: 36px;
124
- --input-height-lg: 44px;
125
- --row-height-compact: 32px;
126
- --row-height-normal: 40px;
127
- --row-height-spacious: 48px;
128
- /* Density axis — per-element padding */
129
- --card-padding-sm: 12px;
130
- --card-padding-md: 16px;
131
- --card-padding-lg: 24px;
132
- --dialog-padding: 24px;
133
- --section-gap: 32px;
134
- /* Type axis — family triplet (aliases existing --font-family for backward compat) */
135
- --font-family-display: var(--font-family);
136
- --font-family-body: var(--font-family);
137
- --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
138
- /* Type axis — size scale */
139
- --text-xs: 12px;
140
- --leading-xs: 16px;
141
- --text-sm: 14px;
142
- --leading-sm: 20px;
143
- --text-base: 16px;
144
- --leading-base: 24px;
145
- --text-lg: 18px;
146
- --leading-lg: 28px;
147
- --text-xl: 20px;
148
- --leading-xl: 28px;
149
- --text-2xl: 24px;
150
- --leading-2xl: 32px;
151
- --text-3xl: 30px;
152
- --leading-3xl: 36px;
153
- --text-4xl: 36px;
154
- --leading-4xl: 40px;
155
- --text-display-1: 48px;
156
- --leading-display-1: 52px;
157
- --text-display-2: 60px;
158
- --leading-display-2: 64px;
159
- /* Type axis — intent mapping (calibrated to existing component usage) */
160
- --intent-heading-major-size: var(--text-2xl);
161
- --intent-heading-major-weight: var(--font-weight-bold);
162
- --intent-heading-major-leading: var(--leading-2xl);
163
- --intent-heading-minor-size: var(--text-lg);
164
- --intent-heading-minor-weight: var(--font-weight-bold);
165
- --intent-heading-minor-leading: var(--leading-lg);
166
- --intent-body-emphasis-size: var(--text-base);
167
- --intent-body-emphasis-weight: var(--font-weight-medium);
168
- --intent-body-emphasis-leading: var(--leading-base);
169
- --intent-body-default-size: var(--text-sm);
170
- --intent-body-default-weight: var(--font-weight-normal);
171
- --intent-body-default-leading: var(--leading-sm);
172
- --intent-body-quiet-size: var(--text-sm);
173
- --intent-body-quiet-weight: var(--font-weight-normal);
174
- --intent-body-quiet-leading: var(--leading-sm);
175
- --intent-caption-size: var(--text-xs);
176
- --intent-caption-weight: var(--font-weight-normal);
177
- --intent-caption-leading: var(--leading-xs);
178
- --intent-numeric-size: var(--text-sm);
179
- --intent-numeric-weight: var(--font-weight-medium);
180
- --intent-numeric-leading: var(--leading-sm);
181
95
  /* Motion axis — duration palette (aliases existing --transition-* for backward compat) */
182
96
  --duration-instant: 0ms;
183
97
  --duration-fast: var(--transition-fast);
@@ -268,15 +182,6 @@
268
182
  --color-info: #60a5fa;
269
183
  --color-info-foreground: #000000;
270
184
 
271
- /* Typography - Heavier weights, functional */
272
- --font-family:
273
- "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
274
- --font-weight-normal: 500;
275
- --font-weight-medium: 600;
276
- --font-weight-bold: 700;
277
- --letter-spacing: 0em;
278
- --line-height: 1.5;
279
-
280
185
  /* Icon styling */
281
186
  --icon-stroke-width: 2;
282
187
  --icon-color: #d97706;
@@ -300,83 +205,6 @@
300
205
  --focus-ring-color: #d97706;
301
206
 
302
207
  /* Layer 1 — backfill (preserves current visual output, see themes/_contract.md) */
303
- /* Density axis — spacing scale */
304
- --space-0: 0px;
305
- --space-1: 4px;
306
- --space-2: 8px;
307
- --space-3: 12px;
308
- --space-4: 16px;
309
- --space-5: 20px;
310
- --space-6: 24px;
311
- --space-7: 28px;
312
- --space-8: 32px;
313
- --space-9: 36px;
314
- --space-10: 40px;
315
- --space-11: 44px;
316
- --space-12: 48px;
317
- /* Density axis — per-element heights */
318
- --button-height-sm: 28px;
319
- --button-height-md: 36px;
320
- --button-height-lg: 44px;
321
- --input-height-sm: 28px;
322
- --input-height-md: 36px;
323
- --input-height-lg: 44px;
324
- --row-height-compact: 32px;
325
- --row-height-normal: 40px;
326
- --row-height-spacious: 48px;
327
- /* Density axis — per-element padding */
328
- --card-padding-sm: 12px;
329
- --card-padding-md: 16px;
330
- --card-padding-lg: 24px;
331
- --dialog-padding: 24px;
332
- --section-gap: 32px;
333
- /* Type axis — family triplet (aliases existing --font-family for backward compat) */
334
- --font-family-display: var(--font-family);
335
- --font-family-body: var(--font-family);
336
- --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
337
- /* Type axis — size scale */
338
- --text-xs: 12px;
339
- --leading-xs: 16px;
340
- --text-sm: 14px;
341
- --leading-sm: 20px;
342
- --text-base: 16px;
343
- --leading-base: 24px;
344
- --text-lg: 18px;
345
- --leading-lg: 28px;
346
- --text-xl: 20px;
347
- --leading-xl: 28px;
348
- --text-2xl: 24px;
349
- --leading-2xl: 32px;
350
- --text-3xl: 30px;
351
- --leading-3xl: 36px;
352
- --text-4xl: 36px;
353
- --leading-4xl: 40px;
354
- --text-display-1: 48px;
355
- --leading-display-1: 52px;
356
- --text-display-2: 60px;
357
- --leading-display-2: 64px;
358
- /* Type axis — intent mapping (calibrated to existing component usage) */
359
- --intent-heading-major-size: var(--text-2xl);
360
- --intent-heading-major-weight: var(--font-weight-bold);
361
- --intent-heading-major-leading: var(--leading-2xl);
362
- --intent-heading-minor-size: var(--text-lg);
363
- --intent-heading-minor-weight: var(--font-weight-bold);
364
- --intent-heading-minor-leading: var(--leading-lg);
365
- --intent-body-emphasis-size: var(--text-base);
366
- --intent-body-emphasis-weight: var(--font-weight-medium);
367
- --intent-body-emphasis-leading: var(--leading-base);
368
- --intent-body-default-size: var(--text-sm);
369
- --intent-body-default-weight: var(--font-weight-normal);
370
- --intent-body-default-leading: var(--leading-sm);
371
- --intent-body-quiet-size: var(--text-sm);
372
- --intent-body-quiet-weight: var(--font-weight-normal);
373
- --intent-body-quiet-leading: var(--leading-sm);
374
- --intent-caption-size: var(--text-xs);
375
- --intent-caption-weight: var(--font-weight-normal);
376
- --intent-caption-leading: var(--leading-xs);
377
- --intent-numeric-size: var(--text-sm);
378
- --intent-numeric-weight: var(--font-weight-medium);
379
- --intent-numeric-leading: var(--leading-sm);
380
208
  /* Motion axis — duration palette (aliases existing --transition-* for backward compat) */
381
209
  --duration-instant: 0ms;
382
210
  --duration-fast: var(--transition-fast);
package/themes/ember.css CHANGED
@@ -70,15 +70,6 @@
70
70
  --color-info: #2563eb;
71
71
  --color-info-foreground: #ffffff;
72
72
 
73
- /* Typography - Bold, heavy */
74
- --font-family:
75
- "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
76
- --font-weight-normal: 500;
77
- --font-weight-medium: 600;
78
- --font-weight-bold: 800;
79
- --letter-spacing: 0em;
80
- --line-height: 1.5;
81
-
82
73
  /* Icon styling */
83
74
  --icon-stroke-width: 2.25;
84
75
  --icon-color: #dc2626;
@@ -102,83 +93,6 @@
102
93
  --focus-ring-color: #dc2626;
103
94
 
104
95
  /* Layer 1 — backfill (preserves current visual output, see themes/_contract.md) */
105
- /* Density axis — spacing scale */
106
- --space-0: 0px;
107
- --space-1: 4px;
108
- --space-2: 8px;
109
- --space-3: 12px;
110
- --space-4: 16px;
111
- --space-5: 20px;
112
- --space-6: 24px;
113
- --space-7: 28px;
114
- --space-8: 32px;
115
- --space-9: 36px;
116
- --space-10: 40px;
117
- --space-11: 44px;
118
- --space-12: 48px;
119
- /* Density axis — per-element heights */
120
- --button-height-sm: 28px;
121
- --button-height-md: 36px;
122
- --button-height-lg: 44px;
123
- --input-height-sm: 28px;
124
- --input-height-md: 36px;
125
- --input-height-lg: 44px;
126
- --row-height-compact: 32px;
127
- --row-height-normal: 40px;
128
- --row-height-spacious: 48px;
129
- /* Density axis — per-element padding */
130
- --card-padding-sm: 12px;
131
- --card-padding-md: 16px;
132
- --card-padding-lg: 24px;
133
- --dialog-padding: 24px;
134
- --section-gap: 32px;
135
- /* Type axis — family triplet (aliases existing --font-family for backward compat) */
136
- --font-family-display: var(--font-family);
137
- --font-family-body: var(--font-family);
138
- --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
139
- /* Type axis — size scale */
140
- --text-xs: 12px;
141
- --leading-xs: 16px;
142
- --text-sm: 14px;
143
- --leading-sm: 20px;
144
- --text-base: 16px;
145
- --leading-base: 24px;
146
- --text-lg: 18px;
147
- --leading-lg: 28px;
148
- --text-xl: 20px;
149
- --leading-xl: 28px;
150
- --text-2xl: 24px;
151
- --leading-2xl: 32px;
152
- --text-3xl: 30px;
153
- --leading-3xl: 36px;
154
- --text-4xl: 36px;
155
- --leading-4xl: 40px;
156
- --text-display-1: 48px;
157
- --leading-display-1: 52px;
158
- --text-display-2: 60px;
159
- --leading-display-2: 64px;
160
- /* Type axis — intent mapping (calibrated to existing component usage) */
161
- --intent-heading-major-size: var(--text-2xl);
162
- --intent-heading-major-weight: var(--font-weight-bold);
163
- --intent-heading-major-leading: var(--leading-2xl);
164
- --intent-heading-minor-size: var(--text-lg);
165
- --intent-heading-minor-weight: var(--font-weight-bold);
166
- --intent-heading-minor-leading: var(--leading-lg);
167
- --intent-body-emphasis-size: var(--text-base);
168
- --intent-body-emphasis-weight: var(--font-weight-medium);
169
- --intent-body-emphasis-leading: var(--leading-base);
170
- --intent-body-default-size: var(--text-sm);
171
- --intent-body-default-weight: var(--font-weight-normal);
172
- --intent-body-default-leading: var(--leading-sm);
173
- --intent-body-quiet-size: var(--text-sm);
174
- --intent-body-quiet-weight: var(--font-weight-normal);
175
- --intent-body-quiet-leading: var(--leading-sm);
176
- --intent-caption-size: var(--text-xs);
177
- --intent-caption-weight: var(--font-weight-normal);
178
- --intent-caption-leading: var(--leading-xs);
179
- --intent-numeric-size: var(--text-sm);
180
- --intent-numeric-weight: var(--font-weight-medium);
181
- --intent-numeric-leading: var(--leading-sm);
182
96
  /* Motion axis — duration palette (aliases existing --transition-* for backward compat) */
183
97
  --duration-instant: 0ms;
184
98
  --duration-fast: var(--transition-fast);
@@ -271,15 +185,6 @@
271
185
  --color-info: #60a5fa;
272
186
  --color-info-foreground: #000000;
273
187
 
274
- /* Typography - Bold, heavy */
275
- --font-family:
276
- "Plus Jakarta Sans", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
277
- --font-weight-normal: 500;
278
- --font-weight-medium: 600;
279
- --font-weight-bold: 800;
280
- --letter-spacing: 0em;
281
- --line-height: 1.5;
282
-
283
188
  /* Icon styling */
284
189
  --icon-stroke-width: 2.25;
285
190
  --icon-color: #f87171;
@@ -303,83 +208,6 @@
303
208
  --focus-ring-color: #f87171;
304
209
 
305
210
  /* Layer 1 — backfill (preserves current visual output, see themes/_contract.md) */
306
- /* Density axis — spacing scale */
307
- --space-0: 0px;
308
- --space-1: 4px;
309
- --space-2: 8px;
310
- --space-3: 12px;
311
- --space-4: 16px;
312
- --space-5: 20px;
313
- --space-6: 24px;
314
- --space-7: 28px;
315
- --space-8: 32px;
316
- --space-9: 36px;
317
- --space-10: 40px;
318
- --space-11: 44px;
319
- --space-12: 48px;
320
- /* Density axis — per-element heights */
321
- --button-height-sm: 28px;
322
- --button-height-md: 36px;
323
- --button-height-lg: 44px;
324
- --input-height-sm: 28px;
325
- --input-height-md: 36px;
326
- --input-height-lg: 44px;
327
- --row-height-compact: 32px;
328
- --row-height-normal: 40px;
329
- --row-height-spacious: 48px;
330
- /* Density axis — per-element padding */
331
- --card-padding-sm: 12px;
332
- --card-padding-md: 16px;
333
- --card-padding-lg: 24px;
334
- --dialog-padding: 24px;
335
- --section-gap: 32px;
336
- /* Type axis — family triplet (aliases existing --font-family for backward compat) */
337
- --font-family-display: var(--font-family);
338
- --font-family-body: var(--font-family);
339
- --font-family-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
340
- /* Type axis — size scale */
341
- --text-xs: 12px;
342
- --leading-xs: 16px;
343
- --text-sm: 14px;
344
- --leading-sm: 20px;
345
- --text-base: 16px;
346
- --leading-base: 24px;
347
- --text-lg: 18px;
348
- --leading-lg: 28px;
349
- --text-xl: 20px;
350
- --leading-xl: 28px;
351
- --text-2xl: 24px;
352
- --leading-2xl: 32px;
353
- --text-3xl: 30px;
354
- --leading-3xl: 36px;
355
- --text-4xl: 36px;
356
- --leading-4xl: 40px;
357
- --text-display-1: 48px;
358
- --leading-display-1: 52px;
359
- --text-display-2: 60px;
360
- --leading-display-2: 64px;
361
- /* Type axis — intent mapping (calibrated to existing component usage) */
362
- --intent-heading-major-size: var(--text-2xl);
363
- --intent-heading-major-weight: var(--font-weight-bold);
364
- --intent-heading-major-leading: var(--leading-2xl);
365
- --intent-heading-minor-size: var(--text-lg);
366
- --intent-heading-minor-weight: var(--font-weight-bold);
367
- --intent-heading-minor-leading: var(--leading-lg);
368
- --intent-body-emphasis-size: var(--text-base);
369
- --intent-body-emphasis-weight: var(--font-weight-medium);
370
- --intent-body-emphasis-leading: var(--leading-base);
371
- --intent-body-default-size: var(--text-sm);
372
- --intent-body-default-weight: var(--font-weight-normal);
373
- --intent-body-default-leading: var(--leading-sm);
374
- --intent-body-quiet-size: var(--text-sm);
375
- --intent-body-quiet-weight: var(--font-weight-normal);
376
- --intent-body-quiet-leading: var(--leading-sm);
377
- --intent-caption-size: var(--text-xs);
378
- --intent-caption-weight: var(--font-weight-normal);
379
- --intent-caption-leading: var(--leading-xs);
380
- --intent-numeric-size: var(--text-sm);
381
- --intent-numeric-weight: var(--font-weight-medium);
382
- --intent-numeric-leading: var(--leading-sm);
383
211
  /* Motion axis — duration palette (aliases existing --transition-* for backward compat) */
384
212
  --duration-instant: 0ms;
385
213
  --duration-fast: var(--transition-fast);