@amulet-laboratories/hex 0.3.0 → 0.5.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/dist/beacon.css +1 -0
- package/dist/brass.css +5 -0
- package/dist/cardinal.css +5 -0
- package/dist/citron.css +5 -0
- package/dist/clover.css +5 -0
- package/dist/cobalt.css +5 -0
- package/dist/copper.css +5 -0
- package/dist/cypress.css +5 -0
- package/dist/damson.css +5 -0
- package/dist/fern.css +5 -0
- package/dist/forge.css +2 -2
- package/dist/garden.css +2 -2
- package/dist/greyline.css +2 -2
- package/dist/harbor.css +5 -0
- package/dist/hearth.css +5 -0
- package/dist/hex.css +2 -2
- package/dist/iris.css +5 -0
- package/dist/juniper.css +5 -0
- package/dist/lagoon.css +5 -0
- package/dist/ochre.css +5 -0
- package/dist/orchid.css +5 -0
- package/dist/quartz.css +5 -0
- package/dist/roast.css +5 -0
- package/dist/sienna.css +5 -0
- package/dist/slate.css +5 -0
- package/dist/spacewizard.css +2 -2
- package/dist/vesper.css +5 -0
- package/dist/voltaic.css +1 -0
- package/package.json +73 -53
- package/src/index.css +3 -3
- package/src/scoped/index.css +13 -13
- package/src/scoped/themes/{kbcv.css → cardinal.css} +17 -1
- package/src/scoped/themes/citron.css +105 -0
- package/src/scoped/themes/{compass.css → clover.css} +26 -13
- package/src/scoped/themes/{vscode.css → cobalt.css} +10 -5
- package/src/scoped/themes/{undertow.css → copper.css} +16 -1
- package/src/scoped/themes/{tidemark.css → cypress.css} +24 -11
- package/src/scoped/themes/{aldricpace.css → harbor.css} +15 -3
- package/src/scoped/themes/hearth.css +134 -0
- package/src/scoped/themes/{briarcove.css → iris.css} +13 -2
- package/src/scoped/themes/juniper.css +121 -0
- package/src/scoped/themes/{duskline.css → lagoon.css} +25 -9
- package/src/scoped/themes/{saltsignal.css → ochre.css} +23 -10
- package/src/scoped/themes/{marenlys.css → orchid.css} +26 -9
- package/src/scoped/themes/{briarcovelib.css → sienna.css} +20 -7
- package/src/scoped/themes/{lanternhouse.css → vesper.css} +27 -6
- package/src/scoped/tokens.css +2 -0
- package/src/shared/components/content.css +772 -0
- package/src/shared/components/core.css +88 -720
- package/src/shared/components/data.css +24 -126
- package/src/shared/components/editor.css +33 -164
- package/src/shared/components/extras.css +30 -346
- package/src/shared/components/layout.css +21 -369
- package/src/shared/components/lists.css +11 -114
- package/src/shared/components/menus.css +10 -146
- package/src/shared/components/nav.css +112 -501
- package/src/shared/components/prose.css +12 -180
- package/src/shared/components/shell.css +22 -259
- package/src/shared/components/spatial.css +15 -47
- package/src/shared/components/temporal.css +28 -68
- package/src/shared/components/web.css +42 -1037
- package/src/shared/tokens.css +37 -0
- package/src/shared/utilities.css +52 -3
- package/src/themes/beacon/base.css +59 -0
- package/src/themes/beacon/index.css +11 -0
- package/src/themes/beacon/tokens.css +219 -0
- package/src/themes/brass/base.css +179 -0
- package/src/themes/brass/components.css +23 -0
- package/src/themes/brass/domains.css +731 -0
- package/src/themes/brass/tokens.css +208 -0
- package/src/themes/{kbcv → cardinal}/tokens.css +5 -0
- package/src/themes/citron/base.css +232 -0
- package/src/themes/citron/tokens.css +136 -0
- package/src/themes/{vscode → cobalt}/tokens.css +5 -5
- package/src/themes/damson/base.css +179 -0
- package/src/themes/damson/components.css +23 -0
- package/src/themes/damson/domains.css +731 -0
- package/src/themes/damson/tokens.css +208 -0
- package/src/themes/{quizbit → fern}/base.css +21 -27
- package/src/themes/fern/components.css +23 -0
- package/src/themes/fern/domains.css +731 -0
- package/src/themes/fern/tokens.css +208 -0
- package/src/themes/{aldricpace → harbor}/tokens.css +5 -0
- package/src/themes/hearth/base.css +111 -0
- package/src/themes/hearth/components.css +22 -0
- package/src/themes/hearth/domains.css +19 -0
- package/src/themes/hearth/tokens.css +179 -0
- package/src/themes/juniper/base.css +111 -0
- package/src/themes/juniper/components.css +22 -0
- package/src/themes/juniper/domains.css +19 -0
- package/src/themes/juniper/tokens.css +171 -0
- package/src/themes/lagoon/index.css +6 -0
- package/src/themes/{duskline → lagoon}/tokens.css +5 -0
- package/src/themes/ochre/index.css +6 -0
- package/src/themes/{saltsignal → ochre}/tokens.css +8 -8
- package/src/themes/orchid/index.css +6 -0
- package/src/themes/{marenlys → orchid}/tokens.css +8 -3
- package/src/themes/quartz/base.css +114 -0
- package/src/themes/quartz/components.css +23 -0
- package/src/themes/quartz/domains.css +731 -0
- package/src/themes/quartz/index.css +6 -0
- package/src/themes/quartz/tokens.css +208 -0
- package/src/themes/roast/base.css +114 -0
- package/src/themes/roast/components.css +23 -0
- package/src/themes/roast/domains.css +731 -0
- package/src/themes/roast/index.css +6 -0
- package/src/themes/roast/tokens.css +208 -0
- package/src/themes/sienna/index.css +6 -0
- package/src/themes/slate/base.css +207 -0
- package/src/themes/slate/components.css +23 -0
- package/src/themes/slate/domains.css +731 -0
- package/src/themes/slate/index.css +6 -0
- package/src/themes/slate/tokens.css +208 -0
- package/src/themes/vesper/index.css +6 -0
- package/src/themes/{lanternhouse → vesper}/tokens.css +5 -0
- package/dist/aldricpace.css +0 -5
- package/dist/briarcove.css +0 -5
- package/dist/briarcovelib.css +0 -5
- package/dist/compass.css +0 -5
- package/dist/duskline.css +0 -5
- package/dist/kbcv.css +0 -5
- package/dist/lanternhouse.css +0 -5
- package/dist/marenlys.css +0 -5
- package/dist/quizbit.css +0 -5
- package/dist/saltsignal.css +0 -5
- package/dist/tidemark.css +0 -5
- package/dist/undertow.css +0 -5
- package/dist/vscode.css +0 -5
- package/src/scoped/themes/quizbit.css +0 -101
- package/src/themes/quizbit/tokens.css +0 -132
- /package/src/themes/{aldricpace → brass}/index.css +0 -0
- /package/src/themes/{kbcv → cardinal}/base.css +0 -0
- /package/src/themes/{kbcv → cardinal}/components.css +0 -0
- /package/src/themes/{kbcv → cardinal}/domains.css +0 -0
- /package/src/themes/{briarcove → cardinal}/index.css +0 -0
- /package/src/themes/{quizbit → citron}/components.css +0 -0
- /package/src/themes/{quizbit → citron}/domains.css +0 -0
- /package/src/themes/{briarcovelib → citron}/index.css +0 -0
- /package/src/themes/{compass → clover}/base.css +0 -0
- /package/src/themes/{compass → clover}/components.css +0 -0
- /package/src/themes/{compass → clover}/domains.css +0 -0
- /package/src/themes/{compass → clover}/index.css +0 -0
- /package/src/themes/{compass → clover}/tokens.css +0 -0
- /package/src/themes/{vscode → cobalt}/base.css +0 -0
- /package/src/themes/{vscode → cobalt}/components.css +0 -0
- /package/src/themes/{vscode → cobalt}/domains.css +0 -0
- /package/src/themes/{vscode → cobalt}/index.css +0 -0
- /package/src/themes/{undertow → copper}/base.css +0 -0
- /package/src/themes/{undertow → copper}/components.css +0 -0
- /package/src/themes/{undertow → copper}/domains.css +0 -0
- /package/src/themes/{duskline → copper}/index.css +0 -0
- /package/src/themes/{undertow → copper}/tokens.css +0 -0
- /package/src/themes/{tidemark → cypress}/base.css +0 -0
- /package/src/themes/{tidemark → cypress}/components.css +0 -0
- /package/src/themes/{tidemark → cypress}/domains.css +0 -0
- /package/src/themes/{kbcv → cypress}/index.css +0 -0
- /package/src/themes/{tidemark → cypress}/tokens.css +0 -0
- /package/src/themes/{lanternhouse → damson}/index.css +0 -0
- /package/src/themes/{marenlys → fern}/index.css +0 -0
- /package/src/themes/{aldricpace → harbor}/base.css +0 -0
- /package/src/themes/{aldricpace → harbor}/components.css +0 -0
- /package/src/themes/{aldricpace → harbor}/domains.css +0 -0
- /package/src/themes/{quizbit → harbor}/index.css +0 -0
- /package/src/themes/{saltsignal → hearth}/index.css +0 -0
- /package/src/themes/{briarcove → iris}/base.css +0 -0
- /package/src/themes/{briarcove → iris}/components.css +0 -0
- /package/src/themes/{briarcove → iris}/domains.css +0 -0
- /package/src/themes/{tidemark → iris}/index.css +0 -0
- /package/src/themes/{briarcove → iris}/tokens.css +0 -0
- /package/src/themes/{undertow → juniper}/index.css +0 -0
- /package/src/themes/{duskline → lagoon}/base.css +0 -0
- /package/src/themes/{duskline → lagoon}/components.css +0 -0
- /package/src/themes/{duskline → lagoon}/domains.css +0 -0
- /package/src/themes/{saltsignal → ochre}/base.css +0 -0
- /package/src/themes/{saltsignal → ochre}/components.css +0 -0
- /package/src/themes/{saltsignal → ochre}/domains.css +0 -0
- /package/src/themes/{marenlys → orchid}/base.css +0 -0
- /package/src/themes/{marenlys → orchid}/components.css +0 -0
- /package/src/themes/{marenlys → orchid}/domains.css +0 -0
- /package/src/themes/{briarcovelib → sienna}/base.css +0 -0
- /package/src/themes/{briarcovelib → sienna}/components.css +0 -0
- /package/src/themes/{briarcovelib → sienna}/domains.css +0 -0
- /package/src/themes/{briarcovelib → sienna}/tokens.css +0 -0
- /package/src/themes/{lanternhouse → vesper}/base.css +0 -0
- /package/src/themes/{lanternhouse → vesper}/components.css +0 -0
- /package/src/themes/{lanternhouse → vesper}/domains.css +0 -0
- /package/src/themes/{andrewpassanisi → voltaic}/base.css +0 -0
- /package/src/themes/{andrewpassanisi → voltaic}/index.css +0 -0
- /package/src/themes/{andrewpassanisi → voltaic}/tokens.css +0 -0
|
@@ -0,0 +1,208 @@
|
|
|
1
|
+
/* Hex — Meeplehaus Design Tokens
|
|
2
|
+
* Board game lounge. Deep indigo leadership with warm amber accents.
|
|
3
|
+
* Strategic warmth — inviting, thoughtful, community-driven.
|
|
4
|
+
*
|
|
5
|
+
* Full palette (10 swatch colors):
|
|
6
|
+
* #F5F3F0 warm off-white — background
|
|
7
|
+
* #FFFFFF white — card, popover
|
|
8
|
+
* #EDEAE5 warm gray — secondary
|
|
9
|
+
* #E3DFD8 light taupe — muted
|
|
10
|
+
* #D8D4CC warm border — borders
|
|
11
|
+
* #6B6B82 muted indigo — muted foreground
|
|
12
|
+
* #1A1A2E near-black blue — foreground text
|
|
13
|
+
* #4A3F6B deep indigo — primary, ring
|
|
14
|
+
* #D4A04A warm amber — accent
|
|
15
|
+
* #3A3058 darker indigo — hover
|
|
16
|
+
*
|
|
17
|
+
* @theme feeds Tailwind v4 utility generation (bg-background, text-foreground, etc.)
|
|
18
|
+
* :root provides standalone CSS custom property access for non-Tailwind consumers.
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
@theme {
|
|
22
|
+
/* Surface colors */
|
|
23
|
+
--color-background: #f5f3f0;
|
|
24
|
+
--color-foreground: #1a1a2e;
|
|
25
|
+
--color-card: #ffffff;
|
|
26
|
+
--color-card-foreground: #1a1a2e;
|
|
27
|
+
--color-popover: #ffffff;
|
|
28
|
+
--color-popover-foreground: #1a1a2e;
|
|
29
|
+
|
|
30
|
+
/* Brand */
|
|
31
|
+
--color-primary: #4a3f6b;
|
|
32
|
+
--color-primary-foreground: #ffffff;
|
|
33
|
+
|
|
34
|
+
/* Soft accents */
|
|
35
|
+
--color-secondary: #edeae5;
|
|
36
|
+
--color-secondary-foreground: #1a1a2e;
|
|
37
|
+
--color-muted: #e3dfd8;
|
|
38
|
+
--color-muted-foreground: #6b6b82;
|
|
39
|
+
--color-accent: #d4a04a;
|
|
40
|
+
--color-accent-foreground: #1a1a2e;
|
|
41
|
+
|
|
42
|
+
/* Semantic status */
|
|
43
|
+
--color-destructive: #dc2626;
|
|
44
|
+
--color-destructive-foreground: #ffffff;
|
|
45
|
+
--color-success: #16a34a;
|
|
46
|
+
--color-warning: #d97706;
|
|
47
|
+
--color-info: #2563eb;
|
|
48
|
+
|
|
49
|
+
/* Borders and focus */
|
|
50
|
+
--color-border: #d8d4cc;
|
|
51
|
+
--color-input: #d8d4cc;
|
|
52
|
+
--color-ring: #4a3f6b;
|
|
53
|
+
|
|
54
|
+
/* Typography */
|
|
55
|
+
--font-sans: 'Nunito', ui-sans-serif, system-ui, sans-serif;
|
|
56
|
+
--font-mono: 'JetBrains Mono', ui-monospace, monospace;
|
|
57
|
+
--font-serif: 'Merriweather', ui-serif, Georgia, serif;
|
|
58
|
+
--font-heading: 'Archivo Black', ui-sans-serif, system-ui, sans-serif;
|
|
59
|
+
--font-heading: 'Lora', ui-serif, Georgia, serif;
|
|
60
|
+
|
|
61
|
+
/* Typography — IDE-density type scale */
|
|
62
|
+
--font-size-2xs: 0.625rem;
|
|
63
|
+
--font-size-2xs--line-height: 1.25;
|
|
64
|
+
--font-size-xs: 0.75rem;
|
|
65
|
+
--font-size-xs--line-height: 1.5;
|
|
66
|
+
--font-size-sm: 0.8125rem;
|
|
67
|
+
--font-size-sm--line-height: 1.5;
|
|
68
|
+
--font-size-base: 0.875rem;
|
|
69
|
+
--font-size-base--line-height: 1.5;
|
|
70
|
+
--font-size-lg: 1.125rem;
|
|
71
|
+
--font-size-lg--line-height: 1.25;
|
|
72
|
+
--font-size-xl: 1.25rem;
|
|
73
|
+
--font-size-xl--line-height: 1.25;
|
|
74
|
+
|
|
75
|
+
/* Display font family */
|
|
76
|
+
--font-display: var(--font-serif);
|
|
77
|
+
--font-heading: 'Archivo Black', ui-sans-serif, system-ui, sans-serif;
|
|
78
|
+
|
|
79
|
+
--radius: 8px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
:root {
|
|
83
|
+
--background: #f5f3f0;
|
|
84
|
+
--foreground: #1a1a2e;
|
|
85
|
+
--card: #ffffff;
|
|
86
|
+
--card-foreground: #1a1a2e;
|
|
87
|
+
--popover: #ffffff;
|
|
88
|
+
--popover-foreground: #1a1a2e;
|
|
89
|
+
--primary: #4a3f6b;
|
|
90
|
+
--primary-foreground: #ffffff;
|
|
91
|
+
--secondary: #edeae5;
|
|
92
|
+
--secondary-foreground: #1a1a2e;
|
|
93
|
+
--muted: #e3dfd8;
|
|
94
|
+
--muted-foreground: #6b6b82;
|
|
95
|
+
--accent: #d4a04a;
|
|
96
|
+
--accent-foreground: #1a1a2e;
|
|
97
|
+
--destructive: #dc2626;
|
|
98
|
+
--destructive-foreground: #ffffff;
|
|
99
|
+
--success: #16a34a;
|
|
100
|
+
--warning: #d97706;
|
|
101
|
+
--info: #2563eb;
|
|
102
|
+
--border: #d8d4cc;
|
|
103
|
+
--input: #d8d4cc;
|
|
104
|
+
--ring: #4a3f6b;
|
|
105
|
+
|
|
106
|
+
/* Color token bridge -- component CSS uses var(--color-*) */
|
|
107
|
+
--color-background: #f5f3f0;
|
|
108
|
+
--color-foreground: #1a1a2e;
|
|
109
|
+
--color-card: #ffffff;
|
|
110
|
+
--color-card-foreground: #1a1a2e;
|
|
111
|
+
--color-popover: #ffffff;
|
|
112
|
+
--color-popover-foreground: #1a1a2e;
|
|
113
|
+
--color-primary: #4a3f6b;
|
|
114
|
+
--color-primary-foreground: #ffffff;
|
|
115
|
+
--color-secondary: #edeae5;
|
|
116
|
+
--color-secondary-foreground: #1a1a2e;
|
|
117
|
+
--color-muted: #e3dfd8;
|
|
118
|
+
--color-muted-foreground: #6b6b82;
|
|
119
|
+
--color-accent: #d4a04a;
|
|
120
|
+
--color-accent-foreground: #1a1a2e;
|
|
121
|
+
--color-destructive: #dc2626;
|
|
122
|
+
--color-destructive-foreground: #ffffff;
|
|
123
|
+
--color-success: #16a34a;
|
|
124
|
+
--color-warning: #d97706;
|
|
125
|
+
--color-info: #2563eb;
|
|
126
|
+
--color-border: #d8d4cc;
|
|
127
|
+
--color-input: #d8d4cc;
|
|
128
|
+
--color-ring: #4a3f6b;
|
|
129
|
+
--font-sans: 'Nunito', ui-sans-serif, system-ui, sans-serif;
|
|
130
|
+
--font-serif: 'Merriweather', ui-serif, Georgia, serif;
|
|
131
|
+
--font-heading: 'Archivo Black', ui-sans-serif, system-ui, sans-serif;
|
|
132
|
+
--font-mono: 'JetBrains Mono', ui-monospace, monospace;
|
|
133
|
+
--font-heading: 'Lora', ui-serif, Georgia, serif;
|
|
134
|
+
--radius: 8px;
|
|
135
|
+
|
|
136
|
+
/* Typography — IDE-density type scale */
|
|
137
|
+
--font-size-2xs: 0.625rem;
|
|
138
|
+
--font-size-2xs--line-height: 1.25;
|
|
139
|
+
--font-size-xs: 0.75rem;
|
|
140
|
+
--font-size-xs--line-height: 1.5;
|
|
141
|
+
--font-size-sm: 0.8125rem;
|
|
142
|
+
--font-size-sm--line-height: 1.5;
|
|
143
|
+
--font-size-base: 0.875rem;
|
|
144
|
+
--font-size-base--line-height: 1.5;
|
|
145
|
+
--font-size-lg: 1.125rem;
|
|
146
|
+
--font-size-lg--line-height: 1.25;
|
|
147
|
+
--font-size-xl: 1.25rem;
|
|
148
|
+
--font-size-xl--line-height: 1.25;
|
|
149
|
+
|
|
150
|
+
/* Display font family */
|
|
151
|
+
--font-display: var(--font-serif);
|
|
152
|
+
--font-heading: 'Archivo Black', ui-sans-serif, system-ui, sans-serif;
|
|
153
|
+
|
|
154
|
+
--radius: 8px;
|
|
155
|
+
|
|
156
|
+
/* Typography — IDE-density type scale (shorthand aliases) */
|
|
157
|
+
--text-2xs: 0.625rem;
|
|
158
|
+
--text-xs: 0.75rem;
|
|
159
|
+
--text-sm: 0.8125rem;
|
|
160
|
+
--text-base: 0.875rem;
|
|
161
|
+
--text-lg: 1.125rem;
|
|
162
|
+
--text-xl: 1.25rem;
|
|
163
|
+
--leading-tight: 1.25;
|
|
164
|
+
--leading-snug: 1.375;
|
|
165
|
+
--leading-normal: 1.5;
|
|
166
|
+
--leading-relaxed: 1.625;
|
|
167
|
+
--weight-normal: 400;
|
|
168
|
+
--weight-medium: 500;
|
|
169
|
+
--weight-semibold: 600;
|
|
170
|
+
--weight-bold: 700;
|
|
171
|
+
--tracking-tight: -0.01em;
|
|
172
|
+
--tracking-normal: 0;
|
|
173
|
+
--tracking-wide: 0.05em;
|
|
174
|
+
--tracking-wider: 0.08em;
|
|
175
|
+
--font-display: var(--font-serif);
|
|
176
|
+
--font-heading: 'Archivo Black', ui-sans-serif, system-ui, sans-serif;
|
|
177
|
+
--font-sans: 'Nunito', ui-sans-serif, system-ui, sans-serif;
|
|
178
|
+
--font-mono: 'JetBrains Mono', ui-monospace, monospace;
|
|
179
|
+
--font-serif: 'Merriweather', ui-serif, Georgia, serif;
|
|
180
|
+
--font-heading: 'Archivo Black', ui-sans-serif, system-ui, sans-serif;
|
|
181
|
+
--font-heading: 'Lora', ui-serif, Georgia, serif;
|
|
182
|
+
|
|
183
|
+
/* ── Named palette aliases ──────────────────────────────────────────────
|
|
184
|
+
* All 10 swatch colors available for direct template use.
|
|
185
|
+
*/
|
|
186
|
+
--mh-off-white: #f5f3f0;
|
|
187
|
+
--mh-white: #ffffff;
|
|
188
|
+
--mh-warm-gray: #edeae5;
|
|
189
|
+
--mh-taupe: #e3dfd8;
|
|
190
|
+
--mh-border: #d8d4cc;
|
|
191
|
+
--mh-muted-indigo: #6b6b82;
|
|
192
|
+
--mh-dark: #1a1a2e;
|
|
193
|
+
--mh-indigo: #4a3f6b;
|
|
194
|
+
--mh-amber: #d4a04a;
|
|
195
|
+
--mh-indigo-hover: #3a3058;
|
|
196
|
+
|
|
197
|
+
/* ── Rig component token bridge ─────────────────────────────────────────
|
|
198
|
+
* Overrides shared/tokens.css defaults where the Meeplehaus palette needs
|
|
199
|
+
* values that can't be derived directly from --color-* semantics.
|
|
200
|
+
*/
|
|
201
|
+
|
|
202
|
+
/* Button — darker indigo for hover feedback */
|
|
203
|
+
--rig-button-hover-bg: #3a3058;
|
|
204
|
+
|
|
205
|
+
/* Scrollbar — dark blue tint for light mode */
|
|
206
|
+
--rig-scrollbar-thumb: rgba(26, 26, 46, 0.12);
|
|
207
|
+
--rig-scrollbar-thumb-hover: rgba(26, 26, 46, 0.25);
|
|
208
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
/* Hex —
|
|
1
|
+
/* Hex — Wainloft Base Styles
|
|
2
2
|
* html/body defaults, scrollbar, focus, selection, transitions.
|
|
3
|
-
*
|
|
3
|
+
* Warm serif headings with cream canvas for home and living content.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
@reference 'tailwindcss';
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
/* Base styles */
|
|
10
10
|
html {
|
|
11
|
+
/* Keep 16px on <html> so Tailwind rem utilities stay correctly sized */
|
|
11
12
|
font-size: 16px;
|
|
12
13
|
}
|
|
13
14
|
|
|
@@ -15,39 +16,43 @@ html,
|
|
|
15
16
|
body {
|
|
16
17
|
@apply bg-background text-foreground font-sans;
|
|
17
18
|
|
|
18
|
-
color-scheme:
|
|
19
|
+
color-scheme: light;
|
|
19
20
|
-webkit-font-smoothing: antialiased;
|
|
20
21
|
-moz-osx-font-smoothing: grayscale;
|
|
21
22
|
}
|
|
22
23
|
|
|
23
24
|
body {
|
|
24
|
-
|
|
25
|
+
/* Content site: 1rem body, weight 400, comfortable reading line-height */
|
|
26
|
+
font-size: 1rem;
|
|
25
27
|
font-weight: 400;
|
|
26
|
-
line-height: 1.
|
|
28
|
+
line-height: 1.7;
|
|
27
29
|
}
|
|
28
30
|
|
|
29
|
-
/* Heading defaults */
|
|
31
|
+
/* Heading defaults — serif headings for editorial feel */
|
|
30
32
|
h1 {
|
|
31
|
-
font-size: 2.
|
|
33
|
+
font-size: 2.5rem;
|
|
32
34
|
font-weight: 700;
|
|
33
|
-
|
|
35
|
+
font-family: var(--font-heading);
|
|
36
|
+
color: var(--color-primary);
|
|
34
37
|
margin: 0;
|
|
35
38
|
padding: 0;
|
|
36
39
|
line-height: 1.15;
|
|
37
40
|
}
|
|
38
41
|
|
|
39
42
|
h2 {
|
|
40
|
-
font-size:
|
|
43
|
+
font-size: 2rem;
|
|
41
44
|
font-weight: 600;
|
|
42
|
-
|
|
45
|
+
font-family: var(--font-heading);
|
|
46
|
+
color: var(--color-primary);
|
|
43
47
|
margin: 0;
|
|
44
48
|
padding: 0;
|
|
45
49
|
line-height: 1.2;
|
|
46
50
|
}
|
|
47
51
|
|
|
48
52
|
h3 {
|
|
49
|
-
font-size: 1.
|
|
53
|
+
font-size: 1.5rem;
|
|
50
54
|
font-weight: 600;
|
|
55
|
+
font-family: var(--font-heading);
|
|
51
56
|
color: var(--color-foreground);
|
|
52
57
|
margin: 0;
|
|
53
58
|
padding: 0;
|
|
@@ -65,17 +70,17 @@ h3 {
|
|
|
65
70
|
}
|
|
66
71
|
|
|
67
72
|
::-webkit-scrollbar-thumb {
|
|
68
|
-
background: var(--
|
|
73
|
+
background: color-mix(in srgb, var(--color-foreground) 15%, transparent);
|
|
69
74
|
border-radius: 4px;
|
|
70
75
|
}
|
|
71
76
|
|
|
72
77
|
::-webkit-scrollbar-thumb:hover {
|
|
73
|
-
background: var(--
|
|
78
|
+
background: color-mix(in srgb, var(--color-foreground) 25%, transparent);
|
|
74
79
|
}
|
|
75
80
|
|
|
76
81
|
/* Focus styles */
|
|
77
82
|
*:focus-visible {
|
|
78
|
-
outline: 2px solid var(--color-
|
|
83
|
+
outline: 2px solid var(--color-primary);
|
|
79
84
|
outline-offset: 2px;
|
|
80
85
|
}
|
|
81
86
|
|
|
@@ -90,7 +95,7 @@ html {
|
|
|
90
95
|
scroll-behavior: smooth;
|
|
91
96
|
}
|
|
92
97
|
|
|
93
|
-
/* Reduced motion */
|
|
98
|
+
/* Reduced motion — disable animations and transitions */
|
|
94
99
|
@media (prefers-reduced-motion: reduce) {
|
|
95
100
|
*,
|
|
96
101
|
*::before,
|
|
@@ -105,16 +110,5 @@ html {
|
|
|
105
110
|
/* Firefox scrollbar */
|
|
106
111
|
* {
|
|
107
112
|
scrollbar-width: thin;
|
|
108
|
-
scrollbar-color: var(--
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
/* Links */
|
|
112
|
-
a {
|
|
113
|
-
color: var(--color-primary);
|
|
114
|
-
text-decoration: none;
|
|
115
|
-
transition: color 0.15s;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
a:hover {
|
|
119
|
-
color: var(--color-accent);
|
|
113
|
+
scrollbar-color: color-mix(in srgb, var(--color-foreground) 15%, transparent) transparent;
|
|
120
114
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* Hex — Wainloft Component Barrel */
|
|
2
|
+
|
|
3
|
+
@import '../../shared/rig-defaults.css';
|
|
4
|
+
@import '../../shared/components/core.css';
|
|
5
|
+
@import '../../shared/components/layout.css';
|
|
6
|
+
@import '../../shared/components/nav.css';
|
|
7
|
+
@import '../../shared/components/editor.css';
|
|
8
|
+
@import '../../shared/components/lists.css';
|
|
9
|
+
@import '../../shared/components/menus.css';
|
|
10
|
+
@import '../../shared/components/extras.css';
|
|
11
|
+
@import '../../shared/components/shell.css';
|
|
12
|
+
@import '../../shared/components/data.css';
|
|
13
|
+
@import '../../shared/components/spatial.css';
|
|
14
|
+
@import '../../shared/components/temporal.css';
|
|
15
|
+
@import '../../shared/components/web.css';
|
|
16
|
+
@import '../../shared/components/content.css';
|
|
17
|
+
@import '../../shared/a11y.css';
|
|
18
|
+
@import '../../shared/components/prose.css';
|
|
19
|
+
@import '../../shared/utilities.css';
|
|
20
|
+
@import '../../shared/scroll-animations.css';
|
|
21
|
+
|
|
22
|
+
@reference 'tailwindcss';
|
|
23
|
+
@reference './tokens.css';
|