@transferwise/neptune-css 0.0.0-experimental-bb7ed4a → 0.0.0-experimental-7cfec48

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.
Files changed (59) hide show
  1. package/dist/css/accordion.css +6 -21
  2. package/dist/css/alerts.css +14 -159
  3. package/dist/css/background.css +2 -6
  4. package/dist/css/badge.css +1 -11
  5. package/dist/css/breadcrumbs.css +1 -2
  6. package/dist/css/button-groups.css +2 -8
  7. package/dist/css/buttons.css +142 -212
  8. package/dist/css/chevron.css +1 -1
  9. package/dist/css/circles.css +10 -22
  10. package/dist/css/close.css +2 -3
  11. package/dist/css/column-layout.css +0 -4
  12. package/dist/css/currency-flags.css +1 -5
  13. package/dist/css/decision.css +5 -14
  14. package/dist/css/dropdowns.css +8 -28
  15. package/dist/css/droppable.css +11 -18
  16. package/dist/css/flex.css +0 -32
  17. package/dist/css/footer.css +8 -46
  18. package/dist/css/grid.css +0 -6
  19. package/dist/css/input-groups.css +142 -188
  20. package/dist/css/link-callout.css +0 -2
  21. package/dist/css/list-group.css +8 -39
  22. package/dist/css/media.css +0 -6
  23. package/dist/css/modals.css +3 -13
  24. package/dist/css/navbar-base.css +19 -107
  25. package/dist/css/navbar.css +37 -175
  26. package/dist/css/navs.css +8 -33
  27. package/dist/css/neptune-addons.css +4 -466
  28. package/dist/css/neptune-core.css +32 -196
  29. package/dist/css/neptune.css +655 -2204
  30. package/dist/css/panels.css +0 -3
  31. package/dist/css/popovers.css +6 -30
  32. package/dist/css/process.css +8 -8
  33. package/dist/css/progress-bars.css +2 -11
  34. package/dist/css/ring.css +2 -2
  35. package/dist/css/select.css +2 -12
  36. package/dist/css/sequences.css +25 -173
  37. package/dist/css/table.css +18 -65
  38. package/dist/css/tick.css +0 -2
  39. package/dist/css/tooltip.css +1 -7
  40. package/dist/css/wells.css +5 -25
  41. package/dist/less/neptune-tokens.less +153 -264
  42. package/dist/props/neptune-tokens.css +145 -132
  43. package/package.json +2 -2
  44. package/src/less/addons/_background-utilities.less +33 -33
  45. package/src/less/alerts.less +28 -28
  46. package/src/less/background.less +0 -3
  47. package/src/less/buttons.less +19 -19
  48. package/src/less/column-layout.less +1 -1
  49. package/src/less/core/_scaffolding.less +13 -13
  50. package/src/less/core/_typography-utilities.less +18 -18
  51. package/src/less/dropdowns.less +7 -7
  52. package/src/less/footer.less +26 -26
  53. package/src/less/modals.less +1 -1
  54. package/src/less/navbar-base.less +25 -25
  55. package/src/less/navbar.less +3 -3
  56. package/src/less/navs.less +9 -9
  57. package/src/less/sequences.less +13 -13
  58. package/src/less/table.less +31 -31
  59. package/src/variables/neptune-tokens.less +8 -8
@@ -56,21 +56,18 @@
56
56
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
57
57
  }
58
58
  @font-face {
59
- font-weight: 400;
60
59
  font-weight: var(--font-weight-regular);
61
60
  font-family: Averta;
62
61
  src: url("../fonts/TW-Averta-Regular.woff2") format("woff2"), url("../fonts/TW-Averta-Regular.woff") format("woff");
63
62
  font-display: swap;
64
63
  }
65
64
  @font-face {
66
- font-weight: 600;
67
65
  font-weight: var(--font-weight-semi-bold);
68
66
  font-family: Averta;
69
67
  src: url("../fonts/TW-Averta-Semibold.woff2") format("woff2"), url("../fonts/TW-Averta-Semibold.woff") format("woff");
70
68
  font-display: swap;
71
69
  }
72
70
  @font-face {
73
- font-weight: 700;
74
71
  font-weight: var(--font-weight-bold);
75
72
  font-family: Averta;
76
73
  src: url("../fonts/TW-Averta-Bold.woff2") format("woff2"), url("../fonts/TW-Averta-Bold.woff") format("woff");
@@ -335,7 +332,6 @@ summary {
335
332
  --font-family-regular: averta, avenir w02, avenir, helvetica, arial, sans-serif !important;
336
333
  font-family: averta, avenir w02, avenir, helvetica, arial, sans-serif;
337
334
  font-family: var(--font-family-regular);
338
- line-height: 1.5;
339
335
  line-height: var(--line-height-body);
340
336
  }
341
337
  .np-theme-personal {
@@ -364,7 +360,7 @@ summary {
364
360
  --btn-radius-base: 9999px;
365
361
  --btn-sm-radius-base: var(--btn-radius-base);
366
362
  --btn-lg-radius-base: var(--btn-radius-base);
367
- color: #5d7079;
363
+ color: #454745;
368
364
  color: var(--color-content-secondary);
369
365
  background-color: #ffffff;
370
366
  background-color: var(--color-background-screen);
@@ -372,9 +368,9 @@ summary {
372
368
  html {
373
369
  font-size: 16px;
374
370
  font-size: var(--base-font-size);
375
- font-family: 'Inter', Helvetica, Arial, sans-serif;
371
+ font-family: "Inter", Helvetica, Arial, sans-serif;
376
372
  font-family: var(--font-family-regular);
377
- color: #5d7079;
373
+ color: #454745;
378
374
  color: var(--color-content-secondary);
379
375
  background-color: #ffffff;
380
376
  background-color: var(--color-background-screen);
@@ -391,13 +387,15 @@ pre {
391
387
  margin: 0;
392
388
  }
393
389
  .np-theme-personal::-moz-selection {
390
+ background-color: rgba(22,51,0,0.18039);
394
391
  background-color: var(--color-background-neutral-active);
395
- color: #37517e;
392
+ color: #0e0f0c;
396
393
  color: var(--color-content-primary);
397
394
  }
398
395
  .np-theme-personal::selection {
396
+ background-color: rgba(22,51,0,0.18039);
399
397
  background-color: var(--color-background-neutral-active);
400
- color: #37517e;
398
+ color: #0e0f0c;
401
399
  color: var(--color-content-primary);
402
400
  }
403
401
  /* DEPRECATED: use `a` tag or .np-text-link-* instead */
@@ -406,30 +404,9 @@ pre {
406
404
  a,
407
405
  .np-text-link-default,
408
406
  .np-text-link-large {
407
+ color: #163300;
409
408
  color: var(--color-content-link);
410
409
  }
411
- .bg-primary .anchor,
412
- .bg-primary a,
413
- .bg-primary .np-text-link-default,
414
- .bg-primary .np-text-link-large {
415
- color: #00b9ff;
416
- }
417
- .bg-primary .anchor:hover,
418
- .bg-primary a:hover,
419
- .bg-primary .np-text-link-default:hover,
420
- .bg-primary .np-text-link-large:hover,
421
- .bg-primary .anchor:focus,
422
- .bg-primary a:focus,
423
- .bg-primary .np-text-link-default:focus,
424
- .bg-primary .np-text-link-large:focus {
425
- color: #00a6ea;
426
- }
427
- .bg-primary .anchor:active,
428
- .bg-primary a:active,
429
- .bg-primary .np-text-link-default:active,
430
- .bg-primary .np-text-link-large:active {
431
- color: #0097db;
432
- }
433
410
  .anchor:hover,
434
411
  a:hover,
435
412
  .np-text-link-default:hover,
@@ -438,6 +415,7 @@ a:hover,
438
415
  a:focus,
439
416
  .np-text-link-default:focus,
440
417
  .np-text-link-large:focus {
418
+ color: #0d1f00;
441
419
  color: var(--color-content-link-hover);
442
420
  -webkit-text-decoration: underline;
443
421
  text-decoration: underline;
@@ -446,13 +424,14 @@ a:focus,
446
424
  a:active,
447
425
  .np-text-link-default:active,
448
426
  .np-text-link-large:active {
427
+ color: #0e0f0c;
449
428
  color: var(--color-content-link-active);
450
429
  }
451
430
  .anchor.secondary,
452
431
  a.secondary,
453
432
  .np-text-link-default.secondary,
454
433
  .np-text-link-large.secondary {
455
- color: #5d7079;
434
+ color: #454745;
456
435
  color: var(--color-content-secondary);
457
436
  }
458
437
  .anchor.secondary:hover,
@@ -463,14 +442,12 @@ a.secondary:hover,
463
442
  a.secondary:focus,
464
443
  .np-text-link-default.secondary:focus,
465
444
  .np-text-link-large.secondary:focus {
466
- color: #0084b3;
467
445
  color: var(--color-content-accent-hover);
468
446
  }
469
447
  .anchor.secondary:active,
470
448
  a.secondary:active,
471
449
  .np-text-link-default.secondary:active,
472
450
  .np-text-link-large.secondary:active {
473
- color: #0077a5;
474
451
  color: var(--color-content-accent-active);
475
452
  }
476
453
  html.ios-click {
@@ -503,26 +480,23 @@ textarea {
503
480
  resize: vertical;
504
481
  }
505
482
  input::-moz-placeholder, textarea::-moz-placeholder {
506
- color: #768e9c;
483
+ color: #6a6c6a;
507
484
  color: var(--color-content-tertiary);
508
485
  }
509
486
  input:input-placeholder,
510
487
  textarea:input-placeholder,
511
488
  input::placeholder,
512
489
  textarea::placeholder {
513
- color: #768e9c;
490
+ color: #6a6c6a;
514
491
  color: var(--color-content-tertiary);
515
492
  }
516
493
  ol,
517
494
  ul {
518
- margin: 0 0 24px;
519
495
  margin: 0 0 var(--size-24);
520
- padding: 0 0 0 calc(48px - 10px);
521
496
  padding: 0 0 0 calc(var(--size-48) - var(--size-10));
522
497
  }
523
498
  [dir="rtl"] ol,
524
499
  [dir="rtl"] ul {
525
- padding: 0 calc(48px - 10px) 0 0;
526
500
  padding: 0 calc(var(--size-48) - var(--size-10)) 0 0;
527
501
  }
528
502
  ol ol,
@@ -541,13 +515,11 @@ ul ul {
541
515
  padding-left: initial;
542
516
  }
543
517
  .list-inline {
544
- margin-left: calc(4px * -1);
545
518
  margin-left: calc(var(--size-4) * -1);
546
519
  padding-left: 0;
547
520
  list-style: none;
548
521
  }
549
522
  [dir="rtl"] .list-inline {
550
- margin-right: calc(4px * -1);
551
523
  margin-right: calc(var(--size-4) * -1);
552
524
  margin-left: 0;
553
525
  margin-left: initial;
@@ -559,29 +531,25 @@ ul ul {
559
531
  }
560
532
  .list-inline > li {
561
533
  display: inline-block;
562
- padding-right: 8px;
563
534
  padding-right: var(--size-8);
564
- padding-left: 4px;
565
535
  padding-left: var(--size-4);
566
536
  }
567
537
  [dir="rtl"] .list-inline > li {
568
- padding-left: 8px;
569
538
  padding-left: var(--size-8);
570
539
  padding-right: 0;
571
540
  padding-right: initial;
572
541
  }
573
542
  [dir="rtl"] .list-inline > li {
574
- padding-right: 4px;
575
543
  padding-right: var(--size-4);
576
544
  padding-left: 0;
577
545
  padding-left: initial;
578
546
  }
579
547
  [dir="rtl"] .list-inline > li {
580
- border-left: 1px solid rgba(0,0,0,0.10196);
548
+ border-left: 1px solid rgba(14,15,12,0.12157);
581
549
  border-left: 1px solid var(--color-border-neutral);
582
550
  }
583
551
  html:not([dir="rtl"]) .list-inline > li {
584
- border-right: 1px solid rgba(0,0,0,0.10196);
552
+ border-right: 1px solid rgba(14,15,12,0.12157);
585
553
  border-right: 1px solid var(--color-border-neutral);
586
554
  }
587
555
  [dir="rtl"] .list-inline > li:last-child {
@@ -592,22 +560,18 @@ html:not([dir="rtl"]) .list-inline > li:last-child {
592
560
  }
593
561
  dt,
594
562
  dd {
595
- line-height: 1.5;
596
563
  line-height: var(--line-height-body);
597
564
  }
598
565
  dt {
599
- font-size: 0.875rem;
600
566
  font-size: var(--font-size-14);
601
567
  }
602
568
  dd {
603
- margin-bottom: 16px;
604
569
  margin-bottom: var(--size-16);
605
- color: #37517e;
570
+ color: #0e0f0c;
606
571
  color: var(--color-content-primary);
607
572
  }
608
573
  @media (min-width: 576px) {
609
574
  dd {
610
- margin-bottom: 24px;
611
575
  margin-bottom: var(--size-24);
612
576
  }
613
577
  }
@@ -640,7 +604,6 @@ dd {
640
604
  text-align: right;
641
605
  }
642
606
  .dl-horizontal dd {
643
- margin-bottom: 8px;
644
607
  margin-bottom: var(--size-8);
645
608
  margin-left: 180px;
646
609
  }
@@ -667,24 +630,18 @@ dd {
667
630
  text-align: left;
668
631
  }
669
632
  hr {
670
- margin: 16px auto;
671
633
  margin: var(--size-16) auto;
672
634
  border: 0;
673
- border-top: 1px solid rgba(0,0,0,0.10196);
635
+ border-top: 1px solid rgba(14,15,12,0.12157);
674
636
  border-top: 1px solid var(--color-border-neutral);
675
637
  }
676
- .bg-primary hr {
677
- border-top: 1px solid rgba(255,255,255,0.10196);
678
- }
679
638
  @media (min-width: 576px) {
680
639
  hr {
681
- margin: 24px auto;
682
640
  margin: var(--size-24) auto;
683
641
  }
684
642
  }
685
643
  @media (min-width: 992px) {
686
644
  hr {
687
- margin: 32px auto;
688
645
  margin: var(--size-32) auto;
689
646
  }
690
647
  }
@@ -707,7 +664,6 @@ video {
707
664
  vertical-align: middle;
708
665
  }
709
666
  .img-rounded {
710
- border-radius: 10px;
711
667
  border-radius: var(--radius-small);
712
668
  }
713
669
  .img-circle {
@@ -764,9 +720,8 @@ h6,
764
720
  .np-text-title-body,
765
721
  .np-text-title-group {
766
722
  margin: 0;
767
- color: #37517e;
723
+ color: #0e0f0c;
768
724
  color: var(--color-content-primary);
769
- line-height: 1.2;
770
725
  line-height: var(--line-height-title);
771
726
  letter-spacing: 0;
772
727
  }
@@ -836,7 +791,6 @@ h6 + ol:not(.list-unstyled),
836
791
  .np-text-title-subsection + ol:not(.list-unstyled),
837
792
  .np-text-title-body + ol:not(.list-unstyled),
838
793
  .np-text-title-group + ol:not(.list-unstyled) {
839
- margin-top: 8px;
840
794
  margin-top: var(--size-8);
841
795
  }
842
796
  /* DEPRECATED: use .np-text-title-screen instead */
@@ -847,9 +801,7 @@ h1,
847
801
  .np-text-title-screen {
848
802
  margin-bottom: 0;
849
803
  margin-bottom: initial;
850
- font-size: 1.875rem;
851
804
  font-size: var(--font-size-30);
852
- font-weight: 600;
853
805
  font-weight: var(--font-weight-semi-bold);
854
806
  letter-spacing: -0.021em;
855
807
  line-height: 115%;
@@ -862,9 +814,7 @@ h2,
862
814
  .np-text-title-section {
863
815
  margin-bottom: 0;
864
816
  margin-bottom: initial;
865
- font-weight: 600;
866
817
  font-weight: var(--font-weight-semi-bold);
867
- font-size: 1.625rem;
868
818
  font-size: var(--font-size-26);
869
819
  letter-spacing: -0.02em;
870
820
  line-height: 122%;
@@ -877,9 +827,7 @@ h3,
877
827
  .np-text-title-subsection {
878
828
  margin-bottom: 0;
879
829
  margin-bottom: initial;
880
- font-size: 1.375rem;
881
830
  font-size: var(--font-size-22);
882
- font-weight: 600;
883
831
  font-weight: var(--font-weight-semi-bold);
884
832
  letter-spacing: -0.018em;
885
833
  line-height: 125%;
@@ -890,9 +838,7 @@ h3,
890
838
  .title-4,
891
839
  h4,
892
840
  .np-text-title-body {
893
- font-size: 1.125rem;
894
841
  font-size: var(--font-size-18);
895
- font-weight: 600;
896
842
  font-weight: var(--font-weight-semi-bold);
897
843
  letter-spacing: -0.014em;
898
844
  line-height: 135%;
@@ -905,24 +851,19 @@ h4,
905
851
  h5,
906
852
  h6,
907
853
  .np-text-title-group {
908
- font-weight: 500;
909
854
  font-weight: var(--font-weight-medium);
910
- font-size: 0.875rem;
911
855
  font-size: var(--font-size-14);
912
856
  letter-spacing: -0.006em;
913
857
  line-height: 140%;
914
858
  }
915
859
  /* DEPRECATED: use .np-text-title-body instead */
916
860
  .lead {
917
- margin-bottom: 24px;
918
861
  margin-bottom: var(--size-24);
919
- font-size: 1.25rem;
920
862
  font-size: var(--font-size-20);
921
- line-height: 1.2;
922
863
  line-height: var(--line-height-title);
923
864
  }
924
865
  .tiny {
925
- color: #5d7079;
866
+ color: #454745;
926
867
  color: var(--color-content-secondary);
927
868
  }
928
869
  /* DEPRECATED: use .np-text-body-default instead */
@@ -936,22 +877,18 @@ h6,
936
877
  body,
937
878
  small,
938
879
  .np-text-body-default {
939
- font-size: 0.875rem;
940
880
  font-size: var(--font-size-14);
941
881
  line-height: 155%;
942
882
  letter-spacing: -0.006em;
943
- font-weight: 400;
944
883
  font-weight: var(--font-weight-regular);
945
884
  }
946
885
  /* DEPRECATED: use .np-text-body-default-bold instead */
947
886
  /* stylelint-disable-next-line selector-list-comma-newline-after */
948
887
  .control-2,
949
888
  .np-text-body-default-bold {
950
- font-size: 0.875rem;
951
889
  font-size: var(--font-size-14);
952
890
  line-height: 155%;
953
891
  letter-spacing: -0.006em;
954
- font-weight: 600;
955
892
  font-weight: var(--font-weight-semi-bold);
956
893
  }
957
894
  /* DEPRECATED: use .np-text-body-large instead */
@@ -959,9 +896,7 @@ small,
959
896
  .body-1,
960
897
  .value,
961
898
  .np-text-body-large {
962
- font-weight: 400;
963
899
  font-weight: var(--font-weight-regular);
964
- font-size: 1rem;
965
900
  font-size: var(--font-size-16);
966
901
  line-height: 150%;
967
902
  letter-spacing: -0.011em;
@@ -970,9 +905,7 @@ small,
970
905
  /* stylelint-disable-next-line selector-list-comma-newline-after */
971
906
  .control-1,
972
907
  .np-text-body-large-bold {
973
- font-weight: 600;
974
908
  font-weight: var(--font-weight-semi-bold);
975
- font-size: 1rem;
976
909
  font-size: var(--font-size-16);
977
910
  line-height: 150%;
978
911
  letter-spacing: -0.011em;
@@ -980,26 +913,22 @@ small,
980
913
  a,
981
914
  .np-text-link-default,
982
915
  .np-text-link-large {
983
- font-weight: 600;
984
916
  font-weight: var(--font-weight-semi-bold);
985
917
  -webkit-text-decoration: underline;
986
918
  text-decoration: underline;
987
919
  text-underline-offset: 0.3em;
988
920
  }
989
921
  .np-text-link-large {
990
- font-size: 1rem;
991
922
  font-size: var(--font-size-16);
992
923
  letter-spacing: -0.011em;
993
924
  line-height: 150%;
994
925
  }
995
926
  .np-text-link-default {
996
- font-size: 0.875rem;
997
927
  font-size: var(--font-size-14);
998
928
  letter-spacing: -0.006em;
999
929
  line-height: 155%;
1000
930
  }
1001
931
  .np-text-display-number {
1002
- font-weight: 600;
1003
932
  font-weight: var(--font-weight-semi-bold);
1004
933
  font-size: 40px;
1005
934
  line-height: 110%;
@@ -1070,46 +999,34 @@ a,
1070
999
  }
1071
1000
  .np-text-display-extra-large,
1072
1001
  .np-text-display-large {
1073
- font-size: 64px;
1074
1002
  font-size: var(--size-64);
1075
1003
  line-height: normal;
1076
- font-weight: 700;
1077
1004
  font-weight: var(--font-weight-bold);
1078
1005
  }
1079
1006
  .np-text-display-medium {
1080
- font-size: 52px;
1081
1007
  font-size: var(--size-52);
1082
1008
  line-height: normal;
1083
- font-weight: 700;
1084
1009
  font-weight: var(--font-weight-bold);
1085
1010
  }
1086
1011
  .np-text-display-small {
1087
- font-size: 40px;
1088
1012
  font-size: var(--size-40);
1089
1013
  line-height: normal;
1090
- font-weight: 700;
1091
1014
  font-weight: var(--font-weight-bold);
1092
1015
  }
1093
1016
  :lang(en) > .np-text-display-extra-large,
1094
1017
  :lang(en) > .np-text-display-large {
1095
- font-size: 64px;
1096
1018
  font-size: var(--size-64);
1097
1019
  line-height: 0.85;
1098
- font-weight: 400;
1099
1020
  font-weight: var(--font-weight-regular);
1100
1021
  }
1101
1022
  :lang(en) > .np-text-display-medium {
1102
- font-size: 52px;
1103
1023
  font-size: var(--size-52);
1104
1024
  line-height: 0.85;
1105
- font-weight: 400;
1106
1025
  font-weight: var(--font-weight-regular);
1107
1026
  }
1108
1027
  :lang(en) > .np-text-display-small {
1109
- font-size: 40px;
1110
1028
  font-size: var(--size-40);
1111
1029
  line-height: 0.85;
1112
- font-weight: 400;
1113
1030
  font-weight: var(--font-weight-regular);
1114
1031
  }
1115
1032
  :lang(af) .np-text-display-extra-large,
@@ -1240,10 +1157,8 @@ a,
1240
1157
  :lang(gsw) .np-text-display-large,
1241
1158
  :lang(dsb) .np-text-display-large,
1242
1159
  :lang(fil) .np-text-display-large {
1243
- font-size: 64px;
1244
1160
  font-size: var(--size-64);
1245
1161
  line-height: 1.05;
1246
- font-weight: 400;
1247
1162
  font-weight: var(--font-weight-regular);
1248
1163
  }
1249
1164
  :lang(af) .np-text-display-medium,
@@ -1310,10 +1225,8 @@ a,
1310
1225
  :lang(gsw) .np-text-display-medium,
1311
1226
  :lang(dsb) .np-text-display-medium,
1312
1227
  :lang(fil) .np-text-display-medium {
1313
- font-size: 52px;
1314
1228
  font-size: var(--size-52);
1315
1229
  line-height: 1.05;
1316
- font-weight: 400;
1317
1230
  font-weight: var(--font-weight-regular);
1318
1231
  }
1319
1232
  :lang(af) .np-text-display-small,
@@ -1380,10 +1293,8 @@ a,
1380
1293
  :lang(gsw) .np-text-display-small,
1381
1294
  :lang(dsb) .np-text-display-small,
1382
1295
  :lang(fil) .np-text-display-small {
1383
- font-size: 40px;
1384
1296
  font-size: var(--size-40);
1385
1297
  line-height: 1.05;
1386
- font-weight: 400;
1387
1298
  font-weight: var(--font-weight-regular);
1388
1299
  }
1389
1300
  :lang(el) .np-text-display-extra-large,
@@ -1412,10 +1323,8 @@ a,
1412
1323
  :lang(uk) .np-text-display-large,
1413
1324
  :lang(uz) .np-text-display-large,
1414
1325
  :lang(sah) .np-text-display-large {
1415
- font-size: 60px;
1416
1326
  font-size: var(--size-60);
1417
1327
  line-height: 120%;
1418
- font-weight: 600;
1419
1328
  font-weight: var(--font-weight-semi-bold);
1420
1329
  }
1421
1330
  :lang(el) .np-text-display-medium,
@@ -1431,10 +1340,8 @@ a,
1431
1340
  :lang(uk) .np-text-display-medium,
1432
1341
  :lang(uz) .np-text-display-medium,
1433
1342
  :lang(sah) .np-text-display-medium {
1434
- font-size: 48px;
1435
1343
  font-size: var(--size-48);
1436
1344
  line-height: 120%;
1437
- font-weight: 600;
1438
1345
  font-weight: var(--font-weight-semi-bold);
1439
1346
  }
1440
1347
  :lang(el) .np-text-display-small,
@@ -1450,83 +1357,70 @@ a,
1450
1357
  :lang(uk) .np-text-display-small,
1451
1358
  :lang(uz) .np-text-display-small,
1452
1359
  :lang(sah) .np-text-display-small {
1453
- font-size: 40px;
1454
1360
  font-size: var(--size-40);
1455
1361
  line-height: 120%;
1456
- font-weight: 600;
1457
1362
  font-weight: var(--font-weight-semi-bold);
1458
1363
  }
1459
1364
  /* DEPRECATED: use `.np-text-display-*` instead */
1460
1365
  .display-1 {
1461
- margin-bottom: 24px;
1462
1366
  margin-bottom: var(--size-24);
1463
1367
  /* stylelint-disable-next-line number-max-precision */
1464
1368
  font-size: 3.73333333rem;
1465
1369
  }
1466
1370
  @media (min-width: 768px) {
1467
1371
  .display-1 {
1468
- margin-bottom: 8px;
1469
1372
  margin-bottom: var(--size-8);
1470
1373
  font-size: 6.5rem;
1471
1374
  }
1472
1375
  }
1473
1376
  /* DEPRECATED: use `.np-text-display-*` instead */
1474
1377
  .display-2 {
1475
- margin-bottom: 24px;
1476
1378
  margin-bottom: var(--size-24);
1477
1379
  /* stylelint-disable-next-line number-max-precision */
1478
1380
  font-size: 3.73333333rem;
1479
1381
  }
1480
1382
  @media (min-width: 768px) {
1481
1383
  .display-2 {
1482
- margin-bottom: 16px;
1483
1384
  margin-bottom: var(--size-16);
1484
1385
  font-size: 5.5rem;
1485
1386
  }
1486
1387
  }
1487
1388
  /* DEPRECATED: use `.np-text-display-*` instead */
1488
1389
  .display-3 {
1489
- margin-bottom: 8px;
1490
1390
  margin-bottom: var(--size-8);
1491
1391
  font-size: 2.8rem;
1492
1392
  }
1493
1393
  @media (min-width: 768px) {
1494
1394
  .display-3 {
1495
- margin-bottom: 24px;
1496
1395
  margin-bottom: var(--size-24);
1497
1396
  font-size: 4.5rem;
1498
1397
  }
1499
1398
  }
1500
1399
  /* DEPRECATED: use `.np-text-display-*` instead */
1501
1400
  .display-4 {
1502
- margin-bottom: 4px;
1503
1401
  margin-bottom: var(--size-4);
1504
1402
  /* stylelint-disable-next-line number-max-precision */
1505
1403
  font-size: 1.86666667rem;
1506
1404
  }
1507
1405
  @media (min-width: 768px) {
1508
1406
  .display-4 {
1509
- margin-bottom: 24px;
1510
1407
  margin-bottom: var(--size-24);
1511
1408
  font-size: 3.5rem;
1512
1409
  }
1513
1410
  }
1514
1411
  /* DEPRECATED: use `.np-text-display-*` instead */
1515
1412
  .display-5 {
1516
- margin-bottom: 4px;
1517
1413
  margin-bottom: var(--size-4);
1518
1414
  /* stylelint-disable-next-line number-max-precision */
1519
1415
  font-size: 1.86666667rem;
1520
1416
  }
1521
1417
  @media (min-width: 768px) {
1522
1418
  .display-5 {
1523
- margin-bottom: 8px;
1524
1419
  margin-bottom: var(--size-8);
1525
1420
  font-size: 2.625rem;
1526
1421
  }
1527
1422
  }
1528
1423
  p {
1529
- margin: 0 0 16px;
1530
1424
  margin: 0 0 var(--size-16);
1531
1425
  }
1532
1426
  p + h1,
@@ -1552,51 +1446,39 @@ p + .np-text-title-subsection,
1552
1446
  p + .np-text-title-body,
1553
1447
  p + .np-text-title-group {
1554
1448
  margin-top: 0;
1555
- margin-bottom: 8px;
1556
1449
  margin-bottom: var(--size-8);
1557
1450
  }
1558
1451
  .control-1,
1559
1452
  .control-2 {
1560
- color: #0097c7;
1561
1453
  color: var(--color-content-accent);
1562
1454
  }
1563
1455
  strong,
1564
1456
  b {
1565
- font-weight: 600;
1566
1457
  font-weight: var(--font-weight-semi-bold);
1567
- color: #37517e;
1458
+ color: #0e0f0c;
1568
1459
  color: var(--color-content-primary);
1569
1460
  }
1570
1461
  mark,
1571
1462
  .mark {
1572
- padding: 4px;
1573
1463
  padding: var(--size-4);
1574
- background-color: rgba(255,172,0,0.10196);
1575
1464
  background-color: var(--color-background-warning);
1576
1465
  }
1577
1466
  address {
1578
- margin-bottom: 24px;
1579
1467
  margin-bottom: var(--size-24);
1580
1468
  font-style: normal;
1581
1469
  }
1582
1470
  blockquote {
1583
- margin: 16px 0;
1584
1471
  margin: var(--size-16) 0;
1585
- padding: 0 16px 0 calc(16px - 2px);
1586
1472
  padding: 0 var(--size-16) 0 calc(var(--size-16) - 2px);
1587
- font-size: 1rem;
1588
1473
  font-size: var(--font-size-16);
1589
1474
  }
1590
1475
  [dir="rtl"] blockquote {
1591
- border-right: 2px solid #0097c7;
1592
1476
  border-right: 2px solid var(--color-content-accent);
1593
1477
  }
1594
1478
  html:not([dir="rtl"]) blockquote {
1595
- border-left: 2px solid #0097c7;
1596
1479
  border-left: 2px solid var(--color-content-accent);
1597
1480
  }
1598
1481
  blockquote p {
1599
- margin-bottom: 8px;
1600
1482
  margin-bottom: var(--size-8);
1601
1483
  }
1602
1484
  blockquote p:last-child,
@@ -1606,11 +1488,9 @@ blockquote ul:last-child {
1606
1488
  }
1607
1489
  blockquote footer {
1608
1490
  display: block;
1609
- color: #5d7079;
1491
+ color: #454745;
1610
1492
  color: var(--color-content-secondary);
1611
- font-size: 0.875rem;
1612
1493
  font-size: var(--font-size-14);
1613
- line-height: 1.5;
1614
1494
  line-height: var(--line-height-body);
1615
1495
  }
1616
1496
  blockquote footer::before {
@@ -1618,15 +1498,12 @@ blockquote footer::before {
1618
1498
  }
1619
1499
  @media (min-width: 576px) {
1620
1500
  blockquote {
1621
- margin: 24px;
1622
1501
  margin: var(--size-24);
1623
1502
  }
1624
1503
  }
1625
1504
  @media (min-width: 992px) {
1626
1505
  blockquote {
1627
- margin: 32px;
1628
1506
  margin: var(--size-32);
1629
- font-size: 1rem;
1630
1507
  font-size: var(--font-size-16);
1631
1508
  }
1632
1509
  }
@@ -1649,11 +1526,9 @@ blockquote footer::before {
1649
1526
  text-align: left;
1650
1527
  }
1651
1528
  [dir="rtl"] .blockquote-reverse {
1652
- border-left: 2px solid #0097c7;
1653
1529
  border-left: 2px solid var(--color-content-accent);
1654
1530
  }
1655
1531
  html:not([dir="rtl"]) .blockquote-reverse {
1656
- border-right: 2px solid #0097c7;
1657
1532
  border-right: 2px solid var(--color-content-accent);
1658
1533
  }
1659
1534
  [dir="rtl"] .blockquote-reverse {
@@ -1671,24 +1546,19 @@ html:not([dir="rtl"]) .blockquote-reverse {
1671
1546
  pre,
1672
1547
  code,
1673
1548
  kbd {
1674
- border-radius: 10px;
1675
1549
  border-radius: var(--radius-small);
1676
1550
  }
1677
1551
  pre {
1678
- margin: 0 0 24px;
1679
1552
  margin: 0 0 var(--size-24);
1680
- padding: 16px;
1681
1553
  padding: var(--size-16);
1682
1554
  overflow: auto;
1683
- color: #5d7079;
1555
+ color: #454745;
1684
1556
  color: var(--color-content-secondary);
1685
- font-size: 0.875rem;
1686
1557
  font-size: var(--font-size-14);
1687
- line-height: 1.5;
1688
1558
  line-height: var(--line-height-body);
1689
1559
  word-wrap: break-word;
1690
1560
  word-break: break-all;
1691
- background-color: rgba(134,167,189,0.10196);
1561
+ background-color: rgba(22,51,0,0.07843);
1692
1562
  background-color: var(--color-background-neutral);
1693
1563
  }
1694
1564
  pre code {
@@ -1699,16 +1569,14 @@ pre code {
1699
1569
  border-radius: 0;
1700
1570
  }
1701
1571
  code {
1702
- padding: 2px 4px;
1703
1572
  padding: 2px var(--size-4);
1704
1573
  font-size: 90%;
1705
- color: #5d7079;
1574
+ color: #454745;
1706
1575
  color: var(--color-content-secondary);
1707
- background-color: rgba(134,167,189,0.10196);
1576
+ background-color: rgba(22,51,0,0.07843);
1708
1577
  background-color: var(--color-background-neutral);
1709
1578
  }
1710
1579
  kbd {
1711
- padding: 2px 4px;
1712
1580
  padding: 2px var(--size-4);
1713
1581
  font-size: 90%;
1714
1582
  color: #fff;
@@ -1716,7 +1584,6 @@ kbd {
1716
1584
  }
1717
1585
  kbd kbd {
1718
1586
  padding: 0;
1719
- font-weight: 700;
1720
1587
  font-weight: var(--font-weight-bold);
1721
1588
  font-size: 100%;
1722
1589
  }
@@ -1866,104 +1733,73 @@ kbd kbd {
1866
1733
  word-break: break-all;
1867
1734
  }
1868
1735
  .font-weight-bold {
1869
- font-weight: 700 !important;
1870
1736
  font-weight: var(--font-weight-bold) !important;
1871
1737
  }
1872
1738
  .font-weight-semi-bold {
1873
- font-weight: 600 !important;
1874
1739
  font-weight: var(--font-weight-semi-bold) !important;
1875
1740
  }
1876
1741
  .font-weight-normal {
1877
- font-weight: 400 !important;
1878
1742
  font-weight: var(--font-weight-regular) !important;
1879
1743
  }
1880
1744
  .font-italic {
1881
1745
  font-style: italic !important;
1882
1746
  }
1883
1747
  .text-primary {
1884
- color: #37517e !important;
1748
+ color: #0e0f0c !important;
1885
1749
  color: var(--color-content-primary) !important;
1886
1750
  }
1887
1751
  a.text-primary:hover,
1888
1752
  a.text-primary:focus {
1889
- color: #37517e !important;
1753
+ color: #0e0f0c !important;
1890
1754
  color: var(--color-content-primary) !important;
1891
1755
  }
1892
- .bg-primary .text-primary {
1893
- color: #ffffff !important;
1894
- }
1895
1756
  .text-secondary {
1896
- color: #5d7079 !important;
1757
+ color: #454745 !important;
1897
1758
  color: var(--color-content-secondary) !important;
1898
1759
  }
1899
1760
  .text-positive,
1900
1761
  .text-success {
1901
- color: #008026 !important;
1902
1762
  color: var(--color-content-positive) !important;
1903
1763
  }
1904
1764
  a.text-positive:hover,
1905
1765
  a.text-success:hover,
1906
1766
  a.text-positive:focus,
1907
1767
  a.text-success:focus {
1908
- color: #006d13 !important;
1909
1768
  color: var(--color-content-positive-hover) !important;
1910
1769
  }
1911
- .bg-primary .text-positive,
1912
- .bg-primary .text-success {
1913
- color: #6fd698 !important;
1914
- }
1915
1770
  .text-accent,
1916
1771
  .text-info {
1917
- color: #0097c7 !important;
1918
1772
  color: var(--color-content-accent) !important;
1773
+ color: #163300 !important;
1919
1774
  color: var(--color-interactive-primary) !important;
1920
1775
  }
1921
1776
  a.text-accent:hover,
1922
1777
  a.text-info:hover,
1923
1778
  a.text-accent:focus,
1924
1779
  a.text-info:focus {
1925
- color: #0084b3 !important;
1926
1780
  color: var(--color-content-accent-hover) !important;
1927
1781
  }
1928
- .bg-primary .text-accent,
1929
- .bg-primary .text-info {
1930
- color: #00b9ff !important;
1931
- }
1932
1782
  .text-warning {
1933
- color: #9a6500 !important;
1934
1783
  color: var(--color-content-warning) !important;
1935
1784
  }
1936
1785
  a.text-warning:hover,
1937
1786
  a.text-warning:focus {
1938
- color: #855400 !important;
1939
1787
  color: var(--color-content-warning-hover) !important;
1940
1788
  }
1941
- .bg-primary .text-warning {
1942
- color: #ffd184 !important;
1943
- }
1944
1789
  .text-negative,
1945
1790
  .text-danger {
1791
+ color: #a8200d !important;
1946
1792
  color: var(--color-sentiment-negative) !important;
1947
1793
  }
1948
1794
  a.text-negative:hover,
1949
1795
  a.text-danger:hover,
1950
1796
  a.text-negative:focus,
1951
1797
  a.text-danger:focus {
1798
+ color: #8e1b0b !important;
1952
1799
  color: var(--color-sentiment-negative-hover) !important;
1953
1800
  }
1954
- .bg-primary .text-negative,
1955
- .bg-primary .text-danger {
1956
- color: #ffa6a9 !important;
1957
- }
1958
- .text-inverse {
1959
- color: #ffffff !important;
1960
- }
1961
- a.text-inverse:hover,
1962
- a.text-inverse:focus {
1963
- color: #c9cbce !important;
1964
- }
1965
1801
  .text-muted {
1966
- color: #768e9c !important;
1802
+ color: #6a6c6a !important;
1967
1803
  color: var(--color-content-tertiary) !important;
1968
1804
  }
1969
1805
  .colored-dot::after {