@atom-learning/theme 6.0.0-beta.1 → 6.0.0-beta.11

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,561 @@
1
+ export const theme: {
2
+ colors: {
3
+ textBold: "hsl(0, 0%, 12%)"
4
+ textRegular: "hsl(0, 0%, 20%)"
5
+ textSubtle: "hsl(0, 0%, 33%)"
6
+ textMinimal: "hsl(0, 0%, 46%)"
7
+ background: "hsl(0, 0%, 96%)"
8
+ backgroundAccent: "hsl(215, 100%, 98%)"
9
+ black: "#000"
10
+ white: "#fff"
11
+ grey100: "hsl(0, 0%, 96%)"
12
+ grey200: "hsl(0, 0%, 92%)"
13
+ grey300: "hsl(0, 0%, 88%)"
14
+ grey400: "hsl(0, 0%, 81%)"
15
+ grey500: "hsl(0, 0%, 73%)"
16
+ grey600: "hsl(0, 0%, 62%)"
17
+ grey700: "hsl(0, 0%, 46%)"
18
+ grey800: "hsl(0, 0%, 33%)"
19
+ grey900: "hsl(0, 0%, 20%)"
20
+ grey1000: "hsl(0, 0%, 12%)"
21
+ grey1100: "hsl(0, 0%, 10%)"
22
+ grey1200: "hsl(0, 0%, 6%)"
23
+ blue100: "hsl(215, 100%, 98%)"
24
+ blue200: "hsl(212, 100%, 95%)"
25
+ blue300: "hsl(211, 100%, 92%)"
26
+ blue400: "hsl(211, 100%, 88%)"
27
+ blue500: "hsl(212, 100%, 80%)"
28
+ blue600: "hsl(213, 100%, 71%)"
29
+ blue700: "hsl(214, 100%, 58%)"
30
+ blue800: "hsl(217, 92%, 51%)"
31
+ blue900: "hsl(223, 79%, 44%)"
32
+ blue1000: "hsl(228, 82%, 35%)"
33
+ blue1100: "hsl(228, 63%, 23%)"
34
+ blue1200: "hsl(227, 57%, 11%)"
35
+ pink100: "hsl(311, 100%, 98%)"
36
+ pink200: "hsl(310, 100%, 95%)"
37
+ pink300: "hsl(311, 100%, 90%)"
38
+ pink400: "hsl(313, 100%, 80%)"
39
+ pink500: "hsl(313, 83%, 72%)"
40
+ pink600: "hsl(315, 82%, 66%)"
41
+ pink700: "hsl(316, 63%, 56%)"
42
+ pink800: "hsl(317, 63%, 44%)"
43
+ pink900: "hsl(318, 63%, 37%)"
44
+ pink1000: "hsl(319, 55%, 33%)"
45
+ pink1100: "hsl(318, 98%, 16%)"
46
+ pink1200: "hsl(318, 97%, 12%)"
47
+ purple100: "hsl(246, 83%, 98%)"
48
+ purple200: "hsl(244, 74%, 95%)"
49
+ purple300: "hsl(246, 76%, 92%)"
50
+ purple400: "hsl(246, 74%, 85%)"
51
+ purple500: "hsl(249, 72%, 76%)"
52
+ purple600: "hsl(252, 70%, 66%)"
53
+ purple700: "hsl(256, 65%, 62%)"
54
+ purple800: "hsl(252, 51%, 51%)"
55
+ purple900: "hsl(257, 54%, 42%)"
56
+ purple1000: "hsl(257, 53%, 35%)"
57
+ purple1100: "hsl(255, 57%, 23%)"
58
+ purple1200: "hsl(255, 76%, 13%)"
59
+ cyan100: "hsl(198, 100%, 97%)"
60
+ cyan200: "hsl(199, 100%, 94%)"
61
+ cyan300: "hsl(201, 100%, 89%)"
62
+ cyan400: "hsl(200, 100%, 84%)"
63
+ cyan500: "hsl(201, 96%, 73%)"
64
+ cyan600: "hsl(202, 85%, 60%)"
65
+ cyan700: "hsl(204, 81%, 46%)"
66
+ cyan800: "hsl(205, 100%, 38%)"
67
+ cyan900: "hsl(206, 100%, 30%)"
68
+ cyan1000: "hsl(205, 100%, 21%)"
69
+ cyan1100: "hsl(206, 97%, 15%)"
70
+ cyan1200: "hsl(207, 73%, 9%)"
71
+ green100: "hsl(148, 93%, 94%)"
72
+ green200: "hsl(149, 95%, 91%)"
73
+ green300: "hsl(147, 87%, 85%)"
74
+ green400: "hsl(148, 84%, 70%)"
75
+ green500: "hsl(148, 75%, 54%)"
76
+ green600: "hsl(148, 77%, 45%)"
77
+ green700: "hsl(148, 84%, 36%)"
78
+ green800: "hsl(158, 79%, 29%)"
79
+ green900: "hsl(166, 71%, 24%)"
80
+ green1000: "hsl(166, 67%, 20%)"
81
+ green1100: "hsl(169, 88%, 10%)"
82
+ green1200: "hsl(155, 93%, 5%)"
83
+ magenta100: "hsl(330, 100%, 99%)"
84
+ magenta200: "hsl(329, 100%, 96%)"
85
+ magenta300: "hsl(332, 100%, 92%)"
86
+ magenta400: "hsl(333, 100%, 90%)"
87
+ magenta500: "hsl(333, 90%, 80%)"
88
+ magenta600: "hsl(333, 87%, 72%)"
89
+ magenta700: "hsl(333, 75%, 59%)"
90
+ magenta800: "hsl(333, 69%, 49%)"
91
+ magenta900: "hsl(333, 74%, 36%)"
92
+ magenta1000: "hsl(333, 86%, 25%)"
93
+ magenta1100: "hsl(333, 95%, 16%)"
94
+ magenta1200: "hsl(334, 62%, 10%)"
95
+ red100: "hsl(0, 100%, 99%)"
96
+ red200: "hsl(0, 100%, 96%)"
97
+ red300: "hsl(0, 100%, 96%)"
98
+ red400: "hsl(357, 100%, 93%)"
99
+ red500: "hsl(356, 96%, 83%)"
100
+ red600: "hsl(357, 90%, 73%)"
101
+ red700: "hsl(357, 80%, 59%)"
102
+ red800: "hsl(357, 76%, 49%)"
103
+ red900: "hsl(357, 73%, 37%)"
104
+ red1000: "hsl(357, 79%, 26%)"
105
+ red1100: "hsl(357, 91%, 17%)"
106
+ red1200: "hsl(357, 73%, 10%)"
107
+ teal100: "hsl(180, 83%, 95%)"
108
+ teal200: "hsl(180, 75%, 88%)"
109
+ teal300: "hsl(180, 71%, 78%)"
110
+ teal400: "hsl(179, 70%, 71%)"
111
+ teal500: "hsl(179, 65%, 52%)"
112
+ teal600: "hsl(179, 76%, 41%)"
113
+ teal700: "hsl(179, 91%, 31%)"
114
+ teal800: "hsl(178, 100%, 25%)"
115
+ teal900: "hsl(180, 100%, 18%)"
116
+ teal1000: "hsl(183, 100%, 13%)"
117
+ teal1100: "hsl(187, 92%, 10%)"
118
+ teal1200: "hsl(186, 56%, 7%)"
119
+ orange100: "hsl(45, 100%, 96%)"
120
+ orange200: "hsl(46, 100%, 89%)"
121
+ orange300: "hsl(46, 100%, 77%)"
122
+ orange400: "hsl(44, 100%, 65%)"
123
+ orange500: "hsl(41, 100%, 55%)"
124
+ orange600: "hsl(29, 100%, 55%)"
125
+ orange700: "hsl(35, 95%, 50%)"
126
+ orange800: "hsl(22, 94%, 54%)"
127
+ orange900: "hsl(22, 100%, 46%)"
128
+ orange1000: "hsl(20, 100%, 39%)"
129
+ orange1100: "hsl(18, 100%, 27%)"
130
+ orange1200: "hsl(18, 100%, 21%)"
131
+ yellow100: "hsl(53, 94%, 93%)"
132
+ yellow200: "hsl(54, 92%, 85%)"
133
+ yellow300: "hsl(54, 92%, 75%)"
134
+ yellow400: "hsl(52, 97%, 63%)"
135
+ yellow500: "hsl(51, 100%, 46%)"
136
+ yellow600: "hsl(49, 100%, 39%)"
137
+ yellow700: "hsl(48, 100%, 35%)"
138
+ yellow800: "hsl(46, 100%, 30%)"
139
+ yellow900: "hsl(44, 100%, 22%)"
140
+ yellow1000: "hsl(44, 100%, 18%)"
141
+ yellow1100: "hsl(41, 100%, 11%)"
142
+ yellow1200: "hsl(39, 100%, 8%)"
143
+ lime100: "hsl(73, 94%, 93%)"
144
+ lime200: "hsl(73, 94%, 87%)"
145
+ lime300: "hsl(73, 90%, 77%)"
146
+ lime400: "hsl(74, 82%, 69%)"
147
+ lime500: "hsl(74, 68%, 58%)"
148
+ lime600: "hsl(74, 77%, 41%)"
149
+ lime700: "hsl(75, 100%, 31%)"
150
+ lime800: "hsl(75, 100%, 27%)"
151
+ lime900: "hsl(75, 100%, 19%)"
152
+ lime1000: "hsl(75, 100%, 15%)"
153
+ lime1100: "hsl(75, 100%, 9%)"
154
+ lime1200: "hsl(74, 100%, 6%)"
155
+ lapis100: "hsl(214, 100%, 97%)"
156
+ lapis200: "hsl(215, 100%, 95%)"
157
+ lapis300: "hsl(202, 100%, 87%)"
158
+ lapis400: "hsl(212, 100%, 83%)"
159
+ lapis500: "hsl(220, 95%, 76%)"
160
+ lapis600: "hsl(230, 84%, 70%)"
161
+ lapis700: "hsl(240, 79%, 66%)"
162
+ lapis800: "hsl(240, 59%, 52%)"
163
+ lapis900: "hsl(240, 58%, 38%)"
164
+ lapis1000: "hsl(240, 63%, 29%)"
165
+ lapis1100: "hsl(240, 87%, 18%)"
166
+ lapis1200: "hsl(240, 97%, 12%)"
167
+ maroon100: "hsl(15, 100%, 98%)"
168
+ maroon200: "hsl(16, 100%, 93%)"
169
+ maroon300: "hsl(16, 100%, 87%)"
170
+ maroon400: "hsl(16, 100%, 80%)"
171
+ maroon500: "hsl(7, 89%, 70%)"
172
+ maroon600: "hsl(7, 78%, 60%)"
173
+ maroon700: "hsl(7, 67%, 44%)"
174
+ maroon800: "hsl(7, 95%, 32%)"
175
+ maroon900: "hsl(349, 89%, 28%)"
176
+ maroon1000: "hsl(346, 77%, 26%)"
177
+ maroon1100: "hsl(335, 73%, 20%)"
178
+ maroon1200: "hsl(335, 81%, 12%)"
179
+ marsh100: "hsl(147, 50%, 96%)"
180
+ marsh200: "hsl(147, 27%, 88%)"
181
+ marsh300: "hsl(147, 26%, 82%)"
182
+ marsh400: "hsl(147, 25%, 73%)"
183
+ marsh500: "hsl(147, 22%, 60%)"
184
+ marsh600: "hsl(147, 15%, 48%)"
185
+ marsh700: "hsl(147, 15%, 37%)"
186
+ marsh800: "hsl(147, 23%, 29%)"
187
+ marsh900: "hsl(147, 25%, 21%)"
188
+ marsh1000: "hsl(147, 17%, 18%)"
189
+ marsh1100: "hsl(147, 24%, 13%)"
190
+ marsh1200: "hsl(147, 14%, 7%)"
191
+ coolGrey100: "hsl(206, 47%, 97%)"
192
+ coolGrey200: "hsl(205, 35%, 93%)"
193
+ coolGrey300: "hsl(206, 27%, 90%)"
194
+ coolGrey400: "hsl(205, 20%, 83%)"
195
+ coolGrey500: "hsl(207, 16%, 76%)"
196
+ coolGrey600: "hsl(207, 14%, 65%)"
197
+ coolGrey700: "hsl(206, 9%, 49%)"
198
+ coolGrey800: "hsl(207, 11%, 35%)"
199
+ coolGrey900: "hsl(208, 15%, 22%)"
200
+ coolGrey1000: "hsl(208, 19%, 14%)"
201
+ coolGrey1100: "hsl(207, 20%, 11%)"
202
+ coolGrey1200: "hsl(210, 18%, 7%)"
203
+ alpha100: "hsla(0, 0%, 20%, 0.1)"
204
+ alpha150: "hsla(0, 0%, 20%, 0.15)"
205
+ alpha200: "hsla(0, 0%, 20%, 0.2)"
206
+ alpha250: "hsla(0, 0%, 20%, 0.25)"
207
+ alpha600: "hsla(0, 0%, 20%, 0.6)"
208
+ infoLight: "hsl(215, 100%, 98%)"
209
+ info: "hsl(217, 92%, 51%)"
210
+ infoMid: "hsl(223, 79%, 44%)"
211
+ infoDark: "hsl(228, 82%, 35%)"
212
+ successLight: "hsl(119, 44%, 94%)"
213
+ success: "hsl(119, 100%, 27%)"
214
+ successMid: "hsl(124, 100%, 22%)"
215
+ successDark: "hsl(126, 100%, 17%)"
216
+ dangerLight: "hsl(0, 77%, 95%)"
217
+ danger: "hsl(0, 96%, 48%)"
218
+ dangerMid: "hsl(0, 96%, 41%)"
219
+ dangerDark: "hsl(0, 97%, 34%)"
220
+ warningLight: "hsl(39, 100%, 94%)"
221
+ warning: "hsl(41, 100%, 55%)"
222
+ warningMid: "hsl(41, 89%, 48%)"
223
+ warningDark: "hsl(41, 100%, 41%)"
224
+ warningText: "hsl(24, 100%, 37%)"
225
+ subjectEnglish: "hsl(333, 75%, 59%)"
226
+ subjectMaths: "hsl(214, 100%, 58%)"
227
+ subjectScience: "hsl(256, 65%, 62%)"
228
+ subjectVerbalReasoning: "hsl(148, 84%, 36%)"
229
+ subjectNonVerbalReasoning: "hsl(41, 100%, 55%)"
230
+ subjectCreativeWriting: "hsl(35, 95%, 50%)"
231
+ subjectExamSkills: "hsl(257, 53%, 35%)"
232
+ subjectGcseEnglishLiterature: "hsl(333, 75%, 59%)"
233
+ subjectGcseEnglishLanguage: "hsl(256, 65%, 62%)"
234
+ subjectGcseMaths: "hsl(214, 100%, 58%)"
235
+ subjectGcseChemistry: "hsl(35, 95%, 50%)"
236
+ subjectGcsePhysics: "hsl(206, 9%, 49%)"
237
+ subjectGcseBiology: "hsl(148, 84%, 36%)"
238
+ glBlueLight: "hsl(222, 68%, 78%)"
239
+ glBluePrimary: "hsl(222, 56%, 55%)"
240
+ glBlueDark: "hsl(222, 35%, 43%)"
241
+ }
242
+ space: {
243
+ base: "0.25rem"
244
+ }
245
+ fontSizes: {
246
+ xs: "0.75rem"
247
+ sm: "0.875rem"
248
+ md: "1rem"
249
+ lg: "1.3125rem"
250
+ xl: "1.75rem"
251
+ '2xl': "2.3125rem"
252
+ '3xl': "3.125rem"
253
+ '4xl': "5.625rem"
254
+ }
255
+ fonts: {
256
+ sans: "system-ui, -apple-system, \'Helvetica Neue\', sans-serif"
257
+ mono: "\'SFMono-Regular\', Consolas, Menlo, monospace"
258
+ display: "system-ui, -apple-system, \'Helvetica Neue\', sans-serif"
259
+ body: "system-ui, -apple-system, \'Helvetica Neue\', sans-serif"
260
+ }
261
+ lineHeights: {
262
+ xs: "1.6"
263
+ sm: "1.53"
264
+ md: "1.5"
265
+ lg: "1.52"
266
+ xl: "1.42"
267
+ '2xl': "1.08"
268
+ '3xl': "1.12"
269
+ '4xl': "1"
270
+ }
271
+ radii: {
272
+ sm: "0.25rem"
273
+ md: "0.5rem"
274
+ lg: "0.75rem"
275
+ xl: "1rem"
276
+ }
277
+ shadows: {
278
+ sm: "0 1px 3px hsla(0, 0%, 20%, 0.1), 0 1px 2px hsla(0, 0%, 20%, 0.15)"
279
+ md: "0 3px 6px hsla(0, 0%, 20%, 0.1), 0 3px 6px hsla(0, 0%, 20%, 0.1)"
280
+ lg: "0 10px 20px hsla(0, 0%, 20%, 0.1), 0 6px 6px hsla(0, 0%, 20%, 0.1)"
281
+ xl: "0 14px 28px hsla(0, 0%, 20%, 0.15), 0 10px 10px hsla(0, 0%, 20%, 0.1)"
282
+ }
283
+ }
284
+
285
+ export type Theme = typeof theme
286
+
287
+ export const properties: {
288
+ '--color-text-bold': "hsl(0, 0%, 12%)"
289
+ '--color-text-regular': "hsl(0, 0%, 20%)"
290
+ '--color-text-subtle': "hsl(0, 0%, 33%)"
291
+ '--color-text-minimal': "hsl(0, 0%, 46%)"
292
+ '--color-background': "hsl(0, 0%, 96%)"
293
+ '--color-background-accent': "hsl(215, 100%, 98%)"
294
+ '--color-black': "#000"
295
+ '--color-white': "#fff"
296
+ '--color-grey-100': "hsl(0, 0%, 96%)"
297
+ '--color-grey-200': "hsl(0, 0%, 92%)"
298
+ '--color-grey-300': "hsl(0, 0%, 88%)"
299
+ '--color-grey-400': "hsl(0, 0%, 81%)"
300
+ '--color-grey-500': "hsl(0, 0%, 73%)"
301
+ '--color-grey-600': "hsl(0, 0%, 62%)"
302
+ '--color-grey-700': "hsl(0, 0%, 46%)"
303
+ '--color-grey-800': "hsl(0, 0%, 33%)"
304
+ '--color-grey-900': "hsl(0, 0%, 20%)"
305
+ '--color-grey-1000': "hsl(0, 0%, 12%)"
306
+ '--color-grey-1100': "hsl(0, 0%, 10%)"
307
+ '--color-grey-1200': "hsl(0, 0%, 6%)"
308
+ '--color-blue-100': "hsl(215, 100%, 98%)"
309
+ '--color-blue-200': "hsl(212, 100%, 95%)"
310
+ '--color-blue-300': "hsl(211, 100%, 92%)"
311
+ '--color-blue-400': "hsl(211, 100%, 88%)"
312
+ '--color-blue-500': "hsl(212, 100%, 80%)"
313
+ '--color-blue-600': "hsl(213, 100%, 71%)"
314
+ '--color-blue-700': "hsl(214, 100%, 58%)"
315
+ '--color-blue-800': "hsl(217, 92%, 51%)"
316
+ '--color-blue-900': "hsl(223, 79%, 44%)"
317
+ '--color-blue-1000': "hsl(228, 82%, 35%)"
318
+ '--color-blue-1100': "hsl(228, 63%, 23%)"
319
+ '--color-blue-1200': "hsl(227, 57%, 11%)"
320
+ '--color-pink-100': "hsl(311, 100%, 98%)"
321
+ '--color-pink-200': "hsl(310, 100%, 95%)"
322
+ '--color-pink-300': "hsl(311, 100%, 90%)"
323
+ '--color-pink-400': "hsl(313, 100%, 80%)"
324
+ '--color-pink-500': "hsl(313, 83%, 72%)"
325
+ '--color-pink-600': "hsl(315, 82%, 66%)"
326
+ '--color-pink-700': "hsl(316, 63%, 56%)"
327
+ '--color-pink-800': "hsl(317, 63%, 44%)"
328
+ '--color-pink-900': "hsl(318, 63%, 37%)"
329
+ '--color-pink-1000': "hsl(319, 55%, 33%)"
330
+ '--color-pink-1100': "hsl(318, 98%, 16%)"
331
+ '--color-pink-1200': "hsl(318, 97%, 12%)"
332
+ '--color-purple-100': "hsl(246, 83%, 98%)"
333
+ '--color-purple-200': "hsl(244, 74%, 95%)"
334
+ '--color-purple-300': "hsl(246, 76%, 92%)"
335
+ '--color-purple-400': "hsl(246, 74%, 85%)"
336
+ '--color-purple-500': "hsl(249, 72%, 76%)"
337
+ '--color-purple-600': "hsl(252, 70%, 66%)"
338
+ '--color-purple-700': "hsl(256, 65%, 62%)"
339
+ '--color-purple-800': "hsl(252, 51%, 51%)"
340
+ '--color-purple-900': "hsl(257, 54%, 42%)"
341
+ '--color-purple-1000': "hsl(257, 53%, 35%)"
342
+ '--color-purple-1100': "hsl(255, 57%, 23%)"
343
+ '--color-purple-1200': "hsl(255, 76%, 13%)"
344
+ '--color-cyan-100': "hsl(198, 100%, 97%)"
345
+ '--color-cyan-200': "hsl(199, 100%, 94%)"
346
+ '--color-cyan-300': "hsl(201, 100%, 89%)"
347
+ '--color-cyan-400': "hsl(200, 100%, 84%)"
348
+ '--color-cyan-500': "hsl(201, 96%, 73%)"
349
+ '--color-cyan-600': "hsl(202, 85%, 60%)"
350
+ '--color-cyan-700': "hsl(204, 81%, 46%)"
351
+ '--color-cyan-800': "hsl(205, 100%, 38%)"
352
+ '--color-cyan-900': "hsl(206, 100%, 30%)"
353
+ '--color-cyan-1000': "hsl(205, 100%, 21%)"
354
+ '--color-cyan-1100': "hsl(206, 97%, 15%)"
355
+ '--color-cyan-1200': "hsl(207, 73%, 9%)"
356
+ '--color-green-100': "hsl(148, 93%, 94%)"
357
+ '--color-green-200': "hsl(149, 95%, 91%)"
358
+ '--color-green-300': "hsl(147, 87%, 85%)"
359
+ '--color-green-400': "hsl(148, 84%, 70%)"
360
+ '--color-green-500': "hsl(148, 75%, 54%)"
361
+ '--color-green-600': "hsl(148, 77%, 45%)"
362
+ '--color-green-700': "hsl(148, 84%, 36%)"
363
+ '--color-green-800': "hsl(158, 79%, 29%)"
364
+ '--color-green-900': "hsl(166, 71%, 24%)"
365
+ '--color-green-1000': "hsl(166, 67%, 20%)"
366
+ '--color-green-1100': "hsl(169, 88%, 10%)"
367
+ '--color-green-1200': "hsl(155, 93%, 5%)"
368
+ '--color-magenta-100': "hsl(330, 100%, 99%)"
369
+ '--color-magenta-200': "hsl(329, 100%, 96%)"
370
+ '--color-magenta-300': "hsl(332, 100%, 92%)"
371
+ '--color-magenta-400': "hsl(333, 100%, 90%)"
372
+ '--color-magenta-500': "hsl(333, 90%, 80%)"
373
+ '--color-magenta-600': "hsl(333, 87%, 72%)"
374
+ '--color-magenta-700': "hsl(333, 75%, 59%)"
375
+ '--color-magenta-800': "hsl(333, 69%, 49%)"
376
+ '--color-magenta-900': "hsl(333, 74%, 36%)"
377
+ '--color-magenta-1000': "hsl(333, 86%, 25%)"
378
+ '--color-magenta-1100': "hsl(333, 95%, 16%)"
379
+ '--color-magenta-1200': "hsl(334, 62%, 10%)"
380
+ '--color-red-100': "hsl(0, 100%, 99%)"
381
+ '--color-red-200': "hsl(0, 100%, 96%)"
382
+ '--color-red-300': "hsl(0, 100%, 96%)"
383
+ '--color-red-400': "hsl(357, 100%, 93%)"
384
+ '--color-red-500': "hsl(356, 96%, 83%)"
385
+ '--color-red-600': "hsl(357, 90%, 73%)"
386
+ '--color-red-700': "hsl(357, 80%, 59%)"
387
+ '--color-red-800': "hsl(357, 76%, 49%)"
388
+ '--color-red-900': "hsl(357, 73%, 37%)"
389
+ '--color-red-1000': "hsl(357, 79%, 26%)"
390
+ '--color-red-1100': "hsl(357, 91%, 17%)"
391
+ '--color-red-1200': "hsl(357, 73%, 10%)"
392
+ '--color-teal-100': "hsl(180, 83%, 95%)"
393
+ '--color-teal-200': "hsl(180, 75%, 88%)"
394
+ '--color-teal-300': "hsl(180, 71%, 78%)"
395
+ '--color-teal-400': "hsl(179, 70%, 71%)"
396
+ '--color-teal-500': "hsl(179, 65%, 52%)"
397
+ '--color-teal-600': "hsl(179, 76%, 41%)"
398
+ '--color-teal-700': "hsl(179, 91%, 31%)"
399
+ '--color-teal-800': "hsl(178, 100%, 25%)"
400
+ '--color-teal-900': "hsl(180, 100%, 18%)"
401
+ '--color-teal-1000': "hsl(183, 100%, 13%)"
402
+ '--color-teal-1100': "hsl(187, 92%, 10%)"
403
+ '--color-teal-1200': "hsl(186, 56%, 7%)"
404
+ '--color-orange-100': "hsl(45, 100%, 96%)"
405
+ '--color-orange-200': "hsl(46, 100%, 89%)"
406
+ '--color-orange-300': "hsl(46, 100%, 77%)"
407
+ '--color-orange-400': "hsl(44, 100%, 65%)"
408
+ '--color-orange-500': "hsl(41, 100%, 55%)"
409
+ '--color-orange-600': "hsl(29, 100%, 55%)"
410
+ '--color-orange-700': "hsl(35, 95%, 50%)"
411
+ '--color-orange-800': "hsl(22, 94%, 54%)"
412
+ '--color-orange-900': "hsl(22, 100%, 46%)"
413
+ '--color-orange-1000': "hsl(20, 100%, 39%)"
414
+ '--color-orange-1100': "hsl(18, 100%, 27%)"
415
+ '--color-orange-1200': "hsl(18, 100%, 21%)"
416
+ '--color-yellow-100': "hsl(53, 94%, 93%)"
417
+ '--color-yellow-200': "hsl(54, 92%, 85%)"
418
+ '--color-yellow-300': "hsl(54, 92%, 75%)"
419
+ '--color-yellow-400': "hsl(52, 97%, 63%)"
420
+ '--color-yellow-500': "hsl(51, 100%, 46%)"
421
+ '--color-yellow-600': "hsl(49, 100%, 39%)"
422
+ '--color-yellow-700': "hsl(48, 100%, 35%)"
423
+ '--color-yellow-800': "hsl(46, 100%, 30%)"
424
+ '--color-yellow-900': "hsl(44, 100%, 22%)"
425
+ '--color-yellow-1000': "hsl(44, 100%, 18%)"
426
+ '--color-yellow-1100': "hsl(41, 100%, 11%)"
427
+ '--color-yellow-1200': "hsl(39, 100%, 8%)"
428
+ '--color-lime-100': "hsl(73, 94%, 93%)"
429
+ '--color-lime-200': "hsl(73, 94%, 87%)"
430
+ '--color-lime-300': "hsl(73, 90%, 77%)"
431
+ '--color-lime-400': "hsl(74, 82%, 69%)"
432
+ '--color-lime-500': "hsl(74, 68%, 58%)"
433
+ '--color-lime-600': "hsl(74, 77%, 41%)"
434
+ '--color-lime-700': "hsl(75, 100%, 31%)"
435
+ '--color-lime-800': "hsl(75, 100%, 27%)"
436
+ '--color-lime-900': "hsl(75, 100%, 19%)"
437
+ '--color-lime-1000': "hsl(75, 100%, 15%)"
438
+ '--color-lime-1100': "hsl(75, 100%, 9%)"
439
+ '--color-lime-1200': "hsl(74, 100%, 6%)"
440
+ '--color-lapis-100': "hsl(214, 100%, 97%)"
441
+ '--color-lapis-200': "hsl(215, 100%, 95%)"
442
+ '--color-lapis-300': "hsl(202, 100%, 87%)"
443
+ '--color-lapis-400': "hsl(212, 100%, 83%)"
444
+ '--color-lapis-500': "hsl(220, 95%, 76%)"
445
+ '--color-lapis-600': "hsl(230, 84%, 70%)"
446
+ '--color-lapis-700': "hsl(240, 79%, 66%)"
447
+ '--color-lapis-800': "hsl(240, 59%, 52%)"
448
+ '--color-lapis-900': "hsl(240, 58%, 38%)"
449
+ '--color-lapis-1000': "hsl(240, 63%, 29%)"
450
+ '--color-lapis-1100': "hsl(240, 87%, 18%)"
451
+ '--color-lapis-1200': "hsl(240, 97%, 12%)"
452
+ '--color-maroon-100': "hsl(15, 100%, 98%)"
453
+ '--color-maroon-200': "hsl(16, 100%, 93%)"
454
+ '--color-maroon-300': "hsl(16, 100%, 87%)"
455
+ '--color-maroon-400': "hsl(16, 100%, 80%)"
456
+ '--color-maroon-500': "hsl(7, 89%, 70%)"
457
+ '--color-maroon-600': "hsl(7, 78%, 60%)"
458
+ '--color-maroon-700': "hsl(7, 67%, 44%)"
459
+ '--color-maroon-800': "hsl(7, 95%, 32%)"
460
+ '--color-maroon-900': "hsl(349, 89%, 28%)"
461
+ '--color-maroon-1000': "hsl(346, 77%, 26%)"
462
+ '--color-maroon-1100': "hsl(335, 73%, 20%)"
463
+ '--color-maroon-1200': "hsl(335, 81%, 12%)"
464
+ '--color-marsh-100': "hsl(147, 50%, 96%)"
465
+ '--color-marsh-200': "hsl(147, 27%, 88%)"
466
+ '--color-marsh-300': "hsl(147, 26%, 82%)"
467
+ '--color-marsh-400': "hsl(147, 25%, 73%)"
468
+ '--color-marsh-500': "hsl(147, 22%, 60%)"
469
+ '--color-marsh-600': "hsl(147, 15%, 48%)"
470
+ '--color-marsh-700': "hsl(147, 15%, 37%)"
471
+ '--color-marsh-800': "hsl(147, 23%, 29%)"
472
+ '--color-marsh-900': "hsl(147, 25%, 21%)"
473
+ '--color-marsh-1000': "hsl(147, 17%, 18%)"
474
+ '--color-marsh-1100': "hsl(147, 24%, 13%)"
475
+ '--color-marsh-1200': "hsl(147, 14%, 7%)"
476
+ '--color-cool-grey-100': "hsl(206, 47%, 97%)"
477
+ '--color-cool-grey-200': "hsl(205, 35%, 93%)"
478
+ '--color-cool-grey-300': "hsl(206, 27%, 90%)"
479
+ '--color-cool-grey-400': "hsl(205, 20%, 83%)"
480
+ '--color-cool-grey-500': "hsl(207, 16%, 76%)"
481
+ '--color-cool-grey-600': "hsl(207, 14%, 65%)"
482
+ '--color-cool-grey-700': "hsl(206, 9%, 49%)"
483
+ '--color-cool-grey-800': "hsl(207, 11%, 35%)"
484
+ '--color-cool-grey-900': "hsl(208, 15%, 22%)"
485
+ '--color-cool-grey-1000': "hsl(208, 19%, 14%)"
486
+ '--color-cool-grey-1100': "hsl(207, 20%, 11%)"
487
+ '--color-cool-grey-1200': "hsl(210, 18%, 7%)"
488
+ '--color-alpha-100': "hsla(0, 0%, 20%, 0.1)"
489
+ '--color-alpha-150': "hsla(0, 0%, 20%, 0.15)"
490
+ '--color-alpha-200': "hsla(0, 0%, 20%, 0.2)"
491
+ '--color-alpha-250': "hsla(0, 0%, 20%, 0.25)"
492
+ '--color-alpha-600': "hsla(0, 0%, 20%, 0.6)"
493
+ '--color-info-light': "hsl(215, 100%, 98%)"
494
+ '--color-info': "hsl(217, 92%, 51%)"
495
+ '--color-info-mid': "hsl(223, 79%, 44%)"
496
+ '--color-info-dark': "hsl(228, 82%, 35%)"
497
+ '--color-success-light': "hsl(119, 44%, 94%)"
498
+ '--color-success': "hsl(119, 100%, 27%)"
499
+ '--color-success-mid': "hsl(124, 100%, 22%)"
500
+ '--color-success-dark': "hsl(126, 100%, 17%)"
501
+ '--color-danger-light': "hsl(0, 77%, 95%)"
502
+ '--color-danger': "hsl(0, 96%, 48%)"
503
+ '--color-danger-mid': "hsl(0, 96%, 41%)"
504
+ '--color-danger-dark': "hsl(0, 97%, 34%)"
505
+ '--color-warning-light': "hsl(39, 100%, 94%)"
506
+ '--color-warning': "hsl(41, 100%, 55%)"
507
+ '--color-warning-mid': "hsl(41, 89%, 48%)"
508
+ '--color-warning-dark': "hsl(41, 100%, 41%)"
509
+ '--color-warning-text': "hsl(24, 100%, 37%)"
510
+ '--color-subject-english': "hsl(333, 75%, 59%)"
511
+ '--color-subject-maths': "hsl(214, 100%, 58%)"
512
+ '--color-subject-science': "hsl(256, 65%, 62%)"
513
+ '--color-subject-verbal-reasoning': "hsl(148, 84%, 36%)"
514
+ '--color-subject-non-verbal-reasoning': "hsl(41, 100%, 55%)"
515
+ '--color-subject-creative-writing': "hsl(35, 95%, 50%)"
516
+ '--color-subject-exam-skills': "hsl(257, 53%, 35%)"
517
+ '--color-subject-gcse-english-literature': "hsl(333, 75%, 59%)"
518
+ '--color-subject-gcse-english-language': "hsl(256, 65%, 62%)"
519
+ '--color-subject-gcse-maths': "hsl(214, 100%, 58%)"
520
+ '--color-subject-gcse-chemistry': "hsl(35, 95%, 50%)"
521
+ '--color-subject-gcse-physics': "hsl(206, 9%, 49%)"
522
+ '--color-subject-gcse-biology': "hsl(148, 84%, 36%)"
523
+ '--color-gl-light': "hsl(222, 68%, 78%)"
524
+ '--color-gl-primary': "hsl(222, 56%, 55%)"
525
+ '--color-gl-dark': "hsl(222, 35%, 43%)"
526
+ '--breakpoint-sm': "34.375rem"
527
+ '--breakpoint-md': "50rem"
528
+ '--breakpoint-lg': "68.75rem"
529
+ '--breakpoint-xl': "84.375rem"
530
+ '--text-xs': "0.75rem"
531
+ '--text-sm': "0.875rem"
532
+ '--text-md': "1rem"
533
+ '--text-lg': "1.3125rem"
534
+ '--text-xl': "1.75rem"
535
+ '--text-2xl': "2.3125rem"
536
+ '--text-3xl': "3.125rem"
537
+ '--text-4xl': "5.625rem"
538
+ '--text-xs--line-height': "1.6"
539
+ '--text-sm--line-height': "1.53"
540
+ '--text-md--line-height': "1.5"
541
+ '--text-lg--line-height': "1.52"
542
+ '--text-xl--line-height': "1.42"
543
+ '--text-2xl--line-height': "1.08"
544
+ '--text-3xl--line-height': "1.12"
545
+ '--text-4xl--line-height': "1"
546
+ '--spacing': "0.25rem"
547
+ '--radius-sm': "0.25rem"
548
+ '--radius-md': "0.5rem"
549
+ '--radius-lg': "0.75rem"
550
+ '--radius-xl': "1rem"
551
+ '--shadow-sm': "0 1px 3px hsla(0, 0%, 20%, 0.1), 0 1px 2px hsla(0, 0%, 20%, 0.15)"
552
+ '--shadow-md': "0 3px 6px hsla(0, 0%, 20%, 0.1), 0 3px 6px hsla(0, 0%, 20%, 0.1)"
553
+ '--shadow-lg': "0 10px 20px hsla(0, 0%, 20%, 0.1), 0 6px 6px hsla(0, 0%, 20%, 0.1)"
554
+ '--shadow-xl': "0 14px 28px hsla(0, 0%, 20%, 0.15), 0 10px 10px hsla(0, 0%, 20%, 0.1)"
555
+ '--font-sans': "system-ui, -apple-system, \'Helvetica Neue\', sans-serif"
556
+ '--font-mono': "\'SFMono-Regular\', Consolas, Menlo, monospace"
557
+ '--font-display': "system-ui, -apple-system, \'Helvetica Neue\', sans-serif"
558
+ '--font-body': "system-ui, -apple-system, \'Helvetica Neue\', sans-serif"
559
+ }
560
+
561
+ export type Properties = typeof properties