@stackoverflow/stacks 3.0.0-beta.1 → 3.0.0-beta.2

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.
@@ -411,7 +411,7 @@ fieldset {
411
411
  position: relative;
412
412
  }
413
413
  .s-activity-indicator {
414
- --_ai-bg: var(--theme-secondary-400);
414
+ --_ai-bg: var(--pink-400);
415
415
  --_ai-fc: var(--white);
416
416
  --_ai-min-size: var(--su-static16);
417
417
  --_ai-p: 0 calc(var(--su-static4) - var(--su-static1));
@@ -447,7 +447,6 @@ body.theme-highcontrast .s-activity-indicator.s-activity-indicator__success {
447
447
  }
448
448
  .s-activity-indicator.s-activity-indicator__warning {
449
449
  --_ai-bg: var(--yellow-400);
450
- --_ai-fc: var(--_black-static);
451
450
  }
452
451
  body.theme-highcontrast .s-activity-indicator.s-activity-indicator__warning {
453
452
  --_ai-bg: var(--yellow-500);
@@ -473,7 +472,7 @@ body.theme-highcontrast .s-activity-indicator.s-activity-indicator__warning {
473
472
  --_an-a-fc-visited: var(--red-600);
474
473
  }
475
474
  .s-anchors.s-anchors__default {
476
- --_an-a-fc: var(--theme-link-color, var(--theme-secondary-400));
475
+ --_an-a-fc: var(--theme-link-color, var(--theme-secondary));
477
476
  --_an-a-fc-hover: var(--theme-link-color-hover, var(--theme-secondary-500));
478
477
  --_an-a-fc-visited: var(--theme-link-color-visited, var(--purple-500));
479
478
  --_an-a-fc-hover-visited: var(--theme-link-color-hover, var(--purple-600));
@@ -638,13 +637,13 @@ body.theme-highcontrast .s-avatar .s-avatar--letter {
638
637
  display: flex;
639
638
  }
640
639
  .s-award-bling.s-award-bling__gold {
641
- --_ab-before-bg: var(--gold-300);
640
+ --_ab-before-bg: var(--yellow-300);
642
641
  }
643
642
  .s-award-bling.s-award-bling__silver {
644
- --_ab-before-bg: var(--silver-300);
643
+ --_ab-before-bg: var(--blue-300);
645
644
  }
646
645
  .s-award-bling.s-award-bling__bronze {
647
- --_ab-before-bg: var(--bronze-300);
646
+ --_ab-before-bg: var(--orange-300);
648
647
  }
649
648
  .s-award-bling:before {
650
649
  background-color: var(--_ab-before-bg);
@@ -721,16 +720,16 @@ body.theme-highcontrast .s-badge__new {
721
720
  --_ba-fc: var(--black-500);
722
721
  }
723
722
  .s-badge.s-badge__gold {
724
- --_ba-bc: var(--gold-300);
725
- --_ba-bg: var(--gold-100);
723
+ --_ba-bc: var(--yellow-300);
724
+ --_ba-bg: var(--yellow-100);
726
725
  }
727
726
  .s-badge.s-badge__silver {
728
- --_ba-bc: var(--silver-300);
729
- --_ba-bg: var(--silver-100);
727
+ --_ba-bc: var(--blue-300);
728
+ --_ba-bg: var(--blue-100);
730
729
  }
731
730
  .s-badge.s-badge__bronze {
732
- --_ba-bc: var(--bronze-300);
733
- --_ba-bg: var(--bronze-100);
731
+ --_ba-bc: var(--orange-300);
732
+ --_ba-bg: var(--orange-100);
734
733
  }
735
734
  .s-badge.s-badge__answered,
736
735
  .s-badge.s-badge__bounty,
@@ -1346,7 +1345,7 @@ body.theme-highcontrast .s-btn--radio:checked + .s-btn.s-btn__outlined.s-btn__mu
1346
1345
  outline-style: auto;
1347
1346
  }
1348
1347
  .s-btn.s-btn__link {
1349
- --_li-fc: var(--theme-link-color, var(--theme-secondary-400));
1348
+ --_li-fc: var(--theme-link-color, var(--theme-secondary));
1350
1349
  --_li-fc-hover: var(--theme-link-color-hover, var(--theme-secondary-500));
1351
1350
  --_li-fc-visited: var(--theme-link-color-visited, var(--purple-500));
1352
1351
  --_li-fc-hover-visited: var(--theme-link-color-visited, var(--purple-600));
@@ -1868,33 +1867,33 @@ input.s-radio {
1868
1867
  }
1869
1868
  @media (prefers-color-scheme: dark) {
1870
1869
  body.theme-system .s-checkbox:checked {
1871
- --_ch-bg-image: url("data:image/svg+xml;,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3.41L8.59 2 4 6.59 2.41 5 1 6.41l3 3z' fill='hsl(210, 3.0000000000000027%, 15%)'/%3E%3C/svg%3E");
1870
+ --_ch-bg-image: url("data:image/svg+xml;,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3.41L8.59 2 4 6.59 2.41 5 1 6.41l3 3z' fill='%23141414'/%3E%3C/svg%3E");
1872
1871
  }
1873
1872
  body.theme-system .s-checkbox:indeterminate {
1874
- --_ch-bg-image: url("data:image/svg+xml;,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.5 h7 v2 h-7 z' fill='hsl(210, 3.0000000000000027%, 15%)'/%3E%3C/svg%3E");
1873
+ --_ch-bg-image: url("data:image/svg+xml;,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.5 h7 v2 h-7 z' fill='%23141414'/%3E%3C/svg%3E");
1875
1874
  }
1876
1875
  }
1877
1876
  body.theme-dark .s-checkbox:checked,
1878
1877
  .theme-dark__forced .s-checkbox:checked,
1879
1878
  body.theme-system .theme-dark__forced .s-checkbox:checked {
1880
- --_ch-bg-image: url("data:image/svg+xml;,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3.41L8.59 2 4 6.59 2.41 5 1 6.41l3 3z' fill='hsl(210, 3.0000000000000027%, 15%)'/%3E%3C/svg%3E");
1879
+ --_ch-bg-image: url("data:image/svg+xml;,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3.41L8.59 2 4 6.59 2.41 5 1 6.41l3 3z' fill='%23141414'/%3E%3C/svg%3E");
1881
1880
  }
1882
1881
  body.theme-dark .s-checkbox:indeterminate,
1883
1882
  .theme-dark__forced .s-checkbox:indeterminate,
1884
1883
  body.theme-system .theme-dark__forced .s-checkbox:indeterminate {
1885
- --_ch-bg-image: url("data:image/svg+xml;,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.5 h7 v2 h-7 z' fill='hsl(210, 3.0000000000000027%, 15%)'/%3E%3C/svg%3E");
1884
+ --_ch-bg-image: url("data:image/svg+xml;,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.5 h7 v2 h-7 z' fill='%23141414'/%3E%3C/svg%3E");
1886
1885
  }
1887
1886
  @media (prefers-color-scheme: dark) {
1888
1887
  body.theme-highcontrast.theme-system .s-checkbox:checked,
1889
1888
  body.theme-highcontrast.theme-system .s-checkbox:indeterminate {
1890
- --_ch-bc: var(--blue-500) !important;
1891
- --_ch-bg: var(--blue-400);
1889
+ --_ch-bc: var(--black) !important;
1890
+ --_ch-bg: var(--black);
1892
1891
  }
1893
1892
  }
1894
1893
  body.theme-highcontrast.theme-dark .s-checkbox:checked,
1895
1894
  body.theme-highcontrast.theme-dark .s-checkbox:indeterminate {
1896
- --_ch-bc: var(--blue-500) !important;
1897
- --_ch-bg: var(--blue-400);
1895
+ --_ch-bc: var(--black) !important;
1896
+ --_ch-bg: var(--black);
1898
1897
  }
1899
1898
  @media (forced-colors: active) {
1900
1899
  .s-checkbox:checked,
@@ -1904,31 +1903,31 @@ body.theme-highcontrast.theme-dark .s-checkbox:indeterminate {
1904
1903
  }
1905
1904
  .s-checkbox:checked,
1906
1905
  .s-checkbox:indeterminate {
1907
- --_ch-bc: var(--theme-secondary-400) !important;
1908
- --_ch-bg: var(--theme-secondary-400);
1906
+ --_ch-bc: var(--theme-secondary) !important;
1907
+ --_ch-bg: var(--theme-secondary);
1909
1908
  }
1910
1909
  .s-checkbox:checked {
1911
- --_ch-bg-image: url("data:image/svg+xml;,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3.41L8.59 2 4 6.59 2.41 5 1 6.41l3 3z' fill='hsl(0, 0%, 100%)'/%3E%3C/svg%3E");
1910
+ --_ch-bg-image: url("data:image/svg+xml;,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3.41L8.59 2 4 6.59 2.41 5 1 6.41l3 3z' fill='%23ffffff'/%3E%3C/svg%3E");
1912
1911
  }
1913
1912
  .s-checkbox:indeterminate {
1914
- --_ch-bg-image: url("data:image/svg+xml;,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.5 h7 v2 h-7 z' fill='hsl(0, 0%, 100%)'/%3E%3C/svg%3E");
1913
+ --_ch-bg-image: url("data:image/svg+xml;,%3Csvg width='11' height='11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4.5 h7 v2 h-7 z' fill='%23ffffff'/%3E%3C/svg%3E");
1915
1914
  }
1916
1915
  .s-radio {
1917
1916
  border-radius: var(--br-circle);
1918
1917
  }
1919
1918
  @media (prefers-color-scheme: dark) {
1920
1919
  body.theme-highcontrast.theme-system .s-radio:checked {
1921
- --_ch-bc: var(--blue-400);
1920
+ --_ch-bc: var(--black);
1922
1921
  outline: var(--su-static1) solid var(--black);
1923
1922
  }
1924
1923
  }
1925
1924
  body.theme-highcontrast.theme-dark .s-radio:checked {
1926
- --_ch-bc: var(--blue-400);
1925
+ --_ch-bc: var(--black);
1927
1926
  outline: var(--su-static1) solid var(--black);
1928
1927
  }
1929
1928
  .s-radio:checked {
1930
1929
  --_ch-baw: 0.30769231em;
1931
- --_ch-bc: var(--theme-secondary-400);
1930
+ --_ch-bc: var(--theme-secondary);
1932
1931
  --_ch-bg: var(--white);
1933
1932
  }
1934
1933
  .has-error .s-checkbox,
@@ -2647,7 +2646,7 @@ a.s-user-card--link:hover:visited {
2647
2646
  }
2648
2647
  a,
2649
2648
  .s-link {
2650
- --_li-fc: var(--theme-link-color, var(--theme-secondary-400));
2649
+ --_li-fc: var(--theme-link-color, var(--theme-secondary));
2651
2650
  --_li-fc-hover: var(--theme-link-color-hover, var(--theme-secondary-500));
2652
2651
  --_li-fc-visited: var(--theme-link-color-visited, var(--purple-500));
2653
2652
  --_li-fc-hover-visited: var(--theme-link-color-visited, var(--purple-600));
@@ -2848,7 +2847,7 @@ body.theme-highcontrast .s-link-preview {
2848
2847
  font-weight: bold;
2849
2848
  }
2850
2849
  .s-link-preview a.s-link-preview--title {
2851
- color: var(--theme-link-color, var(--theme-secondary-400));
2850
+ color: var(--theme-link-color, var(--theme-secondary));
2852
2851
  cursor: pointer;
2853
2852
  text-decoration: none;
2854
2853
  }
@@ -2927,7 +2926,7 @@ body.theme-system .theme-dark__forced .s-menu {
2927
2926
  margin-top: var(--su12);
2928
2927
  }
2929
2928
  .s-modal {
2930
- --_mo-bg: hsla(210, 8%, 5%, 0.5);
2929
+ --_mo-bg: rgba(33, 29, 30, 0.5);
2931
2930
  --_mo-hmx: unset;
2932
2931
  --_mo-wmx: unset;
2933
2932
  --_mo-close-t: var(--su8);
@@ -2993,7 +2992,7 @@ body.theme-highcontrast.theme-dark .s-modal {
2993
2992
  }
2994
2993
  .s-modal.has-danger,
2995
2994
  .s-modal.s-modal__danger {
2996
- --_mo-bg: hsla(0, 65%, 4%, 0.5);
2995
+ --_mo-bg: rgba(2, 0, 0, 0.5);
2997
2996
  --_mo-header-fc: var(--red-500);
2998
2997
  }
2999
2998
  .s-modal .s-modal--body {
@@ -3579,7 +3578,7 @@ body.theme-system .theme-dark__forced .s-popover {
3579
3578
  --_ps-bg: unset;
3580
3579
  --_ps-o: unset;
3581
3580
  --_ps-content-excerpt-fc: var(--_ps-state-fc, var(--fc-medium));
3582
- --_ps-content-title-a-fc: var(--_ps-state-fc, var(--theme-post-title-color, var(--theme-link-color, var(--theme-secondary-400))));
3581
+ --_ps-content-title-a-fc: var(--_ps-state-fc, var(--theme-post-title-color, var(--theme-link-color, var(--theme-secondary))));
3583
3582
  --_ps-content-title-a-fc-hover: var(--_ps-state-fc, var(--theme-post-title-color-hover, var(--theme-link-color-hover, var(--theme-secondary-500))));
3584
3583
  --_ps-content-title-a-fc-visited: var(--_ps-state-fc, var(--theme-post-title-color-visited, var(--theme-link-color-visited, var(--purple-500))));
3585
3584
  --_ps-content-title-a-fc-hover-visited: var(--_ps-state-fc, var(--theme-post-title-color-hover, var(--theme-link-color-hover, var(--purple-600))));
@@ -3745,7 +3744,7 @@ body.theme-system .theme-dark__forced .s-post-summary.s-post-summary__deleted .s
3745
3744
  .s-post-summary.s-post-summary__watched:not(.s-post-summary__deleted):not(.s-post-summary__ignored) {
3746
3745
  --_ps-bg: var(--yellow-100);
3747
3746
  --_ps-stats-fc: var(--black-400);
3748
- --_ps-content-title-a-fc: var(--theme-post-title-color, var(--theme-link-color, var(--theme-secondary-400)));
3747
+ --_ps-content-title-a-fc: var(--theme-post-title-color, var(--theme-link-color, var(--theme-secondary)));
3749
3748
  --_ps-content-title-a-fc-hover: var(--theme-post-title-color-hover, var(--theme-link-color-hover, var(--theme-secondary-500)));
3750
3749
  --_ps-content-title-a-fc-visited: var(--theme-post-title-color-visited, var(--theme-link-color-visited, var(--purple-500)));
3751
3750
  --_ps-content-title-a-fc-hover-visited: var(--theme-post-title-color-hover, var(--theme-link-color-hover, var(--purple-600)));
@@ -4066,19 +4065,19 @@ body.theme-highcontrast .s-post-summary .s-post-summary--answer:before {
4066
4065
  --_pr-bar-bg: var(--orange-400);
4067
4066
  }
4068
4067
  .s-progress.s-progress__bronze {
4069
- --_pr-bar-bg: var(--bronze-100);
4070
- --_pr-label-bc: var(--bronze-400);
4068
+ --_pr-bar-bg: var(--orange-100);
4069
+ --_pr-label-bc: var(--orange-400);
4071
4070
  }
4072
4071
  .s-progress.s-progress__gold {
4073
- --_pr-bar-bg: var(--gold-100);
4074
- --_pr-label-bc: var(--gold-400);
4072
+ --_pr-bar-bg: var(--yellow-100);
4073
+ --_pr-label-bc: var(--yellow-400);
4075
4074
  }
4076
4075
  .s-progress.s-progress__info {
4077
4076
  --_pr-bar-bg: var(--blue-400);
4078
4077
  }
4079
4078
  .s-progress.s-progress__silver {
4080
- --_pr-bar-bg: var(--silver-100);
4081
- --_pr-label-bc: var(--silver-400);
4079
+ --_pr-bar-bg: var(--blue-100);
4080
+ --_pr-label-bc: var(--blue-400);
4082
4081
  }
4083
4082
  .s-progress.s-progress__badge,
4084
4083
  .s-progress.s-progress__privilege {
@@ -4181,18 +4180,18 @@ body.theme-highcontrast .s-progress.s-progress__privilege {
4181
4180
  position: relative;
4182
4181
  }
4183
4182
  .s-progress.s-progress__stepped .s-progress--step.is-active .s-progress--bar.s-progress--bar__left {
4184
- background: var(--theme-secondary-400);
4183
+ background: var(--theme-secondary);
4185
4184
  }
4186
4185
  .s-progress.s-progress__stepped .s-progress--step.is-active .s-progress--label {
4187
4186
  color: var(--fc-dark);
4188
4187
  }
4189
4188
  .s-progress.s-progress__stepped .s-progress--step.is-active .s-progress--stop {
4190
- background: var(--theme-secondary-400);
4189
+ background: var(--theme-secondary);
4191
4190
  box-shadow: 0 0 0 var(--su-static6) var(--translucent-secondary);
4192
4191
  }
4193
4192
  .s-progress.s-progress__stepped .s-progress--step.is-complete .s-progress--bar,
4194
4193
  .s-progress.s-progress__stepped .s-progress--step.is-complete .s-progress--stop {
4195
- background: var(--theme-secondary-400);
4194
+ background: var(--theme-secondary);
4196
4195
  }
4197
4196
  .s-progress.s-progress__stepped .s-progress--step.is-complete .s-progress--label {
4198
4197
  color: var(--fc-dark);
@@ -5708,20 +5707,20 @@ a.s-tag:active {
5708
5707
  }
5709
5708
  .s-toggle-switch {
5710
5709
  --_ts-bg: var(--black-350);
5711
- --_ts-bg-image: url("data:image/svg+xml;,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='hsl(0, 0%, 100%)'/%3e%3c/svg%3e");
5710
+ --_ts-bg-image: url("data:image/svg+xml;,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
5712
5711
  --_ts-bg-ps: left center;
5713
5712
  --_ts-multiple-bg: unset;
5714
5713
  --_ts-multiple-fc: var(--black-400);
5715
5714
  }
5716
5715
  @media (prefers-color-scheme: dark) {
5717
5716
  body.theme-system .s-toggle-switch {
5718
- --_ts-bg-image: url("data:image/svg+xml;,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='hsl(210, 3.0000000000000027%, 15%)'/%3e%3c/svg%3e");
5717
+ --_ts-bg-image: url("data:image/svg+xml;,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23141414'/%3e%3c/svg%3e");
5719
5718
  }
5720
5719
  }
5721
5720
  body.theme-dark .s-toggle-switch,
5722
5721
  .theme-dark__forced .s-toggle-switch,
5723
5722
  body.theme-system .theme-dark__forced .s-toggle-switch {
5724
- --_ts-bg-image: url("data:image/svg+xml;,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='hsl(210, 3.0000000000000027%, 15%)'/%3e%3c/svg%3e");
5723
+ --_ts-bg-image: url("data:image/svg+xml;,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23141414'/%3e%3c/svg%3e");
5725
5724
  }
5726
5725
  fieldset[disabled] .s-toggle-switch,
5727
5726
  .s-toggle-switch[disabled],
@@ -5841,13 +5840,13 @@ input[type="checkbox"].s-toggle-switch[disabled] {
5841
5840
  }
5842
5841
  @media (prefers-color-scheme: dark) {
5843
5842
  body.theme-system .s-topbar.s-topbar__light {
5844
- --focus-theme: var(--theme-dark-secondary-custom-200, var(--blue-200));
5843
+ --focus-theme: var(--theme-dark-secondary-custom-200, var(--black-200));
5845
5844
  }
5846
5845
  }
5847
5846
  body.theme-dark .s-topbar.s-topbar__light,
5848
5847
  .theme-dark__forced .s-topbar.s-topbar__light,
5849
5848
  body.theme-system .theme-dark__forced .s-topbar.s-topbar__light {
5850
- --focus-theme: var(--theme-dark-secondary-custom-200, var(--blue-200));
5849
+ --focus-theme: var(--theme-dark-secondary-custom-200, var(--black-200));
5851
5850
  }
5852
5851
  body.theme-highcontrast .s-topbar {
5853
5852
  --_tb-notice-td: underline;
@@ -5864,30 +5863,30 @@ body.theme-highcontrast .s-topbar {
5864
5863
  border-bottom: var(--su-static1) solid currentColor;
5865
5864
  }
5866
5865
  body.theme-highcontrast .s-topbar.s-topbar__dark {
5867
- --focus-theme: hsl(210, 89%, 77%);
5866
+ --focus-theme: #ffffff;
5868
5867
  }
5869
5868
  body.theme-highcontrast .s-topbar__dark {
5870
5869
  --theme-topbar-item-color: var(--_white-static);
5871
5870
  --theme-topbar-item-color-hover: var(--_white-static);
5872
- --theme-topbar-item-background-hover: hsl(210, 8%, 25%);
5871
+ --theme-topbar-item-background-hover: #46484d;
5873
5872
  --theme-topbar-item-color-current: var(--_white-static);
5874
5873
  }
5875
5874
  body.theme-highcontrast .s-topbar__dark .s-badge {
5876
5875
  border-color: currentColor;
5877
5876
  }
5878
5877
  body.theme-highcontrast .s-topbar__light {
5879
- --theme-topbar-item-color: hsl(210, 8%, 5%);
5880
- --theme-topbar-item-color-hover: hsl(210, 8%, 5%);
5881
- --theme-topbar-item-background-hover: hsl(210, 8%, 90%);
5878
+ --theme-topbar-item-color: #211d1e;
5879
+ --theme-topbar-item-color-hover: #211d1e;
5880
+ --theme-topbar-item-background-hover: #dee0e3;
5882
5881
  --theme-topbar-item-color-current: var(--_black-static);
5883
5882
  }
5884
5883
  @media (prefers-color-scheme: dark) {
5885
5884
  body.theme-highcontrast.theme-system .s-topbar.s-topbar__light {
5886
- --focus-theme: var(--blue-200);
5885
+ --focus-theme: var(--black-200);
5887
5886
  }
5888
5887
  }
5889
5888
  body.theme-highcontrast.theme-dark .s-topbar.s-topbar__light {
5890
- --focus-theme: var(--blue-200);
5889
+ --focus-theme: var(--black-200);
5891
5890
  }
5892
5891
  @media (max-width: 640px) {
5893
5892
  .s-topbar {
@@ -5901,11 +5900,11 @@ body.theme-highcontrast.theme-dark .s-topbar.s-topbar__light {
5901
5900
  }
5902
5901
  }
5903
5902
  .s-topbar.s-topbar__light {
5904
- --focus-neutral: hsl(0, 0%, 100%);
5903
+ --focus-neutral: #ffffff;
5905
5904
  }
5906
5905
  .s-topbar.s-topbar__dark {
5907
- --focus-neutral: hsl(210, 8%, 5%);
5908
- --focus-theme: var(--theme-dark-secondary-custom-400, hsl(210, 89%, 77%));
5906
+ --focus-neutral: #211d1e;
5907
+ --focus-theme: var(--theme-dark-secondary-custom-400, #ffffff);
5909
5908
  }
5910
5909
  .s-topbar:has( > .s-topbar--skip-link:focus) {
5911
5910
  border-top: none;
@@ -6231,33 +6230,33 @@ body.theme-highcontrast.theme-dark .s-topbar.s-topbar__light {
6231
6230
  color: var(--black-600);
6232
6231
  }
6233
6232
  .s-topbar__dark {
6234
- --theme-topbar-background-color: hsl(210, 8%, 5%);
6235
- --theme-topbar-bottom-border: var(--su-static1) solid hsl(210, 8%, 5%);
6236
- --theme-topbar-search-color: hsl(0, 0%, 100%);
6237
- --theme-topbar-search-background: hsl(210, 8%, 25%);
6238
- --theme-topbar-search-placeholder: hsl(210, 8%, 85%);
6239
- --theme-topbar-search-border: hsl(210, 8%, 45%);
6240
- --theme-topbar-select-color: hsl(210, 8%, 85%);
6241
- --theme-topbar-select-background: hsl(210, 8%, 35%);
6242
- --theme-topbar-item-color: hsl(210, 8%, 85%);
6233
+ --theme-topbar-background-color: #211d1e;
6234
+ --theme-topbar-bottom-border: var(--su-static1) solid #211d1e;
6235
+ --theme-topbar-search-color: #ffffff;
6236
+ --theme-topbar-search-background: #584c4f;
6237
+ --theme-topbar-search-placeholder: #eceaea;
6238
+ --theme-topbar-search-border: #8d7d81;
6239
+ --theme-topbar-select-color: #eceaea;
6240
+ --theme-topbar-select-background: #736468;
6241
+ --theme-topbar-item-color: #d7d8db;
6243
6242
  --theme-topbar-item-color-hover: var(--_white-static);
6244
- --theme-topbar-item-background-hover: hsl(210, 8%, 25%);
6243
+ --theme-topbar-item-background-hover: #46484d;
6245
6244
  --theme-topbar-item-color-current: var(--_white-static);
6246
6245
  --theme-topbar-accent-border: none;
6247
6246
  --scrollbar: hsla(0, 0%, 100%, 0.2);
6248
6247
  }
6249
6248
  .s-topbar__light {
6250
6249
  --theme-topbar-background-color: var(--_white-static);
6251
- --theme-topbar-bottom-border: var(--su-static1) solid hsl(210, 8%, 85%);
6252
- --theme-topbar-search-color: hsl(210, 8%, 25%);
6250
+ --theme-topbar-bottom-border: var(--su-static1) solid #d7d8db;
6251
+ --theme-topbar-search-color: #46484d;
6253
6252
  --theme-topbar-search-background: var(--_white-static);
6254
- --theme-topbar-search-placeholder: hsl(210, 8%, 42%);
6255
- --theme-topbar-search-border: hsl(210, 9%, 75%);
6256
- --theme-topbar-select-color: hsl(210, 8%, 25%);
6257
- --theme-topbar-select-background: hsl(210, 8%, 90%);
6258
- --theme-topbar-item-color: hsl(210, 8%, 42%);
6259
- --theme-topbar-item-color-hover: hsl(210, 8%, 25%);
6260
- --theme-topbar-item-background-hover: hsl(210, 8%, 90%);
6253
+ --theme-topbar-search-placeholder: #6b6d73;
6254
+ --theme-topbar-search-border: #a7aab0;
6255
+ --theme-topbar-select-color: #46484d;
6256
+ --theme-topbar-select-background: #dee0e3;
6257
+ --theme-topbar-item-color: #6b6d73;
6258
+ --theme-topbar-item-color-hover: #46484d;
6259
+ --theme-topbar-item-background-hover: #dee0e3;
6261
6260
  --theme-topbar-item-color-current: var(--_black-static);
6262
6261
  --scrollbar: hsla(0, 0%, 0%, 0.2);
6263
6262
  }
@@ -6593,31 +6592,31 @@ body {
6593
6592
  --ff-serif: Georgia, Cambria, "Times New Roman", Times, serif;
6594
6593
  --ff-mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
6595
6594
  --theme-body-font-family: var(--ff-sans);
6596
- --fs-fine: 11px;
6597
- --fs-caption: 12px;
6598
- --fs-body1: 13px;
6599
- --fs-body2: 1.15384615rem;
6600
- --fs-body3: 1.30769231rem;
6601
- --fs-subheading: 1.46153846rem;
6602
- --fs-title: 1.61538462rem;
6603
- --fs-headline1: 2.07692308rem;
6604
- --fs-headline2: 2.61538461rem;
6605
- --fs-display1: 3.30769231rem;
6606
- --fs-display2: 4.23076923rem;
6607
- --fs-display3: 5.30769231rem;
6608
- --fs-display4: 7.61538461rem;
6609
- --fs-body2-relative: 1.15384615em;
6610
- --fs-body3-relative: 1.30769231em;
6611
- --fs-subheading-relative: 1.46153846em;
6612
- --fs-title-relative: 1.61538462em;
6613
- --fs-headline1-relative: 2.07692308em;
6614
- --fs-headline2-relative: 2.61538461em;
6615
- --fs-display1-relative: 3.30769231em;
6616
- --fs-display2-relative: 4.23076923em;
6617
- --fs-display3-relative: 5.30769231em;
6618
- --fs-display4-relative: 7.61538461em;
6619
- --fs-base: 13px;
6620
- --stacks-internals-lh-unit: 13;
6595
+ --fs-fine: 12px;
6596
+ --fs-caption: 13px;
6597
+ --fs-body1: 14px;
6598
+ --fs-body2: 1.143rem;
6599
+ --fs-body3: 1.286rem;
6600
+ --fs-subheading: 1.429rem;
6601
+ --fs-title: 1.571rem;
6602
+ --fs-headline1: 2rem;
6603
+ --fs-headline2: 2.571rem;
6604
+ --fs-display1: 3.286rem;
6605
+ --fs-display2: 4.143rem;
6606
+ --fs-display3: 5.143rem;
6607
+ --fs-display4: 7.143rem;
6608
+ --fs-body2-relative: 1.143rem;
6609
+ --fs-body3-relative: 1.286rem;
6610
+ --fs-subheading-relative: 1.429rem;
6611
+ --fs-title-relative: 1.571rem;
6612
+ --fs-headline1-relative: 2rem;
6613
+ --fs-headline2-relative: 2.571rem;
6614
+ --fs-display1-relative: 3.286rem;
6615
+ --fs-display2-relative: 4.143rem;
6616
+ --fs-display3-relative: 5.143rem;
6617
+ --fs-display4-relative: 7.143rem;
6618
+ --fs-base: 14px;
6619
+ --stacks-internals-lh-unit: 14;
6621
6620
  --lh-xs: 1;
6622
6621
  --lh-sm: calc((var(--stacks-internals-lh-unit) + 2) / var(--stacks-internals-lh-unit));
6623
6622
  --lh-md: calc((var(--stacks-internals-lh-unit) + 4) / var(--stacks-internals-lh-unit));
@@ -6643,6 +6642,8 @@ body {
6643
6642
  --br-md: calc(var(--su-static4) + var(--su-static6));
6644
6643
  --br-circle: 50%;
6645
6644
  --br-pill: 1000px;
6645
+ --br-sm: var(--br-md);
6646
+ --br-lg: var(--br-md);
6646
6647
  --te-smooth-slow: cubic-bezier(0.25, 0.46, 0.45, 0.94);
6647
6648
  --te-smooth: cubic-bezier(0.165, 0.84, 0.44, 1);
6648
6649
  --te-smooth-quick: cubic-bezier(0.19, 1, 0.22, 1);
@@ -6659,8 +6660,8 @@ body {
6659
6660
  body {
6660
6661
  --_o-disabled: 0.55;
6661
6662
  --_o-disabled-static: 0.55;
6662
- --_black-static: hsl(0, 0%, 0%);
6663
- --_white-static: hsl(0, 0%, 100%);
6663
+ --_black-static: #000000;
6664
+ --_white-static: #ffffff;
6664
6665
  }
6665
6666
  body:not(.theme-dark),
6666
6667
  body.theme-highcontrast:not(.theme-dark),
@@ -6723,55 +6724,61 @@ body:not(.theme-highcontrast).theme-system .theme-light__forced.themed,
6723
6724
  body:not(.theme-highcontrast):not(.theme-dark) .themed,
6724
6725
  body:not(.theme-highcontrast).theme-dark .theme-light__forced .themed,
6725
6726
  body:not(.theme-highcontrast).theme-system .theme-light__forced .themed {
6726
- --white: hsl(0, 0%, 100%);
6727
- --black-050: hsl(0, 0%, 100%);
6728
- --black-100: hsl(210, 8%, 98%);
6729
- --black-150: hsl(210, 8%, 95%);
6730
- --black-200: hsl(210, 8%, 90%);
6731
- --black-225: hsl(210, 8%, 85%);
6732
- --black-250: hsl(210, 8%, 80%);
6733
- --black-300: hsl(210, 9%, 75%);
6734
- --black-350: hsl(210, 8%, 68%);
6735
- --black-400: hsl(210, 8%, 42%);
6736
- --black-500: hsl(210, 8%, 25%);
6737
- --black-600: hsl(210, 8%, 5%);
6738
- --black: hsl(0, 0%, 0%);
6739
- --orange-100: hsl(23, 87%, 97%);
6740
- --orange-200: hsl(27, 87%, 87%);
6741
- --orange-300: hsl(27, 87%, 72%);
6742
- --orange-400: hsl(27, 89%, 48%);
6743
- --orange-500: hsl(27, 87%, 41%);
6744
- --orange-600: hsl(27, 87%, 27%);
6745
- --blue-100: hsl(210, 80%, 96%);
6746
- --blue-200: hsl(210, 80%, 91%);
6747
- --blue-300: hsl(210, 78%, 76%);
6748
- --blue-400: hsl(210, 77%, 46%);
6749
- --blue-500: hsl(210, 77%, 36%);
6750
- --blue-600: hsl(210, 80%, 23%);
6751
- --green-100: hsl(148, 35%, 95%);
6752
- --green-200: hsl(148, 35%, 88%);
6753
- --green-300: hsl(148, 35%, 69%);
6754
- --green-400: hsl(148, 70%, 31%);
6755
- --green-500: hsl(148, 75%, 22%);
6756
- --green-600: hsl(148, 75%, 15%);
6757
- --red-100: hsl(0, 72%, 96%);
6758
- --red-200: hsl(0, 70%, 93%);
6759
- --red-300: hsl(0, 66%, 80%);
6760
- --red-400: hsl(0, 60%, 49%);
6761
- --red-500: hsl(0, 65%, 37%);
6762
- --red-600: hsl(0, 65%, 22%);
6763
- --yellow-100: hsl(43, 85%, 95%);
6764
- --yellow-200: hsl(43, 85%, 88%);
6765
- --yellow-300: hsl(43, 85%, 72%);
6766
- --yellow-400: hsl(43, 85%, 50%);
6767
- --yellow-500: hsl(43, 85%, 33%);
6768
- --yellow-600: hsl(43, 85%, 18%);
6769
- --purple-100: hsl(237, 83%, 98%);
6770
- --purple-200: hsl(237, 78%, 93%);
6771
- --purple-300: hsl(237, 60%, 83%);
6772
- --purple-400: hsl(237, 55%, 57%);
6773
- --purple-500: hsl(237, 50%, 45%);
6774
- --purple-600: hsl(237, 50%, 32%);
6727
+ --white: #ffffff;
6728
+ --black-050: #ffffff;
6729
+ --black-100: #f7f6f5;
6730
+ --black-150: #f0efed;
6731
+ --black-200: #dee0e3;
6732
+ --black-225: #d7d8db;
6733
+ --black-250: #c9ccd1;
6734
+ --black-300: #a7aab0;
6735
+ --black-350: #84878c;
6736
+ --black-400: #6b6d73;
6737
+ --black-500: #46484d;
6738
+ --black-600: #211d1e;
6739
+ --black: #000000;
6740
+ --orange-100: #fff7f2;
6741
+ --orange-200: #ffd5bd;
6742
+ --orange-300: #f59056;
6743
+ --orange-400: #e86113;
6744
+ --orange-500: #bf4904;
6745
+ --orange-600: #702d06;
6746
+ --blue-100: #f0f3ff;
6747
+ --blue-200: #c8d4fa;
6748
+ --blue-300: #88a2f7;
6749
+ --blue-400: #5076f2;
6750
+ --blue-500: #2445b3;
6751
+ --blue-600: #0f2466;
6752
+ --green-100: #f4faeb;
6753
+ --green-200: #d8f2aa;
6754
+ --green-300: #a7cc66;
6755
+ --green-400: #6c991f;
6756
+ --green-500: #4d730b;
6757
+ --green-600: #324d04;
6758
+ --red-100: #fceded;
6759
+ --red-200: #f5b9b8;
6760
+ --red-300: #e67373;
6761
+ --red-400: #bf3030;
6762
+ --red-500: #8c0e0e;
6763
+ --red-600: #590404;
6764
+ --yellow-100: #fcf8e8;
6765
+ --yellow-200: #f5ebc4;
6766
+ --yellow-300: #edc10e;
6767
+ --yellow-400: #ab8900;
6768
+ --yellow-500: #806600;
6769
+ --yellow-600: #4d3d00;
6770
+ --purple-100: #f0edfc;
6771
+ --purple-200: #d0c6f7;
6772
+ --purple-300: #a591f2;
6773
+ --purple-400: #6e50e6;
6774
+ --purple-500: #4526bf;
6775
+ --purple-600: #200b73;
6776
+ --pink-100: #fbedfc;
6777
+ --pink-200: #ebb6f2;
6778
+ --pink-300: #e685f2;
6779
+ --pink-400: #d64ae8;
6780
+ --pink-500: #a224b3;
6781
+ --pink-600: #670b73;
6775
6782
  --gold-100: hsl(46, 100%, 91%);
6776
6783
  --gold-200: hsl(46, 100%, 74%);
6777
6784
  --gold-300: hsl(45, 100%, 42%);
@@ -6794,14 +6801,14 @@ body:not(.theme-highcontrast).theme-system .theme-light__forced .themed {
6794
6801
  --bs-md: 0 1px 3px hsla(0, 0%, 0%, 0.06), 0 2px 6px hsla(0, 0%, 0%, 0.06), 0 3px 8px hsla(0, 0%, 0%, 0.09);
6795
6802
  --bs-lg: 0 1px 4px hsla(0, 0%, 0%, 0.09), 0 3px 8px hsla(0, 0%, 0%, 0.09), 0 4px 13px hsla(0, 0%, 0%, 0.13);
6796
6803
  --bs-xl: 0 10px 24px hsla(0, 0%, 0%, 0.05), 0 20px 48px hsla(0, 0%, 0%, 0.05), 0 1px 4px hsla(0, 0%, 0%, 0.1);
6797
- --translucent-secondary: var(--theme-secondary-custom-translucent, hsla(206, 100%, 40%, 0.15));
6804
+ --translucent-secondary: var(--theme-secondary-custom-translucent, rgba(115, 115, 115, 0.15));
6798
6805
  --translucent-success: hsla(140, 40%, 75%, 0.4);
6799
6806
  --translucent-warning: hsla(47, 79%, 58%, 0.4);
6800
6807
  --translucent-error: hsla(358, 62%, 47%, 0.15);
6801
6808
  --translucent-muted: hsla(210, 8%, 15%, 0.1);
6802
6809
  --focus-neutral: var(--white);
6803
- --focus-theme: var(--theme-secondary-400);
6804
- --focus-ring: var(--theme-secondary-custom-focus-ring, hsla(206, 100%, 40%, 0.15));
6810
+ --focus-theme: var(--theme-secondary);
6811
+ --focus-ring: var(--theme-secondary-custom-focus-ring, rgba(115, 115, 115, 0.15));
6805
6812
  --focus-ring-success: hsla(140, 40%, 75%, 0.4);
6806
6813
  --focus-ring-warning: hsla(47, 79%, 58%, 0.4);
6807
6814
  --focus-ring-error: hsla(358, 62%, 47%, 0.15);
@@ -6826,13 +6833,13 @@ body:not(.theme-highcontrast).theme-system .theme-light__forced .themed {
6826
6833
  --theme-primary-400: var(--theme-primary-custom-400, var(--orange-400));
6827
6834
  --theme-primary-500: var(--theme-primary-custom-500, var(--orange-500));
6828
6835
  --theme-primary-600: var(--theme-primary-custom-600, var(--orange-600));
6829
- --theme-secondary: var(--theme-secondary-custom, var(--blue-400));
6830
- --theme-secondary-100: var(--theme-secondary-custom-100, var(--blue-100));
6831
- --theme-secondary-200: var(--theme-secondary-custom-200, var(--blue-200));
6832
- --theme-secondary-300: var(--theme-secondary-custom-300, var(--blue-300));
6833
- --theme-secondary-400: var(--theme-secondary-custom-400, var(--blue-400));
6834
- --theme-secondary-500: var(--theme-secondary-custom-500, var(--blue-500));
6835
- --theme-secondary-600: var(--theme-secondary-custom-600, var(--blue-600));
6836
+ --theme-secondary: var(--theme-secondary-custom, var(--black));
6837
+ --theme-secondary-100: var(--theme-secondary-custom-100, var(--black-100));
6838
+ --theme-secondary-200: var(--theme-secondary-custom-200, var(--black-200));
6839
+ --theme-secondary-300: var(--theme-secondary-custom-300, var(--black-300));
6840
+ --theme-secondary-400: var(--theme-secondary-custom-400, var(--black-400));
6841
+ --theme-secondary-500: var(--theme-secondary-custom-500, var(--black-500));
6842
+ --theme-secondary-600: var(--theme-secondary-custom-600, var(--black-600));
6836
6843
  --theme-primary-custom-100: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l)) * .9)));
6837
6844
  --theme-primary-custom-200: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l)) * .75)));
6838
6845
  --theme-primary-custom-300: hsl(var(--theme-base-primary-color-h), var(--theme-base-primary-color-s), calc(var(--theme-base-primary-color-l) + ((100% - var(--theme-base-primary-color-l)) * .5)));
@@ -6857,55 +6864,61 @@ body:not(.theme-highcontrast).theme-dark.themed,
6857
6864
  body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced.themed,
6858
6865
  body:not(.theme-highcontrast).theme-dark .themed,
6859
6866
  body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
6860
- --white: hsl(210, 3%, 15%);
6861
- --black-050: hsl(210, 3%, 15%);
6862
- --black-100: hsl(210, 3%, 18%);
6863
- --black-150: hsl(210, 4%, 21%);
6864
- --black-200: hsl(210, 4%, 27%);
6865
- --black-225: hsl(210, 4%, 30%);
6866
- --black-250: hsl(210, 5%, 36%);
6867
- --black-300: hsl(210, 4%, 47%);
6868
- --black-350: hsl(210, 8%, 70%);
6869
- --black-400: hsl(210, 8%, 80%);
6870
- --black-500: hsl(210, 8%, 90%);
6871
- --black-600: hsl(210, 11%, 98%);
6872
- --black: hsl(0, 0%, 100%);
6873
- --orange-100: hsl(27, 55%, 20%);
6874
- --orange-200: hsl(27, 50%, 33%);
6875
- --orange-300: hsl(27, 50%, 43%);
6876
- --orange-400: hsl(27, 90%, 68%);
6877
- --orange-500: hsl(27, 90%, 80%);
6878
- --orange-600: hsl(27, 90%, 90%);
6879
- --blue-100: hsl(210, 50%, 22%);
6880
- --blue-200: hsl(210, 50%, 36%);
6881
- --blue-300: hsl(210, 50%, 48%);
6882
- --blue-400: hsl(210, 89%, 77%);
6883
- --blue-500: hsl(210, 89%, 84%);
6884
- --blue-600: hsl(210, 89%, 92%);
6885
- --green-100: hsl(149, 51%, 15%);
6886
- --green-200: hsl(149, 51%, 25%);
6887
- --green-300: hsl(149, 51%, 36%);
6888
- --green-400: hsl(149, 50%, 62%);
6889
- --green-500: hsl(149, 50%, 74%);
6890
- --green-600: hsl(149, 50%, 88%);
6891
- --red-100: hsl(0, 43%, 22%);
6892
- --red-200: hsl(0, 43%, 41%);
6893
- --red-300: hsl(0, 43%, 56%);
6894
- --red-400: hsl(0, 90%, 81%);
6895
- --red-500: hsl(0, 90%, 88%);
6896
- --red-600: hsl(0, 90%, 94%);
6897
- --yellow-100: hsl(43, 50%, 17%);
6898
- --yellow-200: hsl(43, 50%, 28%);
6899
- --yellow-300: hsl(43, 50%, 39%);
6900
- --yellow-400: hsl(43, 90%, 75%);
6901
- --yellow-500: hsl(43, 90%, 82%);
6902
- --yellow-600: hsl(43, 90%, 91%);
6903
- --purple-100: hsl(237, 26%, 23%);
6904
- --purple-200: hsl(237, 26%, 44%);
6905
- --purple-300: hsl(237, 26%, 56%);
6906
- --purple-400: hsl(237, 98%, 87%);
6907
- --purple-500: hsl(237, 98%, 92%);
6908
- --purple-600: hsl(237, 98%, 96%);
6867
+ --white: #141414;
6868
+ --black-050: #141414;
6869
+ --black-100: #262626;
6870
+ --black-150: #333333;
6871
+ --black-200: #575757;
6872
+ --black-225: #666666;
6873
+ --black-250: #737373;
6874
+ --black-300: #8c8c8c;
6875
+ --black-350: #a6a6a6;
6876
+ --black-400: #d9d3ce;
6877
+ --black-500: #f2ede9;
6878
+ --black-600: #ffffff;
6879
+ --black: #ffffff;
6880
+ --orange-100: hsl(22, 80%, 25%);
6881
+ --orange-200: hsl(22, 75%, 45%);
6882
+ --orange-300: hsl(22, 47%, 78%);
6883
+ --orange-400: hsl(22, 40%, 90%);
6884
+ --orange-500: hsl(22, 30%, 99%);
6885
+ --orange-600: hsl(22, 20%, 98%);
6886
+ --blue-100: #22304d;
6887
+ --blue-200: #4d6699;
6888
+ --blue-300: #7b93e0;
6889
+ --blue-400: #a6bbff;
6890
+ --blue-500: #ccddff;
6891
+ --blue-600: #e6eeff;
6892
+ --green-100: #28380b;
6893
+ --green-200: #5c7334;
6894
+ --green-300: #96b364;
6895
+ --green-400: #c4e68a;
6896
+ --green-500: #cce6a1;
6897
+ --green-600: #ecffcc;
6898
+ --red-100: #330f0f;
6899
+ --red-200: #662e2e;
6900
+ --red-300: #b35d5d;
6901
+ --red-400: #faafaf;
6902
+ --red-500: #fccaca;
6903
+ --red-600: #ffe6e6;
6904
+ --yellow-100: #332b0a;
6905
+ --yellow-200: #594c16;
6906
+ --yellow-300: #a6944b;
6907
+ --yellow-400: #e6d17e;
6908
+ --yellow-500: #fcedb1;
6909
+ --yellow-600: #fffae6;
6910
+ --purple-100: #22174d;
6911
+ --purple-200: #3d2d80;
6912
+ --purple-300: #7262b3;
6913
+ --purple-400: #b6a6f7;
6914
+ --purple-500: #d2c8fa;
6915
+ --purple-600: #e8e3fc;
6916
+ --pink-100: #2e0a33;
6917
+ --pink-200: #5e2466;
6918
+ --pink-300: #bf81c7;
6919
+ --pink-400: #f3bbfa;
6920
+ --pink-500: #f7cffc;
6921
+ --pink-600: #fae3fc;
6909
6922
  --gold-100: hsl(45, 29%, 24%);
6910
6923
  --gold-200: hsl(45, 47%, 37%);
6911
6924
  --gold-300: hsl(45, 92%, 62%);
@@ -6928,14 +6941,14 @@ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
6928
6941
  --bs-md: 0 1px 3px hsla(0, 0%, 0%, 0.11), 0 2px 6px hsla(0, 0%, 0%, 0.11), 0 3px 8px hsla(0, 0%, 0%, 0.14);
6929
6942
  --bs-lg: 0 1px 4px hsla(0, 0%, 0%, 0.14), 0 3px 8px hsla(0, 0%, 0%, 0.14), 0 4px 13px hsla(0, 0%, 0%, 0.18);
6930
6943
  --bs-xl: 0 10px 24px hsla(0, 0%, 0%, 0.1), 0 20px 48px hsla(0, 0%, 0%, 0.1), 0 1px 4px hsla(0, 0%, 0%, 0.15);
6931
- --translucent-secondary: var(--theme-dark-secondary-custom-translucent, hsla(206, 100%, 40%, 0.25));
6944
+ --translucent-secondary: var(--theme-dark-secondary-custom-translucent, rgba(217, 211, 206, 0.25));
6932
6945
  --translucent-success: hsla(140, 40%, 75%, 0.4);
6933
6946
  --translucent-warning: hsla(47, 79%, 58%, 0.4);
6934
6947
  --translucent-error: hsla(358, 62%, 47%, 0.15);
6935
6948
  --translucent-muted: hsla(210, 8%, 15%, 0.1);
6936
6949
  --focus-neutral: var(--white);
6937
- --focus-theme: var(--theme-secondary-400);
6938
- --focus-ring: var(--theme-dark-secondary-custom-focus-ring, hsla(206, 100%, 40%, 0.25));
6950
+ --focus-theme: var(--theme-secondary);
6951
+ --focus-ring: var(--theme-dark-secondary-custom-focus-ring, rgba(217, 211, 206, 0.25));
6939
6952
  --focus-ring-success: hsla(140, 40%, 75%, 0.4);
6940
6953
  --focus-ring-warning: hsla(47, 79%, 58%, 0.4);
6941
6954
  --focus-ring-error: hsla(358, 62%, 47%, 0.15);
@@ -6960,13 +6973,13 @@ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
6960
6973
  --theme-primary-400: var(--theme-dark-primary-custom-400, var(--orange-400));
6961
6974
  --theme-primary-500: var(--theme-dark-primary-custom-500, var(--orange-500));
6962
6975
  --theme-primary-600: var(--theme-dark-primary-custom-600, var(--orange-600));
6963
- --theme-secondary: var(--theme-dark-secondary-custom, var(--blue-400));
6964
- --theme-secondary-100: var(--theme-dark-secondary-custom-100, var(--blue-100));
6965
- --theme-secondary-200: var(--theme-dark-secondary-custom-200, var(--blue-200));
6966
- --theme-secondary-300: var(--theme-dark-secondary-custom-300, var(--blue-300));
6967
- --theme-secondary-400: var(--theme-dark-secondary-custom-400, var(--blue-400));
6968
- --theme-secondary-500: var(--theme-dark-secondary-custom-500, var(--blue-500));
6969
- --theme-secondary-600: var(--theme-dark-secondary-custom-600, var(--blue-600));
6976
+ --theme-secondary: var(--theme-dark-secondary-custom, var(--black));
6977
+ --theme-secondary-100: var(--theme-dark-secondary-custom-100, var(--black-100));
6978
+ --theme-secondary-200: var(--theme-dark-secondary-custom-200, var(--black-200));
6979
+ --theme-secondary-300: var(--theme-dark-secondary-custom-300, var(--black-300));
6980
+ --theme-secondary-400: var(--theme-dark-secondary-custom-400, var(--black-400));
6981
+ --theme-secondary-500: var(--theme-dark-secondary-custom-500, var(--black-500));
6982
+ --theme-secondary-600: var(--theme-dark-secondary-custom-600, var(--black-600));
6970
6983
  --theme-dark-primary-custom-100: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + (var(--theme-dark-primary-color-s) * -.6)), calc(var(--theme-dark-primary-color-l) + (var(--theme-dark-primary-color-l) * -.7)));
6971
6984
  --theme-dark-primary-custom-200: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + (var(--theme-dark-primary-color-s) * -.4)), calc(var(--theme-dark-primary-color-l) + (var(--theme-dark-primary-color-l) * -.5)));
6972
6985
  --theme-dark-primary-custom-300: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + (var(--theme-dark-primary-color-s) * -.3)), calc(var(--theme-dark-primary-color-l) + (var(--theme-dark-primary-color-l) * -.2)));
@@ -6989,55 +7002,61 @@ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
6989
7002
  body:not(.theme-highcontrast).theme-system,
6990
7003
  body:not(.theme-highcontrast).theme-system.themed,
6991
7004
  body:not(.theme-highcontrast).theme-system .themed {
6992
- --white: hsl(210, 3%, 15%);
6993
- --black-050: hsl(210, 3%, 15%);
6994
- --black-100: hsl(210, 3%, 18%);
6995
- --black-150: hsl(210, 4%, 21%);
6996
- --black-200: hsl(210, 4%, 27%);
6997
- --black-225: hsl(210, 4%, 30%);
6998
- --black-250: hsl(210, 5%, 36%);
6999
- --black-300: hsl(210, 4%, 47%);
7000
- --black-350: hsl(210, 8%, 70%);
7001
- --black-400: hsl(210, 8%, 80%);
7002
- --black-500: hsl(210, 8%, 90%);
7003
- --black-600: hsl(210, 11%, 98%);
7004
- --black: hsl(0, 0%, 100%);
7005
- --orange-100: hsl(27, 55%, 20%);
7006
- --orange-200: hsl(27, 50%, 33%);
7007
- --orange-300: hsl(27, 50%, 43%);
7008
- --orange-400: hsl(27, 90%, 68%);
7009
- --orange-500: hsl(27, 90%, 80%);
7010
- --orange-600: hsl(27, 90%, 90%);
7011
- --blue-100: hsl(210, 50%, 22%);
7012
- --blue-200: hsl(210, 50%, 36%);
7013
- --blue-300: hsl(210, 50%, 48%);
7014
- --blue-400: hsl(210, 89%, 77%);
7015
- --blue-500: hsl(210, 89%, 84%);
7016
- --blue-600: hsl(210, 89%, 92%);
7017
- --green-100: hsl(149, 51%, 15%);
7018
- --green-200: hsl(149, 51%, 25%);
7019
- --green-300: hsl(149, 51%, 36%);
7020
- --green-400: hsl(149, 50%, 62%);
7021
- --green-500: hsl(149, 50%, 74%);
7022
- --green-600: hsl(149, 50%, 88%);
7023
- --red-100: hsl(0, 43%, 22%);
7024
- --red-200: hsl(0, 43%, 41%);
7025
- --red-300: hsl(0, 43%, 56%);
7026
- --red-400: hsl(0, 90%, 81%);
7027
- --red-500: hsl(0, 90%, 88%);
7028
- --red-600: hsl(0, 90%, 94%);
7029
- --yellow-100: hsl(43, 50%, 17%);
7030
- --yellow-200: hsl(43, 50%, 28%);
7031
- --yellow-300: hsl(43, 50%, 39%);
7032
- --yellow-400: hsl(43, 90%, 75%);
7033
- --yellow-500: hsl(43, 90%, 82%);
7034
- --yellow-600: hsl(43, 90%, 91%);
7035
- --purple-100: hsl(237, 26%, 23%);
7036
- --purple-200: hsl(237, 26%, 44%);
7037
- --purple-300: hsl(237, 26%, 56%);
7038
- --purple-400: hsl(237, 98%, 87%);
7039
- --purple-500: hsl(237, 98%, 92%);
7040
- --purple-600: hsl(237, 98%, 96%);
7005
+ --white: #141414;
7006
+ --black-050: #141414;
7007
+ --black-100: #262626;
7008
+ --black-150: #333333;
7009
+ --black-200: #575757;
7010
+ --black-225: #666666;
7011
+ --black-250: #737373;
7012
+ --black-300: #8c8c8c;
7013
+ --black-350: #a6a6a6;
7014
+ --black-400: #d9d3ce;
7015
+ --black-500: #f2ede9;
7016
+ --black-600: #ffffff;
7017
+ --black: #ffffff;
7018
+ --orange-100: hsl(22, 80%, 25%);
7019
+ --orange-200: hsl(22, 75%, 45%);
7020
+ --orange-300: hsl(22, 47%, 78%);
7021
+ --orange-400: hsl(22, 40%, 90%);
7022
+ --orange-500: hsl(22, 30%, 99%);
7023
+ --orange-600: hsl(22, 20%, 98%);
7024
+ --blue-100: #22304d;
7025
+ --blue-200: #4d6699;
7026
+ --blue-300: #7b93e0;
7027
+ --blue-400: #a6bbff;
7028
+ --blue-500: #ccddff;
7029
+ --blue-600: #e6eeff;
7030
+ --green-100: #28380b;
7031
+ --green-200: #5c7334;
7032
+ --green-300: #96b364;
7033
+ --green-400: #c4e68a;
7034
+ --green-500: #cce6a1;
7035
+ --green-600: #ecffcc;
7036
+ --red-100: #330f0f;
7037
+ --red-200: #662e2e;
7038
+ --red-300: #b35d5d;
7039
+ --red-400: #faafaf;
7040
+ --red-500: #fccaca;
7041
+ --red-600: #ffe6e6;
7042
+ --yellow-100: #332b0a;
7043
+ --yellow-200: #594c16;
7044
+ --yellow-300: #a6944b;
7045
+ --yellow-400: #e6d17e;
7046
+ --yellow-500: #fcedb1;
7047
+ --yellow-600: #fffae6;
7048
+ --purple-100: #22174d;
7049
+ --purple-200: #3d2d80;
7050
+ --purple-300: #7262b3;
7051
+ --purple-400: #b6a6f7;
7052
+ --purple-500: #d2c8fa;
7053
+ --purple-600: #e8e3fc;
7054
+ --pink-100: #2e0a33;
7055
+ --pink-200: #5e2466;
7056
+ --pink-300: #bf81c7;
7057
+ --pink-400: #f3bbfa;
7058
+ --pink-500: #f7cffc;
7059
+ --pink-600: #fae3fc;
7041
7060
  --gold-100: hsl(45, 29%, 24%);
7042
7061
  --gold-200: hsl(45, 47%, 37%);
7043
7062
  --gold-300: hsl(45, 92%, 62%);
@@ -7060,14 +7079,14 @@ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
7060
7079
  --bs-md: 0 1px 3px hsla(0, 0%, 0%, 0.11), 0 2px 6px hsla(0, 0%, 0%, 0.11), 0 3px 8px hsla(0, 0%, 0%, 0.14);
7061
7080
  --bs-lg: 0 1px 4px hsla(0, 0%, 0%, 0.14), 0 3px 8px hsla(0, 0%, 0%, 0.14), 0 4px 13px hsla(0, 0%, 0%, 0.18);
7062
7081
  --bs-xl: 0 10px 24px hsla(0, 0%, 0%, 0.1), 0 20px 48px hsla(0, 0%, 0%, 0.1), 0 1px 4px hsla(0, 0%, 0%, 0.15);
7063
- --translucent-secondary: var(--theme-dark-secondary-custom-translucent, hsla(206, 100%, 40%, 0.25));
7082
+ --translucent-secondary: var(--theme-dark-secondary-custom-translucent, rgba(217, 211, 206, 0.25));
7064
7083
  --translucent-success: hsla(140, 40%, 75%, 0.4);
7065
7084
  --translucent-warning: hsla(47, 79%, 58%, 0.4);
7066
7085
  --translucent-error: hsla(358, 62%, 47%, 0.15);
7067
7086
  --translucent-muted: hsla(210, 8%, 15%, 0.1);
7068
7087
  --focus-neutral: var(--white);
7069
- --focus-theme: var(--theme-secondary-400);
7070
- --focus-ring: var(--theme-dark-secondary-custom-focus-ring, hsla(206, 100%, 40%, 0.25));
7088
+ --focus-theme: var(--theme-secondary);
7089
+ --focus-ring: var(--theme-dark-secondary-custom-focus-ring, rgba(217, 211, 206, 0.25));
7071
7090
  --focus-ring-success: hsla(140, 40%, 75%, 0.4);
7072
7091
  --focus-ring-warning: hsla(47, 79%, 58%, 0.4);
7073
7092
  --focus-ring-error: hsla(358, 62%, 47%, 0.15);
@@ -7092,13 +7111,13 @@ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
7092
7111
  --theme-primary-400: var(--theme-dark-primary-custom-400, var(--orange-400));
7093
7112
  --theme-primary-500: var(--theme-dark-primary-custom-500, var(--orange-500));
7094
7113
  --theme-primary-600: var(--theme-dark-primary-custom-600, var(--orange-600));
7095
- --theme-secondary: var(--theme-dark-secondary-custom, var(--blue-400));
7096
- --theme-secondary-100: var(--theme-dark-secondary-custom-100, var(--blue-100));
7097
- --theme-secondary-200: var(--theme-dark-secondary-custom-200, var(--blue-200));
7098
- --theme-secondary-300: var(--theme-dark-secondary-custom-300, var(--blue-300));
7099
- --theme-secondary-400: var(--theme-dark-secondary-custom-400, var(--blue-400));
7100
- --theme-secondary-500: var(--theme-dark-secondary-custom-500, var(--blue-500));
7101
- --theme-secondary-600: var(--theme-dark-secondary-custom-600, var(--blue-600));
7114
+ --theme-secondary: var(--theme-dark-secondary-custom, var(--black));
7115
+ --theme-secondary-100: var(--theme-dark-secondary-custom-100, var(--black-100));
7116
+ --theme-secondary-200: var(--theme-dark-secondary-custom-200, var(--black-200));
7117
+ --theme-secondary-300: var(--theme-dark-secondary-custom-300, var(--black-300));
7118
+ --theme-secondary-400: var(--theme-dark-secondary-custom-400, var(--black-400));
7119
+ --theme-secondary-500: var(--theme-dark-secondary-custom-500, var(--black-500));
7120
+ --theme-secondary-600: var(--theme-dark-secondary-custom-600, var(--black-600));
7102
7121
  --theme-dark-primary-custom-100: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + (var(--theme-dark-primary-color-s) * -.6)), calc(var(--theme-dark-primary-color-l) + (var(--theme-dark-primary-color-l) * -.7)));
7103
7122
  --theme-dark-primary-custom-200: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + (var(--theme-dark-primary-color-s) * -.4)), calc(var(--theme-dark-primary-color-l) + (var(--theme-dark-primary-color-l) * -.5)));
7104
7123
  --theme-dark-primary-custom-300: hsl(var(--theme-dark-primary-color-h), calc(var(--theme-dark-primary-color-s) + (var(--theme-dark-primary-color-s) * -.3)), calc(var(--theme-dark-primary-color-l) + (var(--theme-dark-primary-color-l) * -.2)));
@@ -7121,55 +7140,61 @@ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
7121
7140
  body.theme-highcontrast:not(.theme-dark),
7122
7141
  body.theme-highcontrast.theme-dark .theme-light__forced,
7123
7142
  body.theme-highcontrast.theme-system .theme-light__forced {
7124
- --white: hsl(0, 0%, 100%);
7125
- --black-050: hsl(0, 0%, 100%);
7126
- --black-100: hsl(210, 8%, 98%);
7127
- --black-150: hsl(210, 8%, 95%);
7128
- --black-200: hsl(210, 8%, 90%);
7129
- --black-225: hsl(210, 8%, 85%);
7130
- --black-250: hsl(210, 8%, 80%);
7131
- --black-300: hsl(210, 9%, 75%);
7132
- --black-350: hsl(210, 8%, 45%);
7133
- --black-400: hsl(212, 8%, 35%);
7134
- --black-500: hsl(210, 8%, 25%);
7135
- --black-600: hsl(210, 8%, 5%);
7136
- --black: hsl(0, 0%, 0%);
7137
- --orange-100: hsl(23, 87%, 97%);
7138
- --orange-200: hsl(23, 87%, 97%);
7139
- --orange-300: hsl(27, 89%, 48%);
7140
- --orange-400: hsl(27, 87%, 29%);
7141
- --orange-500: hsl(27, 87%, 21%);
7142
- --orange-600: hsl(27, 87%, 21%);
7143
- --blue-100: hsl(210, 80%, 96%);
7144
- --blue-200: hsl(210, 80%, 96%);
7145
- --blue-300: hsl(210, 70%, 48%);
7146
- --blue-400: hsl(210, 77%, 34%);
7147
- --blue-500: hsl(210, 80%, 23%);
7148
- --blue-600: hsl(210, 80%, 23%);
7149
- --green-100: hsl(147, 36%, 95%);
7150
- --green-200: hsl(147, 36%, 95%);
7151
- --green-300: hsl(148, 70%, 31%);
7152
- --green-400: hsl(148, 75%, 22%);
7153
- --green-500: hsl(146, 74%, 15%);
7154
- --green-600: hsl(146, 74%, 15%);
7155
- --red-100: hsl(0, 80%, 96%);
7156
- --red-200: hsl(0, 80%, 96%);
7157
- --red-300: hsl(0, 60%, 49%);
7158
- --red-400: hsl(0, 65%, 37%);
7159
- --red-500: hsl(0, 65%, 22%);
7160
- --red-600: hsl(0, 65%, 22%);
7161
- --yellow-100: hsl(41, 85%, 95%);
7162
- --yellow-200: hsl(41, 85%, 95%);
7163
- --yellow-300: hsl(43, 85%, 50%);
7164
- --yellow-400: hsl(43, 85%, 50%);
7165
- --yellow-500: hsl(48, 85%, 18%);
7166
- --yellow-600: hsl(48, 85%, 18%);
7167
- --purple-100: hsl(237, 83%, 98%);
7168
- --purple-200: hsl(237, 83%, 98%);
7169
- --purple-300: hsl(237, 55%, 57%);
7170
- --purple-400: hsl(237, 52%, 48%);
7171
- --purple-500: hsl(237, 50%, 32%);
7172
- --purple-600: hsl(237, 50%, 32%);
7143
+ --white: #ffffff;
7144
+ --black-050: #ffffff;
7145
+ --black-100: #f7f6f5;
7146
+ --black-150: #f0efed;
7147
+ --black-200: #dee1e3;
7148
+ --black-225: #d7d8db;
7149
+ --black-250: #c9ccd1;
7150
+ --black-300: #91939c;
7151
+ --black-350: #55585c;
7152
+ --black-400: #545759;
7153
+ --black-500: #46484d;
7154
+ --black-600: #211d1e;
7155
+ --black: #000000;
7156
+ --orange-100: #fff7f2;
7157
+ --orange-200: #fff7f2;
7158
+ --orange-300: #e86113;
7159
+ --orange-400: #963903;
7160
+ --orange-500: #702d06;
7161
+ --orange-600: #702d06;
7162
+ --blue-100: #f0f3ff;
7163
+ --blue-200: #f0f3ff;
7164
+ --blue-300: #5076f2;
7165
+ --blue-400: #2445b3;
7166
+ --blue-500: #0f2466;
7167
+ --blue-600: #0f2466;
7168
+ --green-100: #f4faeb;
7169
+ --green-200: #f4faeb;
7170
+ --green-300: #72a120;
7171
+ --green-400: #406107;
7172
+ --green-500: #324d04;
7173
+ --green-600: #324d04;
7174
+ --red-100: #fceded;
7175
+ --red-200: #fceded;
7176
+ --red-300: #bf3030;
7177
+ --red-400: #8c0e0e;
7178
+ --red-500: #590404;
7179
+ --red-600: #590404;
7180
+ --yellow-100: #fcf8e8;
7181
+ --yellow-200: #fcf8e8;
7182
+ --yellow-300: #ccab29;
7183
+ --yellow-400: #6b5600;
7184
+ --yellow-500: #4d3d00;
7185
+ --yellow-600: #4d3d00;
7186
+ --purple-100: #f0edfc;
7187
+ --purple-200: #f0edfc;
7188
+ --purple-300: #6e50e6;
7189
+ --purple-400: #4526bf;
7190
+ --purple-500: #200b73;
7191
+ --purple-600: #200b73;
7192
+ --pink-100: #fbedfc;
7193
+ --pink-200: #fbedfc;
7194
+ --pink-300: #d017e8;
7195
+ --pink-400: #8b1f99;
7196
+ --pink-500: #670b73;
7197
+ --pink-600: #670b73;
7173
7198
  --gold-100: hsl(46, 100%, 91%);
7174
7199
  --gold-200: hsl(46, 100%, 91%);
7175
7200
  --gold-300: hsl(45, 100%, 42%);
@@ -7192,14 +7217,14 @@ body.theme-highcontrast.theme-system .theme-light__forced {
7192
7217
  --bs-md: none;
7193
7218
  --bs-lg: none;
7194
7219
  --bs-xl: none;
7195
- --translucent-secondary: hsla(206, 100%, 40%, 0.9);
7220
+ --translucent-secondary: hsla(204, 6%, 35%, 0.9);
7196
7221
  --translucent-success: hsla(140, 40%, 40%, 0.9);
7197
7222
  --translucent-warning: hsla(47, 76%, 46%, 0.9);
7198
7223
  --translucent-error: hsla(358, 62%, 47%, 0.9);
7199
7224
  --translucent-muted: hsla(210, 8%, 55%, 0.95);
7200
7225
  --focus-neutral: var(--white);
7201
- --focus-theme: var(--theme-secondary-400);
7202
- --focus-ring: hsla(206, 100%, 40%, 0.9);
7226
+ --focus-theme: var(--theme-secondary);
7227
+ --focus-ring: rgba(115, 115, 115, 0.9);
7203
7228
  --focus-ring-success: hsla(140, 40%, 40%, 0.9);
7204
7229
  --focus-ring-warning: hsla(47, 76%, 46%, 0.9);
7205
7230
  --focus-ring-error: hsla(358, 62%, 47%, 0.9);
@@ -7224,66 +7249,72 @@ body.theme-highcontrast.theme-system .theme-light__forced {
7224
7249
  --theme-primary-400: var(--orange-400);
7225
7250
  --theme-primary-500: var(--orange-500);
7226
7251
  --theme-primary-600: var(--orange-600);
7227
- --theme-secondary: var(--blue-400);
7228
- --theme-secondary-100: var(--blue-100);
7229
- --theme-secondary-200: var(--blue-200);
7230
- --theme-secondary-300: var(--blue-300);
7231
- --theme-secondary-400: var(--blue-400);
7232
- --theme-secondary-500: var(--blue-500);
7233
- --theme-secondary-600: var(--blue-600);
7252
+ --theme-secondary: var(--black);
7253
+ --theme-secondary-100: var(--black-100);
7254
+ --theme-secondary-200: var(--black-200);
7255
+ --theme-secondary-300: var(--black-300);
7256
+ --theme-secondary-400: var(--black-400);
7257
+ --theme-secondary-500: var(--black-500);
7258
+ --theme-secondary-600: var(--black-600);
7234
7259
  --_o-disabled: 0.8;
7235
7260
  }
7236
7261
  body.theme-highcontrast.theme-dark,
7237
7262
  body.theme-highcontrast:not(.theme-dark) .theme-dark__forced {
7238
- --white: hsl(0, 0%, 0%);
7239
- --black-050: hsl(210, 3%, 15%);
7240
- --black-100: hsl(210, 3%, 18%);
7241
- --black-150: hsl(210, 4%, 21%);
7242
- --black-200: hsl(210, 4%, 27%);
7243
- --black-225: hsl(210, 4%, 30%);
7244
- --black-250: hsl(210, 5%, 36%);
7245
- --black-300: hsl(210, 4%, 47%);
7246
- --black-350: hsl(210, 10%, 74%);
7247
- --black-400: hsl(210, 8%, 80%);
7248
- --black-500: hsl(210, 8%, 90%);
7249
- --black-600: hsl(210, 11%, 98%);
7250
- --black: hsl(0, 0%, 100%);
7251
- --orange-100: hsl(27, 30%, 19%);
7252
- --orange-200: hsl(27, 30%, 19%);
7253
- --orange-300: hsl(27, 80%, 72%);
7254
- --orange-400: hsl(27, 80%, 72%);
7255
- --orange-500: hsl(28, 78%, 93%);
7256
- --orange-600: hsl(28, 78%, 93%);
7257
- --blue-100: hsl(209, 30%, 19%);
7258
- --blue-200: hsl(209, 30%, 19%);
7259
- --blue-300: hsl(210, 80%, 72%);
7260
- --blue-400: hsl(210, 80%, 75%);
7261
- --blue-500: hsl(210, 78%, 93%);
7262
- --blue-600: hsl(210, 78%, 93%);
7263
- --green-100: hsl(147, 30%, 19%);
7264
- --green-200: hsl(147, 30%, 19%);
7265
- --green-300: hsl(148, 40%, 62%);
7266
- --green-400: hsl(148, 40%, 68%);
7267
- --green-500: hsl(150, 39%, 93%);
7268
- --green-600: hsl(150, 39%, 93%);
7269
- --red-100: hsl(358, 30%, 19%);
7270
- --red-200: hsl(358, 30%, 19%);
7271
- --red-300: hsl(0, 75%, 77%);
7272
- --red-400: hsl(0, 73%, 80%);
7273
- --red-500: hsl(0, 76%, 95%);
7274
- --red-600: hsl(0, 76%, 95%);
7275
- --yellow-100: hsl(43, 29%, 17%);
7276
- --yellow-200: hsl(43, 29%, 17%);
7277
- --yellow-300: hsl(43, 75%, 75%);
7278
- --yellow-400: hsl(43, 75%, 75%);
7279
- --yellow-500: hsl(48, 74%, 91%);
7280
- --yellow-600: hsl(44, 74%, 91%);
7281
- --purple-100: hsl(237, 26%, 23%);
7282
- --purple-200: hsl(237, 26%, 23%);
7283
- --purple-300: hsl(237, 98%, 87%);
7284
- --purple-400: hsl(237, 98%, 87%);
7285
- --purple-500: hsl(237, 98%, 96%);
7286
- --purple-600: hsl(237, 98%, 96%);
7263
+ --white: #000000;
7264
+ --black-050: #141414;
7265
+ --black-100: #262626;
7266
+ --black-150: #333333;
7267
+ --black-200: #575757;
7268
+ --black-225: #666666;
7269
+ --black-250: #737373;
7270
+ --black-300: #8c8c8c;
7271
+ --black-350: #a6a6a6;
7272
+ --black-400: #d9d3ce;
7273
+ --black-500: #f2ede9;
7274
+ --black-600: #ffffff;
7275
+ --black: #ffffff;
7276
+ --orange-100: #401f0d;
7277
+ --orange-200: #401f0d;
7278
+ --orange-300: #994f25;
7279
+ --orange-400: #e6ab8a;
7280
+ --orange-500: #fadac8;
7281
+ --orange-600: #fadac8;
7282
+ --blue-100: #22304d;
7283
+ --blue-200: #22304d;
7284
+ --blue-300: #4d6699;
7285
+ --blue-400: #a6c3ff;
7286
+ --blue-500: #e6eeff;
7287
+ --blue-600: #e6eeff;
7288
+ --green-100: #28380b;
7289
+ --green-200: #28380b;
7290
+ --green-300: #5c7334;
7291
+ --green-400: #96b364;
7292
+ --green-500: #ecffcc;
7293
+ --green-600: #ecffcc;
7294
+ --red-100: #330f0f;
7295
+ --red-200: #330f0f;
7296
+ --red-300: #faafaf;
7297
+ --red-400: #fccaca;
7298
+ --red-500: #ffe6e6;
7299
+ --red-600: #ffe6e6;
7300
+ --yellow-100: #332b0a;
7301
+ --yellow-200: #332b0a;
7302
+ --yellow-300: #594c16;
7303
+ --yellow-400: #e6d17e;
7304
+ --yellow-500: #fffae6;
7305
+ --yellow-600: #fffae6;
7306
+ --purple-100: #22174d;
7307
+ --purple-200: #22174d;
7308
+ --purple-300: #3d2d80;
7309
+ --purple-400: #7262b3;
7310
+ --purple-500: #e8e3fc;
7311
+ --purple-600: #e8e3fc;
7312
+ --pink-100: #2e0a33;
7313
+ --pink-200: #2e0a33;
7314
+ --pink-300: #5e2466;
7315
+ --pink-400: #c58fcc;
7316
+ --pink-500: #fae3fc;
7317
+ --pink-600: #fae3fc;
7287
7318
  --gold-100: hsl(45, 22%, 25%);
7288
7319
  --gold-200: hsl(45, 22%, 25%);
7289
7320
  --gold-300: hsl(45, 92%, 62%);
@@ -7306,14 +7337,14 @@ body.theme-highcontrast:not(.theme-dark) .theme-dark__forced {
7306
7337
  --bs-md: none;
7307
7338
  --bs-lg: none;
7308
7339
  --bs-xl: none;
7309
- --translucent-secondary: hsla(206, 100%, 40%, 0.9);
7340
+ --translucent-secondary: hsla(204, 6%, 35%, 0.9);
7310
7341
  --translucent-success: hsla(140, 40%, 40%, 0.9);
7311
7342
  --translucent-warning: hsla(47, 76%, 46%, 0.9);
7312
7343
  --translucent-error: hsla(358, 62%, 47%, 0.9);
7313
7344
  --translucent-muted: hsla(210, 8%, 55%, 0.95);
7314
7345
  --focus-neutral: var(--white);
7315
- --focus-theme: var(--theme-secondary-400);
7316
- --focus-ring: hsla(206, 100%, 40%, 0.9);
7346
+ --focus-theme: var(--theme-secondary);
7347
+ --focus-ring: rgba(115, 115, 115, 0.9);
7317
7348
  --focus-ring-success: hsla(140, 40%, 40%, 0.9);
7318
7349
  --focus-ring-warning: hsla(47, 76%, 46%, 0.9);
7319
7350
  --focus-ring-error: hsla(358, 62%, 47%, 0.9);
@@ -7338,66 +7369,72 @@ body.theme-highcontrast:not(.theme-dark) .theme-dark__forced {
7338
7369
  --theme-primary-400: var(--orange-400);
7339
7370
  --theme-primary-500: var(--orange-500);
7340
7371
  --theme-primary-600: var(--orange-600);
7341
- --theme-secondary: var(--blue-400);
7342
- --theme-secondary-100: var(--blue-100);
7343
- --theme-secondary-200: var(--blue-200);
7344
- --theme-secondary-300: var(--blue-300);
7345
- --theme-secondary-400: var(--blue-400);
7346
- --theme-secondary-500: var(--blue-500);
7347
- --theme-secondary-600: var(--blue-600);
7372
+ --theme-secondary: var(--black);
7373
+ --theme-secondary-100: var(--black-100);
7374
+ --theme-secondary-200: var(--black-200);
7375
+ --theme-secondary-300: var(--black-300);
7376
+ --theme-secondary-400: var(--black-400);
7377
+ --theme-secondary-500: var(--black-500);
7378
+ --theme-secondary-600: var(--black-600);
7348
7379
  --_o-disabled: 0.8;
7349
7380
  }
7350
7381
  @media (prefers-color-scheme: dark) {
7351
7382
  body.theme-highcontrast.theme-system {
7352
- --white: hsl(0, 0%, 0%);
7353
- --black-050: hsl(210, 3%, 15%);
7354
- --black-100: hsl(210, 3%, 18%);
7355
- --black-150: hsl(210, 4%, 21%);
7356
- --black-200: hsl(210, 4%, 27%);
7357
- --black-225: hsl(210, 4%, 30%);
7358
- --black-250: hsl(210, 5%, 36%);
7359
- --black-300: hsl(210, 4%, 47%);
7360
- --black-350: hsl(210, 10%, 74%);
7361
- --black-400: hsl(210, 8%, 80%);
7362
- --black-500: hsl(210, 8%, 90%);
7363
- --black-600: hsl(210, 11%, 98%);
7364
- --black: hsl(0, 0%, 100%);
7365
- --orange-100: hsl(27, 30%, 19%);
7366
- --orange-200: hsl(27, 30%, 19%);
7367
- --orange-300: hsl(27, 80%, 72%);
7368
- --orange-400: hsl(27, 80%, 72%);
7369
- --orange-500: hsl(28, 78%, 93%);
7370
- --orange-600: hsl(28, 78%, 93%);
7371
- --blue-100: hsl(209, 30%, 19%);
7372
- --blue-200: hsl(209, 30%, 19%);
7373
- --blue-300: hsl(210, 80%, 72%);
7374
- --blue-400: hsl(210, 80%, 75%);
7375
- --blue-500: hsl(210, 78%, 93%);
7376
- --blue-600: hsl(210, 78%, 93%);
7377
- --green-100: hsl(147, 30%, 19%);
7378
- --green-200: hsl(147, 30%, 19%);
7379
- --green-300: hsl(148, 40%, 62%);
7380
- --green-400: hsl(148, 40%, 68%);
7381
- --green-500: hsl(150, 39%, 93%);
7382
- --green-600: hsl(150, 39%, 93%);
7383
- --red-100: hsl(358, 30%, 19%);
7384
- --red-200: hsl(358, 30%, 19%);
7385
- --red-300: hsl(0, 75%, 77%);
7386
- --red-400: hsl(0, 73%, 80%);
7387
- --red-500: hsl(0, 76%, 95%);
7388
- --red-600: hsl(0, 76%, 95%);
7389
- --yellow-100: hsl(43, 29%, 17%);
7390
- --yellow-200: hsl(43, 29%, 17%);
7391
- --yellow-300: hsl(43, 75%, 75%);
7392
- --yellow-400: hsl(43, 75%, 75%);
7393
- --yellow-500: hsl(48, 74%, 91%);
7394
- --yellow-600: hsl(44, 74%, 91%);
7395
- --purple-100: hsl(237, 26%, 23%);
7396
- --purple-200: hsl(237, 26%, 23%);
7397
- --purple-300: hsl(237, 98%, 87%);
7398
- --purple-400: hsl(237, 98%, 87%);
7399
- --purple-500: hsl(237, 98%, 96%);
7400
- --purple-600: hsl(237, 98%, 96%);
7383
+ --white: #000000;
7384
+ --black-050: #141414;
7385
+ --black-100: #262626;
7386
+ --black-150: #333333;
7387
+ --black-200: #575757;
7388
+ --black-225: #666666;
7389
+ --black-250: #737373;
7390
+ --black-300: #8c8c8c;
7391
+ --black-350: #a6a6a6;
7392
+ --black-400: #d9d3ce;
7393
+ --black-500: #f2ede9;
7394
+ --black-600: #ffffff;
7395
+ --black: #ffffff;
7396
+ --orange-100: #401f0d;
7397
+ --orange-200: #401f0d;
7398
+ --orange-300: #994f25;
7399
+ --orange-400: #e6ab8a;
7400
+ --orange-500: #fadac8;
7401
+ --orange-600: #fadac8;
7402
+ --blue-100: #22304d;
7403
+ --blue-200: #22304d;
7404
+ --blue-300: #4d6699;
7405
+ --blue-400: #a6c3ff;
7406
+ --blue-500: #e6eeff;
7407
+ --blue-600: #e6eeff;
7408
+ --green-100: #28380b;
7409
+ --green-200: #28380b;
7410
+ --green-300: #5c7334;
7411
+ --green-400: #96b364;
7412
+ --green-500: #ecffcc;
7413
+ --green-600: #ecffcc;
7414
+ --red-100: #330f0f;
7415
+ --red-200: #330f0f;
7416
+ --red-300: #faafaf;
7417
+ --red-400: #fccaca;
7418
+ --red-500: #ffe6e6;
7419
+ --red-600: #ffe6e6;
7420
+ --yellow-100: #332b0a;
7421
+ --yellow-200: #332b0a;
7422
+ --yellow-300: #594c16;
7423
+ --yellow-400: #e6d17e;
7424
+ --yellow-500: #fffae6;
7425
+ --yellow-600: #fffae6;
7426
+ --purple-100: #22174d;
7427
+ --purple-200: #22174d;
7428
+ --purple-300: #3d2d80;
7429
+ --purple-400: #7262b3;
7430
+ --purple-500: #e8e3fc;
7431
+ --purple-600: #e8e3fc;
7432
+ --pink-100: #2e0a33;
7433
+ --pink-200: #2e0a33;
7434
+ --pink-300: #5e2466;
7435
+ --pink-400: #c58fcc;
7436
+ --pink-500: #fae3fc;
7437
+ --pink-600: #fae3fc;
7401
7438
  --gold-100: hsl(45, 22%, 25%);
7402
7439
  --gold-200: hsl(45, 22%, 25%);
7403
7440
  --gold-300: hsl(45, 92%, 62%);
@@ -7420,14 +7457,14 @@ body.theme-highcontrast:not(.theme-dark) .theme-dark__forced {
7420
7457
  --bs-md: none;
7421
7458
  --bs-lg: none;
7422
7459
  --bs-xl: none;
7423
- --translucent-secondary: hsla(206, 100%, 40%, 0.9);
7460
+ --translucent-secondary: hsla(204, 6%, 35%, 0.9);
7424
7461
  --translucent-success: hsla(140, 40%, 40%, 0.9);
7425
7462
  --translucent-warning: hsla(47, 76%, 46%, 0.9);
7426
7463
  --translucent-error: hsla(358, 62%, 47%, 0.9);
7427
7464
  --translucent-muted: hsla(210, 8%, 55%, 0.95);
7428
7465
  --focus-neutral: var(--white);
7429
- --focus-theme: var(--theme-secondary-400);
7430
- --focus-ring: hsla(206, 100%, 40%, 0.9);
7466
+ --focus-theme: var(--theme-secondary);
7467
+ --focus-ring: rgba(115, 115, 115, 0.9);
7431
7468
  --focus-ring-success: hsla(140, 40%, 40%, 0.9);
7432
7469
  --focus-ring-warning: hsla(47, 76%, 46%, 0.9);
7433
7470
  --focus-ring-error: hsla(358, 62%, 47%, 0.9);
@@ -7452,13 +7489,13 @@ body.theme-highcontrast:not(.theme-dark) .theme-dark__forced {
7452
7489
  --theme-primary-400: var(--orange-400);
7453
7490
  --theme-primary-500: var(--orange-500);
7454
7491
  --theme-primary-600: var(--orange-600);
7455
- --theme-secondary: var(--blue-400);
7456
- --theme-secondary-100: var(--blue-100);
7457
- --theme-secondary-200: var(--blue-200);
7458
- --theme-secondary-300: var(--blue-300);
7459
- --theme-secondary-400: var(--blue-400);
7460
- --theme-secondary-500: var(--blue-500);
7461
- --theme-secondary-600: var(--blue-600);
7492
+ --theme-secondary: var(--black);
7493
+ --theme-secondary-100: var(--black-100);
7494
+ --theme-secondary-200: var(--black-200);
7495
+ --theme-secondary-300: var(--black-300);
7496
+ --theme-secondary-400: var(--black-400);
7497
+ --theme-secondary-500: var(--black-500);
7498
+ --theme-secondary-600: var(--black-600);
7462
7499
  --_o-disabled: 0.8;
7463
7500
  }
7464
7501
  }
@@ -8581,6 +8618,114 @@ body.theme-highcontrast:not(.theme-dark) .theme-dark__forced {
8581
8618
  .f\:fc-purple-600:focus-within {
8582
8619
  color: var(--purple-600) !important;
8583
8620
  }
8621
+ .bg-pink-100,
8622
+ .h\:bg-pink-100:hover,
8623
+ .f\:bg-pink-100:focus,
8624
+ .f\:bg-pink-100:focus-within {
8625
+ background-color: var(--pink-100) !important;
8626
+ }
8627
+ .bc-pink-100,
8628
+ .h\:bc-pink-100:hover,
8629
+ .f\:bc-pink-100:focus,
8630
+ .f\:bc-pink-100:focus-within {
8631
+ border-color: var(--pink-100) !important;
8632
+ }
8633
+ .fc-pink-100,
8634
+ .h\:fc-pink-100:hover,
8635
+ .f\:fc-pink-100:focus,
8636
+ .f\:fc-pink-100:focus-within {
8637
+ color: var(--pink-100) !important;
8638
+ }
8639
+ .bg-pink-200,
8640
+ .h\:bg-pink-200:hover,
8641
+ .f\:bg-pink-200:focus,
8642
+ .f\:bg-pink-200:focus-within {
8643
+ background-color: var(--pink-200) !important;
8644
+ }
8645
+ .bc-pink-200,
8646
+ .h\:bc-pink-200:hover,
8647
+ .f\:bc-pink-200:focus,
8648
+ .f\:bc-pink-200:focus-within {
8649
+ border-color: var(--pink-200) !important;
8650
+ }
8651
+ .fc-pink-200,
8652
+ .h\:fc-pink-200:hover,
8653
+ .f\:fc-pink-200:focus,
8654
+ .f\:fc-pink-200:focus-within {
8655
+ color: var(--pink-200) !important;
8656
+ }
8657
+ .bg-pink-300,
8658
+ .h\:bg-pink-300:hover,
8659
+ .f\:bg-pink-300:focus,
8660
+ .f\:bg-pink-300:focus-within {
8661
+ background-color: var(--pink-300) !important;
8662
+ }
8663
+ .bc-pink-300,
8664
+ .h\:bc-pink-300:hover,
8665
+ .f\:bc-pink-300:focus,
8666
+ .f\:bc-pink-300:focus-within {
8667
+ border-color: var(--pink-300) !important;
8668
+ }
8669
+ .fc-pink-300,
8670
+ .h\:fc-pink-300:hover,
8671
+ .f\:fc-pink-300:focus,
8672
+ .f\:fc-pink-300:focus-within {
8673
+ color: var(--pink-300) !important;
8674
+ }
8675
+ .bg-pink-400,
8676
+ .h\:bg-pink-400:hover,
8677
+ .f\:bg-pink-400:focus,
8678
+ .f\:bg-pink-400:focus-within {
8679
+ background-color: var(--pink-400) !important;
8680
+ }
8681
+ .bc-pink-400,
8682
+ .h\:bc-pink-400:hover,
8683
+ .f\:bc-pink-400:focus,
8684
+ .f\:bc-pink-400:focus-within {
8685
+ border-color: var(--pink-400) !important;
8686
+ }
8687
+ .fc-pink-400,
8688
+ .h\:fc-pink-400:hover,
8689
+ .f\:fc-pink-400:focus,
8690
+ .f\:fc-pink-400:focus-within {
8691
+ color: var(--pink-400) !important;
8692
+ }
8693
+ .bg-pink-500,
8694
+ .h\:bg-pink-500:hover,
8695
+ .f\:bg-pink-500:focus,
8696
+ .f\:bg-pink-500:focus-within {
8697
+ background-color: var(--pink-500) !important;
8698
+ }
8699
+ .bc-pink-500,
8700
+ .h\:bc-pink-500:hover,
8701
+ .f\:bc-pink-500:focus,
8702
+ .f\:bc-pink-500:focus-within {
8703
+ border-color: var(--pink-500) !important;
8704
+ }
8705
+ .fc-pink-500,
8706
+ .h\:fc-pink-500:hover,
8707
+ .f\:fc-pink-500:focus,
8708
+ .f\:fc-pink-500:focus-within {
8709
+ color: var(--pink-500) !important;
8710
+ }
8711
+ .bg-pink-600,
8712
+ .h\:bg-pink-600:hover,
8713
+ .f\:bg-pink-600:focus,
8714
+ .f\:bg-pink-600:focus-within {
8715
+ background-color: var(--pink-600) !important;
8716
+ }
8717
+ .bc-pink-600,
8718
+ .h\:bc-pink-600:hover,
8719
+ .f\:bc-pink-600:focus,
8720
+ .f\:bc-pink-600:focus-within {
8721
+ border-color: var(--pink-600) !important;
8722
+ }
8723
+ .fc-pink-600,
8724
+ .h\:fc-pink-600:hover,
8725
+ .f\:fc-pink-600:focus,
8726
+ .f\:fc-pink-600:focus-within {
8727
+ color: var(--pink-600) !important;
8728
+ }
8584
8729
  .bg-gold-100,
8585
8730
  .h\:bg-gold-100:hover,
8586
8731
  .f\:bg-gold-100:focus,
@@ -9458,6 +9603,42 @@ body.theme-highcontrast:not(.theme-dark) .theme-dark__forced {
9458
9603
  body.theme-system .d\:fc-purple-600 {
9459
9604
  color: var(--purple-600) !important;
9460
9605
  }
9606
+ body.theme-system .d\:bg-pink-100 {
9607
+ background-color: var(--pink-100) !important;
9608
+ }
9609
+ body.theme-system .d\:fc-pink-100 {
9610
+ color: var(--pink-100) !important;
9611
+ }
9612
+ body.theme-system .d\:bg-pink-200 {
9613
+ background-color: var(--pink-200) !important;
9614
+ }
9615
+ body.theme-system .d\:fc-pink-200 {
9616
+ color: var(--pink-200) !important;
9617
+ }
9618
+ body.theme-system .d\:bg-pink-300 {
9619
+ background-color: var(--pink-300) !important;
9620
+ }
9621
+ body.theme-system .d\:fc-pink-300 {
9622
+ color: var(--pink-300) !important;
9623
+ }
9624
+ body.theme-system .d\:bg-pink-400 {
9625
+ background-color: var(--pink-400) !important;
9626
+ }
9627
+ body.theme-system .d\:fc-pink-400 {
9628
+ color: var(--pink-400) !important;
9629
+ }
9630
+ body.theme-system .d\:bg-pink-500 {
9631
+ background-color: var(--pink-500) !important;
9632
+ }
9633
+ body.theme-system .d\:fc-pink-500 {
9634
+ color: var(--pink-500) !important;
9635
+ }
9636
+ body.theme-system .d\:bg-pink-600 {
9637
+ background-color: var(--pink-600) !important;
9638
+ }
9639
+ body.theme-system .d\:fc-pink-600 {
9640
+ color: var(--pink-600) !important;
9641
+ }
9461
9642
  body.theme-system .d\:bg-gold-100 {
9462
9643
  background-color: var(--gold-100) !important;
9463
9644
  }
@@ -10078,6 +10259,66 @@ body.theme-dark .d\:fc-purple-600,
10078
10259
  body.theme-system .theme-dark__forced .d\:fc-purple-600 {
10079
10260
  color: var(--purple-600) !important;
10080
10261
  }
10262
+ body.theme-dark .d\:bg-pink-100,
10263
+ .theme-dark__forced .d\:bg-pink-100,
10264
+ body.theme-system .theme-dark__forced .d\:bg-pink-100 {
10265
+ background-color: var(--pink-100) !important;
10266
+ }
10267
+ body.theme-dark .d\:fc-pink-100,
10268
+ .theme-dark__forced .d\:fc-pink-100,
10269
+ body.theme-system .theme-dark__forced .d\:fc-pink-100 {
10270
+ color: var(--pink-100) !important;
10271
+ }
10272
+ body.theme-dark .d\:bg-pink-200,
10273
+ .theme-dark__forced .d\:bg-pink-200,
10274
+ body.theme-system .theme-dark__forced .d\:bg-pink-200 {
10275
+ background-color: var(--pink-200) !important;
10276
+ }
10277
+ body.theme-dark .d\:fc-pink-200,
10278
+ .theme-dark__forced .d\:fc-pink-200,
10279
+ body.theme-system .theme-dark__forced .d\:fc-pink-200 {
10280
+ color: var(--pink-200) !important;
10281
+ }
10282
+ body.theme-dark .d\:bg-pink-300,
10283
+ .theme-dark__forced .d\:bg-pink-300,
10284
+ body.theme-system .theme-dark__forced .d\:bg-pink-300 {
10285
+ background-color: var(--pink-300) !important;
10286
+ }
10287
+ body.theme-dark .d\:fc-pink-300,
10288
+ .theme-dark__forced .d\:fc-pink-300,
10289
+ body.theme-system .theme-dark__forced .d\:fc-pink-300 {
10290
+ color: var(--pink-300) !important;
10291
+ }
10292
+ body.theme-dark .d\:bg-pink-400,
10293
+ .theme-dark__forced .d\:bg-pink-400,
10294
+ body.theme-system .theme-dark__forced .d\:bg-pink-400 {
10295
+ background-color: var(--pink-400) !important;
10296
+ }
10297
+ body.theme-dark .d\:fc-pink-400,
10298
+ .theme-dark__forced .d\:fc-pink-400,
10299
+ body.theme-system .theme-dark__forced .d\:fc-pink-400 {
10300
+ color: var(--pink-400) !important;
10301
+ }
10302
+ body.theme-dark .d\:bg-pink-500,
10303
+ .theme-dark__forced .d\:bg-pink-500,
10304
+ body.theme-system .theme-dark__forced .d\:bg-pink-500 {
10305
+ background-color: var(--pink-500) !important;
10306
+ }
10307
+ body.theme-dark .d\:fc-pink-500,
10308
+ .theme-dark__forced .d\:fc-pink-500,
10309
+ body.theme-system .theme-dark__forced .d\:fc-pink-500 {
10310
+ color: var(--pink-500) !important;
10311
+ }
10312
+ body.theme-dark .d\:bg-pink-600,
10313
+ .theme-dark__forced .d\:bg-pink-600,
10314
+ body.theme-system .theme-dark__forced .d\:bg-pink-600 {
10315
+ background-color: var(--pink-600) !important;
10316
+ }
10317
+ body.theme-dark .d\:fc-pink-600,
10318
+ .theme-dark__forced .d\:fc-pink-600,
10319
+ body.theme-system .theme-dark__forced .d\:fc-pink-600 {
10320
+ color: var(--pink-600) !important;
10321
+ }
10081
10322
  body.theme-dark .d\:bg-gold-100,
10082
10323
  .theme-dark__forced .d\:bg-gold-100,
10083
10324
  body.theme-system .theme-dark__forced .d\:bg-gold-100 {
@@ -15201,8 +15442,7 @@ p {
15201
15442
  .fs-body1 {
15202
15443
  font-size: var(--fs-body1) !important;
15203
15444
  }
15204
- .fs-caption,
15205
- .fs-category {
15445
+ .fs-caption {
15206
15446
  font-size: var(--fs-caption) !important;
15207
15447
  }
15208
15448
  .fs-fine {
@@ -15210,45 +15450,36 @@ p {
15210
15450
  }
15211
15451
  @media (max-width: 640px) {
15212
15452
  html .fs-display4 {
15213
- font-size: 3.8rem !important;
15453
+ font-size: calc(var(--fs-display4) * 0.43) !important;
15214
15454
  }
15215
15455
  html .fs-display3 {
15216
- font-size: 3.3rem !important;
15456
+ font-size: calc(var(--fs-display3) * 0.5139) !important;
15217
15457
  }
15218
15458
  html .fs-display2 {
15219
- font-size: 3rem !important;
15459
+ font-size: calc(var(--fs-display2) * 0.5862) !important;
15220
15460
  }
15221
15461
  html .fs-display1 {
15222
- font-size: 2.6rem !important;
15462
+ font-size: calc(var(--fs-display1) * 0.6304) !important;
15223
15463
  }
15224
15464
  html .fs-headline2 {
15225
- font-size: 2.3rem !important;
15465
+ font-size: calc(var(--fs-headline2) * 0.7224) !important;
15226
15466
  }
15227
15467
  html .fs-headline1 {
15228
- font-size: 2rem !important;
15468
+ font-size: calc(var(--fs-headline1) * 0.8215) !important;
15229
15469
  }
15230
15470
  html .fs-title {
15231
- font-size: 1.8rem !important;
15471
+ font-size: calc(var(--fs-title) * 0.9094) !important;
15232
15472
  }
15233
15473
  html .fs-subheading {
15234
- font-size: 1.6rem !important;
15474
+ font-size: calc(var(--fs-subheading) * 0.8998) !important;
15235
15475
  }
15236
15476
  html .fs-body3 {
15237
- font-size: 1.4rem !important;
15477
+ font-size: calc(var(--fs-body3) * 0.8888) !important;
15238
15478
  }
15239
15479
  html .fs-body2 {
15240
- font-size: 1.3rem !important;
15480
+ font-size: calc(var(--fs-body2) * 0.9374) !important;
15241
15481
  }
15242
15482
  }
15243
- .fs-category {
15244
- font-weight: 700;
15245
- text-transform: uppercase;
15246
- }
15247
- .fs-category.has-border {
15248
- width: 100%;
15249
- padding: var(--su4) 0;
15250
- border-top: var(--su-static1) solid var(--bc-medium);
15251
- }
15252
15483
  .lh-xs {
15253
15484
  line-height: var(--lh-xs) !important;
15254
15485
  }
@@ -15285,8 +15516,11 @@ p {
15285
15516
  .fw-normal {
15286
15517
  font-weight: 400 !important;
15287
15518
  }
15519
+ .fw-medium {
15520
+ font-weight: 500 !important;
15521
+ }
15288
15522
  .fw-bold {
15289
- font-weight: 700 !important;
15523
+ font-weight: 600 !important;
15290
15524
  }
15291
15525
  .fs-normal {
15292
15526
  font-style: normal !important;
@@ -16139,22 +16373,22 @@ ol {
16139
16373
  box-shadow: 0 0 0 var(--su-static4) var(--focus-ring);
16140
16374
  }
16141
16375
  .bs-sm.bs-hover:hover {
16142
- box-shadow: 0 var(--su-static2) var(--su-static8) hsl(210, 8%, 95%) !important;
16376
+ box-shadow: 0 var(--su-static2) var(--su-static8) #f0efed !important;
16143
16377
  }
16144
16378
  .bs-md.bs-hover:hover {
16145
- box-shadow: 0 var(--su-static4) var(--su-static8) hsl(210, 8%, 85%) !important;
16379
+ box-shadow: 0 var(--su-static4) var(--su-static8) #d7d8db !important;
16146
16380
  }
16147
16381
  .bs-lg.bs-hover:hover {
16148
- box-shadow: 0 var(--su-static4) var(--su-static12) hsla(210, 8%, 68%, 0.7) !important;
16382
+ box-shadow: 0 var(--su-static4) var(--su-static12) rgba(132, 135, 140, 0.7) !important;
16149
16383
  }
16150
16384
  .bs-i-sm.bs-hover:hover {
16151
- box-shadow: inset 0 var(--su-static1) var(--su-static8) 0 hsla(210, 9%, 75%, 0.75) !important;
16385
+ box-shadow: inset 0 var(--su-static1) var(--su-static8) 0 rgba(167, 170, 176, 0.75) !important;
16152
16386
  }
16153
16387
  .bs-i-md.bs-hover:hover {
16154
- box-shadow: inset 0 var(--su-static1) var(--su-static8) 0 hsla(210, 8%, 68%, 0.8) !important;
16388
+ box-shadow: inset 0 var(--su-static1) var(--su-static8) 0 rgba(132, 135, 140, 0.8) !important;
16155
16389
  }
16156
16390
  .bs-i-lg.bs-hover:hover {
16157
- box-shadow: inset 0 var(--su-static1) var(--su-static12) 0 hsl(210, 8%, 68%) !important;
16391
+ box-shadow: inset 0 var(--su-static1) var(--su-static12) 0 #84878c !important;
16158
16392
  }
16159
16393
  .t {
16160
16394
  transition-duration: var(--transition-time);
@@ -22956,12 +23190,6 @@ body {
22956
23190
  font-size: var(--fs-base);
22957
23191
  line-height: var(--lh-base);
22958
23192
  }
22959
- @media (max-width: 640px) {
22960
- html ,
22961
- html body {
22962
- font-size: 11px;
22963
- }
22964
- }
22965
23193
  body {
22966
23194
  box-sizing: border-box;
22967
23195
  min-height: 100%;