jekyll-theme-superb 0.1.4 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/assets/css/style.css CHANGED
@@ -1,6 +1,111 @@
1
+ /* source https://github.com/spsarolkar/rouge-theme-preview/blob/gh-pages/css/syntax-base16.solarized.light.css */
2
+
3
+ .highlight table td { padding: 5px; }
4
+
5
+ .highlight table pre { margin: 0; }
6
+
7
+ .highlight, .highlight .w {
8
+ color: #586e75;
9
+ }
10
+
11
+ .highlight .err {
12
+ color: #002b36;
13
+ background-color: #dc322f;
14
+ }
15
+
16
+ .highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
17
+ color: #657b83;
18
+ }
19
+
20
+ .highlight .cp {
21
+ color: #b58900;
22
+ }
23
+
24
+ .highlight .nt {
25
+ color: #b58900;
26
+ }
27
+
28
+ .highlight .o, .highlight .ow {
29
+ color: #93a1a1;
30
+ }
31
+
32
+ .highlight .p, .highlight .pi {
33
+ color: #93a1a1;
34
+ }
35
+
36
+ .highlight .gi {
37
+ color: #859900;
38
+ }
39
+
40
+ .highlight .gd {
41
+ color: #dc322f;
42
+ }
43
+
44
+ .highlight .gh {
45
+ color: #268bd2;
46
+ background-color: #002b36;
47
+ font-weight: bold;
48
+ }
49
+
50
+ .highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
51
+ color: #6c71c4;
52
+ }
53
+
54
+ .highlight .kc {
55
+ color: #cb4b16;
56
+ }
57
+
58
+ .highlight .kt {
59
+ color: #cb4b16;
60
+ }
61
+
62
+ .highlight .kd {
63
+ color: #cb4b16;
64
+ }
65
+
66
+ .highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
67
+ color: #859900;
68
+ }
69
+
70
+ .highlight .sr {
71
+ color: #2aa198;
72
+ }
73
+
74
+ .highlight .si {
75
+ color: #d33682;
76
+ }
77
+
78
+ .highlight .se {
79
+ color: #d33682;
80
+ }
81
+
82
+ .highlight .nn {
83
+ color: #b58900;
84
+ }
85
+
86
+ .highlight .nc {
87
+ color: #b58900;
88
+ }
89
+
90
+ .highlight .no {
91
+ color: #b58900;
92
+ }
93
+
94
+ .highlight .na {
95
+ color: #268bd2;
96
+ }
97
+
98
+ .highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
99
+ color: #859900;
100
+ }
101
+
102
+ .highlight .ss {
103
+ color: #859900;
104
+ }
105
+
106
+ /* ! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com */
107
+
1
108
  /*
2
- ! tailwindcss v3.0.9 | MIT License | https://tailwindcss.com
3
- *//*
4
109
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
110
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
6
111
  */
@@ -24,15 +129,22 @@
24
129
  2. Prevent adjustments of font size after orientation changes in iOS.
25
130
  3. Use a more readable tab size.
26
131
  4. Use the user's configured `sans` font-family by default.
132
+ 5. Use the user's configured `sans` font-feature-settings by default.
133
+ 6. Use the user's configured `sans` font-variation-settings by default.
134
+ 7. Disable tap highlights on iOS
27
135
  */
28
136
 
29
- html {
137
+ html,
138
+ :host {
30
139
  line-height: 1.5; /* 1 */
31
140
  -webkit-text-size-adjust: 100%; /* 2 */
32
141
  -moz-tab-size: 4; /* 3 */
33
142
  -o-tab-size: 4;
34
143
  tab-size: 4; /* 3 */
35
144
  font-family: "Merriweather Sans", sans-serif; /* 4 */
145
+ font-feature-settings: normal; /* 5 */
146
+ font-variation-settings: normal; /* 6 */
147
+ -webkit-tap-highlight-color: transparent; /* 7 */
36
148
  }
37
149
 
38
150
  /*
@@ -99,8 +211,10 @@ strong {
99
211
  }
100
212
 
101
213
  /*
102
- 1. Use the user's configured `mono` font family by default.
103
- 2. Correct the odd `em` font sizing in all browsers.
214
+ 1. Use the user's configured `mono` font-family by default.
215
+ 2. Use the user's configured `mono` font-feature-settings by default.
216
+ 3. Use the user's configured `mono` font-variation-settings by default.
217
+ 4. Correct the odd `em` font sizing in all browsers.
104
218
  */
105
219
 
106
220
  code,
@@ -108,7 +222,9 @@ kbd,
108
222
  samp,
109
223
  pre {
110
224
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
111
- font-size: 1em; /* 2 */
225
+ font-feature-settings: normal; /* 2 */
226
+ font-variation-settings: normal; /* 3 */
227
+ font-size: 1em; /* 4 */
112
228
  }
113
229
 
114
230
  /*
@@ -163,8 +279,12 @@ optgroup,
163
279
  select,
164
280
  textarea {
165
281
  font-family: inherit; /* 1 */
282
+ font-feature-settings: inherit; /* 1 */
283
+ font-variation-settings: inherit; /* 1 */
166
284
  font-size: 100%; /* 1 */
285
+ font-weight: inherit; /* 1 */
167
286
  line-height: inherit; /* 1 */
287
+ letter-spacing: inherit; /* 1 */
168
288
  color: inherit; /* 1 */
169
289
  margin: 0; /* 2 */
170
290
  padding: 0; /* 3 */
@@ -185,9 +305,9 @@ select {
185
305
  */
186
306
 
187
307
  button,
188
- [type='button'],
189
- [type='reset'],
190
- [type='submit'] {
308
+ input:where([type='button']),
309
+ input:where([type='reset']),
310
+ input:where([type='submit']) {
191
311
  -webkit-appearance: button; /* 1 */
192
312
  background-color: transparent; /* 2 */
193
313
  background-image: none; /* 2 */
@@ -299,6 +419,14 @@ menu {
299
419
  padding: 0;
300
420
  }
301
421
 
422
+ /*
423
+ Reset default styling for dialogs.
424
+ */
425
+
426
+ dialog {
427
+ padding: 0;
428
+ }
429
+
302
430
  /*
303
431
  Prevent resizing textareas horizontally by default.
304
432
  */
@@ -317,11 +445,6 @@ input::-moz-placeholder, textarea::-moz-placeholder {
317
445
  color: #9ca3af; /* 2 */
318
446
  }
319
447
 
320
- input:-ms-input-placeholder, textarea:-ms-input-placeholder {
321
- opacity: 1; /* 1 */
322
- color: #9ca3af; /* 2 */
323
- }
324
-
325
448
  input::placeholder,
326
449
  textarea::placeholder {
327
450
  opacity: 1; /* 1 */
@@ -340,6 +463,7 @@ button,
340
463
  /*
341
464
  Make sure disabled buttons don't get the pointer cursor.
342
465
  */
466
+
343
467
  :disabled {
344
468
  cursor: default;
345
469
  }
@@ -372,737 +496,401 @@ video {
372
496
  height: auto;
373
497
  }
374
498
 
375
- /*
376
- Ensure the default browser behavior of the `hidden` attribute.
377
- */
499
+ /* Make elements with the HTML hidden attribute stay hidden by default */
378
500
 
379
501
  [hidden] {
380
502
  display: none;
381
503
  }
382
- *, ::before, ::after {
383
- border-color: currentColor;
504
+
505
+ *, ::before, ::after{ --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ;
384
506
  }
385
- .container {
386
- width: 100%;
507
+
508
+ ::backdrop{ --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgb(59 130 246 / 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: ;
387
509
  }
388
- @media (min-width: 960px) {
389
510
 
390
- .container {
391
- max-width: 960px;
511
+ .container{ width: 100%;
512
+ }
513
+
514
+ @media (min-width: 960px){
515
+
516
+ .container{ max-width: 960px;
392
517
  }
393
518
  }
394
- @font-face {
395
- font-family: 'Merriweather';
396
- font-style: italic;
397
- font-weight: 300;
398
- src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4l0qyriQwlOrhSvowK_l5-eR7lXff8jvzDP3WGO5g.woff2) format('woff2');
399
- }
400
- @font-face {
401
- font-family: 'Merriweather';
402
- font-style: italic;
403
- font-weight: 300;
404
- src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4l0qyriQwlOrhSvowK_l5-eR7lXff4jvzDP3WG.woff2) format('woff2');
405
- }
406
- @font-face {
407
- font-family: 'Merriweather';
408
- font-style: italic;
409
- font-weight: 400;
410
- src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4m0qyriQwlOrhSvowK_l5-eRZKf-LVrPHpBXw.woff2) format('woff2');
411
- }
412
- @font-face {
413
- font-family: 'Merriweather';
414
- font-style: italic;
415
- font-weight: 400;
416
- src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4m0qyriQwlOrhSvowK_l5-eRZOf-LVrPHp.woff2) format('woff2');
417
- }
418
- @font-face {
419
- font-family: 'Merriweather';
420
- font-style: normal;
421
- font-weight: 300;
422
- src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l521wRZXMf6hPvhPUWH.woff2) format('woff2');
423
- }
424
- @font-face {
425
- font-family: 'Merriweather';
426
- font-style: normal;
427
- font-weight: 300;
428
- src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l521wRZWMf6hPvhPQ.woff2) format('woff2');
429
- }
430
- @font-face {
431
- font-family: 'Merriweather';
432
- font-style: normal;
433
- font-weight: 400;
434
- src: url(https://fonts.gstatic.com/s/merriweather/v28/u-440qyriQwlOrhSvowK_l5-eCZMdeX3rsHo.woff2) format('woff2');
435
- }
436
- @font-face {
437
- font-family: 'Merriweather';
438
- font-style: normal;
439
- font-weight: 400;
440
- src: url(https://fonts.gstatic.com/s/merriweather/v28/u-440qyriQwlOrhSvowK_l5-fCZMdeX3rg.woff2) format('woff2');
441
- }
442
- @font-face {
443
- font-family: 'Merriweather';
444
- font-style: normal;
445
- font-weight: 700;
446
- src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l52xwNZXMf6hPvhPUWH.woff2) format('woff2');
447
- }
448
- @font-face {
449
- font-family: 'Merriweather';
450
- font-style: normal;
451
- font-weight: 700;
452
- src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l52xwNZWMf6hPvhPQ.woff2) format('woff2');
453
- }
454
- @font-face {
455
- font-family: 'Merriweather Sans';
456
- font-style: italic;
457
- font-weight: 300;
458
- src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjfj9zlcxZI.woff2) format('woff2');
459
- }
460
- @font-face {
461
- font-family: 'Merriweather Sans';
462
- font-style: italic;
463
- font-weight: 400;
464
- src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjfj9zlcxZI.woff2) format('woff2');
465
- }
466
- @font-face {
467
- font-family: 'Merriweather Sans';
468
- font-style: italic;
469
- font-weight: 700;
470
- src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjfj9zlcxZI.woff2) format('woff2');
471
- }
472
- @font-face {
473
- font-family: 'Merriweather Sans';
474
- font-style: italic;
475
- font-weight: 800;
476
- src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjrj9zlcxZKhaw.woff2) format('woff2');
477
- }
478
- @font-face {
479
- font-family: 'Merriweather Sans';
480
- font-style: italic;
481
- font-weight: 800;
482
- src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjfj9zlcxZI.woff2) format('woff2');
483
- }
484
- @font-face {
485
- font-family: 'Merriweather Sans';
486
- font-style: normal;
487
- font-weight: 300;
488
- src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX4QjXp8Bte9ZM.woff2) format('woff2');
489
- }
490
- @font-face {
491
- font-family: 'Merriweather Sans';
492
- font-style: normal;
493
- font-weight: 300;
494
- src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX1QjXp8Bte.woff2) format('woff2');
495
- }
496
- @font-face {
497
- font-family: 'Merriweather Sans';
498
- font-style: normal;
499
- font-weight: 400;
500
- src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX4QjXp8Bte9ZM.woff2) format('woff2');
501
- }
502
- @font-face {
503
- font-family: 'Merriweather Sans';
504
- font-style: normal;
505
- font-weight: 400;
506
- src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX1QjXp8Bte.woff2) format('woff2');
507
- }
508
- @font-face {
509
- font-family: 'Merriweather Sans';
510
- font-style: normal;
511
- font-weight: 700;
512
- src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX4QjXp8Bte9ZM.woff2) format('woff2');
513
- }
514
- @font-face {
515
- font-family: 'Merriweather Sans';
516
- font-style: normal;
517
- font-weight: 700;
518
- src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX1QjXp8Bte.woff2) format('woff2');
519
- }
520
- @font-face {
521
- font-family: 'Merriweather Sans';
522
- font-style: normal;
523
- font-weight: 800;
524
- src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX4QjXp8Bte9ZM.woff2) format('woff2');
525
- }
526
- @font-face {
527
- font-family: 'Merriweather Sans';
528
- font-style: normal;
529
- font-weight: 800;
530
- src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX1QjXp8Bte.woff2) format('woff2');
531
- }
532
- .link {
533
- transition-property: color;
534
- transition-duration: 200ms;
535
- cursor: pointer;
536
- color: #2e2e2e;
537
- border-bottom: 2px solid #2e2e2e;
519
+
520
+ @font-face{ font-family: 'Merriweather'; font-style: italic; font-weight: 300; src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4l0qyriQwlOrhSvowK_l5-eR7lXff8jvzDP3WGO5g.woff2) format('woff2');
538
521
  }
539
- .link:hover {
540
- color: #000;
541
- border-color: #000;
522
+
523
+ @font-face{ font-family: 'Merriweather'; font-style: italic; font-weight: 300; src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4l0qyriQwlOrhSvowK_l5-eR7lXff4jvzDP3WG.woff2) format('woff2');
542
524
  }
543
- .post, .page {
544
525
 
545
- /* Literal.Number.Integer.Long */
546
- }
547
- .post p, .page p {
526
+ @font-face{ font-family: 'Merriweather'; font-style: italic; font-weight: 400; src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4m0qyriQwlOrhSvowK_l5-eRZKf-LVrPHpBXw.woff2) format('woff2');
527
+ }
528
+
529
+ @font-face{ font-family: 'Merriweather'; font-style: italic; font-weight: 400; src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4m0qyriQwlOrhSvowK_l5-eRZOf-LVrPHp.woff2) format('woff2');
530
+ }
531
+
532
+ @font-face{ font-family: 'Merriweather'; font-style: normal; font-weight: 300; src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l521wRZXMf6hPvhPUWH.woff2) format('woff2');
533
+ }
534
+
535
+ @font-face{ font-family: 'Merriweather'; font-style: normal; font-weight: 300; src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l521wRZWMf6hPvhPQ.woff2) format('woff2');
536
+ }
537
+
538
+ @font-face{ font-family: 'Merriweather'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/merriweather/v28/u-440qyriQwlOrhSvowK_l5-eCZMdeX3rsHo.woff2) format('woff2');
539
+ }
540
+
541
+ @font-face{ font-family: 'Merriweather'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/merriweather/v28/u-440qyriQwlOrhSvowK_l5-fCZMdeX3rg.woff2) format('woff2');
542
+ }
543
+
544
+ @font-face{ font-family: 'Merriweather'; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l52xwNZXMf6hPvhPUWH.woff2) format('woff2');
545
+ }
546
+
547
+ @font-face{ font-family: 'Merriweather'; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/merriweather/v28/u-4n0qyriQwlOrhSvowK_l52xwNZWMf6hPvhPQ.woff2) format('woff2');
548
+ }
549
+
550
+ @font-face{ font-family: 'Merriweather Sans'; font-style: italic; font-weight: 300; src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjfj9zlcxZI.woff2) format('woff2');
551
+ }
552
+
553
+ @font-face{ font-family: 'Merriweather Sans'; font-style: italic; font-weight: 400; src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjfj9zlcxZI.woff2) format('woff2');
554
+ }
555
+
556
+ @font-face{ font-family: 'Merriweather Sans'; font-style: italic; font-weight: 700; src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjfj9zlcxZI.woff2) format('woff2');
557
+ }
558
+
559
+ @font-face{ font-family: 'Merriweather Sans'; font-style: italic; font-weight: 800; src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjrj9zlcxZKhaw.woff2) format('woff2');
560
+ }
561
+
562
+ @font-face{ font-family: 'Merriweather Sans'; font-style: italic; font-weight: 800; src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c79IRs1JiJN1FRAMjTN5zd9vgsFHXwcjfj9zlcxZI.woff2) format('woff2');
563
+ }
564
+
565
+ @font-face{ font-family: 'Merriweather Sans'; font-style: normal; font-weight: 300; src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX4QjXp8Bte9ZM.woff2) format('woff2');
566
+ }
567
+
568
+ @font-face{ font-family: 'Merriweather Sans'; font-style: normal; font-weight: 300; src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX1QjXp8Bte.woff2) format('woff2');
569
+ }
570
+
571
+ @font-face{ font-family: 'Merriweather Sans'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX4QjXp8Bte9ZM.woff2) format('woff2');
572
+ }
573
+
574
+ @font-face{ font-family: 'Merriweather Sans'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX1QjXp8Bte.woff2) format('woff2');
575
+ }
576
+
577
+ @font-face{ font-family: 'Merriweather Sans'; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX4QjXp8Bte9ZM.woff2) format('woff2');
578
+ }
579
+
580
+ @font-face{ font-family: 'Merriweather Sans'; font-style: normal; font-weight: 700; src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX1QjXp8Bte.woff2) format('woff2');
581
+ }
582
+
583
+ @font-face{ font-family: 'Merriweather Sans'; font-style: normal; font-weight: 800; src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX4QjXp8Bte9ZM.woff2) format('woff2');
584
+ }
585
+
586
+ @font-face{ font-family: 'Merriweather Sans'; font-style: normal; font-weight: 800; src: url(https://fonts.gstatic.com/s/merriweathersans/v14/2-c99IRs1JiJN1FRAMjTN5zd9vgsFHX1QjXp8Bte.woff2) format('woff2');
587
+ }
588
+
589
+ .link{ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 300ms; cursor: pointer; border-bottom-width: 2px; --tw-border-opacity: 1; border-color: rgb(46 46 46 / var(--tw-border-opacity)); --tw-text-opacity: 1; color: rgb(46 46 46 / var(--tw-text-opacity));
590
+ }
591
+
592
+ .link:active, .link:focus{ outline-color: rgba(152, 184, 139, 0.5); outline-style: dotted; outline-width: 1px; outline-offset: 2px;
593
+ }
594
+
595
+ .post, .page{ font-family: "Merriweather Sans", sans-serif; font-size: 1rem; line-height: 1.714rem;
596
+ }
597
+
598
+ .post h1, .page h1{ font-family: Merriweather, serif; font-size: 5.857rem; line-height: 7.571rem;
599
+ }
600
+
601
+ .post h2, .page h2{ font-family: Merriweather, serif; font-size: 4.286rem; line-height: 5.357rem;
602
+ }
603
+
604
+ .post h3, .page h3{ font-family: Merriweather, serif; font-size: 3.429rem; line-height: 4.286rem;
605
+ }
606
+
607
+ .post h4, .page h4{ font-family: Merriweather, serif; font-size: 2.429rem; line-height: 3rem;
608
+ }
609
+
610
+ .post h5, .page h5{ font-family: Merriweather, serif; font-size: 1.714rem; line-height: 2.286rem;
611
+ }
612
+
613
+ .post h6, .page h6{ font-family: Merriweather, serif; font-size: 1.714rem; line-height: 2.286rem;
614
+ }
615
+
616
+ .post p, .page p{ --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); font-family: "Merriweather Sans", sans-serif; font-size: 1rem; line-height: 1.714rem;
548
617
  margin-top: 1.25em;
549
618
  margin-bottom: 1.25em;
550
- }
551
- .post a, .page a {
552
- transition-property: color;
553
- transition-duration: 200ms;
554
- cursor: pointer;
555
- color: #2e2e2e;
556
- border-bottom: 2px solid #2e2e2e;
557
619
  }
558
- .post a:hover, .page a:hover {
559
- color: #000;
560
- border-color: #000;
620
+
621
+ .post a, .page a{ cursor: pointer; border-bottom-width: 2px; --tw-border-opacity: 1; border-color: rgb(46 46 46 / var(--tw-border-opacity)); --tw-text-opacity: 1; color: rgb(46 46 46 / var(--tw-text-opacity)); transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 300ms;
561
622
  }
562
- .post a, .page a {
563
- color: #98b88b;
564
- border-color: #98b88b;
623
+
624
+ .post a:active,.post a:focus, .page a:active, .page a:focus{ outline-color: rgba(152, 184, 139, 0.5); outline-style: dotted; outline-width: 1px; outline-offset: 2px;
565
625
  }
566
- .post a:hover, .page a:hover {
567
- color: #98b88b;
568
- border-color: #98b88b;
626
+
627
+ .post a, .page a{ font-weight: 700;
569
628
  }
570
- .post a, .page a {
571
- font-weight: 700;
629
+
630
+ .post code, .page code{ border-radius: 0.25rem; --tw-bg-opacity: 1; background-color: rgb(241 243 244 / var(--tw-bg-opacity)); padding-left: 0.25rem; padding-right: 0.25rem; padding-top: 0.25rem; padding-bottom: 0.25rem; font-size: 1rem; line-height: 1.714rem;
572
631
  }
573
- .post code, .page code {
574
- border-radius: 0.25rem;
575
- --tw-bg-opacity: 1;
576
- background-color: rgb(241 243 244 / var(--tw-bg-opacity));
577
- padding-left: 0.5rem;
578
- padding-right: 0.5rem;
579
- padding-top: 0.25rem;
580
- padding-bottom: 0.25rem;
632
+
633
+ .post ul li, .page ul li{ margin-left: 2rem;
581
634
  }
582
- .post figure.highlight, .page figure.highlight {
583
- --tw-bg-opacity: 1;
584
- background-color: rgb(241 243 244 / var(--tw-bg-opacity));
585
- padding: 0.5rem;
586
- overflow: auto;
635
+
636
+ .post ul li::marker, .page ul li::marker{ --tw-text-opacity: 1; color: rgb(170 170 170 / var(--tw-text-opacity));
587
637
  }
588
- .post figure.highlight code, .page figure.highlight code {
589
- padding: 0px;
638
+
639
+ ul.post ul,ul .page ul{ list-style-type: disc;
590
640
  }
591
- .post ul li, .post ol li, .page ul li, .page ol li {
592
- margin-left: 30px;
641
+
642
+ ol.post ul,ol .page ul{ list-style-type: decimal;
593
643
  }
594
- .post ul li::marker, .post ol li::marker, .page ul li::marker, .page ol li::marker {
595
- color: #aaaaaa;
644
+
645
+ .post ul > li::marker, .page ul > li::marker{ --tw-text-opacity: 1; color: rgb(152 184 139 / var(--tw-text-opacity));
596
646
  }
597
- ul.post ul, ul.post ol, ul.page ul, ul.page ol {
598
- list-style-type: disc;
647
+
648
+ .post ul, .page ul{ list-style-type: disc;
599
649
  }
600
- ol.post ul, ol.post ol, ol.page ul, ol.page ol {
601
- list-style-type: counter;
650
+
651
+ .post ol li, .page ol li{ margin-left: 2rem;
602
652
  }
603
- .post ul > li::marker, .post ol > li::marker, .page ul > li::marker, .page ol > li::marker {
604
- color: #98b88b;
653
+
654
+ .post ol li::marker, .page ol li::marker{ --tw-text-opacity: 1; color: rgb(170 170 170 / var(--tw-text-opacity));
605
655
  }
606
- .post .highlight .hll, .page .highlight .hll {
607
- background-color: #ffffcc
608
- }
609
- .post .highlight .c, .page .highlight .c {
610
- color: #408080;
611
- font-style: italic
612
- }
613
- /* Comment */
614
- .post .highlight .err, .page .highlight .err {
615
- border: 1px solid #FF0000
616
- }
617
- /* Error */
618
- .post .highlight .k, .page .highlight .k {
619
- color: #008000;
620
- font-weight: bold
621
- }
622
- /* Keyword */
623
- .post .highlight .o, .page .highlight .o {
624
- color: #666666
625
- }
626
- /* Operator */
627
- .post .highlight .cm, .page .highlight .cm {
628
- color: #408080;
629
- font-style: italic
630
- }
631
- /* Comment.Multiline */
632
- .post .highlight .cp, .page .highlight .cp {
633
- color: #BC7A00
634
- }
635
- /* Comment.Preproc */
636
- .post .highlight .c1, .page .highlight .c1 {
637
- color: #408080;
638
- font-style: italic
639
- }
640
- /* Comment.Single */
641
- .post .highlight .cs, .page .highlight .cs {
642
- color: #408080;
643
- font-style: italic
644
- }
645
- /* Comment.Special */
646
- .post .highlight .gd, .page .highlight .gd {
647
- color: #A00000
648
- }
649
- /* Generic.Deleted */
650
- .post .highlight .ge, .page .highlight .ge {
651
- font-style: italic
652
- }
653
- /* Generic.Emph */
654
- .post .highlight .gr, .page .highlight .gr {
655
- color: #FF0000
656
- }
657
- /* Generic.Error */
658
- .post .highlight .gh, .page .highlight .gh {
659
- color: #000080;
660
- font-weight: bold
661
- }
662
- /* Generic.Heading */
663
- .post .highlight .gi, .page .highlight .gi {
664
- color: #00A000
665
- }
666
- /* Generic.Inserted */
667
- .post .highlight .go, .page .highlight .go {
668
- color: #808080
669
- }
670
- /* Generic.Output */
671
- .post .highlight .gp, .page .highlight .gp {
672
- color: #000080;
673
- font-weight: bold
674
- }
675
- /* Generic.Prompt */
676
- .post .highlight .gs, .page .highlight .gs {
677
- font-weight: bold
678
- }
679
- /* Generic.Strong */
680
- .post .highlight .gu, .page .highlight .gu {
681
- color: #800080;
682
- font-weight: bold
683
- }
684
- /* Generic.Subheading */
685
- .post .highlight .gt, .page .highlight .gt {
686
- color: #0040D0
687
- }
688
- /* Generic.Traceback */
689
- .post .highlight .kc, .page .highlight .kc {
690
- color: #008000;
691
- font-weight: bold
692
- }
693
- /* Keyword.Constant */
694
- .post .highlight .kd, .page .highlight .kd {
695
- color: #008000;
696
- font-weight: bold
697
- }
698
- /* Keyword.Declaration */
699
- .post .highlight .kn, .page .highlight .kn {
700
- color: #008000;
701
- font-weight: bold
702
- }
703
- /* Keyword.Namespace */
704
- .post .highlight .kp, .page .highlight .kp {
705
- color: #008000
706
- }
707
- /* Keyword.Pseudo */
708
- .post .highlight .kr, .page .highlight .kr {
709
- color: #008000;
710
- font-weight: bold
711
- }
712
- /* Keyword.Reserved */
713
- .post .highlight .kt, .page .highlight .kt {
714
- color: #B00040
715
- }
716
- /* Keyword.Type */
717
- .post .highlight .m, .page .highlight .m {
718
- color: #666666
719
- }
720
- /* Literal.Number */
721
- .post .highlight .s, .page .highlight .s {
722
- color: #BA2121
723
- }
724
- /* Literal.String */
725
- .post .highlight .na, .page .highlight .na {
726
- color: #7D9029
727
- }
728
- /* Name.Attribute */
729
- .post .highlight .nb, .page .highlight .nb {
730
- color: #008000
731
- }
732
- /* Name.Builtin */
733
- .post .highlight .nc, .page .highlight .nc {
734
- color: #0000FF;
735
- font-weight: bold
736
- }
737
- /* Name.Class */
738
- .post .highlight .no, .page .highlight .no {
739
- color: #880000
740
- }
741
- /* Name.Constant */
742
- .post .highlight .nd, .page .highlight .nd {
743
- color: #AA22FF
744
- }
745
- /* Name.Decorator */
746
- .post .highlight .ni, .page .highlight .ni {
747
- color: #999999;
748
- font-weight: bold
749
- }
750
- /* Name.Entity */
751
- .post .highlight .ne, .page .highlight .ne {
752
- color: #D2413A;
753
- font-weight: bold
754
- }
755
- /* Name.Exception */
756
- .post .highlight .nf, .page .highlight .nf {
757
- color: #0000FF
758
- }
759
- /* Name.Function */
760
- .post .highlight .nl, .page .highlight .nl {
761
- color: #A0A000
762
- }
763
- /* Name.Label */
764
- .post .highlight .nn, .page .highlight .nn {
765
- color: #0000FF;
766
- font-weight: bold
767
- }
768
- /* Name.Namespace */
769
- .post .highlight .nt, .page .highlight .nt {
770
- color: #008000;
771
- font-weight: bold
772
- }
773
- /* Name.Tag */
774
- .post .highlight .nv, .page .highlight .nv {
775
- color: #19177C
776
- }
777
- /* Name.Variable */
778
- .post .highlight .ow, .page .highlight .ow {
779
- color: #AA22FF;
780
- font-weight: bold
781
- }
782
- /* Operator.Word */
783
- .post .highlight .w, .page .highlight .w {
784
- color: #bbbbbb
785
- }
786
- /* Text.Whitespace */
787
- .post .highlight .mf, .page .highlight .mf {
788
- color: #666666
789
- }
790
- /* Literal.Number.Float */
791
- .post .highlight .mh, .page .highlight .mh {
792
- color: #666666
793
- }
794
- /* Literal.Number.Hex */
795
- .post .highlight .mi, .page .highlight .mi {
796
- color: #666666
797
- }
798
- /* Literal.Number.Integer */
799
- .post .highlight .mo, .page .highlight .mo {
800
- color: #666666
801
- }
802
- /* Literal.Number.Oct */
803
- .post .highlight .sb, .page .highlight .sb {
804
- color: #BA2121
805
- }
806
- /* Literal.String.Backtick */
807
- .post .highlight .sc, .page .highlight .sc {
808
- color: #BA2121
809
- }
810
- /* Literal.String.Char */
811
- .post .highlight .sd, .page .highlight .sd {
812
- color: #BA2121;
813
- font-style: italic
814
- }
815
- /* Literal.String.Doc */
816
- .post .highlight .s2, .page .highlight .s2 {
817
- color: #BA2121
818
- }
819
- /* Literal.String.Double */
820
- .post .highlight .se, .page .highlight .se {
821
- color: #BB6622;
822
- font-weight: bold
823
- }
824
- /* Literal.String.Escape */
825
- .post .highlight .sh, .page .highlight .sh {
826
- color: #BA2121
827
- }
828
- /* Literal.String.Heredoc */
829
- .post .highlight .si, .page .highlight .si {
830
- color: #BB6688;
831
- font-weight: bold
832
- }
833
- /* Literal.String.Interpol */
834
- .post .highlight .sx, .page .highlight .sx {
835
- color: #008000
836
- }
837
- /* Literal.String.Other */
838
- .post .highlight .sr, .page .highlight .sr {
839
- color: #BB6688
840
- }
841
- /* Literal.String.Regex */
842
- .post .highlight .s1, .page .highlight .s1 {
843
- color: #BA2121
844
- }
845
- /* Literal.String.Single */
846
- .post .highlight .ss, .page .highlight .ss {
847
- color: #19177C
848
- }
849
- /* Literal.String.Symbol */
850
- .post .highlight .bp, .page .highlight .bp {
851
- color: #008000
852
- }
853
- /* Name.Builtin.Pseudo */
854
- .post .highlight .vc, .page .highlight .vc {
855
- color: #19177C
856
- }
857
- /* Name.Variable.Class */
858
- .post .highlight .vg, .page .highlight .vg {
859
- color: #19177C
860
- }
861
- /* Name.Variable.Global */
862
- .post .highlight .vi, .page .highlight .vi {
863
- color: #19177C
864
- }
865
- /* Name.Variable.Instance */
866
- .post .highlight .il, .page .highlight .il {
867
- color: #666666
656
+
657
+ ul.post ol,ul .page ol{ list-style-type: disc;
658
+ }
659
+
660
+ ol.post ol,ol .page ol{ list-style-type: decimal;
661
+ }
662
+
663
+ .post ol > li::marker, .page ol > li::marker{ --tw-text-opacity: 1; color: rgb(152 184 139 / var(--tw-text-opacity));
664
+ }
665
+
666
+ .post ol, .page ol{ list-style-type: decimal;
667
+ }
668
+
669
+ .post hr, .page hr{ margin-top: 1rem; margin-bottom: 1rem; --tw-border-opacity: 1; border-color: rgb(241 243 244 / var(--tw-border-opacity));
670
+ }
671
+
672
+ .post blockquote, .page blockquote{ border-left-width: 8px; --tw-border-opacity: 1; border-color: rgb(241 243 244 / var(--tw-border-opacity)); padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1.5rem;
673
+ }
674
+
675
+ .post blockquote p, .page blockquote p {
676
+ margin: 0;
677
+ }
678
+
679
+ .post blockquote, .page blockquote{
680
+
681
+ margin-top: 1.25em;
682
+ margin-bottom: 1.25em;
683
+ }
684
+
685
+ .post figure.highlight, .page figure.highlight {
686
+ overflow: auto;
687
+ border-radius: 0.5rem;
688
+ --tw-bg-opacity: 1;
689
+ background-color: rgb(241 243 244 / var(--tw-bg-opacity));
690
+ padding-left: 1.5rem;
691
+ padding-right: 1.5rem;
868
692
  }
869
- .visible {
870
- visibility: visible;
693
+
694
+ .post figure.highlight code, .page figure.highlight code{ background-color: transparent;
871
695
  }
872
- .mx-auto {
873
- margin-left: auto;
874
- margin-right: auto;
696
+
697
+ .post figure.highlight .rouge-table, .page figure.highlight .rouge-table{ --tw-border-opacity: 1; border-color: rgb(241 243 244 / var(--tw-border-opacity));
875
698
  }
876
- .my-2 {
877
- margin-top: 0.5rem;
878
- margin-bottom: 0.5rem;
699
+
700
+ .visible{ visibility: visible;
879
701
  }
880
- .mx-4 {
881
- margin-left: 1rem;
882
- margin-right: 1rem;
702
+
703
+ .mx-4{ margin-left: 1rem; margin-right: 1rem;
883
704
  }
884
- .ml-4 {
885
- margin-left: 1rem;
705
+
706
+ .mx-auto{ margin-left: auto; margin-right: auto;
886
707
  }
887
- .mb-5 {
888
- margin-bottom: 1.25rem;
708
+
709
+ .my-2{ margin-top: 0.5rem; margin-bottom: 0.5rem;
889
710
  }
890
- .mb-10 {
891
- margin-bottom: 2.5rem;
711
+
712
+ .mb-10{ margin-bottom: 2.5rem;
892
713
  }
893
- .mb-6 {
894
- margin-bottom: 1.5rem;
714
+
715
+ .mb-5{ margin-bottom: 1.25rem;
895
716
  }
896
- .mt-0 {
897
- margin-top: 0px;
717
+
718
+ .mb-6{ margin-bottom: 1.5rem;
898
719
  }
899
- .inline-block {
900
- display: inline-block;
720
+
721
+ .ml-4{ margin-left: 1rem;
901
722
  }
902
- .flex {
903
- display: flex;
723
+
724
+ .mt-0{ margin-top: 0px;
904
725
  }
905
- .hidden {
906
- display: none;
726
+
727
+ .inline-block{ display: inline-block;
907
728
  }
908
- .h-6 {
909
- height: 1.5rem;
729
+
730
+ .flex{ display: flex;
910
731
  }
911
- .w-6 {
912
- width: 1.5rem;
732
+
733
+ .hidden{ display: none;
913
734
  }
914
- .max-w-max {
915
- max-width: -webkit-max-content;
916
- max-width: -moz-max-content;
917
- max-width: max-content;
735
+
736
+ .h-6{ height: 1.5rem;
918
737
  }
919
- .items-center {
920
- align-items: center;
738
+
739
+ .w-6{ width: 1.5rem;
921
740
  }
922
- .justify-between {
923
- justify-content: space-between;
741
+
742
+ .max-w-max{ max-width: -moz-max-content; max-width: max-content;
924
743
  }
925
- .space-y-2 > :not([hidden]) ~ :not([hidden]) {
926
- --tw-space-y-reverse: 0;
927
- margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
928
- margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
744
+
745
+ .items-center{ align-items: center;
929
746
  }
930
- .space-x-5 > :not([hidden]) ~ :not([hidden]) {
931
- --tw-space-x-reverse: 0;
932
- margin-right: calc(1.25rem * var(--tw-space-x-reverse));
933
- margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
747
+
748
+ .justify-between{ justify-content: space-between;
934
749
  }
935
- .border-t {
936
- border-top-width: 1px;
750
+
751
+ .space-x-5 > :not([hidden]) ~ :not([hidden]){ --tw-space-x-reverse: 0; margin-right: calc(1.25rem * var(--tw-space-x-reverse)); margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
937
752
  }
938
- .border-b {
939
- border-bottom-width: 1px;
753
+
754
+ .space-y-2 > :not([hidden]) ~ :not([hidden]){ --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
940
755
  }
941
- .border-b-2 {
942
- border-bottom-width: 2px;
756
+
757
+ .border-b{ border-bottom-width: 1px;
943
758
  }
944
- .border-porcelain {
945
- --tw-border-opacity: 1;
946
- border-color: rgb(241 243 244 / var(--tw-border-opacity));
759
+
760
+ .border-b-2{ border-bottom-width: 2px;
947
761
  }
948
- .border-green {
949
- --tw-border-opacity: 1;
950
- border-color: rgb(152 184 139 / var(--tw-border-opacity));
762
+
763
+ .border-t{ border-top-width: 1px;
951
764
  }
952
- .border-white {
953
- --tw-border-opacity: 1;
954
- border-color: rgb(255 255 255 / var(--tw-border-opacity));
765
+
766
+ .border-green{ --tw-border-opacity: 1; border-color: rgb(152 184 139 / var(--tw-border-opacity));
955
767
  }
956
- .bg-yellow {
957
- --tw-bg-opacity: 1;
958
- background-color: rgb(255 198 52 / var(--tw-bg-opacity));
768
+
769
+ .border-porcelain{ --tw-border-opacity: 1; border-color: rgb(241 243 244 / var(--tw-border-opacity));
959
770
  }
960
- .bg-white {
961
- --tw-bg-opacity: 1;
962
- background-color: rgb(255 255 255 / var(--tw-bg-opacity));
771
+
772
+ .border-white{ --tw-border-opacity: 1; border-color: rgb(255 255 255 / var(--tw-border-opacity));
963
773
  }
964
- .p-4 {
965
- padding: 1rem;
774
+
775
+ .bg-white{ --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity));
776
+ }
777
+
778
+ .bg-yellow{ --tw-bg-opacity: 1; background-color: rgb(255 198 52 / var(--tw-bg-opacity));
779
+ }
780
+
781
+ .p-4{ padding: 1rem;
782
+ }
783
+
784
+ .px-2{ padding-left: 0.5rem; padding-right: 0.5rem;
785
+ }
786
+
787
+ .px-4{ padding-left: 1rem; padding-right: 1rem;
966
788
  }
967
- .py-4 {
968
- padding-top: 1rem;
969
- padding-bottom: 1rem;
789
+
790
+ .py-1{ padding-top: 0.25rem; padding-bottom: 0.25rem;
970
791
  }
971
- .py-1 {
972
- padding-top: 0.25rem;
973
- padding-bottom: 0.25rem;
792
+
793
+ .py-10{ padding-top: 2.5rem; padding-bottom: 2.5rem;
974
794
  }
975
- .px-2 {
976
- padding-left: 0.5rem;
977
- padding-right: 0.5rem;
795
+
796
+ .py-2{ padding-top: 0.5rem; padding-bottom: 0.5rem;
978
797
  }
979
- .px-4 {
980
- padding-left: 1rem;
981
- padding-right: 1rem;
798
+
799
+ .py-4{ padding-top: 1rem; padding-bottom: 1rem;
982
800
  }
983
- .py-2 {
984
- padding-top: 0.5rem;
985
- padding-bottom: 0.5rem;
801
+
802
+ .text-center{ text-align: center;
986
803
  }
987
- .py-10 {
988
- padding-top: 2.5rem;
989
- padding-bottom: 2.5rem;
804
+
805
+ .text-right{ text-align: right;
990
806
  }
991
- .text-center {
992
- text-align: center;
807
+
808
+ .font-sans{ font-family: "Merriweather Sans", sans-serif;
993
809
  }
994
- .font-serif {
995
- font-family: Merriweather, serif;
810
+
811
+ .font-serif{ font-family: Merriweather, serif;
996
812
  }
997
- .text-caption {
998
- font-size: 12px;
999
- line-height: 18px;
813
+
814
+ .text-caption{ font-size: 0.75rem; line-height: 1.125rem;
1000
815
  }
1001
- .text-h4 {
1002
- font-size: 34px;
1003
- line-height: 42px;
816
+
817
+ .text-h4{ font-size: 2.429rem; line-height: 3rem;
1004
818
  }
1005
- .text-h5 {
1006
- font-size: 24px;
1007
- line-height: 32px;
819
+
820
+ .text-h5{ font-size: 1.714rem; line-height: 2.286rem;
1008
821
  }
1009
- .text-subtitle {
1010
- font-size: 16px;
1011
- line-height: 22px;
822
+
823
+ .text-subtitle{ font-size: 1.143rem; line-height: 1.571rem;
1012
824
  }
1013
- .font-bold {
1014
- font-weight: 700;
825
+
826
+ .font-bold{ font-weight: 700;
1015
827
  }
1016
- .font-thin {
1017
- font-weight: 100;
828
+
829
+ .uppercase{ text-transform: uppercase;
1018
830
  }
1019
- .text-green {
1020
- --tw-text-opacity: 1;
1021
- color: rgb(152 184 139 / var(--tw-text-opacity));
831
+
832
+ .text-graphite{ --tw-text-opacity: 1; color: rgb(46 46 46 / var(--tw-text-opacity));
1022
833
  }
1023
- .text-white {
1024
- --tw-text-opacity: 1;
1025
- color: rgb(255 255 255 / var(--tw-text-opacity));
834
+
835
+ .text-green{ --tw-text-opacity: 1; color: rgb(152 184 139 / var(--tw-text-opacity));
1026
836
  }
1027
- .text-graphite {
1028
- --tw-text-opacity: 1;
1029
- color: rgb(46 46 46 / var(--tw-text-opacity));
837
+
838
+ .text-grey{ --tw-text-opacity: 1; color: rgb(170 170 170 / var(--tw-text-opacity));
1030
839
  }
1031
- .text-grey\/50 {
1032
- color: rgb(170 170 170 / 0.5);
840
+
841
+ .text-grey\/50{ color: rgb(170 170 170 / 0.5);
1033
842
  }
1034
- .text-grey {
1035
- --tw-text-opacity: 1;
1036
- color: rgb(170 170 170 / var(--tw-text-opacity));
843
+
844
+ .text-white{ --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity));
1037
845
  }
1038
- .underline {
1039
- -webkit-text-decoration-line: underline;
1040
- text-decoration-line: underline;
846
+
847
+ .underline{ text-decoration-line: underline;
1041
848
  }
1042
- .outline-none {
1043
- outline: 2px solid transparent;
1044
- outline-offset: 2px;
849
+
850
+ .outline-none{ outline: 2px solid transparent; outline-offset: 2px;
1045
851
  }
1046
- .transition {
1047
- transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
1048
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1049
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
1050
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1051
- transition-duration: 150ms;
852
+
853
+ .transition{ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms;
1052
854
  }
1053
- .duration-300 {
1054
- transition-duration: 300ms;
855
+
856
+ .duration-300{ transition-duration: 300ms;
1055
857
  }
1056
- .hover\:border-b-2:hover {
1057
- border-bottom-width: 2px;
858
+
859
+ .hover\:border-b-2:hover{ border-bottom-width: 2px;
1058
860
  }
1059
- .hover\:border-graphite:hover {
1060
- --tw-border-opacity: 1;
1061
- border-color: rgb(46 46 46 / var(--tw-border-opacity));
861
+
862
+ .hover\:border-graphite:hover{ --tw-border-opacity: 1; border-color: rgb(46 46 46 / var(--tw-border-opacity));
1062
863
  }
1063
- .hover\:text-green:hover {
1064
- --tw-text-opacity: 1;
1065
- color: rgb(152 184 139 / var(--tw-text-opacity));
864
+
865
+ .hover\:text-green:hover{ --tw-text-opacity: 1; color: rgb(152 184 139 / var(--tw-text-opacity));
1066
866
  }
1067
- @media (min-width: 960px) {
1068
867
 
1069
- .desktop\:inline {
1070
- display: inline;
868
+ @media (min-width: 960px){
869
+
870
+ .desktop\:inline{ display: inline;
1071
871
  }
1072
872
 
1073
- .desktop\:flex {
1074
- display: flex;
873
+ .desktop\:flex{ display: flex;
1075
874
  }
1076
875
 
1077
- .desktop\:hidden {
1078
- display: none;
876
+ .desktop\:hidden{ display: none;
1079
877
  }
1080
878
 
1081
- .desktop\:justify-between {
1082
- justify-content: space-between;
879
+ .desktop\:justify-between{ justify-content: space-between;
1083
880
  }
1084
881
 
1085
- .desktop\:border-none {
1086
- border-style: none;
882
+ .desktop\:border-none{ border-style: none;
1087
883
  }
1088
884
 
1089
- .desktop\:px-0 {
1090
- padding-left: 0px;
1091
- padding-right: 0px;
885
+ .desktop\:px-0{ padding-left: 0px; padding-right: 0px;
1092
886
  }
1093
887
 
1094
- .desktop\:py-4 {
1095
- padding-top: 1rem;
1096
- padding-bottom: 1rem;
888
+ .desktop\:py-4{ padding-top: 1rem; padding-bottom: 1rem;
1097
889
  }
1098
890
 
1099
- .desktop\:text-h3 {
1100
- font-size: 48px;
1101
- line-height: 60px;
891
+ .desktop\:text-h3{ font-size: 3.429rem; line-height: 4.286rem;
1102
892
  }
1103
893
 
1104
- .desktop\:text-h4 {
1105
- font-size: 34px;
1106
- line-height: 42px;
894
+ .desktop\:text-h4{ font-size: 2.429rem; line-height: 3rem;
1107
895
  }
1108
896
  }