@ossy/themes 0.0.1-alpha → 0.0.1

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,305 @@
1
+ import { Standard } from './standard.js'
2
+ import { topography } from './patterns/index.js'
3
+
4
+ export const CloudDark = {
5
+
6
+ space: Standard.space,
7
+ 'max-width': Standard['max-width'],
8
+
9
+ color: {
10
+ foreground: {
11
+ primary: 'hsl(207, 70%, 95%)',
12
+ secondary: 'hsl(207, 20%, 80%)'
13
+ },
14
+ accent: 'hsl(23, 100%, 53%)'
15
+ },
16
+
17
+ surface: {
18
+ 'primary': 'hsl(207, 95%, 8%)',
19
+ 'secondary': 'hsl(207, 95%, 10%)',
20
+ 'radial-gradient': 'radial-gradient(hsl(199deg 98% 85%) 0%, hsl(0deg 0% 100%) 80%)',
21
+ 'linear-gradient': 'linear-gradient(162deg, hsl(0deg 0% 100%) 0%, hsl(199deg 98% 97%) 100%)',
22
+
23
+ 'decorated': `
24
+ linear-gradient(180deg, var(--surface-primary) 0%, transparent 100%),
25
+ ${topography('hsla(354, 80%, 38%, .3)')},
26
+ linear-gradient(180deg, var(--surface-primary) 0%, transparent 100%),
27
+ linear-gradient(-135deg, var(--surface-primary) 20%, hsl(354, 50%, 38%) 100%)
28
+ `,
29
+ },
30
+
31
+ surfaces: {
32
+ ...Standard.surfaces,
33
+
34
+ base: {
35
+ background: 'hsl(207, 95%, 10%)',
36
+ foreground: 'hsl(207, 70%, 95%)',
37
+ separator: 'hsl(203, 50%, 15%)',
38
+ },
39
+
40
+ primary: {
41
+ foreground: 'hsl(207, 70%, 95%)',
42
+ 'foreground-hover': 'hsl(207, 70%, 96%)',
43
+ background: 'hsla(207, 95%, 8%, .6)',
44
+ 'background-hover': 'hsla(207, 95%, 8%, .7)',
45
+ backdropFilter: 'saturate(180%) blur(10px)',
46
+ separator: 'hsl(203, 50%, 15%)',
47
+ },
48
+
49
+ secondary: {
50
+ background: 'hsl(207, 95%, 10%)',
51
+ foreground: 'hsl(207, 70%, 95%)',
52
+ separator: 'hsl(203, 50%, 15%)',
53
+ },
54
+
55
+ decorated: {
56
+ background: `
57
+ linear-gradient(180deg, var(--surface-primary) 0%, transparent 100%),
58
+ ${topography('hsla(354, 80%, 38%, .3)')},
59
+ linear-gradient(180deg, var(--surface-primary) 0%, transparent 100%),
60
+ linear-gradient(-135deg, var(--surface-primary) 20%, hsl(354, 50%, 38%) 100%)
61
+ `,
62
+ 'background-hover': 'var(--surface-primary)',
63
+ 'background-active': 'var(--surface-primary)',
64
+ foreground: 'hsl(182, 23%, 95%)',
65
+ },
66
+
67
+
68
+ },
69
+
70
+ separator: {
71
+ primary: 'hsl(203, 50%, 15%)',
72
+ accent: 'hsl(23, 100%, 53%)'
73
+ },
74
+
75
+ title: {
76
+
77
+ default: {
78
+ 'font-family': 'Work Sans, sans-serif',
79
+ 'color': 'var(--color-foreground-primary)',
80
+ 'letter-spacing': '1px'
81
+ },
82
+
83
+ display: {
84
+ 'font-weight': '900',
85
+ 'line-height': '1.2',
86
+ 'font-size': 'min(54px, max(3.35vw, 32px))',
87
+ 'color': 'hsl(207, 70%, 95%)',
88
+ 'letter-spacing': '1.5px'
89
+ },
90
+
91
+ primary: {
92
+ 'font-size': '2rem',
93
+ 'font-weight': '900',
94
+ 'line-height': '1.2',
95
+ 'letter-spacing': '1.2px'
96
+ },
97
+
98
+ secondary: {
99
+ 'font-size': '1.5rem',
100
+ 'font-weight': '600',
101
+ 'line-height': '1.3',
102
+ 'letter-spacing': '1px'
103
+ },
104
+
105
+ tertiary: {
106
+ 'font-size': '1.25rem',
107
+ 'font-weight': '600',
108
+ 'line-height': '1.4',
109
+ 'letter-spacing': '0.25px'
110
+ },
111
+
112
+ lead: {
113
+ 'color': 'var(--color-accent)',
114
+ 'font-size': '1.2rem',
115
+ 'font-weight': '600',
116
+ 'line-height': '1.5',
117
+ 'letter-spacing': '0.15px'
118
+ },
119
+
120
+ logo: {
121
+ 'font-weight': '400',
122
+ 'line-height': '1.2',
123
+ 'font-size': 'min(42px, max(3vw, 48px))',
124
+ 'font-family': 'Fasthand, sans-serif',
125
+ 'color': 'hsl(207, 70%, 95%)'
126
+ },
127
+
128
+ },
129
+
130
+ text: {
131
+
132
+ default: {
133
+ 'font-family': 'Work Sans, sans-serif',
134
+ 'font-weight': '100',
135
+ 'font-size': '1rem',
136
+ 'line-height': '1.6',
137
+ 'letter-spacing': '1px',
138
+ 'color': 'var(--color-foreground-secondary)'
139
+ },
140
+
141
+ small: {
142
+ 'font-size': '.8rem',
143
+ 'line-height': '1.2',
144
+ }
145
+
146
+ },
147
+
148
+ button: {
149
+
150
+ default: {
151
+ 'background': 'transparent',
152
+ 'color': 'var(--color-foreground-secondary)',
153
+ 'border-width': '2px',
154
+ 'border-style': 'solid',
155
+ 'border-color': 'transparent',
156
+ 'border-radius': '16px',
157
+ 'padding': '8px 24px',
158
+ 'font-family': 'Work Sans, sans-serif',
159
+ 'font-size': '1rem',
160
+ 'font-weight': '400',
161
+
162
+ 'background-hover': 'hsl(0, 0%, 90%)',
163
+ 'color-hover': 'hsl(0, 0%, 20%)',
164
+
165
+ 'background-disabled': 'hsl(0, 0%, 94%)',
166
+ 'color-disabled': 'hsl(0, 0%, 50%)'
167
+ },
168
+
169
+ cta: {
170
+ 'background': 'var(--color-accent)',
171
+ 'color': 'var(--color-foreground-primary)',
172
+
173
+ 'background-hover': 'hsl(23, 100%, 43%)',
174
+ 'color-hover': 'hsl(0, 0%, 98%)'
175
+ },
176
+
177
+ link: {
178
+ 'font-weight': '100',
179
+ 'font-size': '1rem',
180
+ 'background': 'transparent',
181
+ 'border-color': 'transparent',
182
+
183
+ 'background-hover': 'transparent',
184
+ 'color-hover': 'hsl(23, 100%, 80%)'
185
+ },
186
+
187
+ command: {
188
+ 'border-radius': '4px',
189
+ 'padding': '4px',
190
+
191
+ 'background': 'transparent',
192
+ 'background-hover': 'hsl(0, 0%, 95%)',
193
+ 'color-hover': 'hsl(199deg 89% 43%)'
194
+ },
195
+
196
+ 'command-danger': {
197
+ 'border-radius': '4px',
198
+ 'padding': '4px',
199
+
200
+ 'background': 'transparent',
201
+ 'background-hover': 'hsl(0, 0%, 95%)',
202
+ 'color-hover': 'hsl(0, 89%, 43%)'
203
+ },
204
+
205
+ tab: {
206
+ 'border-style': 'solid',
207
+ 'border-color': 'transparent',
208
+ 'border-width': '4px 0 4px 0',
209
+ 'border-radius': '0',
210
+ 'padding': '16px 24px',
211
+
212
+ 'color-hover': 'hsl(23, 100%, 53%)',
213
+ 'background-hover': 'transparent',
214
+ 'border-color-hover': 'transparent transparent hsl(23, 100%, 53%) transparent',
215
+
216
+ 'border-color-focus': 'transparent transparent hsl(23, 100%, 53%) transparent'
217
+ },
218
+
219
+ 'tab-active': {
220
+ 'color': 'hsl(23, 100%, 53%)',
221
+ 'border-style': 'solid',
222
+ 'border-color': 'transparent transparent hsl(23, 100%, 53%) transparent',
223
+ 'border-width': '4px 0 4px 0',
224
+ 'border-radius': '0',
225
+ 'padding': '16px 24px',
226
+
227
+ 'background-hover': 'transparent',
228
+ 'color-hover': 'hsl(23, 100%, 53%)',
229
+
230
+ 'border-color-focus': 'transparent transparent hsl(23, 100%, 53%) transparent'
231
+ },
232
+
233
+ tag: {
234
+ 'padding': '8px',
235
+ 'background': 'hsl(0, 0%, 95%)',
236
+ 'color': 'hsl(0, 0%, 30%)',
237
+ 'border-width': '1px',
238
+ 'border-style': 'solid',
239
+ 'border-color': 'hsl(0, 0%, 90%)',
240
+ 'border-radius': '4px',
241
+ 'font-size': '12px',
242
+
243
+ 'background-hover': 'hsl(0, 0%, 90%)'
244
+ },
245
+
246
+ 'tag-active': {
247
+ 'padding': '8px',
248
+ 'background': 'hsla(199, 98%, 43%, .2)',
249
+ 'color': 'hsl(0, 0%, 20%)',
250
+ 'border-width': '1px',
251
+ 'border-style': 'solid',
252
+ 'border-color': 'hsl(199, 98%, 43%)',
253
+ 'border-radius': '4px',
254
+ 'font-size': '12px'
255
+ },
256
+
257
+ },
258
+
259
+ card: {
260
+
261
+ default: {
262
+ 'background': 'hsl(0, 0%, 100%)',
263
+ 'border-color': 'var(--separator-primary)',
264
+ 'border-style': 'solid',
265
+ 'border-width': '1px',
266
+ 'box-shadow': '3px 0 10px hsla(0, 0%, 85%, .75)',
267
+ 'padding': '32px',
268
+ 'border-radius': '8px'
269
+ },
270
+
271
+ cover: {
272
+ 'padding': '0',
273
+ },
274
+
275
+ resume: {
276
+ 'background': 'hsl(0, 0%, 100%)',
277
+ 'border-color': 'var(--separator-primary)',
278
+ 'border-style': 'solid',
279
+ 'border-width': '0 1px 0 0',
280
+ 'box-shadow': 'none',
281
+ 'padding': '24px 32px',
282
+ 'border-radius': '0'
283
+ },
284
+
285
+ hero: {
286
+ 'background': `
287
+ ${topography},
288
+ linear-gradient(321deg, hsl(200, 80%, 85%) 0%, hsl(200, 100%, 97%) 20%, hsl(15, 100%, 95%) 80%, hsl(15, 100%, 85%) 100%)
289
+ `,
290
+ 'border-color': 'transparent',
291
+ 'border-style': 'solid',
292
+ 'border-width': '1px',
293
+ 'box-shadow': '3px 0 10px hsla(0, 0%, 85%, .75)',
294
+ 'padding': 'var(--space-xl) var(--space-m)',
295
+ 'border-radius': '25px'
296
+ }
297
+
298
+ },
299
+
300
+ resume: {
301
+ 'header-border-bottom': '1px solid var(--separator-primary)',
302
+ 'header-padding': '0 24px',
303
+ 'background': 'var(--surface-linear-gradient)'
304
+ }
305
+ }
@@ -0,0 +1,358 @@
1
+ import { Standard } from './standard.js'
2
+ import { topography } from './patterns/index.js'
3
+
4
+ // hsl(198, 96%, 10%) accent from old site
5
+
6
+
7
+ export const CloudLight = {
8
+ ...Standard,
9
+
10
+ surface: {
11
+ ...Standard.surface,
12
+ primary: 'hsl(0, 100%, 100%)',
13
+ secondary: 'hsl(199deg 98% 97%)',
14
+ 'radial-gradient': 'radial-gradient(hsl(199deg 98% 85%) 0%, hsl(0deg 0% 100%) 80%)',
15
+ 'linear-gradient': 'linear-gradient(162deg, hsl(0deg 0% 100%) 0%, hsl(199deg 98% 97%) 100%)',
16
+ decorated: `
17
+ linear-gradient(0deg, var(--surface-primary) 0%, transparent 100%),
18
+ ${topography()},
19
+ linear-gradient(321deg, hsl(200, 80%, 85%) 0%, hsl(200, 100%, 97%) 20%, hsl(15, 100%, 95%) 80%, hsl(15, 100%, 85%) 100%)
20
+ `,
21
+ },
22
+
23
+ surfaces: {
24
+ ...Standard.surfaces,
25
+
26
+ // base: {
27
+ // background: 'hsl(199, 90%, 98%)',
28
+ // foreground: 'hsl(199, 90%, 10%)',
29
+ // separator: 'hsl(0, 0%, 95%)',
30
+ // },
31
+
32
+ base: {
33
+ background: `
34
+ radial-gradient(circle at center center, hsla(15, 100%, 94%, 1) 0%, hsl(199, 90%, 98%) 50%)
35
+ `,
36
+ 'background-hover': 'hsl(199, 90%, 98%)',
37
+ 'background-active': 'hsl(199, 90%, 98%)',
38
+ foreground: 'hsl(199, 90%, 10%)',
39
+ separator: 'hsl(0, 0%, 95%)',
40
+ },
41
+
42
+ primary: {
43
+ foreground: 'hsl(182, 23%, 30%)',
44
+ 'foreground-hover': 'hsl(182, 23%, 25%)',
45
+ background: 'hsla(0, 0%, 100%, .6)',
46
+ 'background-hover': 'hsla(0, 0%, 90%, .7)',
47
+ backdropFilter: 'saturate(180%) blur(10px)',
48
+ },
49
+
50
+ 'alt-glass': {
51
+ foreground: 'hsl(199deg 98% 98%)',
52
+ background: 'hsla(0, 0%, 30%, .8)',
53
+ backdropFilter: 'saturate(90%) blur(4px)',
54
+ },
55
+
56
+ // primary: {
57
+ // background: 'hsl(199, 90%, 100%)',
58
+ // 'background-hover': 'hsl(199, 90%, 98%)',
59
+ // foreground: 'hsl(182, 23%, 30%)',
60
+ // 'foreground-hover': 'hsl(182, 23%, 30%)',
61
+ // },
62
+
63
+ secondary: {
64
+ background: 'hsl(199deg 98% 97%)',
65
+ 'background-hover': 'hsl(199deg 98% 95%)',
66
+ foreground: 'hsl(182, 23%, 30%)',
67
+ 'foreground-hover': 'hsl(182, 23%, 20%)',
68
+ },
69
+
70
+ 'radial-gradient': {
71
+ background: 'radial-gradient(hsl(199deg 98% 85%) 0%, hsl(0deg 0% 100%) 80%)',
72
+ 'background-hover': 'radial-gradient(hsl(199deg 98% 85%) 0%, hsl(0deg 0% 100%) 80%)',
73
+ 'background-active': 'radial-gradient(hsl(199deg 98% 85%) 0%, hsl(0deg 0% 100%) 80%)',
74
+ foreground: 'hsl(182, 23%, 30%)',
75
+ },
76
+
77
+ 'linear-gradient': {
78
+ background: 'linear-gradient(162deg, hsl(0deg 0% 100%) 0%, hsl(199deg 98% 97%) 100%)',
79
+ 'background-hover': 'linear-gradient(162deg, hsl(0deg 0% 100%) 0%, hsl(199deg 98% 97%) 100%)',
80
+ 'background-active': 'linear-gradient(162deg, hsl(0deg 0% 100%) 0%, hsl(199deg 98% 97%) 100%)',
81
+ foreground: 'hsl(182, 23%, 30%)',
82
+ },
83
+
84
+ 'alt-primary': {
85
+ // background: 'hsl(199, 98%, 10%)',
86
+ background: 'hsl(199deg 98% 17%)',
87
+ // background: 'hsl(168, 28%, 40%)',
88
+ // background: 'hsl(168, 28%, 60%)',
89
+ // background: 'hsl(168, 10%, 24%)',
90
+ // background: 'hsl(167, 1%, 40%)',
91
+ foreground: 'hsl(199deg 98% 98%)',
92
+ separator: 'hsl(0, 0%, 95%)',
93
+ },
94
+
95
+ 'alt-secondary': {
96
+ background: 'hsl(199, 98%, 10%)',
97
+ background: 'hsl(168, 28%, 5%)',
98
+ background: 'hsl(168, 28%, 35%)',
99
+ foreground: 'hsl(199deg 98% 98%)',
100
+ separator: 'hsl(0, 0%, 95%)',
101
+ },
102
+
103
+ decorated: {
104
+ background: `
105
+ linear-gradient(0deg, var(--surface-primary) 0%, transparent 100%),
106
+ ${topography()},
107
+ linear-gradient(90deg, hsla(200, 80%, 85%, .9) 0%, hsla(200, 100%, 97%, .9) 20%, hsla(15, 100%, 95%, .9) 80%, hsla(15, 100%, 85%, .9) 100%)
108
+ `,
109
+ 'background-hover': 'hsl(199, 98%, 97%)',
110
+ 'background-active': 'hsl(199, 98%, 97%)',
111
+ foreground: 'hsl(182, 23%, 30%)',
112
+ },
113
+
114
+ decorated: {
115
+ background: `
116
+ radial-gradient(ellipse at center, transparent 100%, hsla(0, 0%, 100%, .6) 100%),
117
+ ${topography()},
118
+ linear-gradient(90deg, hsla(200, 80%, 85%, 1) 0%, hsla(200, 100%, 97%, 1) 20%, hsla(15, 100%, 95%, 1) 80%, hsla(15, 100%, 85%, 1) 100%)
119
+ `,
120
+ 'background-hover': 'hsl(199, 98%, 97%)',
121
+ 'background-active': 'hsl(199, 98%, 97%)',
122
+ foreground: 'hsl(182, 23%, 30%)',
123
+ },
124
+ // hsl(168, 28%, 40%)
125
+ // decorated: {
126
+ // background: `
127
+ // radial-gradient(ellipse at center, transparent 0%, var(--surfaces-alt-primary-background) 70%),
128
+ // ${topography()},
129
+ // linear-gradient(90deg, hsla(168, 28%, 40%, 1) 0%, hsla(168, 28%, 40%, 1) 20%, hsla(168, 28%, 40%, 1) 80%, hsla(168, 28%, 40%, 1) 100%)
130
+ // `,
131
+ // foreground: 'hsl(182, 23%, 30%)',
132
+ // },
133
+
134
+ },
135
+
136
+ separator: {
137
+ ...Standard.separator,
138
+ 'primary': 'hsl(0, 0%, 90%)',
139
+ 'accent': 'hsl(167, 89%, 43%)'
140
+ },
141
+
142
+ title: {
143
+ ...Standard.title,
144
+
145
+ default: {
146
+ 'font-family': 'Roboto, sans-serif',
147
+ 'font-weight': '900',
148
+ 'color': 'hsl(199deg 98% 17%)',
149
+ 'letter-spacing': '1px'
150
+ },
151
+
152
+ display: {
153
+ 'line-height': '1.1',
154
+ 'font-size': 'min(80px, max(2.9vw, 32px))',
155
+ 'font-family': 'Roboto, sans-serif',
156
+ 'font-weight': '700',
157
+ },
158
+
159
+ primary: {
160
+ 'font-size': '2rem',
161
+ 'line-height': '1.2',
162
+ 'letter-spacing': '1px'
163
+ },
164
+
165
+ secondary: {
166
+ 'font-size': '1.5rem',
167
+ 'line-height': '1.3',
168
+ 'letter-spacing': '1px'
169
+ },
170
+
171
+ tertiary: {
172
+ 'font-size': '1.25rem',
173
+ 'line-height': '1.4',
174
+ 'letter-spacing': '0.25px'
175
+ },
176
+
177
+ lead: {
178
+ 'color': 'hsl(167, 89%, 43%)',
179
+ 'font-size': '1.2rem',
180
+ 'line-height': '1.5',
181
+ 'letter-spacing': '0.15px'
182
+ },
183
+
184
+ logo: {
185
+ 'font-family': 'Roboto, sans-serif',
186
+ 'line-height': '1',
187
+ 'font-size': 'min(30px, max(3vw, 32px))'
188
+ },
189
+
190
+ },
191
+
192
+ text: {
193
+ ...Standard.text,
194
+
195
+ default: {
196
+ 'font-family': 'Roboto, sans-serif',
197
+ 'font-weight': '500',
198
+ 'font-size': '1rem',
199
+ 'line-height': '1.6',
200
+ 'color': 'hsl(182, 23%, 30%)'
201
+ },
202
+
203
+ },
204
+
205
+ button: {
206
+ ...Standard.button,
207
+
208
+ default: {
209
+ 'background': 'transparent',
210
+ 'color': 'hsl(0, 0%, 50%)',
211
+ 'border-width': '2px',
212
+ 'border-style': 'solid',
213
+ 'border-color': 'transparent',
214
+ 'border-radius': '999px',
215
+ 'padding': '8px 16px',
216
+ 'font-family': 'Roboto, sans-serif',
217
+ 'font-size': '14px',
218
+ 'font-weight': '500',
219
+ 'letter-spacing': '.7px',
220
+
221
+ 'background-hover': 'hsl(0, 0%, 90%)',
222
+ 'color-hover': 'hsl(0, 0%, 20%)',
223
+
224
+ 'background-disabled': 'hsl(0, 0%, 94%)',
225
+ 'color-disabled': 'hsl(0, 0%, 50%)',
226
+ },
227
+
228
+ header: {
229
+ 'color': 'hsl(0, 0%, 80%)',
230
+ 'background': 'transparent',
231
+ 'border-width': '.5px'
232
+ },
233
+
234
+ secondary: {
235
+ 'background': 'hsla(0, 0%, 98%, .8)',
236
+ 'color': 'hsl(0, 0%, 20%)',
237
+ 'border-width': '.5px',
238
+
239
+ 'background-hover': 'hsl(0, 0%, 95%)',
240
+ 'color-hover': 'hsl(0, 0%, 15%)'
241
+ },
242
+
243
+ cta: {
244
+ 'background': 'hsl(167, 89%, 43%)',
245
+ 'color': 'hsl(0, 0%, 98%)',
246
+ 'box-shadow': '3px 0 10px hsla(0, 0%, 85%, .75)',
247
+
248
+ 'background-hover': 'hsl(167, 89%, 38%)',
249
+ 'color-hover': 'hsl(0, 0%, 98%)'
250
+ },
251
+
252
+ link: {
253
+ 'button-link-background': 'transparent',
254
+ 'button-link-border-color': 'transparent',
255
+
256
+ 'button-link-background-hover': 'transparent',
257
+ 'button-link-color-hover': 'hsl(167, 89%, 43%)',
258
+ },
259
+
260
+ command: {
261
+ 'border-radius': '4px',
262
+ 'padding': '4px',
263
+
264
+ 'background': 'hsl(0, 0%, 99%)',
265
+ 'background-hover': 'hsl(0, 0%, 95%)',
266
+ 'color-hover': 'hsl(199deg 89% 43%)'
267
+ // 'color-hover': 'hsl(167, 89%, 43%)'
268
+ },
269
+
270
+ 'command-danger': {
271
+ 'border-radius': '4px',
272
+ 'padding': '4px',
273
+
274
+ 'background': 'hsl(0, 0%, 99%)',
275
+ 'background-hover': 'hsl(0, 0%, 95%)',
276
+ 'color-hover': 'hsl(0 89% 43%)'
277
+ },
278
+
279
+
280
+ tab: {
281
+ 'border-style': 'solid',
282
+ 'border-color': 'transparent',
283
+ 'border-width': '4px 0 4px 0',
284
+ 'border-radius': '0',
285
+ 'padding': '16px 24px',
286
+
287
+ 'color-hover': 'hsl(167, 89%, 43%)',
288
+ 'background-hover': 'transparent',
289
+ 'border-color-hover': 'transparent transparent hsl(167, 89%, 43%) transparent',
290
+
291
+ 'border-color-focus': 'transparent transparent hsl(167, 89%, 43%) transparent'
292
+ },
293
+
294
+ 'tab-active': {
295
+ 'color': 'hsl(167, 89%, 43%)',
296
+ 'border-style': 'solid',
297
+ 'border-color': 'transparent transparent hsl(167, 89%, 43%) transparent',
298
+ 'border-width': '4px 0 4px 0',
299
+ 'border-radius': '0',
300
+ 'padding': '16px 24px',
301
+
302
+ 'background-hover': 'transparent',
303
+ 'color-hover': 'hsl(167, 89%, 43%)',
304
+
305
+ 'border-color-focus': 'transparent transparent hsl(167, 89%, 43%) transparent'
306
+ },
307
+
308
+ },
309
+
310
+ card: {
311
+ ...Standard.card,
312
+
313
+ default: {
314
+ 'background': 'hsl(0, 0%, 100%)',
315
+ 'border-color': 'var(--separator-primary)',
316
+ 'border-style': 'solid',
317
+ 'border-width': '0',
318
+ 'box-shadow': 'none',
319
+ 'padding': '32px',
320
+ 'border-radius': '24px'
321
+ },
322
+
323
+ cover: {
324
+ 'padding': '0',
325
+ },
326
+
327
+ resume: {
328
+ 'background': 'hsl(0, 0%, 100%)',
329
+ 'border-color': 'var(--separator-primary)',
330
+ 'border-style': 'solid',
331
+ 'border-width': '0 1px 0 0',
332
+ 'box-shadow': 'none',
333
+ 'padding': '24px 32px',
334
+ 'border-radius': '0'
335
+ },
336
+
337
+ hero: {
338
+ 'background': `
339
+ ${topography},
340
+ linear-gradient(321deg, hsl(200, 80%, 85%) 0%, hsl(200, 100%, 97%) 20%, hsl(15, 100%, 95%) 80%, hsl(15, 100%, 85%) 100%)
341
+ `,
342
+ 'border-color': 'transparent',
343
+ 'border-style': 'solid',
344
+ 'border-width': '1px',
345
+ 'box-shadow': '3px 0 10px hsla(0, 0%, 85%, .75)',
346
+ 'padding': 'var(--space-xl) var(--space-m)',
347
+ 'border-radius': '25px'
348
+ }
349
+
350
+ },
351
+
352
+ resume: {
353
+ ...Standard.resume,
354
+ 'header-border-bottom': '1px solid var(--separator-primary)',
355
+ 'header-padding': '0 24px',
356
+ 'background': 'var(--surface-linear-gradient)'
357
+ }
358
+ }