@planningcenter/tapestry 2.4.1-rc.5 → 2.4.1

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.
@@ -625,438 +625,6 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
625
625
  }
626
626
  }
627
627
 
628
- :root{
629
- --t-border-radius-sm:2px;
630
- --t-border-radius-md:4px;
631
- --t-border-radius-lg:8px;
632
- --t-border-radius-xl:16px;
633
- --t-border-radius-round:56px;
634
- --t-border-radius-default:4px;
635
- --t-border-width-default:1px;
636
- --t-border-width-thick:2px;
637
- --t-spacing-1:8px;
638
- --t-spacing-2:16px;
639
- --t-spacing-3:24px;
640
- --t-spacing-4:32px;
641
- --t-spacing-5:40px;
642
- --t-spacing-6:48px;
643
- --t-spacing-7:56px;
644
- --t-spacing-fourth:2px;
645
- --t-spacing-half:4px;
646
- --t-element-size-3xl:48px;
647
- --t-element-size-2xl:32px;
648
- --t-element-size-xl:24px;
649
- --t-element-size-lg:18px;
650
- --t-element-size-md:16px;
651
- --t-element-size-sm:14px;
652
- --t-element-size-xs:12px;
653
- --t-font-size-4xl:32px;
654
- --t-font-size-3xl:28px;
655
- --t-font-size-2xl:24px;
656
- --t-font-size-xl:20px;
657
- --t-font-size-lg:18px;
658
- --t-font-size-md:16px;
659
- --t-font-size-sm:14px;
660
- --t-font-size-xs:12px;
661
- --t-font-size-2xs:10px;
662
- --t-font-weight-normal:400;
663
- --t-font-weight-medium:500;
664
- --t-font-weight-semibold:600;
665
- --t-font-weight-bold:700;
666
- --t-container-size-xl:48px;
667
- --t-container-size-lg:40px;
668
- --t-container-size-md:32px;
669
- --t-container-size-sm:24px;
670
- --t-container-size-xs:20px;
671
- --t-avatar-size-20:20px;
672
- --t-avatar-size-24:24px;
673
- --t-avatar-size-36:36px;
674
- --t-avatar-size-48:48px;
675
- --t-avatar-size-72:72px;
676
- --t-avatar-size-112:112px;
677
- --t-text-color-default-headline:hsl(0, 0%, 12%);
678
- --t-text-color-default-primary:hsl(0, 0%, 24%);
679
- --t-text-color-default-secondary:hsl(0, 0%, 42%);
680
- --t-text-color-default-disabled:hsl(0, 0%, 81%);
681
- --t-text-color-default-placeholder:hsl(0, 0%, 58%);
682
- --t-text-color-default-inverted:hsl(0, 0%, 100%);
683
- --t-text-color-interaction-primary:hsl(204, 100%, 40%);
684
- --t-text-color-interaction-hover:hsl(204, 100%, 35%);
685
- --t-text-color-interaction-active:hsl(204, 100%, 30%);
686
- --t-text-color-interaction-visited:hsl(204, 100%, 30%);
687
- --t-text-color-status-neutral:hsl(0, 0%, 24%);
688
- --t-text-color-status-info:hsl(204, 100%, 35%);
689
- --t-text-color-status-success:hsl(97, 57%, 28%);
690
- --t-text-color-status-warning:hsl(42, 100%, 29%);
691
- --t-text-color-status-error:hsl(8, 60%, 45%);
692
- --t-text-color-tag-subtle-gray:hsl(0, 0%, 24%);
693
- --t-text-color-tag-subtle-blue:hsl(224, 47%, 31%);
694
- --t-text-color-tag-subtle-indigo:hsl(241, 59%, 28%);
695
- --t-text-color-tag-subtle-aqua:hsl(209, 77%, 22%);
696
- --t-text-color-tag-subtle-teal:hsl(180, 95%, 15%);
697
- --t-text-color-tag-subtle-green:hsl(100, 93%, 17%);
698
- --t-text-color-tag-subtle-yellow:hsl(29, 100%, 23%);
699
- --t-text-color-tag-subtle-orange:hsl(18, 100%, 18%);
700
- --t-text-color-tag-subtle-pink:hsl(327, 88%, 20%);
701
- --t-text-color-tag-subtle-purple:hsl(268, 71%, 27%);
702
- --t-text-color-tag-subtle-magenta:hsl(285, 71%, 20%);
703
- --t-text-color-tag-bold-gray:hsl(0, 0%, 24%);
704
- --t-text-color-tag-bold-indigo:hsl(241, 59%, 28%);
705
- --t-text-color-tag-bold-blue:hsl(224, 47%, 31%);
706
- --t-text-color-tag-bold-aqua:hsl(209, 77%, 22%);
707
- --t-text-color-tag-bold-teal:hsl(180, 95%, 15%);
708
- --t-text-color-tag-bold-green:hsl(100, 93%, 17%);
709
- --t-text-color-tag-bold-yellow:hsl(29, 100%, 23%);
710
- --t-text-color-tag-bold-orange:hsl(18, 100%, 18%);
711
- --t-text-color-tag-bold-pink:hsl(327, 88%, 20%);
712
- --t-text-color-tag-bold-purple:hsl(268, 71%, 27%);
713
- --t-text-color-tag-bold-magenta:hsl(285, 71%, 20%);
714
- --t-icon-color-default-primary:hsl(0, 0%, 24%);
715
- --t-icon-color-default-secondary:hsl(0, 0%, 42%);
716
- --t-icon-color-default-dim:hsl(0, 0%, 58%);
717
- --t-icon-color-default-disabled:hsl(0, 0%, 81%);
718
- --t-icon-color-default-inverted:hsl(0, 0%, 100%);
719
- --t-icon-color-status-neutral-primary:hsl(0, 0%, 42%);
720
- --t-icon-color-status-neutral-secondary:hsl(0, 0%, 58%);
721
- --t-icon-color-status-neutral-bold:hsl(0, 0%, 24%);
722
- --t-icon-color-status-info-primary:hsl(204, 100%, 40%);
723
- --t-icon-color-status-success-primary:hsl(96, 57%, 33%);
724
- --t-icon-color-status-success-secondary:hsl(97, 57%, 40%);
725
- --t-icon-color-status-warning-primary:hsl(42, 84%, 49%);
726
- --t-icon-color-status-error-primary:hsl(8, 60%, 47%);
727
- --t-fill-color-neutral-100:hsl(0, 0%, 100%);
728
- --t-fill-color-neutral-000:hsl(0, 0%, 12%);
729
- --t-fill-color-neutral-010:hsl(0, 0%, 24%);
730
- --t-fill-color-neutral-020:hsl(0, 0%, 42%);
731
- --t-fill-color-neutral-025:hsl(0, 0%, 50%);
732
- --t-fill-color-neutral-030:hsl(0, 0%, 58%);
733
- --t-fill-color-neutral-040:hsl(0, 0%, 81%);
734
- --t-fill-color-neutral-050:hsl(0, 0%, 88%);
735
- --t-fill-color-neutral-060:hsl(0, 0%, 93%);
736
- --t-fill-color-neutral-070:hsl(0, 0%, 95%);
737
- --t-fill-color-neutral-080:hsl(0, 0%, 97%);
738
- --t-fill-color-neutral-090:hsl(0, 0%, 98%);
739
- --t-fill-color-interaction-default:hsl(204, 100%, 40%);
740
- --t-fill-color-interaction-hover:hsl(204, 100%, 35%);
741
- --t-fill-color-interaction-active:hsl(204, 100%, 30%);
742
- --t-fill-color-interaction-disabled:hsl(0, 0%, 81%);
743
- --t-fill-color-control-neutral-off:hsl(0, 0%, 58%);
744
- --t-fill-color-control-neutral-on:hsl(0, 0%, 24%);
745
- --t-fill-color-control-primary:hsl(204, 100%, 40%);
746
- --t-fill-color-control-secondary:hsl(97, 57%, 40%);
747
- --t-fill-color-control-error:hsl(8, 60%, 47%);
748
- --t-fill-color-control-disabled:hsl(0, 0%, 81%);
749
- --t-fill-color-status-neutral-solid:hsl(0, 0%, 42%);
750
- --t-fill-color-status-neutral-ghost:hsl(0, 0%, 93%);
751
- --t-fill-color-status-neutral-dim:hsl(0, 0%, 97%);
752
- --t-fill-color-status-info-solid:hsl(204, 100%, 40%);
753
- --t-fill-color-status-info-ghost:hsl(203, 94%, 94%);
754
- --t-fill-color-status-info-dim:hsl(204, 100%, 97%);
755
- --t-fill-color-status-success-solid:hsl(96, 57%, 33%);
756
- --t-fill-color-status-success-ghost:hsl(97, 57%, 90%);
757
- --t-fill-color-status-success-dim:hsl(96, 60%, 95%);
758
- --t-fill-color-status-warning-solid:hsl(42, 84%, 63%);
759
- --t-fill-color-status-warning-ghost:hsl(42, 87%, 94%);
760
- --t-fill-color-status-warning-dim:hsl(42, 87%, 97%);
761
- --t-fill-color-status-error-solid:hsl(8, 60%, 47%);
762
- --t-fill-color-status-error-ghost:hsl(9, 59%, 93%);
763
- --t-fill-color-status-error-dim:hsl(7, 60%, 97%);
764
- --t-fill-color-tooltip-primary:hsla(0, 0%, 12%, 0.9);
765
- --t-fill-color-product-accounts-010:hsl(212, 54%, 93%);
766
- --t-fill-color-product-accounts-020:hsl(209, 53%, 90%);
767
- --t-fill-color-product-accounts-030:hsl(210, 56%, 70%);
768
- --t-fill-color-product-accounts-040:hsl(210, 54%, 60%);
769
- --t-fill-color-product-accounts-050:hsl(210, 55%, 50%);
770
- --t-fill-color-product-accounts-060:hsl(210, 65%, 40%);
771
- --t-fill-color-product-accounts-070:hsl(211, 70%, 32%);
772
- --t-fill-color-product-accounts-080:hsl(210, 75%, 25%);
773
- --t-fill-color-product-calendar-010:hsl(8, 61%, 90%);
774
- --t-fill-color-product-calendar-020:hsl(8, 61%, 70%);
775
- --t-fill-color-product-calendar-030:hsl(8, 72%, 59%);
776
- --t-fill-color-product-calendar-040:hsl(8, 65%, 55%);
777
- --t-fill-color-product-calendar-050:hsl(9, 61%, 50%);
778
- --t-fill-color-product-calendar-060:hsl(8, 65%, 42%);
779
- --t-fill-color-product-calendar-070:hsl(7, 65%, 34%);
780
- --t-fill-color-product-calendar-080:hsl(9, 61%, 27%);
781
- --t-fill-color-product-checkins-010:hsl(285, 20%, 92%);
782
- --t-fill-color-product-checkins-020:hsl(283, 22%, 75%);
783
- --t-fill-color-product-checkins-030:hsl(284, 22%, 64%);
784
- --t-fill-color-product-checkins-040:hsl(283, 22%, 55%);
785
- --t-fill-color-product-checkins-050:hsl(283, 22%, 48%);
786
- --t-fill-color-product-checkins-060:hsl(283, 27%, 42%);
787
- --t-fill-color-product-checkins-070:hsl(284, 33%, 34%);
788
- --t-fill-color-product-checkins-080:hsl(283, 33%, 27%);
789
- --t-fill-color-product-giving-010:hsl(41, 95%, 93%);
790
- --t-fill-color-product-giving-020:hsl(42, 95%, 83%);
791
- --t-fill-color-product-giving-030:hsl(43, 95%, 75%);
792
- --t-fill-color-product-giving-040:hsl(43, 88%, 70%);
793
- --t-fill-color-product-giving-050:hsl(43, 88%, 64%);
794
- --t-fill-color-product-giving-060:hsl(42, 84%, 55%);
795
- --t-fill-color-product-giving-070:hsl(42, 84%, 48%);
796
- --t-fill-color-product-giving-080:hsl(42, 100%, 40%);
797
- --t-fill-color-product-groups-010:hsl(18, 95%, 92%);
798
- --t-fill-color-product-groups-020:hsl(17, 96%, 80%);
799
- --t-fill-color-product-groups-030:hsl(17, 96%, 70%);
800
- --t-fill-color-product-groups-040:hsl(17, 96%, 63%);
801
- --t-fill-color-product-groups-050:hsl(17, 88%, 55%);
802
- --t-fill-color-product-groups-060:hsl(12, 70%, 48%);
803
- --t-fill-color-product-groups-070:hsl(12, 70%, 40%);
804
- --t-fill-color-product-groups-080:hsl(14, 70%, 34%);
805
- --t-fill-color-product-home-010:hsl(221, 89%, 93%);
806
- --t-fill-color-product-home-020:hsl(221, 91%, 91%);
807
- --t-fill-color-product-home-030:hsl(221, 91%, 87%);
808
- --t-fill-color-product-home-040:hsl(221, 91%, 62%);
809
- --t-fill-color-product-home-050:hsl(221, 91%, 55%);
810
- --t-fill-color-product-home-060:hsl(221, 90%, 50%);
811
- --t-fill-color-product-home-070:hsl(221, 90%, 45%);
812
- --t-fill-color-product-home-080:hsl(218, 84%, 25%);
813
- --t-fill-color-product-people-010:hsl(219, 73%, 91%);
814
- --t-fill-color-product-people-020:hsl(220, 69%, 81%);
815
- --t-fill-color-product-people-030:hsl(221, 73%, 71%);
816
- --t-fill-color-product-people-040:hsl(221, 73%, 65%);
817
- --t-fill-color-product-people-050:hsl(220, 74%, 57%);
818
- --t-fill-color-product-people-060:hsl(220, 68%, 51%);
819
- --t-fill-color-product-people-070:hsl(220, 68%, 41%);
820
- --t-fill-color-product-people-080:hsl(221, 68%, 31%);
821
- --t-fill-color-product-publishing-010:hsl(220, 4%, 86%);
822
- --t-fill-color-product-publishing-020:hsl(222, 10%, 60%);
823
- --t-fill-color-product-publishing-030:hsl(221, 11%, 50%);
824
- --t-fill-color-product-publishing-040:hsl(222, 12%, 39%);
825
- --t-fill-color-product-publishing-050:hsl(220, 12%, 31%);
826
- --t-fill-color-product-publishing-060:hsl(220, 11%, 26%);
827
- --t-fill-color-product-publishing-070:hsl(217, 12%, 22%);
828
- --t-fill-color-product-publishing-080:hsl(214, 11%, 12%);
829
- --t-fill-color-product-registrations-010:hsl(173, 28%, 89%);
830
- --t-fill-color-product-registrations-020:hsl(176, 38%, 78%);
831
- --t-fill-color-product-registrations-030:hsl(176, 37%, 68%);
832
- --t-fill-color-product-registrations-040:hsl(176, 37%, 60%);
833
- --t-fill-color-product-registrations-050:hsl(175, 36%, 43%);
834
- --t-fill-color-product-registrations-060:hsl(175, 51%, 34%);
835
- --t-fill-color-product-registrations-070:hsl(174, 51%, 28%);
836
- --t-fill-color-product-registrations-080:hsl(175, 52%, 22%);
837
- --t-fill-color-product-services-010:hsl(88, 31%, 88%);
838
- --t-fill-color-product-services-020:hsl(88, 39%, 75%);
839
- --t-fill-color-product-services-030:hsl(88, 39%, 66%);
840
- --t-fill-color-product-services-040:hsl(88, 40%, 54%);
841
- --t-fill-color-product-services-050:hsl(88, 45%, 41%);
842
- --t-fill-color-product-services-060:hsl(89, 62%, 31%);
843
- --t-fill-color-product-services-070:hsl(89, 62%, 26%);
844
- --t-fill-color-product-services-080:hsl(89, 63%, 21%);
845
- --t-fill-color-product-staff-base:hsl(328, 100%, 45%);
846
- --t-fill-color-product-staff-dark:hsl(328, 100%, 38%);
847
- --t-fill-color-product-staff-darker:hsl(328, 100%, 33%);
848
- --t-fill-color-product-accounts-gradient-brand:linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%));
849
- --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
850
- --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
851
- --t-fill-color-product-api-gradient-brand:linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%));
852
- --t-fill-color-product-calendar-gradient-brand:linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%));
853
- --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
854
- --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%));
855
- --t-fill-color-product-cc-gradient-brand:linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%));
856
- --t-fill-color-product-checkins-gradient-brand:linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%));
857
- --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(283, 21%, 77%) 25%, hsl(227, 36%, 78%) 60%, hsl(204, 67%, 73%));
858
- --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%));
859
- --t-fill-color-product-giving-gradient-brand:linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%));
860
- --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(42, 84%, 80%), hsl(255, 21%, 89%) 58.5%, hsl(204, 67%, 73%));
861
- --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(42, 87%, 94%), hsl(260, 18%, 97%) 58.5%, hsl(204, 67%, 92%));
862
- --t-fill-color-product-groups-gradient-brand:linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%));
863
- --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
864
- --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%));
865
- --t-fill-color-product-headcounts-gradient-brand:linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%));
866
- --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
867
- --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
868
- --t-fill-color-product-musicstand-gradient-brand:linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%));
869
- --t-fill-color-product-people-gradient-brand:linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%));
870
- --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
871
- --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
872
- --t-fill-color-product-publishing-gradient-brand:linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%));
873
- --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%));
874
- --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%));
875
- --t-fill-color-product-registrations-gradient-brand:linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%));
876
- --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(175, 27%, 74%), hsl(196, 46%, 73%) 39.5%, hsl(204, 67%, 73%));
877
- --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(175, 28%, 92%), hsl(196, 46%, 92%) 39.5%, hsl(204, 67%, 92%));
878
- --t-fill-color-product-services-gradient-brand:linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%));
879
- --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(89, 31%, 73%), hsl(122, 29%, 78%) 39.5%, hsl(204, 67%, 73%));
880
- --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(88, 32%, 92%), hsl(126, 29%, 93%) 39.5%, hsl(204, 67%, 92%));
881
- --t-fill-color-tag-gray-010:hsl(0, 0%, 93%);
882
- --t-fill-color-tag-gray-020:hsl(0, 0%, 88%);
883
- --t-fill-color-tag-gray-030:hsl(0, 0%, 88%);
884
- --t-fill-color-tag-gray-040:hsl(0, 0%, 81%);
885
- --t-fill-color-tag-blue-010:hsl(220, 100%, 95%);
886
- --t-fill-color-tag-blue-020:hsl(221, 100%, 88%);
887
- --t-fill-color-tag-blue-030:hsl(220, 98%, 81%);
888
- --t-fill-color-tag-blue-040:hsl(220, 98%, 74%);
889
- --t-fill-color-tag-aqua-010:hsl(200, 82%, 89%);
890
- --t-fill-color-tag-aqua-020:hsl(200, 82%, 82%);
891
- --t-fill-color-tag-aqua-030:hsl(201, 76%, 71%);
892
- --t-fill-color-tag-aqua-040:hsl(200, 75%, 64%);
893
- --t-fill-color-tag-teal-010:hsl(163, 53%, 83%);
894
- --t-fill-color-tag-teal-020:hsl(164, 52%, 76%);
895
- --t-fill-color-tag-teal-030:hsl(169, 62%, 64%);
896
- --t-fill-color-tag-teal-040:hsl(169, 62%, 56%);
897
- --t-fill-color-tag-green-010:hsl(98, 59%, 85%);
898
- --t-fill-color-tag-green-020:hsl(99, 59%, 78%);
899
- --t-fill-color-tag-green-030:hsl(112, 57%, 65%);
900
- --t-fill-color-tag-green-040:hsl(112, 57%, 57%);
901
- --t-fill-color-tag-yellow-010:hsl(45, 77%, 85%);
902
- --t-fill-color-tag-yellow-020:hsl(44, 78%, 77%);
903
- --t-fill-color-tag-yellow-030:hsl(44, 92%, 69%);
904
- --t-fill-color-tag-yellow-040:hsl(44, 93%, 61%);
905
- --t-fill-color-tag-orange-010:hsl(22, 89%, 89%);
906
- --t-fill-color-tag-orange-020:hsl(21, 89%, 82%);
907
- --t-fill-color-tag-orange-030:hsl(21, 86%, 72%);
908
- --t-fill-color-tag-orange-040:hsl(21, 86%, 64%);
909
- --t-fill-color-tag-pink-010:hsl(311, 66%, 92%);
910
- --t-fill-color-tag-pink-020:hsl(310, 64%, 85%);
911
- --t-fill-color-tag-pink-030:hsl(324, 78%, 77%);
912
- --t-fill-color-tag-pink-040:hsl(324, 76%, 70%);
913
- --t-fill-color-tag-purple-010:hsl(259, 74%, 93%);
914
- --t-fill-color-tag-purple-020:hsl(259, 74%, 85%);
915
- --t-fill-color-tag-purple-030:hsl(273, 62%, 76%);
916
- --t-fill-color-tag-purple-040:hsl(273, 62%, 70%);
917
- --t-fill-color-tag-magenta-010:hsl(294, 37%, 90%);
918
- --t-fill-color-tag-magenta-020:hsl(291, 40%, 83%);
919
- --t-fill-color-tag-magenta-030:hsl(291, 48%, 70%);
920
- --t-fill-color-tag-magenta-040:hsl(292, 48%, 63%);
921
- --t-fill-color-tag-indigo-010:hsl(234, 78%, 93%);
922
- --t-fill-color-tag-indigo-020:hsl(233, 79%, 87%);
923
- --t-fill-color-tag-indigo-030:hsl(233, 77%, 81%);
924
- --t-fill-color-tag-indigo-040:hsl(236, 79%, 74%);
925
- --t-fill-color-button-neutral-solid-default:hsl(0, 0%, 93%);
926
- --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 88%);
927
- --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 81%);
928
- --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 95%);
929
- --t-fill-color-button-neutral-outline-dim-default:hsla(0, 0%, 100%, 0);
930
- --t-fill-color-button-neutral-outline-dim-hover:hsl(0, 0%, 95%);
931
- --t-fill-color-button-neutral-outline-dim-active:hsl(0, 0%, 93%);
932
- --t-fill-color-button-neutral-outline-dim-disabled:hsl(0, 0%, 98%);
933
- --t-fill-color-button-neutral-ghost-default:hsla(0, 0%, 100%, 0);
934
- --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 95%);
935
- --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 93%);
936
- --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 100%, 0);
937
- --t-fill-color-button-neutral-responsive-header-default:hsla(0, 0%, 0%, 0.1);
938
- --t-fill-color-button-neutral-responsive-header-hover:hsla(0, 0%, 0%, 0.2);
939
- --t-fill-color-button-neutral-responsive-header-active:hsla(0, 0%, 0%, 0.3);
940
- --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 0%, 0.05);
941
- --t-fill-color-button-interaction-solid-default:hsl(204, 100%, 40%);
942
- --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 35%);
943
- --t-fill-color-button-interaction-solid-active:hsl(204, 100%, 30%);
944
- --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 95%);
945
- --t-fill-color-button-interaction-outline-dim-default:hsla(0, 0%, 100%, 0);
946
- --t-fill-color-button-interaction-outline-dim-hover:hsl(204, 100%, 97%);
947
- --t-fill-color-button-interaction-outline-dim-active:hsl(203, 94%, 94%);
948
- --t-fill-color-button-interaction-outline-dim-disabled:hsl(0, 0%, 98%);
949
- --t-fill-color-button-interaction-ghost-default:hsla(0, 0%, 100%, 0);
950
- --t-fill-color-button-interaction-ghost-hover:hsl(204, 100%, 97%);
951
- --t-fill-color-button-interaction-ghost-active:hsl(203, 94%, 94%);
952
- --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 100%, 0);
953
- --t-fill-color-button-delete-solid-default:hsl(8, 60%, 47%);
954
- --t-fill-color-button-delete-solid-hover:hsl(8, 60%, 45%);
955
- --t-fill-color-button-delete-solid-active:hsl(8, 60%, 40%);
956
- --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 95%);
957
- --t-fill-color-button-delete-outline-dim-default:hsla(0, 0%, 100%, 0);
958
- --t-fill-color-button-delete-outline-dim-hover:hsl(7, 60%, 97%);
959
- --t-fill-color-button-delete-outline-dim-active:hsl(9, 59%, 93%);
960
- --t-fill-color-button-delete-outline-dim-disabled:hsl(0, 0%, 98%);
961
- --t-fill-color-button-delete-ghost-default:hsla(0, 0%, 100%, 0);
962
- --t-fill-color-button-delete-ghost-hover:hsl(7, 60%, 97%);
963
- --t-fill-color-button-delete-ghost-active:hsl(9, 59%, 93%);
964
- --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 100%, 0);
965
- --t-fill-color-button-pill-default:hsl(0, 0%, 93%);
966
- --t-fill-color-button-pill-hover:hsl(0, 0%, 88%);
967
- --t-fill-color-button-pill-active:hsl(0, 0%, 88%);
968
- --t-fill-color-button-pill-disabled:hsl(0, 0%, 93%);
969
- --t-fill-color-transparency-light-010:hsla(0, 0%, 100%, 0.1);
970
- --t-fill-color-transparency-light-020:hsla(0, 0%, 100%, 0.2);
971
- --t-fill-color-transparency-light-030:hsla(0, 0%, 100%, 0.3);
972
- --t-fill-color-transparency-light-040:hsla(0, 0%, 100%, 0.4);
973
- --t-fill-color-transparency-light-050:hsla(0, 0%, 100%, 0.5);
974
- --t-fill-color-transparency-light-060:hsla(0, 0%, 100%, 0.6);
975
- --t-fill-color-transparency-light-070:hsla(0, 0%, 100%, 0.7);
976
- --t-fill-color-transparency-light-080:hsla(0, 0%, 100%, 0.8);
977
- --t-fill-color-transparency-light-090:hsla(0, 0%, 100%, 0.9);
978
- --t-fill-color-transparency-dark-010:hsla(0, 0%, 0%, 0.1);
979
- --t-fill-color-transparency-dark-020:hsla(0, 0%, 0%, 0.2);
980
- --t-fill-color-transparency-dark-030:hsla(0, 0%, 0%, 0.3);
981
- --t-fill-color-transparency-dark-040:hsla(0, 0%, 0%, 0.4);
982
- --t-fill-color-transparency-dark-050:hsla(0, 0%, 0%, 0.5);
983
- --t-fill-color-transparency-dark-060:hsla(0, 0%, 0%, 0.6);
984
- --t-fill-color-transparency-dark-070:hsla(0, 0%, 0%, 0.7);
985
- --t-fill-color-transparency-dark-080:hsla(0, 0%, 0%, 0.8);
986
- --t-fill-color-transparency-dark-090:hsla(0, 0%, 0%, 0.9);
987
- --t-fill-color-transparency-dark-static-010:hsla(0, 0%, 0%, 0.1);
988
- --t-fill-color-transparency-dark-static-020:hsla(0, 0%, 0%, 0.2);
989
- --t-fill-color-transparency-dark-static-030:hsla(0, 0%, 0%, 0.3);
990
- --t-fill-color-transparency-dark-static-040:hsla(0, 0%, 0%, 0.4);
991
- --t-fill-color-transparency-dark-static-050:hsla(0, 0%, 0%, 0.5);
992
- --t-fill-color-transparency-dark-static-060:hsla(0, 0%, 0%, 0.6);
993
- --t-fill-color-transparency-dark-static-070:hsla(0, 0%, 0%, 0.7);
994
- --t-fill-color-transparency-dark-static-080:hsla(0, 0%, 0%, 0.8);
995
- --t-fill-color-transparency-dark-static-090:hsla(0, 0%, 0%, 0.9);
996
- --t-surface-color-card:hsl(0, 0%, 100%);
997
- --t-surface-color-canvas:hsl(0, 0%, 100%);
998
- --t-border-color-default-base:hsl(0, 0%, 88%);
999
- --t-border-color-default-dark:hsl(0, 0%, 81%);
1000
- --t-border-color-default-darker:hsl(0, 0%, 68%);
1001
- --t-border-color-default-darkest:hsl(0, 0%, 58%);
1002
- --t-border-color-default-disabled:hsl(0, 0%, 88%);
1003
- --t-border-color-default-dim:hsl(0, 0%, 95%);
1004
- --t-border-color-default-white:hsl(0, 0%, 100%);
1005
- --t-border-color-status-neutral:hsl(0, 0%, 58%);
1006
- --t-border-color-status-info:hsl(204, 100%, 40%);
1007
- --t-border-color-status-success:hsl(97, 57%, 40%);
1008
- --t-border-color-status-warning:hsl(42, 84%, 63%);
1009
- --t-border-color-status-error:hsl(8, 60%, 47%);
1010
- --t-border-color-button-neutral:hsl(0, 0%, 88%);
1011
- --t-border-color-button-info:hsl(204, 100%, 40%);
1012
- --t-border-color-button-create:hsl(96, 57%, 33%);
1013
- --t-border-color-button-delete:hsl(8, 60%, 47%);
1014
- --t-border-color-control-neutral:hsl(0, 0%, 68%);
1015
- --t-border-color-control-info:hsl(204, 100%, 40%);
1016
- --t-border-color-control-success:hsl(97, 57%, 40%);
1017
- --t-border-color-control-warning:hsl(42, 84%, 63%);
1018
- --t-border-color-control-error:hsl(8, 60%, 47%);
1019
- --t-border-color-control-disabled:hsl(0, 0%, 88%);
1020
- --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.07);
1021
- --t-form-background-color:var(--t-fill-color-neutral-100);
1022
- --t-form-background-color-disabled:var(--t-fill-color-neutral-070);
1023
- --t-form-background-color-error:var(--t-fill-color-neutral-100);
1024
- --t-form-background-color-readonly:var(--t-fill-color-neutral-070);
1025
- --t-form-border-color:var(--t-border-color-default-base);
1026
- --t-form-border-color-disabled:var(--t-border-color-default-base);
1027
- --t-form-border-color-error:var(--t-border-color-status-error);
1028
- --t-form-border-color-focus:var(--t-fill-color-interaction-default);
1029
- --t-form-border-color-hover:var(--t-border-color-default-dark);
1030
- --t-form-border-color-readonly:hsla(0, 0%, 100%, 0);
1031
- --t-form-border-radius:var(--t-border-radius-md);
1032
- --t-form-border-width:var(--t-border-width-default);
1033
- --t-form-font-color:var(--t-text-color-default-primary);
1034
- --t-form-font-color-disabled:var(--t-text-color-default-disabled);
1035
- --t-form-font-color-error:var(--t-text-color-status-error);
1036
- --t-form-font-color-readonly:var(--t-text-color-default-primary);
1037
- --t-form-picker-icon-color:var(--t-icon-color-default-primary);
1038
- --t-form-placeholder-color:var(--t-text-color-default-placeholder);
1039
- --t-border-size-default:var(--t-border-width-default);
1040
- --t-border-size-thick:var(--t-border-width-thick);
1041
- --t-font-weight-semi-bold:var(--t-font-weight-semibold);
1042
- --t-icon-color-status-neutral-dark:hsl(0, 0%, 24%);
1043
- --t-icon-color-status-info-secondary:hsl(204, 100%, 40%);
1044
- --t-fill-color-alert-info:hsl(204, 94%, 49%);
1045
- --t-fill-color-alert-success:hsl(122, 60%, 41%);
1046
- --t-fill-color-alert-warning:hsl(43, 96%, 58%);
1047
- --t-fill-color-alert-error:hsl(4, 77%, 59%);
1048
- --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 98%);
1049
- --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 98%);
1050
- --t-fill-color-button-create-solid-default:hsl(96, 57%, 33%);
1051
- --t-fill-color-button-create-solid-hover:hsl(97, 57%, 28%);
1052
- --t-fill-color-button-create-solid-active:hsl(97, 57%, 23%);
1053
- --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 81%);
1054
- --t-fill-color-button-create-ghost-default:hsla(0, 0%, 100%, 0);
1055
- --t-fill-color-button-create-ghost-hover:hsl(96, 60%, 95%);
1056
- --t-fill-color-button-create-ghost-active:hsl(97, 57%, 90%);
1057
- --t-fill-color-button-create-ghost-disabled:hsla(0, 0%, 100%, 0);
1058
- }
1059
-
1060
628
  :root[data-color-mode="dark"]{
1061
629
  color-scheme:dark;
1062
630
  --t-text-color-default-headline:hsl(0, 0%, 94%);
@@ -1445,6 +1013,438 @@ tds-sidenav-section:not(.hydrated) > [slot="ssr"]{
1445
1013
  }
1446
1014
  }
1447
1015
 
1016
+ :root{
1017
+ --t-border-radius-sm:2px;
1018
+ --t-border-radius-md:4px;
1019
+ --t-border-radius-lg:8px;
1020
+ --t-border-radius-xl:16px;
1021
+ --t-border-radius-round:56px;
1022
+ --t-border-radius-default:4px;
1023
+ --t-border-width-default:1px;
1024
+ --t-border-width-thick:2px;
1025
+ --t-spacing-1:8px;
1026
+ --t-spacing-2:16px;
1027
+ --t-spacing-3:24px;
1028
+ --t-spacing-4:32px;
1029
+ --t-spacing-5:40px;
1030
+ --t-spacing-6:48px;
1031
+ --t-spacing-7:56px;
1032
+ --t-spacing-fourth:2px;
1033
+ --t-spacing-half:4px;
1034
+ --t-element-size-3xl:48px;
1035
+ --t-element-size-2xl:32px;
1036
+ --t-element-size-xl:24px;
1037
+ --t-element-size-lg:18px;
1038
+ --t-element-size-md:16px;
1039
+ --t-element-size-sm:14px;
1040
+ --t-element-size-xs:12px;
1041
+ --t-font-size-4xl:32px;
1042
+ --t-font-size-3xl:28px;
1043
+ --t-font-size-2xl:24px;
1044
+ --t-font-size-xl:20px;
1045
+ --t-font-size-lg:18px;
1046
+ --t-font-size-md:16px;
1047
+ --t-font-size-sm:14px;
1048
+ --t-font-size-xs:12px;
1049
+ --t-font-size-2xs:10px;
1050
+ --t-font-weight-normal:400;
1051
+ --t-font-weight-medium:500;
1052
+ --t-font-weight-semibold:600;
1053
+ --t-font-weight-bold:700;
1054
+ --t-container-size-xl:48px;
1055
+ --t-container-size-lg:40px;
1056
+ --t-container-size-md:32px;
1057
+ --t-container-size-sm:24px;
1058
+ --t-container-size-xs:20px;
1059
+ --t-avatar-size-20:20px;
1060
+ --t-avatar-size-24:24px;
1061
+ --t-avatar-size-36:36px;
1062
+ --t-avatar-size-48:48px;
1063
+ --t-avatar-size-72:72px;
1064
+ --t-avatar-size-112:112px;
1065
+ --t-text-color-default-headline:hsl(0, 0%, 12%);
1066
+ --t-text-color-default-primary:hsl(0, 0%, 24%);
1067
+ --t-text-color-default-secondary:hsl(0, 0%, 42%);
1068
+ --t-text-color-default-disabled:hsl(0, 0%, 81%);
1069
+ --t-text-color-default-placeholder:hsl(0, 0%, 58%);
1070
+ --t-text-color-default-inverted:hsl(0, 0%, 100%);
1071
+ --t-text-color-interaction-primary:hsl(204, 100%, 40%);
1072
+ --t-text-color-interaction-hover:hsl(204, 100%, 35%);
1073
+ --t-text-color-interaction-active:hsl(204, 100%, 30%);
1074
+ --t-text-color-interaction-visited:hsl(204, 100%, 30%);
1075
+ --t-text-color-status-neutral:hsl(0, 0%, 24%);
1076
+ --t-text-color-status-info:hsl(204, 100%, 35%);
1077
+ --t-text-color-status-success:hsl(97, 57%, 28%);
1078
+ --t-text-color-status-warning:hsl(42, 100%, 29%);
1079
+ --t-text-color-status-error:hsl(8, 60%, 45%);
1080
+ --t-text-color-tag-subtle-gray:hsl(0, 0%, 24%);
1081
+ --t-text-color-tag-subtle-blue:hsl(224, 47%, 31%);
1082
+ --t-text-color-tag-subtle-indigo:hsl(241, 59%, 28%);
1083
+ --t-text-color-tag-subtle-aqua:hsl(209, 77%, 22%);
1084
+ --t-text-color-tag-subtle-teal:hsl(180, 95%, 15%);
1085
+ --t-text-color-tag-subtle-green:hsl(100, 93%, 17%);
1086
+ --t-text-color-tag-subtle-yellow:hsl(29, 100%, 23%);
1087
+ --t-text-color-tag-subtle-orange:hsl(18, 100%, 18%);
1088
+ --t-text-color-tag-subtle-pink:hsl(327, 88%, 20%);
1089
+ --t-text-color-tag-subtle-purple:hsl(268, 71%, 27%);
1090
+ --t-text-color-tag-subtle-magenta:hsl(285, 71%, 20%);
1091
+ --t-text-color-tag-bold-gray:hsl(0, 0%, 24%);
1092
+ --t-text-color-tag-bold-indigo:hsl(241, 59%, 28%);
1093
+ --t-text-color-tag-bold-blue:hsl(224, 47%, 31%);
1094
+ --t-text-color-tag-bold-aqua:hsl(209, 77%, 22%);
1095
+ --t-text-color-tag-bold-teal:hsl(180, 95%, 15%);
1096
+ --t-text-color-tag-bold-green:hsl(100, 93%, 17%);
1097
+ --t-text-color-tag-bold-yellow:hsl(29, 100%, 23%);
1098
+ --t-text-color-tag-bold-orange:hsl(18, 100%, 18%);
1099
+ --t-text-color-tag-bold-pink:hsl(327, 88%, 20%);
1100
+ --t-text-color-tag-bold-purple:hsl(268, 71%, 27%);
1101
+ --t-text-color-tag-bold-magenta:hsl(285, 71%, 20%);
1102
+ --t-icon-color-default-primary:hsl(0, 0%, 24%);
1103
+ --t-icon-color-default-secondary:hsl(0, 0%, 42%);
1104
+ --t-icon-color-default-dim:hsl(0, 0%, 58%);
1105
+ --t-icon-color-default-disabled:hsl(0, 0%, 81%);
1106
+ --t-icon-color-default-inverted:hsl(0, 0%, 100%);
1107
+ --t-icon-color-status-neutral-primary:hsl(0, 0%, 42%);
1108
+ --t-icon-color-status-neutral-secondary:hsl(0, 0%, 58%);
1109
+ --t-icon-color-status-neutral-bold:hsl(0, 0%, 24%);
1110
+ --t-icon-color-status-info-primary:hsl(204, 100%, 40%);
1111
+ --t-icon-color-status-success-primary:hsl(96, 57%, 33%);
1112
+ --t-icon-color-status-success-secondary:hsl(97, 57%, 40%);
1113
+ --t-icon-color-status-warning-primary:hsl(42, 84%, 49%);
1114
+ --t-icon-color-status-error-primary:hsl(8, 60%, 47%);
1115
+ --t-fill-color-neutral-100:hsl(0, 0%, 100%);
1116
+ --t-fill-color-neutral-000:hsl(0, 0%, 12%);
1117
+ --t-fill-color-neutral-010:hsl(0, 0%, 24%);
1118
+ --t-fill-color-neutral-020:hsl(0, 0%, 42%);
1119
+ --t-fill-color-neutral-025:hsl(0, 0%, 50%);
1120
+ --t-fill-color-neutral-030:hsl(0, 0%, 58%);
1121
+ --t-fill-color-neutral-040:hsl(0, 0%, 81%);
1122
+ --t-fill-color-neutral-050:hsl(0, 0%, 88%);
1123
+ --t-fill-color-neutral-060:hsl(0, 0%, 93%);
1124
+ --t-fill-color-neutral-070:hsl(0, 0%, 95%);
1125
+ --t-fill-color-neutral-080:hsl(0, 0%, 97%);
1126
+ --t-fill-color-neutral-090:hsl(0, 0%, 98%);
1127
+ --t-fill-color-interaction-default:hsl(204, 100%, 40%);
1128
+ --t-fill-color-interaction-hover:hsl(204, 100%, 35%);
1129
+ --t-fill-color-interaction-active:hsl(204, 100%, 30%);
1130
+ --t-fill-color-interaction-disabled:hsl(0, 0%, 81%);
1131
+ --t-fill-color-control-neutral-off:hsl(0, 0%, 58%);
1132
+ --t-fill-color-control-neutral-on:hsl(0, 0%, 24%);
1133
+ --t-fill-color-control-primary:hsl(204, 100%, 40%);
1134
+ --t-fill-color-control-secondary:hsl(97, 57%, 40%);
1135
+ --t-fill-color-control-error:hsl(8, 60%, 47%);
1136
+ --t-fill-color-control-disabled:hsl(0, 0%, 81%);
1137
+ --t-fill-color-status-neutral-solid:hsl(0, 0%, 42%);
1138
+ --t-fill-color-status-neutral-ghost:hsl(0, 0%, 93%);
1139
+ --t-fill-color-status-neutral-dim:hsl(0, 0%, 97%);
1140
+ --t-fill-color-status-info-solid:hsl(204, 100%, 40%);
1141
+ --t-fill-color-status-info-ghost:hsl(203, 94%, 94%);
1142
+ --t-fill-color-status-info-dim:hsl(204, 100%, 97%);
1143
+ --t-fill-color-status-success-solid:hsl(96, 57%, 33%);
1144
+ --t-fill-color-status-success-ghost:hsl(97, 57%, 90%);
1145
+ --t-fill-color-status-success-dim:hsl(96, 60%, 95%);
1146
+ --t-fill-color-status-warning-solid:hsl(42, 84%, 63%);
1147
+ --t-fill-color-status-warning-ghost:hsl(42, 87%, 94%);
1148
+ --t-fill-color-status-warning-dim:hsl(42, 87%, 97%);
1149
+ --t-fill-color-status-error-solid:hsl(8, 60%, 47%);
1150
+ --t-fill-color-status-error-ghost:hsl(9, 59%, 93%);
1151
+ --t-fill-color-status-error-dim:hsl(7, 60%, 97%);
1152
+ --t-fill-color-tooltip-primary:hsla(0, 0%, 12%, 0.9);
1153
+ --t-fill-color-product-accounts-010:hsl(212, 54%, 93%);
1154
+ --t-fill-color-product-accounts-020:hsl(209, 53%, 90%);
1155
+ --t-fill-color-product-accounts-030:hsl(210, 56%, 70%);
1156
+ --t-fill-color-product-accounts-040:hsl(210, 54%, 60%);
1157
+ --t-fill-color-product-accounts-050:hsl(210, 55%, 50%);
1158
+ --t-fill-color-product-accounts-060:hsl(210, 65%, 40%);
1159
+ --t-fill-color-product-accounts-070:hsl(211, 70%, 32%);
1160
+ --t-fill-color-product-accounts-080:hsl(210, 75%, 25%);
1161
+ --t-fill-color-product-calendar-010:hsl(8, 61%, 90%);
1162
+ --t-fill-color-product-calendar-020:hsl(8, 61%, 70%);
1163
+ --t-fill-color-product-calendar-030:hsl(8, 72%, 59%);
1164
+ --t-fill-color-product-calendar-040:hsl(8, 65%, 55%);
1165
+ --t-fill-color-product-calendar-050:hsl(9, 61%, 50%);
1166
+ --t-fill-color-product-calendar-060:hsl(8, 65%, 42%);
1167
+ --t-fill-color-product-calendar-070:hsl(7, 65%, 34%);
1168
+ --t-fill-color-product-calendar-080:hsl(9, 61%, 27%);
1169
+ --t-fill-color-product-checkins-010:hsl(285, 20%, 92%);
1170
+ --t-fill-color-product-checkins-020:hsl(283, 22%, 75%);
1171
+ --t-fill-color-product-checkins-030:hsl(284, 22%, 64%);
1172
+ --t-fill-color-product-checkins-040:hsl(283, 22%, 55%);
1173
+ --t-fill-color-product-checkins-050:hsl(283, 22%, 48%);
1174
+ --t-fill-color-product-checkins-060:hsl(283, 27%, 42%);
1175
+ --t-fill-color-product-checkins-070:hsl(284, 33%, 34%);
1176
+ --t-fill-color-product-checkins-080:hsl(283, 33%, 27%);
1177
+ --t-fill-color-product-giving-010:hsl(41, 95%, 93%);
1178
+ --t-fill-color-product-giving-020:hsl(42, 95%, 83%);
1179
+ --t-fill-color-product-giving-030:hsl(43, 95%, 75%);
1180
+ --t-fill-color-product-giving-040:hsl(43, 88%, 70%);
1181
+ --t-fill-color-product-giving-050:hsl(43, 88%, 64%);
1182
+ --t-fill-color-product-giving-060:hsl(42, 84%, 55%);
1183
+ --t-fill-color-product-giving-070:hsl(42, 84%, 48%);
1184
+ --t-fill-color-product-giving-080:hsl(42, 100%, 40%);
1185
+ --t-fill-color-product-groups-010:hsl(18, 95%, 92%);
1186
+ --t-fill-color-product-groups-020:hsl(17, 96%, 80%);
1187
+ --t-fill-color-product-groups-030:hsl(17, 96%, 70%);
1188
+ --t-fill-color-product-groups-040:hsl(17, 96%, 63%);
1189
+ --t-fill-color-product-groups-050:hsl(17, 88%, 55%);
1190
+ --t-fill-color-product-groups-060:hsl(12, 70%, 48%);
1191
+ --t-fill-color-product-groups-070:hsl(12, 70%, 40%);
1192
+ --t-fill-color-product-groups-080:hsl(14, 70%, 34%);
1193
+ --t-fill-color-product-home-010:hsl(221, 89%, 93%);
1194
+ --t-fill-color-product-home-020:hsl(221, 91%, 91%);
1195
+ --t-fill-color-product-home-030:hsl(221, 91%, 87%);
1196
+ --t-fill-color-product-home-040:hsl(221, 91%, 62%);
1197
+ --t-fill-color-product-home-050:hsl(221, 91%, 55%);
1198
+ --t-fill-color-product-home-060:hsl(221, 90%, 50%);
1199
+ --t-fill-color-product-home-070:hsl(221, 90%, 45%);
1200
+ --t-fill-color-product-home-080:hsl(218, 84%, 25%);
1201
+ --t-fill-color-product-people-010:hsl(219, 73%, 91%);
1202
+ --t-fill-color-product-people-020:hsl(220, 69%, 81%);
1203
+ --t-fill-color-product-people-030:hsl(221, 73%, 71%);
1204
+ --t-fill-color-product-people-040:hsl(221, 73%, 65%);
1205
+ --t-fill-color-product-people-050:hsl(220, 74%, 57%);
1206
+ --t-fill-color-product-people-060:hsl(220, 68%, 51%);
1207
+ --t-fill-color-product-people-070:hsl(220, 68%, 41%);
1208
+ --t-fill-color-product-people-080:hsl(221, 68%, 31%);
1209
+ --t-fill-color-product-publishing-010:hsl(220, 4%, 86%);
1210
+ --t-fill-color-product-publishing-020:hsl(222, 10%, 60%);
1211
+ --t-fill-color-product-publishing-030:hsl(221, 11%, 50%);
1212
+ --t-fill-color-product-publishing-040:hsl(222, 12%, 39%);
1213
+ --t-fill-color-product-publishing-050:hsl(220, 12%, 31%);
1214
+ --t-fill-color-product-publishing-060:hsl(220, 11%, 26%);
1215
+ --t-fill-color-product-publishing-070:hsl(217, 12%, 22%);
1216
+ --t-fill-color-product-publishing-080:hsl(214, 11%, 12%);
1217
+ --t-fill-color-product-registrations-010:hsl(173, 28%, 89%);
1218
+ --t-fill-color-product-registrations-020:hsl(176, 38%, 78%);
1219
+ --t-fill-color-product-registrations-030:hsl(176, 37%, 68%);
1220
+ --t-fill-color-product-registrations-040:hsl(176, 37%, 60%);
1221
+ --t-fill-color-product-registrations-050:hsl(175, 36%, 43%);
1222
+ --t-fill-color-product-registrations-060:hsl(175, 51%, 34%);
1223
+ --t-fill-color-product-registrations-070:hsl(174, 51%, 28%);
1224
+ --t-fill-color-product-registrations-080:hsl(175, 52%, 22%);
1225
+ --t-fill-color-product-services-010:hsl(88, 31%, 88%);
1226
+ --t-fill-color-product-services-020:hsl(88, 39%, 75%);
1227
+ --t-fill-color-product-services-030:hsl(88, 39%, 66%);
1228
+ --t-fill-color-product-services-040:hsl(88, 40%, 54%);
1229
+ --t-fill-color-product-services-050:hsl(88, 45%, 41%);
1230
+ --t-fill-color-product-services-060:hsl(89, 62%, 31%);
1231
+ --t-fill-color-product-services-070:hsl(89, 62%, 26%);
1232
+ --t-fill-color-product-services-080:hsl(89, 63%, 21%);
1233
+ --t-fill-color-product-staff-base:hsl(328, 100%, 45%);
1234
+ --t-fill-color-product-staff-dark:hsl(328, 100%, 38%);
1235
+ --t-fill-color-product-staff-darker:hsl(328, 100%, 33%);
1236
+ --t-fill-color-product-accounts-gradient-brand:linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%));
1237
+ --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
1238
+ --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
1239
+ --t-fill-color-product-api-gradient-brand:linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%));
1240
+ --t-fill-color-product-calendar-gradient-brand:linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%));
1241
+ --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
1242
+ --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%));
1243
+ --t-fill-color-product-cc-gradient-brand:linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%));
1244
+ --t-fill-color-product-checkins-gradient-brand:linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%));
1245
+ --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(283, 21%, 77%) 25%, hsl(227, 36%, 78%) 60%, hsl(204, 67%, 73%));
1246
+ --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%));
1247
+ --t-fill-color-product-giving-gradient-brand:linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%));
1248
+ --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(42, 84%, 80%), hsl(255, 21%, 89%) 58.5%, hsl(204, 67%, 73%));
1249
+ --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(42, 87%, 94%), hsl(260, 18%, 97%) 58.5%, hsl(204, 67%, 92%));
1250
+ --t-fill-color-product-groups-gradient-brand:linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%));
1251
+ --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));
1252
+ --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%));
1253
+ --t-fill-color-product-headcounts-gradient-brand:linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%));
1254
+ --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
1255
+ --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
1256
+ --t-fill-color-product-musicstand-gradient-brand:linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%));
1257
+ --t-fill-color-product-people-gradient-brand:linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%));
1258
+ --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));
1259
+ --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));
1260
+ --t-fill-color-product-publishing-gradient-brand:linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%));
1261
+ --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%));
1262
+ --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%));
1263
+ --t-fill-color-product-registrations-gradient-brand:linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%));
1264
+ --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(175, 27%, 74%), hsl(196, 46%, 73%) 39.5%, hsl(204, 67%, 73%));
1265
+ --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(175, 28%, 92%), hsl(196, 46%, 92%) 39.5%, hsl(204, 67%, 92%));
1266
+ --t-fill-color-product-services-gradient-brand:linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%));
1267
+ --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(89, 31%, 73%), hsl(122, 29%, 78%) 39.5%, hsl(204, 67%, 73%));
1268
+ --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(88, 32%, 92%), hsl(126, 29%, 93%) 39.5%, hsl(204, 67%, 92%));
1269
+ --t-fill-color-tag-gray-010:hsl(0, 0%, 93%);
1270
+ --t-fill-color-tag-gray-020:hsl(0, 0%, 88%);
1271
+ --t-fill-color-tag-gray-030:hsl(0, 0%, 88%);
1272
+ --t-fill-color-tag-gray-040:hsl(0, 0%, 81%);
1273
+ --t-fill-color-tag-blue-010:hsl(220, 100%, 95%);
1274
+ --t-fill-color-tag-blue-020:hsl(221, 100%, 88%);
1275
+ --t-fill-color-tag-blue-030:hsl(220, 98%, 81%);
1276
+ --t-fill-color-tag-blue-040:hsl(220, 98%, 74%);
1277
+ --t-fill-color-tag-aqua-010:hsl(200, 82%, 89%);
1278
+ --t-fill-color-tag-aqua-020:hsl(200, 82%, 82%);
1279
+ --t-fill-color-tag-aqua-030:hsl(201, 76%, 71%);
1280
+ --t-fill-color-tag-aqua-040:hsl(200, 75%, 64%);
1281
+ --t-fill-color-tag-teal-010:hsl(163, 53%, 83%);
1282
+ --t-fill-color-tag-teal-020:hsl(164, 52%, 76%);
1283
+ --t-fill-color-tag-teal-030:hsl(169, 62%, 64%);
1284
+ --t-fill-color-tag-teal-040:hsl(169, 62%, 56%);
1285
+ --t-fill-color-tag-green-010:hsl(98, 59%, 85%);
1286
+ --t-fill-color-tag-green-020:hsl(99, 59%, 78%);
1287
+ --t-fill-color-tag-green-030:hsl(112, 57%, 65%);
1288
+ --t-fill-color-tag-green-040:hsl(112, 57%, 57%);
1289
+ --t-fill-color-tag-yellow-010:hsl(45, 77%, 85%);
1290
+ --t-fill-color-tag-yellow-020:hsl(44, 78%, 77%);
1291
+ --t-fill-color-tag-yellow-030:hsl(44, 92%, 69%);
1292
+ --t-fill-color-tag-yellow-040:hsl(44, 93%, 61%);
1293
+ --t-fill-color-tag-orange-010:hsl(22, 89%, 89%);
1294
+ --t-fill-color-tag-orange-020:hsl(21, 89%, 82%);
1295
+ --t-fill-color-tag-orange-030:hsl(21, 86%, 72%);
1296
+ --t-fill-color-tag-orange-040:hsl(21, 86%, 64%);
1297
+ --t-fill-color-tag-pink-010:hsl(311, 66%, 92%);
1298
+ --t-fill-color-tag-pink-020:hsl(310, 64%, 85%);
1299
+ --t-fill-color-tag-pink-030:hsl(324, 78%, 77%);
1300
+ --t-fill-color-tag-pink-040:hsl(324, 76%, 70%);
1301
+ --t-fill-color-tag-purple-010:hsl(259, 74%, 93%);
1302
+ --t-fill-color-tag-purple-020:hsl(259, 74%, 85%);
1303
+ --t-fill-color-tag-purple-030:hsl(273, 62%, 76%);
1304
+ --t-fill-color-tag-purple-040:hsl(273, 62%, 70%);
1305
+ --t-fill-color-tag-magenta-010:hsl(294, 37%, 90%);
1306
+ --t-fill-color-tag-magenta-020:hsl(291, 40%, 83%);
1307
+ --t-fill-color-tag-magenta-030:hsl(291, 48%, 70%);
1308
+ --t-fill-color-tag-magenta-040:hsl(292, 48%, 63%);
1309
+ --t-fill-color-tag-indigo-010:hsl(234, 78%, 93%);
1310
+ --t-fill-color-tag-indigo-020:hsl(233, 79%, 87%);
1311
+ --t-fill-color-tag-indigo-030:hsl(233, 77%, 81%);
1312
+ --t-fill-color-tag-indigo-040:hsl(236, 79%, 74%);
1313
+ --t-fill-color-button-neutral-solid-default:hsl(0, 0%, 93%);
1314
+ --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 88%);
1315
+ --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 81%);
1316
+ --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 95%);
1317
+ --t-fill-color-button-neutral-outline-dim-default:hsla(0, 0%, 100%, 0);
1318
+ --t-fill-color-button-neutral-outline-dim-hover:hsl(0, 0%, 95%);
1319
+ --t-fill-color-button-neutral-outline-dim-active:hsl(0, 0%, 93%);
1320
+ --t-fill-color-button-neutral-outline-dim-disabled:hsl(0, 0%, 98%);
1321
+ --t-fill-color-button-neutral-ghost-default:hsla(0, 0%, 100%, 0);
1322
+ --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 95%);
1323
+ --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 93%);
1324
+ --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 100%, 0);
1325
+ --t-fill-color-button-neutral-responsive-header-default:hsla(0, 0%, 0%, 0.1);
1326
+ --t-fill-color-button-neutral-responsive-header-hover:hsla(0, 0%, 0%, 0.2);
1327
+ --t-fill-color-button-neutral-responsive-header-active:hsla(0, 0%, 0%, 0.3);
1328
+ --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 0%, 0.05);
1329
+ --t-fill-color-button-interaction-solid-default:hsl(204, 100%, 40%);
1330
+ --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 35%);
1331
+ --t-fill-color-button-interaction-solid-active:hsl(204, 100%, 30%);
1332
+ --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 95%);
1333
+ --t-fill-color-button-interaction-outline-dim-default:hsla(0, 0%, 100%, 0);
1334
+ --t-fill-color-button-interaction-outline-dim-hover:hsl(204, 100%, 97%);
1335
+ --t-fill-color-button-interaction-outline-dim-active:hsl(203, 94%, 94%);
1336
+ --t-fill-color-button-interaction-outline-dim-disabled:hsl(0, 0%, 98%);
1337
+ --t-fill-color-button-interaction-ghost-default:hsla(0, 0%, 100%, 0);
1338
+ --t-fill-color-button-interaction-ghost-hover:hsl(204, 100%, 97%);
1339
+ --t-fill-color-button-interaction-ghost-active:hsl(203, 94%, 94%);
1340
+ --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 100%, 0);
1341
+ --t-fill-color-button-delete-solid-default:hsl(8, 60%, 47%);
1342
+ --t-fill-color-button-delete-solid-hover:hsl(8, 60%, 45%);
1343
+ --t-fill-color-button-delete-solid-active:hsl(8, 60%, 40%);
1344
+ --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 95%);
1345
+ --t-fill-color-button-delete-outline-dim-default:hsla(0, 0%, 100%, 0);
1346
+ --t-fill-color-button-delete-outline-dim-hover:hsl(7, 60%, 97%);
1347
+ --t-fill-color-button-delete-outline-dim-active:hsl(9, 59%, 93%);
1348
+ --t-fill-color-button-delete-outline-dim-disabled:hsl(0, 0%, 98%);
1349
+ --t-fill-color-button-delete-ghost-default:hsla(0, 0%, 100%, 0);
1350
+ --t-fill-color-button-delete-ghost-hover:hsl(7, 60%, 97%);
1351
+ --t-fill-color-button-delete-ghost-active:hsl(9, 59%, 93%);
1352
+ --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 100%, 0);
1353
+ --t-fill-color-button-pill-default:hsl(0, 0%, 93%);
1354
+ --t-fill-color-button-pill-hover:hsl(0, 0%, 88%);
1355
+ --t-fill-color-button-pill-active:hsl(0, 0%, 88%);
1356
+ --t-fill-color-button-pill-disabled:hsl(0, 0%, 93%);
1357
+ --t-fill-color-transparency-light-010:hsla(0, 0%, 100%, 0.1);
1358
+ --t-fill-color-transparency-light-020:hsla(0, 0%, 100%, 0.2);
1359
+ --t-fill-color-transparency-light-030:hsla(0, 0%, 100%, 0.3);
1360
+ --t-fill-color-transparency-light-040:hsla(0, 0%, 100%, 0.4);
1361
+ --t-fill-color-transparency-light-050:hsla(0, 0%, 100%, 0.5);
1362
+ --t-fill-color-transparency-light-060:hsla(0, 0%, 100%, 0.6);
1363
+ --t-fill-color-transparency-light-070:hsla(0, 0%, 100%, 0.7);
1364
+ --t-fill-color-transparency-light-080:hsla(0, 0%, 100%, 0.8);
1365
+ --t-fill-color-transparency-light-090:hsla(0, 0%, 100%, 0.9);
1366
+ --t-fill-color-transparency-dark-010:hsla(0, 0%, 0%, 0.1);
1367
+ --t-fill-color-transparency-dark-020:hsla(0, 0%, 0%, 0.2);
1368
+ --t-fill-color-transparency-dark-030:hsla(0, 0%, 0%, 0.3);
1369
+ --t-fill-color-transparency-dark-040:hsla(0, 0%, 0%, 0.4);
1370
+ --t-fill-color-transparency-dark-050:hsla(0, 0%, 0%, 0.5);
1371
+ --t-fill-color-transparency-dark-060:hsla(0, 0%, 0%, 0.6);
1372
+ --t-fill-color-transparency-dark-070:hsla(0, 0%, 0%, 0.7);
1373
+ --t-fill-color-transparency-dark-080:hsla(0, 0%, 0%, 0.8);
1374
+ --t-fill-color-transparency-dark-090:hsla(0, 0%, 0%, 0.9);
1375
+ --t-fill-color-transparency-dark-static-010:hsla(0, 0%, 0%, 0.1);
1376
+ --t-fill-color-transparency-dark-static-020:hsla(0, 0%, 0%, 0.2);
1377
+ --t-fill-color-transparency-dark-static-030:hsla(0, 0%, 0%, 0.3);
1378
+ --t-fill-color-transparency-dark-static-040:hsla(0, 0%, 0%, 0.4);
1379
+ --t-fill-color-transparency-dark-static-050:hsla(0, 0%, 0%, 0.5);
1380
+ --t-fill-color-transparency-dark-static-060:hsla(0, 0%, 0%, 0.6);
1381
+ --t-fill-color-transparency-dark-static-070:hsla(0, 0%, 0%, 0.7);
1382
+ --t-fill-color-transparency-dark-static-080:hsla(0, 0%, 0%, 0.8);
1383
+ --t-fill-color-transparency-dark-static-090:hsla(0, 0%, 0%, 0.9);
1384
+ --t-surface-color-card:hsl(0, 0%, 100%);
1385
+ --t-surface-color-canvas:hsl(0, 0%, 100%);
1386
+ --t-border-color-default-base:hsl(0, 0%, 88%);
1387
+ --t-border-color-default-dark:hsl(0, 0%, 81%);
1388
+ --t-border-color-default-darker:hsl(0, 0%, 68%);
1389
+ --t-border-color-default-darkest:hsl(0, 0%, 58%);
1390
+ --t-border-color-default-disabled:hsl(0, 0%, 88%);
1391
+ --t-border-color-default-dim:hsl(0, 0%, 95%);
1392
+ --t-border-color-default-white:hsl(0, 0%, 100%);
1393
+ --t-border-color-status-neutral:hsl(0, 0%, 58%);
1394
+ --t-border-color-status-info:hsl(204, 100%, 40%);
1395
+ --t-border-color-status-success:hsl(97, 57%, 40%);
1396
+ --t-border-color-status-warning:hsl(42, 84%, 63%);
1397
+ --t-border-color-status-error:hsl(8, 60%, 47%);
1398
+ --t-border-color-button-neutral:hsl(0, 0%, 88%);
1399
+ --t-border-color-button-info:hsl(204, 100%, 40%);
1400
+ --t-border-color-button-create:hsl(96, 57%, 33%);
1401
+ --t-border-color-button-delete:hsl(8, 60%, 47%);
1402
+ --t-border-color-control-neutral:hsl(0, 0%, 68%);
1403
+ --t-border-color-control-info:hsl(204, 100%, 40%);
1404
+ --t-border-color-control-success:hsl(97, 57%, 40%);
1405
+ --t-border-color-control-warning:hsl(42, 84%, 63%);
1406
+ --t-border-color-control-error:hsl(8, 60%, 47%);
1407
+ --t-border-color-control-disabled:hsl(0, 0%, 88%);
1408
+ --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.07);
1409
+ --t-form-background-color:var(--t-fill-color-neutral-100);
1410
+ --t-form-background-color-disabled:var(--t-fill-color-neutral-070);
1411
+ --t-form-background-color-error:var(--t-fill-color-neutral-100);
1412
+ --t-form-background-color-readonly:var(--t-fill-color-neutral-070);
1413
+ --t-form-border-color:var(--t-border-color-default-base);
1414
+ --t-form-border-color-disabled:var(--t-border-color-default-base);
1415
+ --t-form-border-color-error:var(--t-border-color-status-error);
1416
+ --t-form-border-color-focus:var(--t-fill-color-interaction-default);
1417
+ --t-form-border-color-hover:var(--t-border-color-default-dark);
1418
+ --t-form-border-color-readonly:hsla(0, 0%, 100%, 0);
1419
+ --t-form-border-radius:var(--t-border-radius-md);
1420
+ --t-form-border-width:var(--t-border-width-default);
1421
+ --t-form-font-color:var(--t-text-color-default-primary);
1422
+ --t-form-font-color-disabled:var(--t-text-color-default-disabled);
1423
+ --t-form-font-color-error:var(--t-text-color-status-error);
1424
+ --t-form-font-color-readonly:var(--t-text-color-default-primary);
1425
+ --t-form-picker-icon-color:var(--t-icon-color-default-primary);
1426
+ --t-form-placeholder-color:var(--t-text-color-default-placeholder);
1427
+ --t-border-size-default:var(--t-border-width-default);
1428
+ --t-border-size-thick:var(--t-border-width-thick);
1429
+ --t-font-weight-semi-bold:var(--t-font-weight-semibold);
1430
+ --t-icon-color-status-neutral-dark:hsl(0, 0%, 24%);
1431
+ --t-icon-color-status-info-secondary:hsl(204, 100%, 40%);
1432
+ --t-fill-color-alert-info:hsl(204, 94%, 49%);
1433
+ --t-fill-color-alert-success:hsl(122, 60%, 41%);
1434
+ --t-fill-color-alert-warning:hsl(43, 96%, 58%);
1435
+ --t-fill-color-alert-error:hsl(4, 77%, 59%);
1436
+ --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 98%);
1437
+ --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 98%);
1438
+ --t-fill-color-button-create-solid-default:hsl(96, 57%, 33%);
1439
+ --t-fill-color-button-create-solid-hover:hsl(97, 57%, 28%);
1440
+ --t-fill-color-button-create-solid-active:hsl(97, 57%, 23%);
1441
+ --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 81%);
1442
+ --t-fill-color-button-create-ghost-default:hsla(0, 0%, 100%, 0);
1443
+ --t-fill-color-button-create-ghost-hover:hsl(96, 60%, 95%);
1444
+ --t-fill-color-button-create-ghost-active:hsl(97, 57%, 90%);
1445
+ --t-fill-color-button-create-ghost-disabled:hsla(0, 0%, 100%, 0);
1446
+ }
1447
+
1448
1448
  .symbol{
1449
1449
  display:inline-block;
1450
1450
  vertical-align:text-top;