-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
goddardhale.css
603 lines (603 loc) · 36.8 KB
/
goddardhale.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
/*! Colors.css 2.0.9 | Goddard & Hale Palette | MIT License | https://github.com/eustasy/colors.css */
:root {
--goddardhale-dark-text: #05060c;
--goddardhale-light-text: #e6ebeb;
--goddardhale-light-background: #e6ebeb;
--goddardhale-medium-background: #828789;
--goddardhale-dark-background: #32373b;
--goddardhale-type-blue: #236084;
--goddardhale-single-leaf: #b6e9dd;
--goddardhale-double-leaf: #8adcc9;
--goddardhale-triple-leaf: #70d4bd;
--goddardhale-full-leaf: #49c7ab;
--goddardhale-red: #ed254e;
--goddardhale-yellow: #f9dc5c;
--goddardhale-green: #49c7ab;
--goddardhale-blue: #236084;
--goddardhale-purple: #574d68;
--goddardhale-cream: #f4fffd;
--goddardhale-grey: #32373b;
--goddardhale-red-50: #fdb0bf;
--goddardhale-red-100: #fba0b2;
--goddardhale-red-150: #fa91a6;
--goddardhale-red-200: #f88199;
--goddardhale-red-250: #f6728d;
--goddardhale-red-300: #f46380;
--goddardhale-red-350: #f25374;
--goddardhale-red-400: #f14467;
--goddardhale-red-450: #ef345b;
--goddardhale-red-500: #ed254e;
--goddardhale-red-550: #dd2146;
--goddardhale-red-600: #ce1e3e;
--goddardhale-red-650: #be1a37;
--goddardhale-red-700: #ae162f;
--goddardhale-red-750: #9f1327;
--goddardhale-red-800: #8f0f1f;
--goddardhale-red-850: #7f0b17;
--goddardhale-red-900: #6f0710;
--goddardhale-red-950: #600408;
--goddardhale-yellow-50: #fefb7b;
--goddardhale-yellow-100: #fef777;
--goddardhale-yellow-150: #fdf474;
--goddardhale-yellow-200: #fdf070;
--goddardhale-yellow-250: #fced6d;
--goddardhale-yellow-300: #fbea6a;
--goddardhale-yellow-350: #fbe666;
--goddardhale-yellow-400: #fae363;
--goddardhale-yellow-450: #fadf5f;
--goddardhale-yellow-500: #f9dc5c;
--goddardhale-yellow-550: #e4c653;
--goddardhale-yellow-600: #cfb04a;
--goddardhale-yellow-650: #ba9a40;
--goddardhale-yellow-700: #a58437;
--goddardhale-yellow-750: #906e2e;
--goddardhale-yellow-800: #7a5825;
--goddardhale-yellow-850: #65421c;
--goddardhale-yellow-900: #502c12;
--goddardhale-yellow-950: #3b1609;
--goddardhale-green-50: #93f9f0;
--goddardhale-green-100: #8bf4e9;
--goddardhale-green-150: #82eee1;
--goddardhale-green-200: #7ae9d9;
--goddardhale-green-250: #72e3d2;
--goddardhale-green-300: #6addca;
--goddardhale-green-350: #62d8c2;
--goddardhale-green-400: #59d2ba;
--goddardhale-green-450: #51cdb3;
--goddardhale-green-500: #49c7ab;
--goddardhale-green-550: #42b69a;
--goddardhale-green-600: #3aa489;
--goddardhale-green-650: #339378;
--goddardhale-green-700: #2c8167;
--goddardhale-green-750: #257056;
--goddardhale-green-800: #1d5f44;
--goddardhale-green-850: #164d33;
--goddardhale-green-900: #0f3c22;
--goddardhale-green-950: #072a11;
--goddardhale-blue-50: #c2eff3;
--goddardhale-blue-100: #b1dfe6;
--goddardhale-blue-150: #9fcfda;
--goddardhale-blue-200: #8dbfce;
--goddardhale-blue-250: #7cb0c2;
--goddardhale-blue-300: #6aa0b5;
--goddardhale-blue-350: #5890a9;
--goddardhale-blue-400: #46809d;
--goddardhale-blue-450: #357090;
--goddardhale-blue-500: #236084;
--goddardhale-blue-550: #20577b;
--goddardhale-blue-600: #1c4e72;
--goddardhale-blue-650: #194568;
--goddardhale-blue-700: #153c5f;
--goddardhale-blue-750: #123456;
--goddardhale-blue-800: #0e2b4d;
--goddardhale-blue-850: #0b2244;
--goddardhale-blue-900: #07193a;
--goddardhale-blue-950: #041031;
--goddardhale-purple-50: #eee9f0;
--goddardhale-purple-100: #ddd7e1;
--goddardhale-purple-150: #cdc6d2;
--goddardhale-purple-200: #bcb5c3;
--goddardhale-purple-250: #aba4b4;
--goddardhale-purple-300: #9a92a4;
--goddardhale-purple-350: #898195;
--goddardhale-purple-400: #797086;
--goddardhale-purple-450: #685e77;
--goddardhale-purple-500: #574d68;
--goddardhale-purple-550: #4f4560;
--goddardhale-purple-600: #483e58;
--goddardhale-purple-650: #403651;
--goddardhale-purple-700: #382e49;
--goddardhale-purple-750: #312741;
--goddardhale-purple-800: #291f39;
--goddardhale-purple-850: #211731;
--goddardhale-purple-900: #190f2a;
--goddardhale-purple-950: #120822;
--goddardhale-cream-50: #f9ffff;
--goddardhale-cream-100: #f8ffff;
--goddardhale-cream-150: #f8fffe;
--goddardhale-cream-200: #f7fffe;
--goddardhale-cream-250: #f7fffe;
--goddardhale-cream-300: #f6fffe;
--goddardhale-cream-350: #f6fffe;
--goddardhale-cream-400: #f5fffd;
--goddardhale-cream-450: #f5fffd;
--goddardhale-cream-500: #f4fffd;
--goddardhale-cream-550: #dce6e4;
--goddardhale-cream-600: #c3ccca;
--goddardhale-cream-650: #abb3b1;
--goddardhale-cream-700: #929a98;
--goddardhale-cream-750: #7a817f;
--goddardhale-cream-800: #626765;
--goddardhale-cream-850: #494e4c;
--goddardhale-cream-900: #313533;
--goddardhale-cream-950: #181b19;
--goddardhale-grey-50: #e6ebeb;
--goddardhale-grey-100: #d2d7d8;
--goddardhale-grey-150: #bec3c4;
--goddardhale-grey-200: #aaafb1;
--goddardhale-grey-250: #969b9d;
--goddardhale-grey-300: #828789;
--goddardhale-grey-350: #6e7376;
--goddardhale-grey-400: #5a5f62;
--goddardhale-grey-450: #464b4f;
--goddardhale-grey-500: #32373b;
--goddardhale-grey-550: #2d3236;
--goddardhale-grey-600: #282c31;
--goddardhale-grey-650: #23272b;
--goddardhale-grey-700: #1e2126;
--goddardhale-grey-750: #191c21;
--goddardhale-grey-800: #14171c;
--goddardhale-grey-850: #0f1117;
--goddardhale-grey-900: #0a0c11;
--goddardhale-grey-950: #05060c;
}
.background-goddardhale-dark-text { background: var(--goddardhale-dark-text); }
.background-goddardhale-light-text { background: var(--goddardhale-light-text); }
.background-goddardhale-light-background { background: var(--goddardhale-light-background); }
.background-goddardhale-medium-background { background: var(--goddardhale-medium-background); }
.background-goddardhale-dark-background { background: var(--goddardhale-dark-background); }
.background-goddardhale-type-blue { background: var(--goddardhale-type-blue); }
.background-goddardhale-single-leaf { background: var(--goddardhale-single-leaf); }
.background-goddardhale-double-leaf { background: var(--goddardhale-double-leaf); }
.background-goddardhale-triple-leaf { background: var(--goddardhale-triple-leaf); }
.background-goddardhale-full-leaf { background: var(--goddardhale-full-leaf); }
.background-goddardhale-red { background: var(--goddardhale-red); }
.background-goddardhale-yellow { background: var(--goddardhale-yellow); }
.background-goddardhale-green { background: var(--goddardhale-green); }
.background-goddardhale-blue { background: var(--goddardhale-blue); }
.background-goddardhale-purple { background: var(--goddardhale-purple); }
.background-goddardhale-cream { background: var(--goddardhale-cream); }
.background-goddardhale-grey { background: var(--goddardhale-grey); }
.background-goddardhale-red-50 { background: var(--goddardhale-red-50); }
.background-goddardhale-red-100 { background: var(--goddardhale-red-100); }
.background-goddardhale-red-150 { background: var(--goddardhale-red-150); }
.background-goddardhale-red-200 { background: var(--goddardhale-red-200); }
.background-goddardhale-red-250 { background: var(--goddardhale-red-250); }
.background-goddardhale-red-300 { background: var(--goddardhale-red-300); }
.background-goddardhale-red-350 { background: var(--goddardhale-red-350); }
.background-goddardhale-red-400 { background: var(--goddardhale-red-400); }
.background-goddardhale-red-450 { background: var(--goddardhale-red-450); }
.background-goddardhale-red-500 { background: var(--goddardhale-red-500); }
.background-goddardhale-red-550 { background: var(--goddardhale-red-550); }
.background-goddardhale-red-600 { background: var(--goddardhale-red-600); }
.background-goddardhale-red-650 { background: var(--goddardhale-red-650); }
.background-goddardhale-red-700 { background: var(--goddardhale-red-700); }
.background-goddardhale-red-750 { background: var(--goddardhale-red-750); }
.background-goddardhale-red-800 { background: var(--goddardhale-red-800); }
.background-goddardhale-red-850 { background: var(--goddardhale-red-850); }
.background-goddardhale-red-900 { background: var(--goddardhale-red-900); }
.background-goddardhale-red-950 { background: var(--goddardhale-red-950); }
.background-goddardhale-yellow-50 { background: var(--goddardhale-yellow-50); }
.background-goddardhale-yellow-100 { background: var(--goddardhale-yellow-100); }
.background-goddardhale-yellow-150 { background: var(--goddardhale-yellow-150); }
.background-goddardhale-yellow-200 { background: var(--goddardhale-yellow-200); }
.background-goddardhale-yellow-250 { background: var(--goddardhale-yellow-250); }
.background-goddardhale-yellow-300 { background: var(--goddardhale-yellow-300); }
.background-goddardhale-yellow-350 { background: var(--goddardhale-yellow-350); }
.background-goddardhale-yellow-400 { background: var(--goddardhale-yellow-400); }
.background-goddardhale-yellow-450 { background: var(--goddardhale-yellow-450); }
.background-goddardhale-yellow-500 { background: var(--goddardhale-yellow-500); }
.background-goddardhale-yellow-550 { background: var(--goddardhale-yellow-550); }
.background-goddardhale-yellow-600 { background: var(--goddardhale-yellow-600); }
.background-goddardhale-yellow-650 { background: var(--goddardhale-yellow-650); }
.background-goddardhale-yellow-700 { background: var(--goddardhale-yellow-700); }
.background-goddardhale-yellow-750 { background: var(--goddardhale-yellow-750); }
.background-goddardhale-yellow-800 { background: var(--goddardhale-yellow-800); }
.background-goddardhale-yellow-850 { background: var(--goddardhale-yellow-850); }
.background-goddardhale-yellow-900 { background: var(--goddardhale-yellow-900); }
.background-goddardhale-yellow-950 { background: var(--goddardhale-yellow-950); }
.background-goddardhale-green-50 { background: var(--goddardhale-green-50); }
.background-goddardhale-green-100 { background: var(--goddardhale-green-100); }
.background-goddardhale-green-150 { background: var(--goddardhale-green-150); }
.background-goddardhale-green-200 { background: var(--goddardhale-green-200); }
.background-goddardhale-green-250 { background: var(--goddardhale-green-250); }
.background-goddardhale-green-300 { background: var(--goddardhale-green-300); }
.background-goddardhale-green-350 { background: var(--goddardhale-green-350); }
.background-goddardhale-green-400 { background: var(--goddardhale-green-400); }
.background-goddardhale-green-450 { background: var(--goddardhale-green-450); }
.background-goddardhale-green-500 { background: var(--goddardhale-green-500); }
.background-goddardhale-green-550 { background: var(--goddardhale-green-550); }
.background-goddardhale-green-600 { background: var(--goddardhale-green-600); }
.background-goddardhale-green-650 { background: var(--goddardhale-green-650); }
.background-goddardhale-green-700 { background: var(--goddardhale-green-700); }
.background-goddardhale-green-750 { background: var(--goddardhale-green-750); }
.background-goddardhale-green-800 { background: var(--goddardhale-green-800); }
.background-goddardhale-green-850 { background: var(--goddardhale-green-850); }
.background-goddardhale-green-900 { background: var(--goddardhale-green-900); }
.background-goddardhale-green-950 { background: var(--goddardhale-green-950); }
.background-goddardhale-blue-50 { background: var(--goddardhale-blue-50); }
.background-goddardhale-blue-100 { background: var(--goddardhale-blue-100); }
.background-goddardhale-blue-150 { background: var(--goddardhale-blue-150); }
.background-goddardhale-blue-200 { background: var(--goddardhale-blue-200); }
.background-goddardhale-blue-250 { background: var(--goddardhale-blue-250); }
.background-goddardhale-blue-300 { background: var(--goddardhale-blue-300); }
.background-goddardhale-blue-350 { background: var(--goddardhale-blue-350); }
.background-goddardhale-blue-400 { background: var(--goddardhale-blue-400); }
.background-goddardhale-blue-450 { background: var(--goddardhale-blue-450); }
.background-goddardhale-blue-500 { background: var(--goddardhale-blue-500); }
.background-goddardhale-blue-550 { background: var(--goddardhale-blue-550); }
.background-goddardhale-blue-600 { background: var(--goddardhale-blue-600); }
.background-goddardhale-blue-650 { background: var(--goddardhale-blue-650); }
.background-goddardhale-blue-700 { background: var(--goddardhale-blue-700); }
.background-goddardhale-blue-750 { background: var(--goddardhale-blue-750); }
.background-goddardhale-blue-800 { background: var(--goddardhale-blue-800); }
.background-goddardhale-blue-850 { background: var(--goddardhale-blue-850); }
.background-goddardhale-blue-900 { background: var(--goddardhale-blue-900); }
.background-goddardhale-blue-950 { background: var(--goddardhale-blue-950); }
.background-goddardhale-purple-50 { background: var(--goddardhale-purple-50); }
.background-goddardhale-purple-100 { background: var(--goddardhale-purple-100); }
.background-goddardhale-purple-150 { background: var(--goddardhale-purple-150); }
.background-goddardhale-purple-200 { background: var(--goddardhale-purple-200); }
.background-goddardhale-purple-250 { background: var(--goddardhale-purple-250); }
.background-goddardhale-purple-300 { background: var(--goddardhale-purple-300); }
.background-goddardhale-purple-350 { background: var(--goddardhale-purple-350); }
.background-goddardhale-purple-400 { background: var(--goddardhale-purple-400); }
.background-goddardhale-purple-450 { background: var(--goddardhale-purple-450); }
.background-goddardhale-purple-500 { background: var(--goddardhale-purple-500); }
.background-goddardhale-purple-550 { background: var(--goddardhale-purple-550); }
.background-goddardhale-purple-600 { background: var(--goddardhale-purple-600); }
.background-goddardhale-purple-650 { background: var(--goddardhale-purple-650); }
.background-goddardhale-purple-700 { background: var(--goddardhale-purple-700); }
.background-goddardhale-purple-750 { background: var(--goddardhale-purple-750); }
.background-goddardhale-purple-800 { background: var(--goddardhale-purple-800); }
.background-goddardhale-purple-850 { background: var(--goddardhale-purple-850); }
.background-goddardhale-purple-900 { background: var(--goddardhale-purple-900); }
.background-goddardhale-purple-950 { background: var(--goddardhale-purple-950); }
.background-goddardhale-cream-50 { background: var(--goddardhale-cream-50); }
.background-goddardhale-cream-100 { background: var(--goddardhale-cream-100); }
.background-goddardhale-cream-150 { background: var(--goddardhale-cream-150); }
.background-goddardhale-cream-200 { background: var(--goddardhale-cream-200); }
.background-goddardhale-cream-250 { background: var(--goddardhale-cream-250); }
.background-goddardhale-cream-300 { background: var(--goddardhale-cream-300); }
.background-goddardhale-cream-350 { background: var(--goddardhale-cream-350); }
.background-goddardhale-cream-400 { background: var(--goddardhale-cream-400); }
.background-goddardhale-cream-450 { background: var(--goddardhale-cream-450); }
.background-goddardhale-cream-500 { background: var(--goddardhale-cream-500); }
.background-goddardhale-cream-550 { background: var(--goddardhale-cream-550); }
.background-goddardhale-cream-600 { background: var(--goddardhale-cream-600); }
.background-goddardhale-cream-650 { background: var(--goddardhale-cream-650); }
.background-goddardhale-cream-700 { background: var(--goddardhale-cream-700); }
.background-goddardhale-cream-750 { background: var(--goddardhale-cream-750); }
.background-goddardhale-cream-800 { background: var(--goddardhale-cream-800); }
.background-goddardhale-cream-850 { background: var(--goddardhale-cream-850); }
.background-goddardhale-cream-900 { background: var(--goddardhale-cream-900); }
.background-goddardhale-cream-950 { background: var(--goddardhale-cream-950); }
.background-goddardhale-grey-50 { background: var(--goddardhale-grey-50); }
.background-goddardhale-grey-100 { background: var(--goddardhale-grey-100); }
.background-goddardhale-grey-150 { background: var(--goddardhale-grey-150); }
.background-goddardhale-grey-200 { background: var(--goddardhale-grey-200); }
.background-goddardhale-grey-250 { background: var(--goddardhale-grey-250); }
.background-goddardhale-grey-300 { background: var(--goddardhale-grey-300); }
.background-goddardhale-grey-350 { background: var(--goddardhale-grey-350); }
.background-goddardhale-grey-400 { background: var(--goddardhale-grey-400); }
.background-goddardhale-grey-450 { background: var(--goddardhale-grey-450); }
.background-goddardhale-grey-500 { background: var(--goddardhale-grey-500); }
.background-goddardhale-grey-550 { background: var(--goddardhale-grey-550); }
.background-goddardhale-grey-600 { background: var(--goddardhale-grey-600); }
.background-goddardhale-grey-650 { background: var(--goddardhale-grey-650); }
.background-goddardhale-grey-700 { background: var(--goddardhale-grey-700); }
.background-goddardhale-grey-750 { background: var(--goddardhale-grey-750); }
.background-goddardhale-grey-800 { background: var(--goddardhale-grey-800); }
.background-goddardhale-grey-850 { background: var(--goddardhale-grey-850); }
.background-goddardhale-grey-900 { background: var(--goddardhale-grey-900); }
.background-goddardhale-grey-950 { background: var(--goddardhale-grey-950); }
.color-goddardhale-dark-text { color: var(--goddardhale-dark-text); }
.color-goddardhale-light-text { color: var(--goddardhale-light-text); }
.color-goddardhale-light-background { color: var(--goddardhale-light-background); }
.color-goddardhale-medium-background { color: var(--goddardhale-medium-background); }
.color-goddardhale-dark-background { color: var(--goddardhale-dark-background); }
.color-goddardhale-type-blue { color: var(--goddardhale-type-blue); }
.color-goddardhale-single-leaf { color: var(--goddardhale-single-leaf); }
.color-goddardhale-double-leaf { color: var(--goddardhale-double-leaf); }
.color-goddardhale-triple-leaf { color: var(--goddardhale-triple-leaf); }
.color-goddardhale-full-leaf { color: var(--goddardhale-full-leaf); }
.color-goddardhale-red { color: var(--goddardhale-red); }
.color-goddardhale-yellow { color: var(--goddardhale-yellow); }
.color-goddardhale-green { color: var(--goddardhale-green); }
.color-goddardhale-blue { color: var(--goddardhale-blue); }
.color-goddardhale-purple { color: var(--goddardhale-purple); }
.color-goddardhale-cream { color: var(--goddardhale-cream); }
.color-goddardhale-grey { color: var(--goddardhale-grey); }
.color-goddardhale-red-50 { color: var(--goddardhale-red-50); }
.color-goddardhale-red-100 { color: var(--goddardhale-red-100); }
.color-goddardhale-red-150 { color: var(--goddardhale-red-150); }
.color-goddardhale-red-200 { color: var(--goddardhale-red-200); }
.color-goddardhale-red-250 { color: var(--goddardhale-red-250); }
.color-goddardhale-red-300 { color: var(--goddardhale-red-300); }
.color-goddardhale-red-350 { color: var(--goddardhale-red-350); }
.color-goddardhale-red-400 { color: var(--goddardhale-red-400); }
.color-goddardhale-red-450 { color: var(--goddardhale-red-450); }
.color-goddardhale-red-500 { color: var(--goddardhale-red-500); }
.color-goddardhale-red-550 { color: var(--goddardhale-red-550); }
.color-goddardhale-red-600 { color: var(--goddardhale-red-600); }
.color-goddardhale-red-650 { color: var(--goddardhale-red-650); }
.color-goddardhale-red-700 { color: var(--goddardhale-red-700); }
.color-goddardhale-red-750 { color: var(--goddardhale-red-750); }
.color-goddardhale-red-800 { color: var(--goddardhale-red-800); }
.color-goddardhale-red-850 { color: var(--goddardhale-red-850); }
.color-goddardhale-red-900 { color: var(--goddardhale-red-900); }
.color-goddardhale-red-950 { color: var(--goddardhale-red-950); }
.color-goddardhale-yellow-50 { color: var(--goddardhale-yellow-50); }
.color-goddardhale-yellow-100 { color: var(--goddardhale-yellow-100); }
.color-goddardhale-yellow-150 { color: var(--goddardhale-yellow-150); }
.color-goddardhale-yellow-200 { color: var(--goddardhale-yellow-200); }
.color-goddardhale-yellow-250 { color: var(--goddardhale-yellow-250); }
.color-goddardhale-yellow-300 { color: var(--goddardhale-yellow-300); }
.color-goddardhale-yellow-350 { color: var(--goddardhale-yellow-350); }
.color-goddardhale-yellow-400 { color: var(--goddardhale-yellow-400); }
.color-goddardhale-yellow-450 { color: var(--goddardhale-yellow-450); }
.color-goddardhale-yellow-500 { color: var(--goddardhale-yellow-500); }
.color-goddardhale-yellow-550 { color: var(--goddardhale-yellow-550); }
.color-goddardhale-yellow-600 { color: var(--goddardhale-yellow-600); }
.color-goddardhale-yellow-650 { color: var(--goddardhale-yellow-650); }
.color-goddardhale-yellow-700 { color: var(--goddardhale-yellow-700); }
.color-goddardhale-yellow-750 { color: var(--goddardhale-yellow-750); }
.color-goddardhale-yellow-800 { color: var(--goddardhale-yellow-800); }
.color-goddardhale-yellow-850 { color: var(--goddardhale-yellow-850); }
.color-goddardhale-yellow-900 { color: var(--goddardhale-yellow-900); }
.color-goddardhale-yellow-950 { color: var(--goddardhale-yellow-950); }
.color-goddardhale-green-50 { color: var(--goddardhale-green-50); }
.color-goddardhale-green-100 { color: var(--goddardhale-green-100); }
.color-goddardhale-green-150 { color: var(--goddardhale-green-150); }
.color-goddardhale-green-200 { color: var(--goddardhale-green-200); }
.color-goddardhale-green-250 { color: var(--goddardhale-green-250); }
.color-goddardhale-green-300 { color: var(--goddardhale-green-300); }
.color-goddardhale-green-350 { color: var(--goddardhale-green-350); }
.color-goddardhale-green-400 { color: var(--goddardhale-green-400); }
.color-goddardhale-green-450 { color: var(--goddardhale-green-450); }
.color-goddardhale-green-500 { color: var(--goddardhale-green-500); }
.color-goddardhale-green-550 { color: var(--goddardhale-green-550); }
.color-goddardhale-green-600 { color: var(--goddardhale-green-600); }
.color-goddardhale-green-650 { color: var(--goddardhale-green-650); }
.color-goddardhale-green-700 { color: var(--goddardhale-green-700); }
.color-goddardhale-green-750 { color: var(--goddardhale-green-750); }
.color-goddardhale-green-800 { color: var(--goddardhale-green-800); }
.color-goddardhale-green-850 { color: var(--goddardhale-green-850); }
.color-goddardhale-green-900 { color: var(--goddardhale-green-900); }
.color-goddardhale-green-950 { color: var(--goddardhale-green-950); }
.color-goddardhale-blue-50 { color: var(--goddardhale-blue-50); }
.color-goddardhale-blue-100 { color: var(--goddardhale-blue-100); }
.color-goddardhale-blue-150 { color: var(--goddardhale-blue-150); }
.color-goddardhale-blue-200 { color: var(--goddardhale-blue-200); }
.color-goddardhale-blue-250 { color: var(--goddardhale-blue-250); }
.color-goddardhale-blue-300 { color: var(--goddardhale-blue-300); }
.color-goddardhale-blue-350 { color: var(--goddardhale-blue-350); }
.color-goddardhale-blue-400 { color: var(--goddardhale-blue-400); }
.color-goddardhale-blue-450 { color: var(--goddardhale-blue-450); }
.color-goddardhale-blue-500 { color: var(--goddardhale-blue-500); }
.color-goddardhale-blue-550 { color: var(--goddardhale-blue-550); }
.color-goddardhale-blue-600 { color: var(--goddardhale-blue-600); }
.color-goddardhale-blue-650 { color: var(--goddardhale-blue-650); }
.color-goddardhale-blue-700 { color: var(--goddardhale-blue-700); }
.color-goddardhale-blue-750 { color: var(--goddardhale-blue-750); }
.color-goddardhale-blue-800 { color: var(--goddardhale-blue-800); }
.color-goddardhale-blue-850 { color: var(--goddardhale-blue-850); }
.color-goddardhale-blue-900 { color: var(--goddardhale-blue-900); }
.color-goddardhale-blue-950 { color: var(--goddardhale-blue-950); }
.color-goddardhale-purple-50 { color: var(--goddardhale-purple-50); }
.color-goddardhale-purple-100 { color: var(--goddardhale-purple-100); }
.color-goddardhale-purple-150 { color: var(--goddardhale-purple-150); }
.color-goddardhale-purple-200 { color: var(--goddardhale-purple-200); }
.color-goddardhale-purple-250 { color: var(--goddardhale-purple-250); }
.color-goddardhale-purple-300 { color: var(--goddardhale-purple-300); }
.color-goddardhale-purple-350 { color: var(--goddardhale-purple-350); }
.color-goddardhale-purple-400 { color: var(--goddardhale-purple-400); }
.color-goddardhale-purple-450 { color: var(--goddardhale-purple-450); }
.color-goddardhale-purple-500 { color: var(--goddardhale-purple-500); }
.color-goddardhale-purple-550 { color: var(--goddardhale-purple-550); }
.color-goddardhale-purple-600 { color: var(--goddardhale-purple-600); }
.color-goddardhale-purple-650 { color: var(--goddardhale-purple-650); }
.color-goddardhale-purple-700 { color: var(--goddardhale-purple-700); }
.color-goddardhale-purple-750 { color: var(--goddardhale-purple-750); }
.color-goddardhale-purple-800 { color: var(--goddardhale-purple-800); }
.color-goddardhale-purple-850 { color: var(--goddardhale-purple-850); }
.color-goddardhale-purple-900 { color: var(--goddardhale-purple-900); }
.color-goddardhale-purple-950 { color: var(--goddardhale-purple-950); }
.color-goddardhale-cream-50 { color: var(--goddardhale-cream-50); }
.color-goddardhale-cream-100 { color: var(--goddardhale-cream-100); }
.color-goddardhale-cream-150 { color: var(--goddardhale-cream-150); }
.color-goddardhale-cream-200 { color: var(--goddardhale-cream-200); }
.color-goddardhale-cream-250 { color: var(--goddardhale-cream-250); }
.color-goddardhale-cream-300 { color: var(--goddardhale-cream-300); }
.color-goddardhale-cream-350 { color: var(--goddardhale-cream-350); }
.color-goddardhale-cream-400 { color: var(--goddardhale-cream-400); }
.color-goddardhale-cream-450 { color: var(--goddardhale-cream-450); }
.color-goddardhale-cream-500 { color: var(--goddardhale-cream-500); }
.color-goddardhale-cream-550 { color: var(--goddardhale-cream-550); }
.color-goddardhale-cream-600 { color: var(--goddardhale-cream-600); }
.color-goddardhale-cream-650 { color: var(--goddardhale-cream-650); }
.color-goddardhale-cream-700 { color: var(--goddardhale-cream-700); }
.color-goddardhale-cream-750 { color: var(--goddardhale-cream-750); }
.color-goddardhale-cream-800 { color: var(--goddardhale-cream-800); }
.color-goddardhale-cream-850 { color: var(--goddardhale-cream-850); }
.color-goddardhale-cream-900 { color: var(--goddardhale-cream-900); }
.color-goddardhale-cream-950 { color: var(--goddardhale-cream-950); }
.color-goddardhale-grey-50 { color: var(--goddardhale-grey-50); }
.color-goddardhale-grey-100 { color: var(--goddardhale-grey-100); }
.color-goddardhale-grey-150 { color: var(--goddardhale-grey-150); }
.color-goddardhale-grey-200 { color: var(--goddardhale-grey-200); }
.color-goddardhale-grey-250 { color: var(--goddardhale-grey-250); }
.color-goddardhale-grey-300 { color: var(--goddardhale-grey-300); }
.color-goddardhale-grey-350 { color: var(--goddardhale-grey-350); }
.color-goddardhale-grey-400 { color: var(--goddardhale-grey-400); }
.color-goddardhale-grey-450 { color: var(--goddardhale-grey-450); }
.color-goddardhale-grey-500 { color: var(--goddardhale-grey-500); }
.color-goddardhale-grey-550 { color: var(--goddardhale-grey-550); }
.color-goddardhale-grey-600 { color: var(--goddardhale-grey-600); }
.color-goddardhale-grey-650 { color: var(--goddardhale-grey-650); }
.color-goddardhale-grey-700 { color: var(--goddardhale-grey-700); }
.color-goddardhale-grey-750 { color: var(--goddardhale-grey-750); }
.color-goddardhale-grey-800 { color: var(--goddardhale-grey-800); }
.color-goddardhale-grey-850 { color: var(--goddardhale-grey-850); }
.color-goddardhale-grey-900 { color: var(--goddardhale-grey-900); }
.color-goddardhale-grey-950 { color: var(--goddardhale-grey-950); }
.fill-goddardhale-dark-text { fill: var(--goddardhale-dark-text); }
.fill-goddardhale-light-text { fill: var(--goddardhale-light-text); }
.fill-goddardhale-light-background { fill: var(--goddardhale-light-background); }
.fill-goddardhale-medium-background { fill: var(--goddardhale-medium-background); }
.fill-goddardhale-dark-background { fill: var(--goddardhale-dark-background); }
.fill-goddardhale-type-blue { fill: var(--goddardhale-type-blue); }
.fill-goddardhale-single-leaf { fill: var(--goddardhale-single-leaf); }
.fill-goddardhale-double-leaf { fill: var(--goddardhale-double-leaf); }
.fill-goddardhale-triple-leaf { fill: var(--goddardhale-triple-leaf); }
.fill-goddardhale-full-leaf { fill: var(--goddardhale-full-leaf); }
.fill-goddardhale-red { fill: var(--goddardhale-red); }
.fill-goddardhale-yellow { fill: var(--goddardhale-yellow); }
.fill-goddardhale-green { fill: var(--goddardhale-green); }
.fill-goddardhale-blue { fill: var(--goddardhale-blue); }
.fill-goddardhale-purple { fill: var(--goddardhale-purple); }
.fill-goddardhale-cream { fill: var(--goddardhale-cream); }
.fill-goddardhale-grey { fill: var(--goddardhale-grey); }
.fill-goddardhale-red-50 { fill: var(--goddardhale-red-50); }
.fill-goddardhale-red-100 { fill: var(--goddardhale-red-100); }
.fill-goddardhale-red-150 { fill: var(--goddardhale-red-150); }
.fill-goddardhale-red-200 { fill: var(--goddardhale-red-200); }
.fill-goddardhale-red-250 { fill: var(--goddardhale-red-250); }
.fill-goddardhale-red-300 { fill: var(--goddardhale-red-300); }
.fill-goddardhale-red-350 { fill: var(--goddardhale-red-350); }
.fill-goddardhale-red-400 { fill: var(--goddardhale-red-400); }
.fill-goddardhale-red-450 { fill: var(--goddardhale-red-450); }
.fill-goddardhale-red-500 { fill: var(--goddardhale-red-500); }
.fill-goddardhale-red-550 { fill: var(--goddardhale-red-550); }
.fill-goddardhale-red-600 { fill: var(--goddardhale-red-600); }
.fill-goddardhale-red-650 { fill: var(--goddardhale-red-650); }
.fill-goddardhale-red-700 { fill: var(--goddardhale-red-700); }
.fill-goddardhale-red-750 { fill: var(--goddardhale-red-750); }
.fill-goddardhale-red-800 { fill: var(--goddardhale-red-800); }
.fill-goddardhale-red-850 { fill: var(--goddardhale-red-850); }
.fill-goddardhale-red-900 { fill: var(--goddardhale-red-900); }
.fill-goddardhale-red-950 { fill: var(--goddardhale-red-950); }
.fill-goddardhale-yellow-50 { fill: var(--goddardhale-yellow-50); }
.fill-goddardhale-yellow-100 { fill: var(--goddardhale-yellow-100); }
.fill-goddardhale-yellow-150 { fill: var(--goddardhale-yellow-150); }
.fill-goddardhale-yellow-200 { fill: var(--goddardhale-yellow-200); }
.fill-goddardhale-yellow-250 { fill: var(--goddardhale-yellow-250); }
.fill-goddardhale-yellow-300 { fill: var(--goddardhale-yellow-300); }
.fill-goddardhale-yellow-350 { fill: var(--goddardhale-yellow-350); }
.fill-goddardhale-yellow-400 { fill: var(--goddardhale-yellow-400); }
.fill-goddardhale-yellow-450 { fill: var(--goddardhale-yellow-450); }
.fill-goddardhale-yellow-500 { fill: var(--goddardhale-yellow-500); }
.fill-goddardhale-yellow-550 { fill: var(--goddardhale-yellow-550); }
.fill-goddardhale-yellow-600 { fill: var(--goddardhale-yellow-600); }
.fill-goddardhale-yellow-650 { fill: var(--goddardhale-yellow-650); }
.fill-goddardhale-yellow-700 { fill: var(--goddardhale-yellow-700); }
.fill-goddardhale-yellow-750 { fill: var(--goddardhale-yellow-750); }
.fill-goddardhale-yellow-800 { fill: var(--goddardhale-yellow-800); }
.fill-goddardhale-yellow-850 { fill: var(--goddardhale-yellow-850); }
.fill-goddardhale-yellow-900 { fill: var(--goddardhale-yellow-900); }
.fill-goddardhale-yellow-950 { fill: var(--goddardhale-yellow-950); }
.fill-goddardhale-green-50 { fill: var(--goddardhale-green-50); }
.fill-goddardhale-green-100 { fill: var(--goddardhale-green-100); }
.fill-goddardhale-green-150 { fill: var(--goddardhale-green-150); }
.fill-goddardhale-green-200 { fill: var(--goddardhale-green-200); }
.fill-goddardhale-green-250 { fill: var(--goddardhale-green-250); }
.fill-goddardhale-green-300 { fill: var(--goddardhale-green-300); }
.fill-goddardhale-green-350 { fill: var(--goddardhale-green-350); }
.fill-goddardhale-green-400 { fill: var(--goddardhale-green-400); }
.fill-goddardhale-green-450 { fill: var(--goddardhale-green-450); }
.fill-goddardhale-green-500 { fill: var(--goddardhale-green-500); }
.fill-goddardhale-green-550 { fill: var(--goddardhale-green-550); }
.fill-goddardhale-green-600 { fill: var(--goddardhale-green-600); }
.fill-goddardhale-green-650 { fill: var(--goddardhale-green-650); }
.fill-goddardhale-green-700 { fill: var(--goddardhale-green-700); }
.fill-goddardhale-green-750 { fill: var(--goddardhale-green-750); }
.fill-goddardhale-green-800 { fill: var(--goddardhale-green-800); }
.fill-goddardhale-green-850 { fill: var(--goddardhale-green-850); }
.fill-goddardhale-green-900 { fill: var(--goddardhale-green-900); }
.fill-goddardhale-green-950 { fill: var(--goddardhale-green-950); }
.fill-goddardhale-blue-50 { fill: var(--goddardhale-blue-50); }
.fill-goddardhale-blue-100 { fill: var(--goddardhale-blue-100); }
.fill-goddardhale-blue-150 { fill: var(--goddardhale-blue-150); }
.fill-goddardhale-blue-200 { fill: var(--goddardhale-blue-200); }
.fill-goddardhale-blue-250 { fill: var(--goddardhale-blue-250); }
.fill-goddardhale-blue-300 { fill: var(--goddardhale-blue-300); }
.fill-goddardhale-blue-350 { fill: var(--goddardhale-blue-350); }
.fill-goddardhale-blue-400 { fill: var(--goddardhale-blue-400); }
.fill-goddardhale-blue-450 { fill: var(--goddardhale-blue-450); }
.fill-goddardhale-blue-500 { fill: var(--goddardhale-blue-500); }
.fill-goddardhale-blue-550 { fill: var(--goddardhale-blue-550); }
.fill-goddardhale-blue-600 { fill: var(--goddardhale-blue-600); }
.fill-goddardhale-blue-650 { fill: var(--goddardhale-blue-650); }
.fill-goddardhale-blue-700 { fill: var(--goddardhale-blue-700); }
.fill-goddardhale-blue-750 { fill: var(--goddardhale-blue-750); }
.fill-goddardhale-blue-800 { fill: var(--goddardhale-blue-800); }
.fill-goddardhale-blue-850 { fill: var(--goddardhale-blue-850); }
.fill-goddardhale-blue-900 { fill: var(--goddardhale-blue-900); }
.fill-goddardhale-blue-950 { fill: var(--goddardhale-blue-950); }
.fill-goddardhale-purple-50 { fill: var(--goddardhale-purple-50); }
.fill-goddardhale-purple-100 { fill: var(--goddardhale-purple-100); }
.fill-goddardhale-purple-150 { fill: var(--goddardhale-purple-150); }
.fill-goddardhale-purple-200 { fill: var(--goddardhale-purple-200); }
.fill-goddardhale-purple-250 { fill: var(--goddardhale-purple-250); }
.fill-goddardhale-purple-300 { fill: var(--goddardhale-purple-300); }
.fill-goddardhale-purple-350 { fill: var(--goddardhale-purple-350); }
.fill-goddardhale-purple-400 { fill: var(--goddardhale-purple-400); }
.fill-goddardhale-purple-450 { fill: var(--goddardhale-purple-450); }
.fill-goddardhale-purple-500 { fill: var(--goddardhale-purple-500); }
.fill-goddardhale-purple-550 { fill: var(--goddardhale-purple-550); }
.fill-goddardhale-purple-600 { fill: var(--goddardhale-purple-600); }
.fill-goddardhale-purple-650 { fill: var(--goddardhale-purple-650); }
.fill-goddardhale-purple-700 { fill: var(--goddardhale-purple-700); }
.fill-goddardhale-purple-750 { fill: var(--goddardhale-purple-750); }
.fill-goddardhale-purple-800 { fill: var(--goddardhale-purple-800); }
.fill-goddardhale-purple-850 { fill: var(--goddardhale-purple-850); }
.fill-goddardhale-purple-900 { fill: var(--goddardhale-purple-900); }
.fill-goddardhale-purple-950 { fill: var(--goddardhale-purple-950); }
.fill-goddardhale-cream-50 { fill: var(--goddardhale-cream-50); }
.fill-goddardhale-cream-100 { fill: var(--goddardhale-cream-100); }
.fill-goddardhale-cream-150 { fill: var(--goddardhale-cream-150); }
.fill-goddardhale-cream-200 { fill: var(--goddardhale-cream-200); }
.fill-goddardhale-cream-250 { fill: var(--goddardhale-cream-250); }
.fill-goddardhale-cream-300 { fill: var(--goddardhale-cream-300); }
.fill-goddardhale-cream-350 { fill: var(--goddardhale-cream-350); }
.fill-goddardhale-cream-400 { fill: var(--goddardhale-cream-400); }
.fill-goddardhale-cream-450 { fill: var(--goddardhale-cream-450); }
.fill-goddardhale-cream-500 { fill: var(--goddardhale-cream-500); }
.fill-goddardhale-cream-550 { fill: var(--goddardhale-cream-550); }
.fill-goddardhale-cream-600 { fill: var(--goddardhale-cream-600); }
.fill-goddardhale-cream-650 { fill: var(--goddardhale-cream-650); }
.fill-goddardhale-cream-700 { fill: var(--goddardhale-cream-700); }
.fill-goddardhale-cream-750 { fill: var(--goddardhale-cream-750); }
.fill-goddardhale-cream-800 { fill: var(--goddardhale-cream-800); }
.fill-goddardhale-cream-850 { fill: var(--goddardhale-cream-850); }
.fill-goddardhale-cream-900 { fill: var(--goddardhale-cream-900); }
.fill-goddardhale-cream-950 { fill: var(--goddardhale-cream-950); }
.fill-goddardhale-grey-50 { fill: var(--goddardhale-grey-50); }
.fill-goddardhale-grey-100 { fill: var(--goddardhale-grey-100); }
.fill-goddardhale-grey-150 { fill: var(--goddardhale-grey-150); }
.fill-goddardhale-grey-200 { fill: var(--goddardhale-grey-200); }
.fill-goddardhale-grey-250 { fill: var(--goddardhale-grey-250); }
.fill-goddardhale-grey-300 { fill: var(--goddardhale-grey-300); }
.fill-goddardhale-grey-350 { fill: var(--goddardhale-grey-350); }
.fill-goddardhale-grey-400 { fill: var(--goddardhale-grey-400); }
.fill-goddardhale-grey-450 { fill: var(--goddardhale-grey-450); }
.fill-goddardhale-grey-500 { fill: var(--goddardhale-grey-500); }
.fill-goddardhale-grey-550 { fill: var(--goddardhale-grey-550); }
.fill-goddardhale-grey-600 { fill: var(--goddardhale-grey-600); }
.fill-goddardhale-grey-650 { fill: var(--goddardhale-grey-650); }
.fill-goddardhale-grey-700 { fill: var(--goddardhale-grey-700); }
.fill-goddardhale-grey-750 { fill: var(--goddardhale-grey-750); }
.fill-goddardhale-grey-800 { fill: var(--goddardhale-grey-800); }
.fill-goddardhale-grey-850 { fill: var(--goddardhale-grey-850); }
.fill-goddardhale-grey-900 { fill: var(--goddardhale-grey-900); }
.fill-goddardhale-grey-950 { fill: var(--goddardhale-grey-950); }