@atom-learning/theme 6.0.0-beta.2 → 6.0.0-beta.4

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.
@@ -5,243 +5,243 @@
5
5
  --text-*: initial;
6
6
  --radius-*: initial;
7
7
  --shadow-*: initial;
8
- --color-text-bold: #1f1f1f;
9
- --color-text-regular: #333333;
10
- --color-text-subtle: #545454;
11
- --color-text-minimal: #757575;
12
- --color-background: #f5f5f5;
13
- --color-background-accent: #f5f9ff;
14
- --color-black: #000000;
15
- --color-white: #ffffff;
16
- --color-grey-100: #f5f5f5;
17
- --color-grey-200: #ebebeb;
18
- --color-grey-300: #e0e0e0;
19
- --color-grey-400: #cfcfcf;
20
- --color-grey-500: #bababa;
21
- --color-grey-600: #9e9e9e;
22
- --color-grey-700: #757575;
23
- --color-grey-800: #545454;
24
- --color-grey-900: #333333;
25
- --color-grey-1000: #1f1f1f;
26
- --color-grey-1100: #1a1a1a;
27
- --color-grey-1200: #0f0f0f;
28
- --color-blue-100: #f5f9ff;
29
- --color-blue-200: #e5f1ff;
30
- --color-blue-300: #d6eaff;
31
- --color-blue-400: #c2dfff;
32
- --color-blue-500: #99c9ff;
33
- --color-blue-600: #6baeff;
34
- --color-blue-700: #2986ff;
35
- --color-blue-800: #0f67f5;
36
- --color-blue-900: #184ac9;
37
- --color-blue-1000: #102da2;
38
- --color-blue-1100: #162460;
39
- --color-blue-1200: #0c132c;
40
- --color-pink-100: #fff5fd;
41
- --color-pink-200: #ffe5fb;
42
- --color-pink-300: #ffccf6;
43
- --color-pink-400: #ff99e9;
44
- --color-pink-500: #f37cd9;
45
- --color-pink-600: #ef61cc;
46
- --color-pink-700: #d548b0;
47
- --color-pink-800: #b72a8f;
48
- --color-pink-900: #9a2376;
49
- --color-pink-1000: #822665;
50
- --color-pink-1100: #510139;
51
- --color-pink-1200: #3c012a;
52
- --color-purple-100: #f7f6fe;
53
- --color-purple-200: #eae9fc;
54
- --color-purple-300: #dedbfa;
55
- --color-purple-400: #c2bcf5;
56
- --color-purple-500: #a396ee;
57
- --color-purple-600: #846ce5;
58
- --color-purple-700: #815fdd;
59
- --color-purple-800: #5c42c2;
60
- --color-purple-900: #5231a5;
61
- --color-purple-1000: #452a89;
62
- --color-purple-1100: #2a195c;
63
- --color-purple-1200: #15083a;
64
- --color-cyan-100: #f0faff;
65
- --color-cyan-200: #e0f5ff;
66
- --color-cyan-300: #c7ebff;
67
- --color-cyan-400: #ade4ff;
68
- --color-cyan-500: #78cefc;
69
- --color-cyan-600: #42b0f0;
70
- --color-cyan-700: #1688d4;
71
- --color-cyan-800: #0071c2;
72
- --color-cyan-900: #005799;
73
- --color-cyan-1000: #003e6b;
74
- --color-cyan-1100: #012b4b;
75
- --color-cyan-1200: #061928;
76
- --color-green-100: #e1feef;
77
- --color-green-200: #d2fee7;
78
- --color-green-300: #b7fad5;
79
- --color-green-400: #72f3ae;
80
- --color-green-500: #32e284;
81
- --color-green-600: #1acb6d;
82
- --color-green-700: #0fa957;
83
- --color-green-800: #10845a;
84
- --color-green-900: #126954;
85
- --color-green-1000: #115545;
86
- --color-green-1100: #033028;
87
- --color-green-1200: #01190f;
88
- --color-magenta-100: #fffafc;
89
- --color-magenta-200: #ffebf5;
90
- --color-magenta-300: #ffd6e9;
91
- --color-magenta-400: #ffcce3;
92
- --color-magenta-500: #fa9ec7;
93
- --color-magenta-600: #f679b1;
94
- --color-magenta-700: #e5488f;
95
- --color-magenta-800: #d32774;
96
- --color-magenta-900: #a01855;
97
- --color-magenta-1000: #77093a;
98
- --color-magenta-1100: #500225;
99
- --color-magenta-1200: #290a17;
100
- --color-red-100: #fffafa;
101
- --color-red-200: #ffebeb;
102
- --color-red-300: #ffebeb;
103
- --color-red-400: #ffdbdd;
104
- --color-red-500: #fdaab0;
105
- --color-red-600: #f87c82;
106
- --color-red-700: #ea434b;
107
- --color-red-800: #dc1e27;
108
- --color-red-900: #a31920;
109
- --color-red-1000: #770e13;
110
- --color-red-1100: #530408;
111
- --color-red-1200: #2c0709;
112
- --color-teal-100: #e8fdfd;
113
- --color-teal-200: #c9f7f7;
114
- --color-teal-300: #9fefef;
115
- --color-teal-400: #81e9e7;
116
- --color-teal-500: #35d4d2;
117
- --color-teal-600: #19b8b5;
118
- --color-teal-700: #079795;
119
- --color-teal-800: #00807b;
120
- --color-teal-900: #005c5c;
121
- --color-teal-1000: #003f42;
122
- --color-teal-1100: #022b31;
123
- --color-teal-1200: #081a1c;
124
- --color-orange-100: #fffaeb;
125
- --color-orange-200: #fff2c7;
126
- --color-orange-300: #ffe48a;
127
- --color-orange-400: #ffcf4d;
128
- --color-orange-500: #ffb61a;
129
- --color-orange-600: #ff881a;
130
- --color-orange-700: #f99406;
131
- --color-orange-800: #f86c1b;
132
- --color-orange-900: #eb5600;
133
- --color-orange-1000: #c74200;
134
- --color-orange-1100: #8a2900;
135
- --color-orange-1200: #6b2000;
136
- --color-yellow-100: #fefadc;
137
- --color-yellow-200: #fcf5b6;
138
- --color-yellow-300: #faee85;
139
- --color-yellow-400: #fce445;
140
- --color-yellow-500: #ebc700;
141
- --color-yellow-600: #c7a200;
142
- --color-yellow-700: #b38f00;
143
- --color-yellow-800: #997500;
144
- --color-yellow-900: #705200;
145
- --color-yellow-1000: #5c4300;
146
- --color-yellow-1100: #382600;
147
- --color-yellow-1200: #291b00;
148
- --color-lime-100: #f7fedc;
149
- --color-lime-200: #f0fdbf;
150
- --color-lime-300: #e2f990;
151
- --color-lime-400: #d3f16f;
152
- --color-lime-500: #bbdd4b;
153
- --color-lime-600: #93b918;
154
- --color-lime-700: #779e00;
155
- --color-lime-800: #678a00;
156
- --color-lime-900: #496100;
157
- --color-lime-1000: #394d00;
158
- --color-lime-1100: #222e00;
159
- --color-lime-1200: #171f00;
160
- --color-lapis-100: #f0f6ff;
161
- --color-lapis-200: #e5f0ff;
162
- --color-lapis-300: #bde7ff;
163
- --color-lapis-400: #a8d1ff;
164
- --color-lapis-500: #88aefc;
165
- --color-lapis-600: #7288f3;
166
- --color-lapis-700: #6464ed;
167
- --color-lapis-800: #3c3ccd;
168
- --color-lapis-900: #292999;
169
- --color-lapis-1000: #1b1b79;
170
- --color-lapis-1100: #060656;
171
- --color-lapis-1200: #01013c;
172
- --color-maroon-100: #fff7f5;
173
- --color-maroon-200: #ffe5db;
174
- --color-maroon-300: #ffcebd;
175
- --color-maroon-400: #ffb499;
176
- --color-maroon-500: #f77e6e;
177
- --color-maroon-600: #e95c49;
178
- --color-maroon-700: #bb3725;
179
- --color-maroon-800: #9f1604;
180
- --color-maroon-900: #87081f;
181
- --color-maroon-1000: #750f27;
182
- --color-maroon-1100: #580e2d;
183
- --color-maroon-1200: #37061a;
184
- --color-marsh-100: #f0faf4;
185
- --color-marsh-200: #d8e9e0;
186
- --color-marsh-300: #c5ddd0;
187
- --color-marsh-400: #a9cbb8;
188
- --color-marsh-500: #83af97;
189
- --color-marsh-600: #688d79;
190
- --color-marsh-700: #506d5d;
191
- --color-marsh-800: #395b48;
192
- --color-marsh-900: #284334;
193
- --color-marsh-1000: #26362d;
194
- --color-marsh-1100: #192920;
195
- --color-marsh-1200: #0f1412;
196
- --color-alpha-100: rgba(51, 51, 51, 0.1);
197
- --color-alpha-150: rgba(51, 51, 51, 0.15);
198
- --color-alpha-200: rgba(51, 51, 51, 0.2);
199
- --color-alpha-250: rgba(51, 51, 51, 0.25);
200
- --color-alpha-600: rgba(51, 51, 51, 0.6);
201
- --color-info-light: #f5f9ff;
202
- --color-info: #0f67f5;
203
- --color-info-mid: #184ac9;
204
- --color-info-dark: #102da2;
205
- --color-success-light: #e9f6e9;
206
- --color-success: #028a00;
207
- --color-success-mid: #007007;
208
- --color-success-dark: #005709;
209
- --color-danger-light: #fce8e8;
210
- --color-danger: #f00505;
211
- --color-danger-mid: #cd0404;
212
- --color-danger-dark: #ab0303;
213
- --color-warning-light: #fff4e0;
214
- --color-warning: #ffb61a;
215
- --color-warning-mid: #e7a20d;
216
- --color-warning-dark: #d18f00;
217
- --color-warning-text: #bd4b00;
218
- --color-subject-english: #e5488f;
219
- --color-subject-maths: #2986ff;
220
- --color-subject-science: #815fdd;
221
- --color-subject-verbal-reasoning: #0fa957;
222
- --color-subject-non-verbal-reasoning: #ffb61a;
223
- --color-subject-creative-writing: #f99406;
224
- --color-subject-exam-skills: #452a89;
225
- --color-subject-gcse-english-literature: #e5488f;
226
- --color-subject-gcse-maths: #2986ff;
227
- --color-subject-gcse-chemistry: #f99406;
228
- --color-subject-gcse-physics: #757575;
229
- --color-subject-gcse-biology: #0fa957;
230
- --color-gl-blue-light: #a1b8ed;
231
- --color-gl-blue-primary: #4c73cd;
232
- --color-gl-blue-dark: #475e94;
233
- --color-primary-100: #eefcf5;
234
- --color-primary-200: #def7eb;
235
- --color-primary-300: #bdebd4;
236
- --color-primary-400: #9fdfc0;
237
- --color-primary-500: #79cda5;
238
- --color-primary-600: #48b18b;
239
- --color-primary-700: #2c876b;
240
- --color-primary-800: #16795b;
241
- --color-primary-900: #004d38;
242
- --color-primary-1000: #004231;
243
- --color-primary-1100: #193326;
244
- --color-primary-1200: #101e17;
8
+ --color-text-bold: hsl(0, 0%, 12%);
9
+ --color-text-regular: hsl(0, 0%, 20%);
10
+ --color-text-subtle: hsl(0, 0%, 33%);
11
+ --color-text-minimal: hsl(0, 0%, 46%);
12
+ --color-background: hsl(0, 0%, 96%);
13
+ --color-background-accent: hsl(215, 100%, 98%);
14
+ --color-black-black: hsl(0, 0%, 0%);
15
+ --color-white-white: hsl(0, 0%, 100%);
16
+ --color-grey-100: hsl(0, 0%, 96%);
17
+ --color-grey-200: hsl(0, 0%, 92%);
18
+ --color-grey-300: hsl(0, 0%, 88%);
19
+ --color-grey-400: hsl(0, 0%, 81%);
20
+ --color-grey-500: hsl(0, 0%, 73%);
21
+ --color-grey-600: hsl(0, 0%, 62%);
22
+ --color-grey-700: hsl(0, 0%, 46%);
23
+ --color-grey-800: hsl(0, 0%, 33%);
24
+ --color-grey-900: hsl(0, 0%, 20%);
25
+ --color-grey-1000: hsl(0, 0%, 12%);
26
+ --color-grey-1100: hsl(0, 0%, 10%);
27
+ --color-grey-1200: hsl(0, 0%, 6%);
28
+ --color-blue-100: hsl(215, 100%, 98%);
29
+ --color-blue-200: hsl(212, 100%, 95%);
30
+ --color-blue-300: hsl(211, 100%, 92%);
31
+ --color-blue-400: hsl(211, 100%, 88%);
32
+ --color-blue-500: hsl(212, 100%, 80%);
33
+ --color-blue-600: hsl(213, 100%, 71%);
34
+ --color-blue-700: hsl(214, 100%, 58%);
35
+ --color-blue-800: hsl(217, 92%, 51%);
36
+ --color-blue-900: hsl(223, 79%, 44%);
37
+ --color-blue-1000: hsl(228, 82%, 35%);
38
+ --color-blue-1100: hsl(228, 63%, 23%);
39
+ --color-blue-1200: hsl(227, 57%, 11%);
40
+ --color-pink-100: hsl(311, 100%, 98%);
41
+ --color-pink-200: hsl(310, 100%, 95%);
42
+ --color-pink-300: hsl(311, 100%, 90%);
43
+ --color-pink-400: hsl(313, 100%, 80%);
44
+ --color-pink-500: hsl(313, 83%, 72%);
45
+ --color-pink-600: hsl(315, 82%, 66%);
46
+ --color-pink-700: hsl(316, 63%, 56%);
47
+ --color-pink-800: hsl(317, 63%, 44%);
48
+ --color-pink-900: hsl(318, 63%, 37%);
49
+ --color-pink-1000: hsl(319, 55%, 33%);
50
+ --color-pink-1100: hsl(318, 98%, 16%);
51
+ --color-pink-1200: hsl(318, 97%, 12%);
52
+ --color-purple-100: hsl(246, 83%, 98%);
53
+ --color-purple-200: hsl(244, 74%, 95%);
54
+ --color-purple-300: hsl(246, 76%, 92%);
55
+ --color-purple-400: hsl(246, 74%, 85%);
56
+ --color-purple-500: hsl(249, 72%, 76%);
57
+ --color-purple-600: hsl(252, 70%, 66%);
58
+ --color-purple-700: hsl(256, 65%, 62%);
59
+ --color-purple-800: hsl(252, 51%, 51%);
60
+ --color-purple-900: hsl(257, 54%, 42%);
61
+ --color-purple-1000: hsl(257, 53%, 35%);
62
+ --color-purple-1100: hsl(255, 57%, 23%);
63
+ --color-purple-1200: hsl(255, 76%, 13%);
64
+ --color-cyan-100: hsl(198, 100%, 97%);
65
+ --color-cyan-200: hsl(199, 100%, 94%);
66
+ --color-cyan-300: hsl(201, 100%, 89%);
67
+ --color-cyan-400: hsl(200, 100%, 84%);
68
+ --color-cyan-500: hsl(201, 96%, 73%);
69
+ --color-cyan-600: hsl(202, 85%, 60%);
70
+ --color-cyan-700: hsl(204, 81%, 46%);
71
+ --color-cyan-800: hsl(205, 100%, 38%);
72
+ --color-cyan-900: hsl(206, 100%, 30%);
73
+ --color-cyan-1000: hsl(205, 100%, 21%);
74
+ --color-cyan-1100: hsl(206, 97%, 15%);
75
+ --color-cyan-1200: hsl(207, 73%, 9%);
76
+ --color-green-100: hsl(148, 93%, 94%);
77
+ --color-green-200: hsl(149, 95%, 91%);
78
+ --color-green-300: hsl(147, 87%, 85%);
79
+ --color-green-400: hsl(148, 84%, 70%);
80
+ --color-green-500: hsl(148, 75%, 54%);
81
+ --color-green-600: hsl(148, 77%, 45%);
82
+ --color-green-700: hsl(148, 84%, 36%);
83
+ --color-green-800: hsl(158, 79%, 29%);
84
+ --color-green-900: hsl(166, 71%, 24%);
85
+ --color-green-1000: hsl(166, 67%, 20%);
86
+ --color-green-1100: hsl(169, 88%, 10%);
87
+ --color-green-1200: hsl(155, 92%, 5%);
88
+ --color-magenta-100: hsl(330, 100%, 99%);
89
+ --color-magenta-200: hsl(329, 100%, 96%);
90
+ --color-magenta-300: hsl(332, 100%, 92%);
91
+ --color-magenta-400: hsl(333, 100%, 90%);
92
+ --color-magenta-500: hsl(333, 90%, 80%);
93
+ --color-magenta-600: hsl(333, 87%, 72%);
94
+ --color-magenta-700: hsl(333, 75%, 59%);
95
+ --color-magenta-800: hsl(333, 69%, 49%);
96
+ --color-magenta-900: hsl(333, 74%, 36%);
97
+ --color-magenta-1000: hsl(333, 86%, 25%);
98
+ --color-magenta-1100: hsl(333, 95%, 16%);
99
+ --color-magenta-1200: hsl(334, 62%, 10%);
100
+ --color-red-100: hsl(0, 100%, 99%);
101
+ --color-red-200: hsl(0, 100%, 96%);
102
+ --color-red-300: hsl(0, 100%, 96%);
103
+ --color-red-400: hsl(357, 100%, 93%);
104
+ --color-red-500: hsl(356, 96%, 83%);
105
+ --color-red-600: hsl(357, 90%, 73%);
106
+ --color-red-700: hsl(357, 80%, 59%);
107
+ --color-red-800: hsl(357, 76%, 49%);
108
+ --color-red-900: hsl(357, 73%, 37%);
109
+ --color-red-1000: hsl(357, 79%, 26%);
110
+ --color-red-1100: hsl(357, 91%, 17%);
111
+ --color-red-1200: hsl(357, 73%, 10%);
112
+ --color-teal-100: hsl(180, 83%, 95%);
113
+ --color-teal-200: hsl(180, 75%, 88%);
114
+ --color-teal-300: hsl(180, 71%, 78%);
115
+ --color-teal-400: hsl(179, 70%, 71%);
116
+ --color-teal-500: hsl(179, 65%, 52%);
117
+ --color-teal-600: hsl(179, 76%, 41%);
118
+ --color-teal-700: hsl(179, 91%, 31%);
119
+ --color-teal-800: hsl(178, 100%, 25%);
120
+ --color-teal-900: hsl(180, 100%, 18%);
121
+ --color-teal-1000: hsl(183, 100%, 13%);
122
+ --color-teal-1100: hsl(187, 92%, 10%);
123
+ --color-teal-1200: hsl(186, 56%, 7%);
124
+ --color-orange-100: hsl(45, 100%, 96%);
125
+ --color-orange-200: hsl(46, 100%, 89%);
126
+ --color-orange-300: hsl(46, 100%, 77%);
127
+ --color-orange-400: hsl(44, 100%, 65%);
128
+ --color-orange-500: hsl(41, 100%, 55%);
129
+ --color-orange-600: hsl(29, 100%, 55%);
130
+ --color-orange-700: hsl(35, 95%, 50%);
131
+ --color-orange-800: hsl(22, 94%, 54%);
132
+ --color-orange-900: hsl(22, 100%, 46%);
133
+ --color-orange-1000: hsl(20, 100%, 39%);
134
+ --color-orange-1100: hsl(18, 100%, 27%);
135
+ --color-orange-1200: hsl(18, 100%, 21%);
136
+ --color-yellow-100: hsl(53, 94%, 93%);
137
+ --color-yellow-200: hsl(54, 92%, 85%);
138
+ --color-yellow-300: hsl(54, 92%, 75%);
139
+ --color-yellow-400: hsl(52, 97%, 63%);
140
+ --color-yellow-500: hsl(51, 100%, 46%);
141
+ --color-yellow-600: hsl(49, 100%, 39%);
142
+ --color-yellow-700: hsl(48, 100%, 35%);
143
+ --color-yellow-800: hsl(46, 100%, 30%);
144
+ --color-yellow-900: hsl(44, 100%, 22%);
145
+ --color-yellow-1000: hsl(44, 100%, 18%);
146
+ --color-yellow-1100: hsl(41, 100%, 11%);
147
+ --color-yellow-1200: hsl(39, 100%, 8%);
148
+ --color-lime-100: hsl(73, 94%, 93%);
149
+ --color-lime-200: hsl(73, 94%, 87%);
150
+ --color-lime-300: hsl(73, 90%, 77%);
151
+ --color-lime-400: hsl(74, 82%, 69%);
152
+ --color-lime-500: hsl(74, 68%, 58%);
153
+ --color-lime-600: hsl(74, 77%, 41%);
154
+ --color-lime-700: hsl(75, 100%, 31%);
155
+ --color-lime-800: hsl(75, 100%, 27%);
156
+ --color-lime-900: hsl(75, 100%, 19%);
157
+ --color-lime-1000: hsl(75, 100%, 15%);
158
+ --color-lime-1100: hsl(75, 100%, 9%);
159
+ --color-lime-1200: hsl(74, 100%, 6%);
160
+ --color-lapis-100: hsl(214, 100%, 97%);
161
+ --color-lapis-200: hsl(215, 100%, 95%);
162
+ --color-lapis-300: hsl(202, 100%, 87%);
163
+ --color-lapis-400: hsl(212, 100%, 83%);
164
+ --color-lapis-500: hsl(220, 95%, 76%);
165
+ --color-lapis-600: hsl(230, 84%, 70%);
166
+ --color-lapis-700: hsl(240, 79%, 66%);
167
+ --color-lapis-800: hsl(240, 59%, 52%);
168
+ --color-lapis-900: hsl(240, 58%, 38%);
169
+ --color-lapis-1000: hsl(240, 63%, 29%);
170
+ --color-lapis-1100: hsl(240, 87%, 18%);
171
+ --color-lapis-1200: hsl(240, 97%, 12%);
172
+ --color-maroon-100: hsl(15, 100%, 98%);
173
+ --color-maroon-200: hsl(16, 100%, 93%);
174
+ --color-maroon-300: hsl(16, 100%, 87%);
175
+ --color-maroon-400: hsl(16, 100%, 80%);
176
+ --color-maroon-500: hsl(7, 89%, 70%);
177
+ --color-maroon-600: hsl(7, 78%, 60%);
178
+ --color-maroon-700: hsl(7, 67%, 44%);
179
+ --color-maroon-800: hsl(7, 95%, 32%);
180
+ --color-maroon-900: hsl(349, 89%, 28%);
181
+ --color-maroon-1000: hsl(346, 77%, 26%);
182
+ --color-maroon-1100: hsl(335, 73%, 20%);
183
+ --color-maroon-1200: hsl(335, 81%, 12%);
184
+ --color-marsh-100: hsl(147, 50%, 96%);
185
+ --color-marsh-200: hsl(147, 27%, 88%);
186
+ --color-marsh-300: hsl(147, 26%, 82%);
187
+ --color-marsh-400: hsl(147, 25%, 73%);
188
+ --color-marsh-500: hsl(147, 22%, 60%);
189
+ --color-marsh-600: hsl(147, 15%, 48%);
190
+ --color-marsh-700: hsl(147, 15%, 37%);
191
+ --color-marsh-800: hsl(147, 23%, 29%);
192
+ --color-marsh-900: hsl(147, 25%, 21%);
193
+ --color-marsh-1000: hsl(147, 17%, 18%);
194
+ --color-marsh-1100: hsl(147, 24%, 13%);
195
+ --color-marsh-1200: hsl(147, 14%, 7%);
196
+ --color-alpha-100: hsla(0, 0%, 20%, 0.1);
197
+ --color-alpha-150: hsla(0, 0%, 20%, 0.15);
198
+ --color-alpha-200: hsla(0, 0%, 20%, 0.2);
199
+ --color-alpha-250: hsla(0, 0%, 20%, 0.25);
200
+ --color-alpha-600: hsla(0, 0%, 20%, 0.6);
201
+ --color-info-light: hsl(215, 100%, 98%);
202
+ --color-info: hsl(217, 92%, 51%);
203
+ --color-info-mid: hsl(223, 79%, 44%);
204
+ --color-info-dark: hsl(228, 82%, 35%);
205
+ --color-success-light: hsl(119, 44%, 94%);
206
+ --color-success: hsl(119, 100%, 27%);
207
+ --color-success-mid: hsl(124, 100%, 22%);
208
+ --color-success-dark: hsl(126, 100%, 17%);
209
+ --color-danger-light: hsl(0, 77%, 95%);
210
+ --color-danger: hsl(0, 96%, 48%);
211
+ --color-danger-mid: hsl(0, 96%, 41%);
212
+ --color-danger-dark: hsl(0, 97%, 34%);
213
+ --color-warning-light: hsl(39, 100%, 94%);
214
+ --color-warning: hsl(41, 100%, 55%);
215
+ --color-warning-mid: hsl(41, 89%, 48%);
216
+ --color-warning-dark: hsl(41, 100%, 41%);
217
+ --color-warning-text: hsl(24, 100%, 37%);
218
+ --color-subject-english: hsl(333, 75%, 59%);
219
+ --color-subject-maths: hsl(214, 100%, 58%);
220
+ --color-subject-science: hsl(256, 65%, 62%);
221
+ --color-subject-verbal-reasoning: hsl(148, 84%, 36%);
222
+ --color-subject-non-verbal-reasoning: hsl(41, 100%, 55%);
223
+ --color-subject-creative-writing: hsl(35, 95%, 50%);
224
+ --color-subject-exam-skills: hsl(257, 53%, 35%);
225
+ --color-subject-gcse-english-literature: hsl(333, 75%, 59%);
226
+ --color-subject-gcse-maths: hsl(214, 100%, 58%);
227
+ --color-subject-gcse-chemistry: hsl(35, 95%, 50%);
228
+ --color-subject-gcse-physics: hsl(0, 0%, 46%);
229
+ --color-subject-gcse-biology: hsl(148, 84%, 36%);
230
+ --color-gl-light: hsl(222, 68%, 78%);
231
+ --color-gl-primary: hsl(222, 56%, 55%);
232
+ --color-gl-dark: hsl(222, 35%, 43%);
233
+ --color-primary-100: hsl(151, 70%, 96%);
234
+ --color-primary-200: hsl(151, 62%, 92%);
235
+ --color-primary-300: hsl(151, 53%, 83%);
236
+ --color-primary-400: hsl(151, 50%, 75%);
237
+ --color-primary-500: hsl(151, 46%, 64%);
238
+ --color-primary-600: hsl(158, 42%, 49%);
239
+ --color-primary-700: hsl(162, 51%, 35%);
240
+ --color-primary-800: hsl(162, 69%, 28%);
241
+ --color-primary-900: hsl(164, 100%, 15%);
242
+ --color-primary-1000: hsl(164, 100%, 13%);
243
+ --color-primary-1100: hsl(150, 34%, 15%);
244
+ --color-primary-1200: hsl(150, 30%, 9%);
245
245
  --breakpoint-sm: 34.375rem;
246
246
  --breakpoint-md: 50rem;
247
247
  --breakpoint-lg: 68.75rem;
@@ -258,10 +258,10 @@
258
258
  --radius-md: 0.5rem;
259
259
  --radius-lg: 0.75rem;
260
260
  --radius-xl: 1rem;
261
- --shadow-sm: 0 1px 3px rgba(51, 51, 51, 0.1), 0 1px 2px rgba(51, 51, 51, 0.15);
262
- --shadow-md: 0 3px 6px rgba(51, 51, 51, 0.1), 0 3px 6px rgba(51, 51, 51, 0.1);
263
- --shadow-lg: 0 10px 20px rgba(51, 51, 51, 0.1), 0 6px 6px rgba(51, 51, 51, 0.1);
264
- --shadow-xl: 0 14px 28px rgba(51, 51, 51, 0.15), 0 10px 10px rgba(51, 51, 51, 0.1);
261
+ --shadow-sm: 0 1px 3px hsla(0, 0%, 20%, 0.1), 0 1px 2px hsla(0, 0%, 20%, 0.15);
262
+ --shadow-md: 0 3px 6px hsla(0, 0%, 20%, 0.1), 0 3px 6px hsla(0, 0%, 20%, 0.1);
263
+ --shadow-lg: 0 10px 20px hsla(0, 0%, 20%, 0.1), 0 6px 6px hsla(0, 0%, 20%, 0.1);
264
+ --shadow-xl: 0 14px 28px hsla(0, 0%, 20%, 0.15), 0 10px 10px hsla(0, 0%, 20%, 0.1);
265
265
  --font-sans: system-ui, -apple-system, 'Helvetica Neue', sans-serif;
266
266
  --font-mono: 'SFMono-Regular', Consolas, Menlo, monospace;
267
267
  --font-display: 'DM Sans', system-ui, -apple-system, 'Helvetica Neue', sans-serif;