@planningcenter/tapestry 3.0.0-rc.10 → 3.0.0-rc.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist/components/button/BaseButton.d.ts.map +1 -1
  2. package/dist/components/button/BaseButton.js +3 -2
  3. package/dist/components/button/BaseButton.js.map +1 -1
  4. package/dist/components/page-header/index.js +1 -1
  5. package/dist/components/sidenav/index.js +1 -1
  6. package/dist/reactRender.css +556 -556
  7. package/dist/reactRender.css.map +1 -1
  8. package/dist/reactRenderLegacy.css +556 -556
  9. package/dist/reactRenderLegacy.css.map +1 -1
  10. package/dist/tapestry-wc/dist/components/{p-DyZLaxTd.js → p-BENN-B90.js} +2 -2
  11. package/dist/tapestry-wc/dist/components/{p-DyZLaxTd.js.map → p-BENN-B90.js.map} +1 -1
  12. package/dist/tapestry-wc/dist/components/{p-N9a-y0Yp.js → p-BSqooG3Q.js} +2 -2
  13. package/dist/tapestry-wc/dist/components/{p-N9a-y0Yp.js.map → p-BSqooG3Q.js.map} +1 -1
  14. package/dist/tapestry-wc/dist/components/{p-DIxTyg8i.js → p-C_2jFU2Z.js} +3 -3
  15. package/dist/tapestry-wc/dist/components/{p-DIxTyg8i.js.map → p-C_2jFU2Z.js.map} +1 -1
  16. package/dist/tapestry-wc/dist/components/{p-CAuZNjx2.js → p-DGOVIgy4.js} +3 -3
  17. package/dist/tapestry-wc/dist/components/{p-CAuZNjx2.js.map → p-DGOVIgy4.js.map} +1 -1
  18. package/dist/tapestry-wc/dist/components/{p-DYAQgo1L.js → p-DMt3FD_X.js} +3 -3
  19. package/dist/tapestry-wc/dist/components/{p-DYAQgo1L.js.map → p-DMt3FD_X.js.map} +1 -1
  20. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js +2 -2
  21. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js.map +1 -1
  22. package/dist/tapestry-wc/dist/components/tds-page-header.js +3 -3
  23. package/dist/tapestry-wc/dist/components/tds-page-header.js.map +1 -1
  24. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js +3 -3
  25. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js.map +1 -1
  26. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js +2 -2
  27. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js.map +1 -1
  28. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js +3 -3
  29. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js.map +1 -1
  30. package/dist/tapestry-wc/dist/components/tds-sidenav.js +5 -5
  31. package/dist/tapestry-wc/dist/components/tds-sidenav.js.map +1 -1
  32. package/package.json +3 -3
@@ -1,561 +1,5 @@
1
1
  @layer t-critical, t-component;
2
2
 
3
- :root{
4
- --t-border-size-default:var(--t-border-width);
5
- --t-border-size-thick:var(--t-border-width-thick);
6
- --t-font-weight-semi-bold:var(--t-font-weight-semibold);
7
- --t-icon-color-status-neutral-dark:var(--t-icon-color-status-neutral-bold);
8
- --t-icon-color-status-info-secondary:var(--t-icon-color-status-info);
9
- --t-fill-color-status-neutral-solid:var(--t-fill-color-status-neutral);
10
- --t-fill-color-status-info-solid:var(--t-fill-color-status-info);
11
- --t-fill-color-status-success-solid:var(--t-fill-color-status-success);
12
- --t-fill-color-status-warning-solid:var(--t-fill-color-status-warning);
13
- --t-fill-color-status-error-solid:var(--t-fill-color-status-error);
14
- --t-fill-color-alert-info:hsl(204, 94%, 49%);
15
- --t-fill-color-alert-success:hsl(122, 60%, 41%);
16
- --t-fill-color-alert-warning:hsl(43, 96%, 58%);
17
- --t-fill-color-alert-error:hsl(4, 77%, 59%);
18
- --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 98%);
19
- --t-fill-color-button-neutral-outline-dim-default:var(--t-fill-color-button-neutral-outline);
20
- --t-fill-color-button-neutral-outline-dim-hover:var(--t-fill-color-button-neutral-outline-hover);
21
- --t-fill-color-button-neutral-outline-dim-active:var(--t-fill-color-button-neutral-outline-active);
22
- --t-fill-color-button-neutral-outline-dim-disabled:var(--t-fill-color-button-neutral-outline-disabled);
23
- --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 98%);
24
- --t-fill-color-button-interaction-outline-dim-default:var(--t-fill-color-button-interaction-outline);
25
- --t-fill-color-button-interaction-outline-dim-hover:var(--t-fill-color-button-interaction-outline-hover);
26
- --t-fill-color-button-interaction-outline-dim-active:var(--t-fill-color-button-interaction-outline-active);
27
- --t-fill-color-button-interaction-outline-dim-disabled:var(--t-fill-color-button-interaction-outline-disabled);
28
- --t-fill-color-button-create-solid-default:hsl(96, 57%, 33%);
29
- --t-fill-color-button-create-solid-hover:hsl(97, 57%, 28%);
30
- --t-fill-color-button-create-solid-active:hsl(97, 57%, 23%);
31
- --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 81%);
32
- --t-fill-color-button-create-ghost-default:hsla(0, 0%, 100%, 0);
33
- --t-fill-color-button-create-ghost-hover:hsl(96, 60%, 95%);
34
- --t-fill-color-button-create-ghost-active:hsl(97, 57%, 90%);
35
- --t-fill-color-button-create-ghost-disabled:hsla(0, 0%, 100%, 0);
36
- --t-fill-color-button-delete-outline-dim-default:var(--t-fill-color-button-delete-outline);
37
- --t-fill-color-button-delete-outline-dim-hover:var(--t-fill-color-button-delete-outline-hover);
38
- --t-fill-color-button-delete-outline-dim-active:var(--t-fill-color-button-delete-outline-active);
39
- --t-fill-color-button-delete-outline-dim-disabled:var(--t-fill-color-button-delete-outline-disabled);
40
- }
41
-
42
- :root[data-color-mode="dark"]{
43
- --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
44
- --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
45
- --t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
46
- --t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
47
- --t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
48
- --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
49
- --t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
50
- --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
51
- }
52
-
53
- :root{
54
- --t-border-color-default-base:var(--t-border-color);
55
- --t-border-color-default-dark:var(--t-border-color-dark);
56
- --t-border-color-default-darker:var(--t-border-color-darker);
57
- --t-border-color-default-darkest:var(--t-border-color-darkest);
58
- --t-border-color-default-dim:var(--t-border-color-dim);
59
- --t-border-color-default-disabled:var(--t-border-color-disabled);
60
- --t-border-color-default-white:var(--t-border-color-white);
61
- --t-border-radius-default:var(--t-border-radius);
62
- --t-border-width-default:var(--t-border-width);
63
- --t-fill-color-button-delete-ghost-default:var(--t-fill-color-button-delete-ghost);
64
- --t-fill-color-button-delete-outline-default:var(--t-fill-color-button-delete-outline);
65
- --t-fill-color-button-delete-solid-default:var(--t-fill-color-button-delete-solid);
66
- --t-fill-color-button-interaction-ghost-default:var(--t-fill-color-button-interaction-ghost);
67
- --t-fill-color-button-interaction-outline-default:var(--t-fill-color-button-interaction-outline);
68
- --t-fill-color-button-interaction-solid-default:var(--t-fill-color-button-interaction-solid);
69
- --t-fill-color-button-neutral-ghost-default:var(--t-fill-color-button-neutral-ghost);
70
- --t-fill-color-button-neutral-outline-default:var(--t-fill-color-button-neutral-outline);
71
- --t-fill-color-button-neutral-responsive-header-default:var(--t-fill-color-button-neutral-responsive-header);
72
- --t-fill-color-button-neutral-solid-default:var(--t-fill-color-button-neutral-solid);
73
- --t-fill-color-button-pill-default:var(--t-fill-color-button-pill);
74
- --t-fill-color-control-primary:var(--t-fill-color-control);
75
- --t-fill-color-interaction-default:var(--t-fill-color-interaction);
76
- --t-fill-color-product-staff-base:var(--t-fill-color-product-staff);
77
- --t-fill-color-status-error-primary:var(--t-fill-color-status-error);
78
- --t-fill-color-tooltip-primary:var(--t-fill-color-tooltip);
79
- --t-icon-color-default-dim:var(--t-icon-color-dim);
80
- --t-icon-color-default-disabled:var(--t-icon-color-disabled);
81
- --t-icon-color-default-inverted:var(--t-icon-color-inverted);
82
- --t-icon-color-default-primary:var(--t-icon-color);
83
- --t-icon-color-default-secondary:var(--t-icon-color-secondary);
84
- --t-icon-color-status-error-primary:var(--t-icon-color-status-error);
85
- --t-icon-color-status-info-primary:var(--t-icon-color-status-info);
86
- --t-icon-color-status-neutral-primary:var(--t-icon-color-status-neutral);
87
- --t-icon-color-status-success-primary:var(--t-icon-color-status-success);
88
- --t-icon-color-status-warning-primary:var(--t-icon-color-status-warning);
89
- --t-text-color-default-disabled:var(--t-text-color-disabled);
90
- --t-text-color-default-headline:var(--t-text-color-headline);
91
- --t-text-color-default-inverted:var(--t-text-color-inverted);
92
- --t-text-color-default-placeholder:var(--t-text-color-placeholder);
93
- --t-text-color-default-primary:var(--t-text-color);
94
- --t-text-color-default-secondary:var(--t-text-color-secondary);
95
- --t-text-color-interaction-primary:var(--t-text-color-interaction);
96
- }
97
-
98
- @media (prefers-color-scheme: dark){
99
- :root[data-color-mode="system"]{
100
- --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
101
- --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
102
- --t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
103
- --t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
104
- --t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
105
- --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
106
- --t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
107
- --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
108
- }
109
- }
110
-
111
- :root[data-color-mode="dark"]{
112
- color-scheme:dark;
113
- --t-text-color-headline:hsl(0, 0%, 94%);
114
- --t-text-color:hsl(0, 0%, 80%);
115
- --t-text-color-secondary:hsl(0, 0%, 54%);
116
- --t-text-color-disabled:hsl(0, 0%, 25%);
117
- --t-text-color-placeholder:hsl(0, 0%, 38%);
118
- --t-text-color-interaction:hsl(204, 68%, 55%);
119
- --t-text-color-interaction-hover:hsl(204, 68%, 50%);
120
- --t-text-color-interaction-active:hsl(204, 68%, 45%);
121
- --t-text-color-interaction-visited:hsl(204, 68%, 50%);
122
- --t-text-color-status-neutral:hsl(0, 0%, 80%);
123
- --t-text-color-status-info:hsl(204, 68%, 55%);
124
- --t-text-color-status-success:hsl(97, 57%, 41%);
125
- --t-text-color-status-warning:hsl(42, 84%, 55%);
126
- --t-text-color-status-error:hsl(8, 61%, 61%);
127
- --t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
128
- --t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
129
- --t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
130
- --t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
131
- --t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
132
- --t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
133
- --t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
134
- --t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
135
- --t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
136
- --t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
137
- --t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
138
- --t-text-color-tag-bold-gray:hsl(0, 0%, 100%);
139
- --t-text-color-tag-bold-indigo:hsl(0, 0%, 100%);
140
- --t-text-color-tag-bold-blue:hsl(0, 0%, 100%);
141
- --t-text-color-tag-bold-aqua:hsl(0, 0%, 100%);
142
- --t-text-color-tag-bold-teal:hsl(0, 0%, 100%);
143
- --t-text-color-tag-bold-green:hsl(0, 0%, 100%);
144
- --t-text-color-tag-bold-yellow:hsl(0, 0%, 100%);
145
- --t-text-color-tag-bold-orange:hsl(0, 0%, 100%);
146
- --t-text-color-tag-bold-pink:hsl(0, 0%, 100%);
147
- --t-text-color-tag-bold-purple:hsl(0, 0%, 100%);
148
- --t-text-color-tag-bold-magenta:hsl(0, 0%, 100%);
149
- --t-icon-color:hsl(0, 0%, 80%);
150
- --t-icon-color-secondary:hsl(0, 0%, 54%);
151
- --t-icon-color-dim:hsl(0, 0%, 38%);
152
- --t-icon-color-disabled:hsl(0, 0%, 25%);
153
- --t-icon-color-status-neutral:hsl(0, 0%, 54%);
154
- --t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
155
- --t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
156
- --t-icon-color-status-info:hsl(204, 68%, 55%);
157
- --t-icon-color-status-error:hsl(8, 61%, 61%);
158
- --t-fill-color-neutral-100:hsl(0, 0%, 10%);
159
- --t-fill-color-neutral-000:hsl(0, 0%, 98%);
160
- --t-fill-color-neutral-010:hsl(0, 0%, 88%);
161
- --t-fill-color-neutral-020:hsl(0, 0%, 68%);
162
- --t-fill-color-neutral-025:hsl(0, 0%, 58%);
163
- --t-fill-color-neutral-030:hsl(0, 0%, 50%);
164
- --t-fill-color-neutral-040:hsl(0, 0%, 32%);
165
- --t-fill-color-neutral-050:hsl(0, 0%, 24%);
166
- --t-fill-color-neutral-060:hsl(0, 0%, 19%);
167
- --t-fill-color-neutral-070:hsl(0, 0%, 17%);
168
- --t-fill-color-neutral-080:hsl(0, 0%, 15%);
169
- --t-fill-color-neutral-090:hsl(0, 0%, 12%);
170
- --t-fill-color-interaction:hsl(204, 100%, 35%);
171
- --t-fill-color-interaction-hover:hsl(204, 100%, 40%);
172
- --t-fill-color-interaction-active:hsl(204, 80%, 45%);
173
- --t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
174
- --t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
175
- --t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
176
- --t-fill-color-control:hsl(204, 100%, 35%);
177
- --t-fill-color-control-disabled:hsl(0, 0%, 20%);
178
- --t-fill-color-status-neutral:hsl(0, 0%, 24%);
179
- --t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
180
- --t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
181
- --t-fill-color-status-info:hsl(204, 100%, 35%);
182
- --t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
183
- --t-fill-color-status-info-dim:hsl(206, 22%, 15%);
184
- --t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
185
- --t-fill-color-status-success-dim:hsl(120, 12%, 14%);
186
- --t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
187
- --t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
188
- --t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
189
- --t-fill-color-status-error-dim:hsl(10, 16%, 15%);
190
- --t-fill-color-tooltip:hsla(0, 0%, 24%, 0.9);
191
- --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
192
- --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
193
- --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
194
- --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
195
- --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(285, 17%, 18%) 25%, hsl(263, 15%, 17%) 60%, hsl(204, 70%, 12%));
196
- --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
197
- --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(43, 80%, 16%), hsl(267, 15%, 14%) 58.5%, hsl(204, 70%, 12%));
198
- --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(44, 49%, 13%), hsl(264, 8%, 12%) 58.5%, hsl(203, 37%, 11%));
199
- --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
200
- --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
201
- --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
202
- --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
203
- --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
204
- --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
205
- --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
206
- --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
207
- --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(174, 34%, 18%), hsl(187, 39%, 14%) 39.5%, hsl(204, 70%, 12%));
208
- --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(173, 22%, 15%), hsl(185, 21%, 12%) 39.5%, hsl(203, 37%, 11%));
209
- --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(87, 26%, 18%), hsl(88, 25%, 15%) 39.5%, hsl(204, 70%, 12%));
210
- --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(85, 17%, 14%), hsl(87, 14%, 13%) 39.5%, hsl(203, 37%, 11%));
211
- --t-fill-color-tag-gray-010:hsl(0, 0%, 20%);
212
- --t-fill-color-tag-gray-020:hsl(0, 0%, 24%);
213
- --t-fill-color-tag-gray-030:hsl(0, 0%, 36%);
214
- --t-fill-color-tag-gray-040:hsl(0, 0%, 42%);
215
- --t-fill-color-tag-blue-010:hsl(219, 26%, 24%);
216
- --t-fill-color-tag-blue-020:hsl(220, 28%, 29%);
217
- --t-fill-color-tag-blue-030:hsl(219, 32%, 45%);
218
- --t-fill-color-tag-blue-040:hsl(220, 35%, 52%);
219
- --t-fill-color-tag-aqua-010:hsl(200, 30%, 21%);
220
- --t-fill-color-tag-aqua-020:hsl(200, 33%, 26%);
221
- --t-fill-color-tag-aqua-030:hsl(200, 39%, 38%);
222
- --t-fill-color-tag-aqua-040:hsl(200, 39%, 43%);
223
- --t-fill-color-tag-teal-010:hsl(169, 33%, 19%);
224
- --t-fill-color-tag-teal-020:hsl(169, 37%, 22%);
225
- --t-fill-color-tag-teal-030:hsl(169, 43%, 31%);
226
- --t-fill-color-tag-teal-040:hsl(169, 44%, 35%);
227
- --t-fill-color-tag-green-010:hsl(110, 30%, 20%);
228
- --t-fill-color-tag-green-020:hsl(112, 33%, 23%);
229
- --t-fill-color-tag-green-030:hsl(112, 37%, 33%);
230
- --t-fill-color-tag-green-040:hsl(112, 39%, 37%);
231
- --t-fill-color-tag-yellow-010:hsl(44, 39%, 19%);
232
- --t-fill-color-tag-yellow-020:hsl(44, 44%, 22%);
233
- --t-fill-color-tag-yellow-030:hsl(44, 50%, 31%);
234
- --t-fill-color-tag-yellow-040:hsl(44, 53%, 36%);
235
- --t-fill-color-tag-orange-010:hsl(21, 35%, 22%);
236
- --t-fill-color-tag-orange-020:hsl(20, 38%, 26%);
237
- --t-fill-color-tag-orange-030:hsl(21, 44%, 40%);
238
- --t-fill-color-tag-orange-040:hsl(21, 46%, 45%);
239
- --t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
240
- --t-fill-color-tag-pink-020:hsl(324, 26%, 26%);
241
- --t-fill-color-tag-pink-030:hsl(324, 30%, 45%);
242
- --t-fill-color-tag-pink-040:hsl(324, 33%, 51%);
243
- --t-fill-color-tag-purple-010:hsl(274, 20%, 23%);
244
- --t-fill-color-tag-purple-020:hsl(274, 21%, 28%);
245
- --t-fill-color-tag-purple-030:hsl(274, 25%, 46%);
246
- --t-fill-color-tag-purple-040:hsl(274, 28%, 53%);
247
- --t-fill-color-tag-magenta-010:hsl(292, 20%, 21%);
248
- --t-fill-color-tag-magenta-020:hsl(292, 22%, 26%);
249
- --t-fill-color-tag-magenta-030:hsl(293, 26%, 42%);
250
- --t-fill-color-tag-magenta-040:hsl(292, 27%, 48%);
251
- --t-fill-color-tag-indigo-010:hsl(235, 21%, 24%);
252
- --t-fill-color-tag-indigo-020:hsl(236, 22%, 29%);
253
- --t-fill-color-tag-indigo-030:hsl(236, 26%, 50%);
254
- --t-fill-color-tag-indigo-040:hsl(236, 34%, 56%);
255
- --t-fill-color-button-neutral-solid:hsl(0, 0%, 19%);
256
- --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
257
- --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
258
- --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
259
- --t-fill-color-button-neutral-outline:hsl(0, 0%, 15%);
260
- --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 17%);
261
- --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 19%);
262
- --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 12%);
263
- --t-fill-color-button-neutral-ghost:hsla(0, 0%, 0%, 0);
264
- --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
265
- --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
266
- --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
267
- --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
268
- --t-fill-color-button-interaction-solid:hsl(204, 100%, 35%);
269
- --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
270
- --t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
271
- --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
272
- --t-fill-color-button-interaction-outline:hsl(204, 32%, 15%);
273
- --t-fill-color-button-interaction-outline-hover:hsl(204, 39%, 17%);
274
- --t-fill-color-button-interaction-outline-active:hsl(205, 45%, 18%);
275
- --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 12%);
276
- --t-fill-color-button-interaction-ghost:hsla(0, 0%, 0%, 0);
277
- --t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
278
- --t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
279
- --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
280
- --t-fill-color-button-delete-solid:hsl(8, 60%, 40%);
281
- --t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
282
- --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
283
- --t-fill-color-button-delete-outline:hsl(8, 20%, 16%);
284
- --t-fill-color-button-delete-outline-hover:hsl(9, 24%, 17%);
285
- --t-fill-color-button-delete-outline-active:hsl(9, 29%, 19%);
286
- --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 12%);
287
- --t-fill-color-button-delete-ghost:hsla(0, 0%, 0%, 0);
288
- --t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
289
- --t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
290
- --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
291
- --t-fill-color-button-pill:hsl(0, 0%, 18%);
292
- --t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
293
- --t-fill-color-button-pill-active:hsl(0, 0%, 21%);
294
- --t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
295
- --t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
296
- --t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
297
- --t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
298
- --t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
299
- --t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
300
- --t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
301
- --t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
302
- --t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
303
- --t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
304
- --t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
305
- --t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
306
- --t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
307
- --t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
308
- --t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
309
- --t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
310
- --t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
311
- --t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
312
- --t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
313
- --t-surface-color-card:hsl(0, 0%, 12%);
314
- --t-surface-color-canvas:hsl(0, 0%, 10%);
315
- --t-border-color:hsl(0, 0%, 21%);
316
- --t-border-color-dark:hsl(0, 0%, 25%);
317
- --t-border-color-darker:hsl(0, 0%, 33%);
318
- --t-border-color-darkest:hsl(0, 0%, 38%);
319
- --t-border-color-disabled:hsl(0, 0%, 21%);
320
- --t-border-color-dim:hsl(0, 0%, 16%);
321
- --t-border-color-white:hsl(0, 0%, 12%);
322
- --t-border-color-status-neutral:hsl(0, 0%, 38%);
323
- --t-border-color-status-info:hsl(204, 100%, 35%);
324
- --t-border-color-button-neutral:hsl(0, 0%, 19%);
325
- --t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
326
- --t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
327
- --t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
328
- --t-border-color-control-neutral:hsl(0, 0%, 33%);
329
- --t-border-color-control-info:hsl(204, 100%, 35%);
330
- --t-border-color-control-disabled:hsl(0, 0%, 21%);
331
- --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
332
- }
333
-
334
- @media (prefers-color-scheme: dark){
335
- :root[data-color-mode="system"]{
336
- color-scheme:dark;
337
- --t-text-color-headline:hsl(0, 0%, 94%);
338
- --t-text-color:hsl(0, 0%, 80%);
339
- --t-text-color-secondary:hsl(0, 0%, 54%);
340
- --t-text-color-disabled:hsl(0, 0%, 25%);
341
- --t-text-color-placeholder:hsl(0, 0%, 38%);
342
- --t-text-color-interaction:hsl(204, 68%, 55%);
343
- --t-text-color-interaction-hover:hsl(204, 68%, 50%);
344
- --t-text-color-interaction-active:hsl(204, 68%, 45%);
345
- --t-text-color-interaction-visited:hsl(204, 68%, 50%);
346
- --t-text-color-status-neutral:hsl(0, 0%, 80%);
347
- --t-text-color-status-info:hsl(204, 68%, 55%);
348
- --t-text-color-status-success:hsl(97, 57%, 41%);
349
- --t-text-color-status-warning:hsl(42, 84%, 55%);
350
- --t-text-color-status-error:hsl(8, 61%, 61%);
351
- --t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
352
- --t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
353
- --t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
354
- --t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
355
- --t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
356
- --t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
357
- --t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
358
- --t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
359
- --t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
360
- --t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
361
- --t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
362
- --t-text-color-tag-bold-gray:hsl(0, 0%, 100%);
363
- --t-text-color-tag-bold-indigo:hsl(0, 0%, 100%);
364
- --t-text-color-tag-bold-blue:hsl(0, 0%, 100%);
365
- --t-text-color-tag-bold-aqua:hsl(0, 0%, 100%);
366
- --t-text-color-tag-bold-teal:hsl(0, 0%, 100%);
367
- --t-text-color-tag-bold-green:hsl(0, 0%, 100%);
368
- --t-text-color-tag-bold-yellow:hsl(0, 0%, 100%);
369
- --t-text-color-tag-bold-orange:hsl(0, 0%, 100%);
370
- --t-text-color-tag-bold-pink:hsl(0, 0%, 100%);
371
- --t-text-color-tag-bold-purple:hsl(0, 0%, 100%);
372
- --t-text-color-tag-bold-magenta:hsl(0, 0%, 100%);
373
- --t-icon-color:hsl(0, 0%, 80%);
374
- --t-icon-color-secondary:hsl(0, 0%, 54%);
375
- --t-icon-color-dim:hsl(0, 0%, 38%);
376
- --t-icon-color-disabled:hsl(0, 0%, 25%);
377
- --t-icon-color-status-neutral:hsl(0, 0%, 54%);
378
- --t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
379
- --t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
380
- --t-icon-color-status-info:hsl(204, 68%, 55%);
381
- --t-icon-color-status-error:hsl(8, 61%, 61%);
382
- --t-fill-color-neutral-100:hsl(0, 0%, 10%);
383
- --t-fill-color-neutral-000:hsl(0, 0%, 98%);
384
- --t-fill-color-neutral-010:hsl(0, 0%, 88%);
385
- --t-fill-color-neutral-020:hsl(0, 0%, 68%);
386
- --t-fill-color-neutral-025:hsl(0, 0%, 58%);
387
- --t-fill-color-neutral-030:hsl(0, 0%, 50%);
388
- --t-fill-color-neutral-040:hsl(0, 0%, 32%);
389
- --t-fill-color-neutral-050:hsl(0, 0%, 24%);
390
- --t-fill-color-neutral-060:hsl(0, 0%, 19%);
391
- --t-fill-color-neutral-070:hsl(0, 0%, 17%);
392
- --t-fill-color-neutral-080:hsl(0, 0%, 15%);
393
- --t-fill-color-neutral-090:hsl(0, 0%, 12%);
394
- --t-fill-color-interaction:hsl(204, 100%, 35%);
395
- --t-fill-color-interaction-hover:hsl(204, 100%, 40%);
396
- --t-fill-color-interaction-active:hsl(204, 80%, 45%);
397
- --t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
398
- --t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
399
- --t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
400
- --t-fill-color-control:hsl(204, 100%, 35%);
401
- --t-fill-color-control-disabled:hsl(0, 0%, 20%);
402
- --t-fill-color-status-neutral:hsl(0, 0%, 24%);
403
- --t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
404
- --t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
405
- --t-fill-color-status-info:hsl(204, 100%, 35%);
406
- --t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
407
- --t-fill-color-status-info-dim:hsl(206, 22%, 15%);
408
- --t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
409
- --t-fill-color-status-success-dim:hsl(120, 12%, 14%);
410
- --t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
411
- --t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
412
- --t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
413
- --t-fill-color-status-error-dim:hsl(10, 16%, 15%);
414
- --t-fill-color-tooltip:hsla(0, 0%, 24%, 0.9);
415
- --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
416
- --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
417
- --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
418
- --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
419
- --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(285, 17%, 18%) 25%, hsl(263, 15%, 17%) 60%, hsl(204, 70%, 12%));
420
- --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
421
- --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(43, 80%, 16%), hsl(267, 15%, 14%) 58.5%, hsl(204, 70%, 12%));
422
- --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(44, 49%, 13%), hsl(264, 8%, 12%) 58.5%, hsl(203, 37%, 11%));
423
- --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
424
- --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
425
- --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
426
- --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
427
- --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
428
- --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
429
- --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
430
- --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
431
- --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(174, 34%, 18%), hsl(187, 39%, 14%) 39.5%, hsl(204, 70%, 12%));
432
- --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(173, 22%, 15%), hsl(185, 21%, 12%) 39.5%, hsl(203, 37%, 11%));
433
- --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(87, 26%, 18%), hsl(88, 25%, 15%) 39.5%, hsl(204, 70%, 12%));
434
- --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(85, 17%, 14%), hsl(87, 14%, 13%) 39.5%, hsl(203, 37%, 11%));
435
- --t-fill-color-tag-gray-010:hsl(0, 0%, 20%);
436
- --t-fill-color-tag-gray-020:hsl(0, 0%, 24%);
437
- --t-fill-color-tag-gray-030:hsl(0, 0%, 36%);
438
- --t-fill-color-tag-gray-040:hsl(0, 0%, 42%);
439
- --t-fill-color-tag-blue-010:hsl(219, 26%, 24%);
440
- --t-fill-color-tag-blue-020:hsl(220, 28%, 29%);
441
- --t-fill-color-tag-blue-030:hsl(219, 32%, 45%);
442
- --t-fill-color-tag-blue-040:hsl(220, 35%, 52%);
443
- --t-fill-color-tag-aqua-010:hsl(200, 30%, 21%);
444
- --t-fill-color-tag-aqua-020:hsl(200, 33%, 26%);
445
- --t-fill-color-tag-aqua-030:hsl(200, 39%, 38%);
446
- --t-fill-color-tag-aqua-040:hsl(200, 39%, 43%);
447
- --t-fill-color-tag-teal-010:hsl(169, 33%, 19%);
448
- --t-fill-color-tag-teal-020:hsl(169, 37%, 22%);
449
- --t-fill-color-tag-teal-030:hsl(169, 43%, 31%);
450
- --t-fill-color-tag-teal-040:hsl(169, 44%, 35%);
451
- --t-fill-color-tag-green-010:hsl(110, 30%, 20%);
452
- --t-fill-color-tag-green-020:hsl(112, 33%, 23%);
453
- --t-fill-color-tag-green-030:hsl(112, 37%, 33%);
454
- --t-fill-color-tag-green-040:hsl(112, 39%, 37%);
455
- --t-fill-color-tag-yellow-010:hsl(44, 39%, 19%);
456
- --t-fill-color-tag-yellow-020:hsl(44, 44%, 22%);
457
- --t-fill-color-tag-yellow-030:hsl(44, 50%, 31%);
458
- --t-fill-color-tag-yellow-040:hsl(44, 53%, 36%);
459
- --t-fill-color-tag-orange-010:hsl(21, 35%, 22%);
460
- --t-fill-color-tag-orange-020:hsl(20, 38%, 26%);
461
- --t-fill-color-tag-orange-030:hsl(21, 44%, 40%);
462
- --t-fill-color-tag-orange-040:hsl(21, 46%, 45%);
463
- --t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
464
- --t-fill-color-tag-pink-020:hsl(324, 26%, 26%);
465
- --t-fill-color-tag-pink-030:hsl(324, 30%, 45%);
466
- --t-fill-color-tag-pink-040:hsl(324, 33%, 51%);
467
- --t-fill-color-tag-purple-010:hsl(274, 20%, 23%);
468
- --t-fill-color-tag-purple-020:hsl(274, 21%, 28%);
469
- --t-fill-color-tag-purple-030:hsl(274, 25%, 46%);
470
- --t-fill-color-tag-purple-040:hsl(274, 28%, 53%);
471
- --t-fill-color-tag-magenta-010:hsl(292, 20%, 21%);
472
- --t-fill-color-tag-magenta-020:hsl(292, 22%, 26%);
473
- --t-fill-color-tag-magenta-030:hsl(293, 26%, 42%);
474
- --t-fill-color-tag-magenta-040:hsl(292, 27%, 48%);
475
- --t-fill-color-tag-indigo-010:hsl(235, 21%, 24%);
476
- --t-fill-color-tag-indigo-020:hsl(236, 22%, 29%);
477
- --t-fill-color-tag-indigo-030:hsl(236, 26%, 50%);
478
- --t-fill-color-tag-indigo-040:hsl(236, 34%, 56%);
479
- --t-fill-color-button-neutral-solid:hsl(0, 0%, 19%);
480
- --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
481
- --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
482
- --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
483
- --t-fill-color-button-neutral-outline:hsl(0, 0%, 15%);
484
- --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 17%);
485
- --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 19%);
486
- --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 12%);
487
- --t-fill-color-button-neutral-ghost:hsla(0, 0%, 0%, 0);
488
- --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
489
- --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
490
- --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
491
- --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
492
- --t-fill-color-button-interaction-solid:hsl(204, 100%, 35%);
493
- --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
494
- --t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
495
- --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
496
- --t-fill-color-button-interaction-outline:hsl(204, 32%, 15%);
497
- --t-fill-color-button-interaction-outline-hover:hsl(204, 39%, 17%);
498
- --t-fill-color-button-interaction-outline-active:hsl(205, 45%, 18%);
499
- --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 12%);
500
- --t-fill-color-button-interaction-ghost:hsla(0, 0%, 0%, 0);
501
- --t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
502
- --t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
503
- --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
504
- --t-fill-color-button-delete-solid:hsl(8, 60%, 40%);
505
- --t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
506
- --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
507
- --t-fill-color-button-delete-outline:hsl(8, 20%, 16%);
508
- --t-fill-color-button-delete-outline-hover:hsl(9, 24%, 17%);
509
- --t-fill-color-button-delete-outline-active:hsl(9, 29%, 19%);
510
- --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 12%);
511
- --t-fill-color-button-delete-ghost:hsla(0, 0%, 0%, 0);
512
- --t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
513
- --t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
514
- --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
515
- --t-fill-color-button-pill:hsl(0, 0%, 18%);
516
- --t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
517
- --t-fill-color-button-pill-active:hsl(0, 0%, 21%);
518
- --t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
519
- --t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
520
- --t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
521
- --t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
522
- --t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
523
- --t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
524
- --t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
525
- --t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
526
- --t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
527
- --t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
528
- --t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
529
- --t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
530
- --t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
531
- --t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
532
- --t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
533
- --t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
534
- --t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
535
- --t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
536
- --t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
537
- --t-surface-color-card:hsl(0, 0%, 12%);
538
- --t-surface-color-canvas:hsl(0, 0%, 10%);
539
- --t-border-color:hsl(0, 0%, 21%);
540
- --t-border-color-dark:hsl(0, 0%, 25%);
541
- --t-border-color-darker:hsl(0, 0%, 33%);
542
- --t-border-color-darkest:hsl(0, 0%, 38%);
543
- --t-border-color-disabled:hsl(0, 0%, 21%);
544
- --t-border-color-dim:hsl(0, 0%, 16%);
545
- --t-border-color-white:hsl(0, 0%, 12%);
546
- --t-border-color-status-neutral:hsl(0, 0%, 38%);
547
- --t-border-color-status-info:hsl(204, 100%, 35%);
548
- --t-border-color-button-neutral:hsl(0, 0%, 19%);
549
- --t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
550
- --t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
551
- --t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
552
- --t-border-color-control-neutral:hsl(0, 0%, 33%);
553
- --t-border-color-control-info:hsl(204, 100%, 35%);
554
- --t-border-color-control-disabled:hsl(0, 0%, 21%);
555
- --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
556
- }
557
- }
558
-
559
3
  :root{
560
4
  --t-border-radius-sm:2px;
561
5
  --t-border-radius-md:4px;
@@ -970,6 +414,562 @@
970
414
  --t-form-placeholder-color:var(--t-text-color-placeholder);
971
415
  }
972
416
 
417
+ @media (prefers-color-scheme: dark){
418
+ :root[data-color-mode="system"]{
419
+ color-scheme:dark;
420
+ --t-text-color-headline:hsl(0, 0%, 94%);
421
+ --t-text-color:hsl(0, 0%, 80%);
422
+ --t-text-color-secondary:hsl(0, 0%, 54%);
423
+ --t-text-color-disabled:hsl(0, 0%, 25%);
424
+ --t-text-color-placeholder:hsl(0, 0%, 38%);
425
+ --t-text-color-interaction:hsl(204, 68%, 55%);
426
+ --t-text-color-interaction-hover:hsl(204, 68%, 50%);
427
+ --t-text-color-interaction-active:hsl(204, 68%, 45%);
428
+ --t-text-color-interaction-visited:hsl(204, 68%, 50%);
429
+ --t-text-color-status-neutral:hsl(0, 0%, 80%);
430
+ --t-text-color-status-info:hsl(204, 68%, 55%);
431
+ --t-text-color-status-success:hsl(97, 57%, 41%);
432
+ --t-text-color-status-warning:hsl(42, 84%, 55%);
433
+ --t-text-color-status-error:hsl(8, 61%, 61%);
434
+ --t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
435
+ --t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
436
+ --t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
437
+ --t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
438
+ --t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
439
+ --t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
440
+ --t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
441
+ --t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
442
+ --t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
443
+ --t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
444
+ --t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
445
+ --t-text-color-tag-bold-gray:hsl(0, 0%, 100%);
446
+ --t-text-color-tag-bold-indigo:hsl(0, 0%, 100%);
447
+ --t-text-color-tag-bold-blue:hsl(0, 0%, 100%);
448
+ --t-text-color-tag-bold-aqua:hsl(0, 0%, 100%);
449
+ --t-text-color-tag-bold-teal:hsl(0, 0%, 100%);
450
+ --t-text-color-tag-bold-green:hsl(0, 0%, 100%);
451
+ --t-text-color-tag-bold-yellow:hsl(0, 0%, 100%);
452
+ --t-text-color-tag-bold-orange:hsl(0, 0%, 100%);
453
+ --t-text-color-tag-bold-pink:hsl(0, 0%, 100%);
454
+ --t-text-color-tag-bold-purple:hsl(0, 0%, 100%);
455
+ --t-text-color-tag-bold-magenta:hsl(0, 0%, 100%);
456
+ --t-icon-color:hsl(0, 0%, 80%);
457
+ --t-icon-color-secondary:hsl(0, 0%, 54%);
458
+ --t-icon-color-dim:hsl(0, 0%, 38%);
459
+ --t-icon-color-disabled:hsl(0, 0%, 25%);
460
+ --t-icon-color-status-neutral:hsl(0, 0%, 54%);
461
+ --t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
462
+ --t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
463
+ --t-icon-color-status-info:hsl(204, 68%, 55%);
464
+ --t-icon-color-status-error:hsl(8, 61%, 61%);
465
+ --t-fill-color-neutral-100:hsl(0, 0%, 10%);
466
+ --t-fill-color-neutral-000:hsl(0, 0%, 98%);
467
+ --t-fill-color-neutral-010:hsl(0, 0%, 88%);
468
+ --t-fill-color-neutral-020:hsl(0, 0%, 68%);
469
+ --t-fill-color-neutral-025:hsl(0, 0%, 58%);
470
+ --t-fill-color-neutral-030:hsl(0, 0%, 50%);
471
+ --t-fill-color-neutral-040:hsl(0, 0%, 32%);
472
+ --t-fill-color-neutral-050:hsl(0, 0%, 24%);
473
+ --t-fill-color-neutral-060:hsl(0, 0%, 19%);
474
+ --t-fill-color-neutral-070:hsl(0, 0%, 17%);
475
+ --t-fill-color-neutral-080:hsl(0, 0%, 15%);
476
+ --t-fill-color-neutral-090:hsl(0, 0%, 12%);
477
+ --t-fill-color-interaction:hsl(204, 100%, 35%);
478
+ --t-fill-color-interaction-hover:hsl(204, 100%, 40%);
479
+ --t-fill-color-interaction-active:hsl(204, 80%, 45%);
480
+ --t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
481
+ --t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
482
+ --t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
483
+ --t-fill-color-control:hsl(204, 100%, 35%);
484
+ --t-fill-color-control-disabled:hsl(0, 0%, 20%);
485
+ --t-fill-color-status-neutral:hsl(0, 0%, 24%);
486
+ --t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
487
+ --t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
488
+ --t-fill-color-status-info:hsl(204, 100%, 35%);
489
+ --t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
490
+ --t-fill-color-status-info-dim:hsl(206, 22%, 15%);
491
+ --t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
492
+ --t-fill-color-status-success-dim:hsl(120, 12%, 14%);
493
+ --t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
494
+ --t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
495
+ --t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
496
+ --t-fill-color-status-error-dim:hsl(10, 16%, 15%);
497
+ --t-fill-color-tooltip:hsla(0, 0%, 24%, 0.9);
498
+ --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
499
+ --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
500
+ --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
501
+ --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
502
+ --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(285, 17%, 18%) 25%, hsl(263, 15%, 17%) 60%, hsl(204, 70%, 12%));
503
+ --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
504
+ --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(43, 80%, 16%), hsl(267, 15%, 14%) 58.5%, hsl(204, 70%, 12%));
505
+ --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(44, 49%, 13%), hsl(264, 8%, 12%) 58.5%, hsl(203, 37%, 11%));
506
+ --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
507
+ --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
508
+ --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
509
+ --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
510
+ --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
511
+ --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
512
+ --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
513
+ --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
514
+ --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(174, 34%, 18%), hsl(187, 39%, 14%) 39.5%, hsl(204, 70%, 12%));
515
+ --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(173, 22%, 15%), hsl(185, 21%, 12%) 39.5%, hsl(203, 37%, 11%));
516
+ --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(87, 26%, 18%), hsl(88, 25%, 15%) 39.5%, hsl(204, 70%, 12%));
517
+ --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(85, 17%, 14%), hsl(87, 14%, 13%) 39.5%, hsl(203, 37%, 11%));
518
+ --t-fill-color-tag-gray-010:hsl(0, 0%, 20%);
519
+ --t-fill-color-tag-gray-020:hsl(0, 0%, 24%);
520
+ --t-fill-color-tag-gray-030:hsl(0, 0%, 36%);
521
+ --t-fill-color-tag-gray-040:hsl(0, 0%, 42%);
522
+ --t-fill-color-tag-blue-010:hsl(219, 26%, 24%);
523
+ --t-fill-color-tag-blue-020:hsl(220, 28%, 29%);
524
+ --t-fill-color-tag-blue-030:hsl(219, 32%, 45%);
525
+ --t-fill-color-tag-blue-040:hsl(220, 35%, 52%);
526
+ --t-fill-color-tag-aqua-010:hsl(200, 30%, 21%);
527
+ --t-fill-color-tag-aqua-020:hsl(200, 33%, 26%);
528
+ --t-fill-color-tag-aqua-030:hsl(200, 39%, 38%);
529
+ --t-fill-color-tag-aqua-040:hsl(200, 39%, 43%);
530
+ --t-fill-color-tag-teal-010:hsl(169, 33%, 19%);
531
+ --t-fill-color-tag-teal-020:hsl(169, 37%, 22%);
532
+ --t-fill-color-tag-teal-030:hsl(169, 43%, 31%);
533
+ --t-fill-color-tag-teal-040:hsl(169, 44%, 35%);
534
+ --t-fill-color-tag-green-010:hsl(110, 30%, 20%);
535
+ --t-fill-color-tag-green-020:hsl(112, 33%, 23%);
536
+ --t-fill-color-tag-green-030:hsl(112, 37%, 33%);
537
+ --t-fill-color-tag-green-040:hsl(112, 39%, 37%);
538
+ --t-fill-color-tag-yellow-010:hsl(44, 39%, 19%);
539
+ --t-fill-color-tag-yellow-020:hsl(44, 44%, 22%);
540
+ --t-fill-color-tag-yellow-030:hsl(44, 50%, 31%);
541
+ --t-fill-color-tag-yellow-040:hsl(44, 53%, 36%);
542
+ --t-fill-color-tag-orange-010:hsl(21, 35%, 22%);
543
+ --t-fill-color-tag-orange-020:hsl(20, 38%, 26%);
544
+ --t-fill-color-tag-orange-030:hsl(21, 44%, 40%);
545
+ --t-fill-color-tag-orange-040:hsl(21, 46%, 45%);
546
+ --t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
547
+ --t-fill-color-tag-pink-020:hsl(324, 26%, 26%);
548
+ --t-fill-color-tag-pink-030:hsl(324, 30%, 45%);
549
+ --t-fill-color-tag-pink-040:hsl(324, 33%, 51%);
550
+ --t-fill-color-tag-purple-010:hsl(274, 20%, 23%);
551
+ --t-fill-color-tag-purple-020:hsl(274, 21%, 28%);
552
+ --t-fill-color-tag-purple-030:hsl(274, 25%, 46%);
553
+ --t-fill-color-tag-purple-040:hsl(274, 28%, 53%);
554
+ --t-fill-color-tag-magenta-010:hsl(292, 20%, 21%);
555
+ --t-fill-color-tag-magenta-020:hsl(292, 22%, 26%);
556
+ --t-fill-color-tag-magenta-030:hsl(293, 26%, 42%);
557
+ --t-fill-color-tag-magenta-040:hsl(292, 27%, 48%);
558
+ --t-fill-color-tag-indigo-010:hsl(235, 21%, 24%);
559
+ --t-fill-color-tag-indigo-020:hsl(236, 22%, 29%);
560
+ --t-fill-color-tag-indigo-030:hsl(236, 26%, 50%);
561
+ --t-fill-color-tag-indigo-040:hsl(236, 34%, 56%);
562
+ --t-fill-color-button-neutral-solid:hsl(0, 0%, 19%);
563
+ --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
564
+ --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
565
+ --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
566
+ --t-fill-color-button-neutral-outline:hsl(0, 0%, 15%);
567
+ --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 17%);
568
+ --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 19%);
569
+ --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 12%);
570
+ --t-fill-color-button-neutral-ghost:hsla(0, 0%, 0%, 0);
571
+ --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
572
+ --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
573
+ --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
574
+ --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
575
+ --t-fill-color-button-interaction-solid:hsl(204, 100%, 35%);
576
+ --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
577
+ --t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
578
+ --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
579
+ --t-fill-color-button-interaction-outline:hsl(204, 32%, 15%);
580
+ --t-fill-color-button-interaction-outline-hover:hsl(204, 39%, 17%);
581
+ --t-fill-color-button-interaction-outline-active:hsl(205, 45%, 18%);
582
+ --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 12%);
583
+ --t-fill-color-button-interaction-ghost:hsla(0, 0%, 0%, 0);
584
+ --t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
585
+ --t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
586
+ --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
587
+ --t-fill-color-button-delete-solid:hsl(8, 60%, 40%);
588
+ --t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
589
+ --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
590
+ --t-fill-color-button-delete-outline:hsl(8, 20%, 16%);
591
+ --t-fill-color-button-delete-outline-hover:hsl(9, 24%, 17%);
592
+ --t-fill-color-button-delete-outline-active:hsl(9, 29%, 19%);
593
+ --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 12%);
594
+ --t-fill-color-button-delete-ghost:hsla(0, 0%, 0%, 0);
595
+ --t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
596
+ --t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
597
+ --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
598
+ --t-fill-color-button-pill:hsl(0, 0%, 18%);
599
+ --t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
600
+ --t-fill-color-button-pill-active:hsl(0, 0%, 21%);
601
+ --t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
602
+ --t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
603
+ --t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
604
+ --t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
605
+ --t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
606
+ --t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
607
+ --t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
608
+ --t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
609
+ --t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
610
+ --t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
611
+ --t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
612
+ --t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
613
+ --t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
614
+ --t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
615
+ --t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
616
+ --t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
617
+ --t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
618
+ --t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
619
+ --t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
620
+ --t-surface-color-card:hsl(0, 0%, 12%);
621
+ --t-surface-color-canvas:hsl(0, 0%, 10%);
622
+ --t-border-color:hsl(0, 0%, 21%);
623
+ --t-border-color-dark:hsl(0, 0%, 25%);
624
+ --t-border-color-darker:hsl(0, 0%, 33%);
625
+ --t-border-color-darkest:hsl(0, 0%, 38%);
626
+ --t-border-color-disabled:hsl(0, 0%, 21%);
627
+ --t-border-color-dim:hsl(0, 0%, 16%);
628
+ --t-border-color-white:hsl(0, 0%, 12%);
629
+ --t-border-color-status-neutral:hsl(0, 0%, 38%);
630
+ --t-border-color-status-info:hsl(204, 100%, 35%);
631
+ --t-border-color-button-neutral:hsl(0, 0%, 19%);
632
+ --t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
633
+ --t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
634
+ --t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
635
+ --t-border-color-control-neutral:hsl(0, 0%, 33%);
636
+ --t-border-color-control-info:hsl(204, 100%, 35%);
637
+ --t-border-color-control-disabled:hsl(0, 0%, 21%);
638
+ --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
639
+ }
640
+ }
641
+
642
+ :root{
643
+ --t-border-color-default-base:var(--t-border-color);
644
+ --t-border-color-default-dark:var(--t-border-color-dark);
645
+ --t-border-color-default-darker:var(--t-border-color-darker);
646
+ --t-border-color-default-darkest:var(--t-border-color-darkest);
647
+ --t-border-color-default-dim:var(--t-border-color-dim);
648
+ --t-border-color-default-disabled:var(--t-border-color-disabled);
649
+ --t-border-color-default-white:var(--t-border-color-white);
650
+ --t-border-radius-default:var(--t-border-radius);
651
+ --t-border-width-default:var(--t-border-width);
652
+ --t-fill-color-button-delete-ghost-default:var(--t-fill-color-button-delete-ghost);
653
+ --t-fill-color-button-delete-outline-default:var(--t-fill-color-button-delete-outline);
654
+ --t-fill-color-button-delete-solid-default:var(--t-fill-color-button-delete-solid);
655
+ --t-fill-color-button-interaction-ghost-default:var(--t-fill-color-button-interaction-ghost);
656
+ --t-fill-color-button-interaction-outline-default:var(--t-fill-color-button-interaction-outline);
657
+ --t-fill-color-button-interaction-solid-default:var(--t-fill-color-button-interaction-solid);
658
+ --t-fill-color-button-neutral-ghost-default:var(--t-fill-color-button-neutral-ghost);
659
+ --t-fill-color-button-neutral-outline-default:var(--t-fill-color-button-neutral-outline);
660
+ --t-fill-color-button-neutral-responsive-header-default:var(--t-fill-color-button-neutral-responsive-header);
661
+ --t-fill-color-button-neutral-solid-default:var(--t-fill-color-button-neutral-solid);
662
+ --t-fill-color-button-pill-default:var(--t-fill-color-button-pill);
663
+ --t-fill-color-control-primary:var(--t-fill-color-control);
664
+ --t-fill-color-interaction-default:var(--t-fill-color-interaction);
665
+ --t-fill-color-product-staff-base:var(--t-fill-color-product-staff);
666
+ --t-fill-color-status-error-primary:var(--t-fill-color-status-error);
667
+ --t-fill-color-tooltip-primary:var(--t-fill-color-tooltip);
668
+ --t-icon-color-default-dim:var(--t-icon-color-dim);
669
+ --t-icon-color-default-disabled:var(--t-icon-color-disabled);
670
+ --t-icon-color-default-inverted:var(--t-icon-color-inverted);
671
+ --t-icon-color-default-primary:var(--t-icon-color);
672
+ --t-icon-color-default-secondary:var(--t-icon-color-secondary);
673
+ --t-icon-color-status-error-primary:var(--t-icon-color-status-error);
674
+ --t-icon-color-status-info-primary:var(--t-icon-color-status-info);
675
+ --t-icon-color-status-neutral-primary:var(--t-icon-color-status-neutral);
676
+ --t-icon-color-status-success-primary:var(--t-icon-color-status-success);
677
+ --t-icon-color-status-warning-primary:var(--t-icon-color-status-warning);
678
+ --t-text-color-default-disabled:var(--t-text-color-disabled);
679
+ --t-text-color-default-headline:var(--t-text-color-headline);
680
+ --t-text-color-default-inverted:var(--t-text-color-inverted);
681
+ --t-text-color-default-placeholder:var(--t-text-color-placeholder);
682
+ --t-text-color-default-primary:var(--t-text-color);
683
+ --t-text-color-default-secondary:var(--t-text-color-secondary);
684
+ --t-text-color-interaction-primary:var(--t-text-color-interaction);
685
+ }
686
+
687
+ :root[data-color-mode="dark"]{
688
+ color-scheme:dark;
689
+ --t-text-color-headline:hsl(0, 0%, 94%);
690
+ --t-text-color:hsl(0, 0%, 80%);
691
+ --t-text-color-secondary:hsl(0, 0%, 54%);
692
+ --t-text-color-disabled:hsl(0, 0%, 25%);
693
+ --t-text-color-placeholder:hsl(0, 0%, 38%);
694
+ --t-text-color-interaction:hsl(204, 68%, 55%);
695
+ --t-text-color-interaction-hover:hsl(204, 68%, 50%);
696
+ --t-text-color-interaction-active:hsl(204, 68%, 45%);
697
+ --t-text-color-interaction-visited:hsl(204, 68%, 50%);
698
+ --t-text-color-status-neutral:hsl(0, 0%, 80%);
699
+ --t-text-color-status-info:hsl(204, 68%, 55%);
700
+ --t-text-color-status-success:hsl(97, 57%, 41%);
701
+ --t-text-color-status-warning:hsl(42, 84%, 55%);
702
+ --t-text-color-status-error:hsl(8, 61%, 61%);
703
+ --t-text-color-tag-subtle-gray:hsl(0, 0%, 80%);
704
+ --t-text-color-tag-subtle-blue:hsl(223, 46%, 84%);
705
+ --t-text-color-tag-subtle-indigo:hsl(233, 78%, 84%);
706
+ --t-text-color-tag-subtle-aqua:hsl(208, 77%, 85%);
707
+ --t-text-color-tag-subtle-teal:hsl(180, 95%, 74%);
708
+ --t-text-color-tag-subtle-green:hsl(99, 93%, 84%);
709
+ --t-text-color-tag-subtle-yellow:hsl(29, 100%, 85%);
710
+ --t-text-color-tag-subtle-orange:hsl(18, 100%, 85%);
711
+ --t-text-color-tag-subtle-pink:hsl(328, 89%, 89%);
712
+ --t-text-color-tag-subtle-purple:hsl(268, 70%, 88%);
713
+ --t-text-color-tag-subtle-magenta:hsl(285, 70%, 88%);
714
+ --t-text-color-tag-bold-gray:hsl(0, 0%, 100%);
715
+ --t-text-color-tag-bold-indigo:hsl(0, 0%, 100%);
716
+ --t-text-color-tag-bold-blue:hsl(0, 0%, 100%);
717
+ --t-text-color-tag-bold-aqua:hsl(0, 0%, 100%);
718
+ --t-text-color-tag-bold-teal:hsl(0, 0%, 100%);
719
+ --t-text-color-tag-bold-green:hsl(0, 0%, 100%);
720
+ --t-text-color-tag-bold-yellow:hsl(0, 0%, 100%);
721
+ --t-text-color-tag-bold-orange:hsl(0, 0%, 100%);
722
+ --t-text-color-tag-bold-pink:hsl(0, 0%, 100%);
723
+ --t-text-color-tag-bold-purple:hsl(0, 0%, 100%);
724
+ --t-text-color-tag-bold-magenta:hsl(0, 0%, 100%);
725
+ --t-icon-color:hsl(0, 0%, 80%);
726
+ --t-icon-color-secondary:hsl(0, 0%, 54%);
727
+ --t-icon-color-dim:hsl(0, 0%, 38%);
728
+ --t-icon-color-disabled:hsl(0, 0%, 25%);
729
+ --t-icon-color-status-neutral:hsl(0, 0%, 54%);
730
+ --t-icon-color-status-neutral-secondary:hsl(0, 0%, 38%);
731
+ --t-icon-color-status-neutral-bold:hsl(0, 0%, 80%);
732
+ --t-icon-color-status-info:hsl(204, 68%, 55%);
733
+ --t-icon-color-status-error:hsl(8, 61%, 61%);
734
+ --t-fill-color-neutral-100:hsl(0, 0%, 10%);
735
+ --t-fill-color-neutral-000:hsl(0, 0%, 98%);
736
+ --t-fill-color-neutral-010:hsl(0, 0%, 88%);
737
+ --t-fill-color-neutral-020:hsl(0, 0%, 68%);
738
+ --t-fill-color-neutral-025:hsl(0, 0%, 58%);
739
+ --t-fill-color-neutral-030:hsl(0, 0%, 50%);
740
+ --t-fill-color-neutral-040:hsl(0, 0%, 32%);
741
+ --t-fill-color-neutral-050:hsl(0, 0%, 24%);
742
+ --t-fill-color-neutral-060:hsl(0, 0%, 19%);
743
+ --t-fill-color-neutral-070:hsl(0, 0%, 17%);
744
+ --t-fill-color-neutral-080:hsl(0, 0%, 15%);
745
+ --t-fill-color-neutral-090:hsl(0, 0%, 12%);
746
+ --t-fill-color-interaction:hsl(204, 100%, 35%);
747
+ --t-fill-color-interaction-hover:hsl(204, 100%, 40%);
748
+ --t-fill-color-interaction-active:hsl(204, 80%, 45%);
749
+ --t-fill-color-interaction-disabled:hsl(0, 0%, 25%);
750
+ --t-fill-color-control-neutral-off:hsl(0, 0%, 32%);
751
+ --t-fill-color-control-neutral-on:hsl(0, 0%, 50%);
752
+ --t-fill-color-control:hsl(204, 100%, 35%);
753
+ --t-fill-color-control-disabled:hsl(0, 0%, 20%);
754
+ --t-fill-color-status-neutral:hsl(0, 0%, 24%);
755
+ --t-fill-color-status-neutral-ghost:hsl(0, 0%, 18%);
756
+ --t-fill-color-status-neutral-dim:hsl(0, 0%, 15%);
757
+ --t-fill-color-status-info:hsl(204, 100%, 35%);
758
+ --t-fill-color-status-info-ghost:hsl(204, 32%, 15%);
759
+ --t-fill-color-status-info-dim:hsl(206, 22%, 15%);
760
+ --t-fill-color-status-success-ghost:hsl(125, 17%, 15%);
761
+ --t-fill-color-status-success-dim:hsl(120, 12%, 14%);
762
+ --t-fill-color-status-warning-ghost:hsl(41, 18%, 17%);
763
+ --t-fill-color-status-warning-dim:hsl(42, 13%, 15%);
764
+ --t-fill-color-status-error-ghost:hsl(8, 20%, 16%);
765
+ --t-fill-color-status-error-dim:hsl(10, 16%, 15%);
766
+ --t-fill-color-tooltip:hsla(0, 0%, 24%, 0.9);
767
+ --t-fill-color-product-accounts-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
768
+ --t-fill-color-product-accounts-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
769
+ --t-fill-color-product-calendar-gradient-page:linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
770
+ --t-fill-color-product-calendar-gradient-tint:linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));
771
+ --t-fill-color-product-checkins-gradient-page:linear-gradient(111.72deg, hsl(285, 17%, 18%) 25%, hsl(263, 15%, 17%) 60%, hsl(204, 70%, 12%));
772
+ --t-fill-color-product-checkins-gradient-tint:linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));
773
+ --t-fill-color-product-giving-gradient-page:linear-gradient(111.72deg, hsl(43, 80%, 16%), hsl(267, 15%, 14%) 58.5%, hsl(204, 70%, 12%));
774
+ --t-fill-color-product-giving-gradient-tint:linear-gradient(111.72deg, hsl(44, 49%, 13%), hsl(264, 8%, 12%) 58.5%, hsl(203, 37%, 11%));
775
+ --t-fill-color-product-groups-gradient-page:linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));
776
+ --t-fill-color-product-groups-gradient-tint:linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));
777
+ --t-fill-color-product-home-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
778
+ --t-fill-color-product-home-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
779
+ --t-fill-color-product-people-gradient-page:linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));
780
+ --t-fill-color-product-people-gradient-tint:linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));
781
+ --t-fill-color-product-publishing-gradient-page:linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));
782
+ --t-fill-color-product-publishing-gradient-tint:linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));
783
+ --t-fill-color-product-registrations-gradient-page:linear-gradient(111.72deg, hsl(174, 34%, 18%), hsl(187, 39%, 14%) 39.5%, hsl(204, 70%, 12%));
784
+ --t-fill-color-product-registrations-gradient-tint:linear-gradient(111.72deg, hsl(173, 22%, 15%), hsl(185, 21%, 12%) 39.5%, hsl(203, 37%, 11%));
785
+ --t-fill-color-product-services-gradient-page:linear-gradient(111.72deg, hsl(87, 26%, 18%), hsl(88, 25%, 15%) 39.5%, hsl(204, 70%, 12%));
786
+ --t-fill-color-product-services-gradient-tint:linear-gradient(111.72deg, hsl(85, 17%, 14%), hsl(87, 14%, 13%) 39.5%, hsl(203, 37%, 11%));
787
+ --t-fill-color-tag-gray-010:hsl(0, 0%, 20%);
788
+ --t-fill-color-tag-gray-020:hsl(0, 0%, 24%);
789
+ --t-fill-color-tag-gray-030:hsl(0, 0%, 36%);
790
+ --t-fill-color-tag-gray-040:hsl(0, 0%, 42%);
791
+ --t-fill-color-tag-blue-010:hsl(219, 26%, 24%);
792
+ --t-fill-color-tag-blue-020:hsl(220, 28%, 29%);
793
+ --t-fill-color-tag-blue-030:hsl(219, 32%, 45%);
794
+ --t-fill-color-tag-blue-040:hsl(220, 35%, 52%);
795
+ --t-fill-color-tag-aqua-010:hsl(200, 30%, 21%);
796
+ --t-fill-color-tag-aqua-020:hsl(200, 33%, 26%);
797
+ --t-fill-color-tag-aqua-030:hsl(200, 39%, 38%);
798
+ --t-fill-color-tag-aqua-040:hsl(200, 39%, 43%);
799
+ --t-fill-color-tag-teal-010:hsl(169, 33%, 19%);
800
+ --t-fill-color-tag-teal-020:hsl(169, 37%, 22%);
801
+ --t-fill-color-tag-teal-030:hsl(169, 43%, 31%);
802
+ --t-fill-color-tag-teal-040:hsl(169, 44%, 35%);
803
+ --t-fill-color-tag-green-010:hsl(110, 30%, 20%);
804
+ --t-fill-color-tag-green-020:hsl(112, 33%, 23%);
805
+ --t-fill-color-tag-green-030:hsl(112, 37%, 33%);
806
+ --t-fill-color-tag-green-040:hsl(112, 39%, 37%);
807
+ --t-fill-color-tag-yellow-010:hsl(44, 39%, 19%);
808
+ --t-fill-color-tag-yellow-020:hsl(44, 44%, 22%);
809
+ --t-fill-color-tag-yellow-030:hsl(44, 50%, 31%);
810
+ --t-fill-color-tag-yellow-040:hsl(44, 53%, 36%);
811
+ --t-fill-color-tag-orange-010:hsl(21, 35%, 22%);
812
+ --t-fill-color-tag-orange-020:hsl(20, 38%, 26%);
813
+ --t-fill-color-tag-orange-030:hsl(21, 44%, 40%);
814
+ --t-fill-color-tag-orange-040:hsl(21, 46%, 45%);
815
+ --t-fill-color-tag-pink-010:hsl(331, 22%, 24%);
816
+ --t-fill-color-tag-pink-020:hsl(324, 26%, 26%);
817
+ --t-fill-color-tag-pink-030:hsl(324, 30%, 45%);
818
+ --t-fill-color-tag-pink-040:hsl(324, 33%, 51%);
819
+ --t-fill-color-tag-purple-010:hsl(274, 20%, 23%);
820
+ --t-fill-color-tag-purple-020:hsl(274, 21%, 28%);
821
+ --t-fill-color-tag-purple-030:hsl(274, 25%, 46%);
822
+ --t-fill-color-tag-purple-040:hsl(274, 28%, 53%);
823
+ --t-fill-color-tag-magenta-010:hsl(292, 20%, 21%);
824
+ --t-fill-color-tag-magenta-020:hsl(292, 22%, 26%);
825
+ --t-fill-color-tag-magenta-030:hsl(293, 26%, 42%);
826
+ --t-fill-color-tag-magenta-040:hsl(292, 27%, 48%);
827
+ --t-fill-color-tag-indigo-010:hsl(235, 21%, 24%);
828
+ --t-fill-color-tag-indigo-020:hsl(236, 22%, 29%);
829
+ --t-fill-color-tag-indigo-030:hsl(236, 26%, 50%);
830
+ --t-fill-color-tag-indigo-040:hsl(236, 34%, 56%);
831
+ --t-fill-color-button-neutral-solid:hsl(0, 0%, 19%);
832
+ --t-fill-color-button-neutral-solid-hover:hsl(0, 0%, 24%);
833
+ --t-fill-color-button-neutral-solid-active:hsl(0, 0%, 32%);
834
+ --t-fill-color-button-neutral-solid-disabled:hsl(0, 0%, 12%);
835
+ --t-fill-color-button-neutral-outline:hsl(0, 0%, 15%);
836
+ --t-fill-color-button-neutral-outline-hover:hsl(0, 0%, 17%);
837
+ --t-fill-color-button-neutral-outline-active:hsl(0, 0%, 19%);
838
+ --t-fill-color-button-neutral-outline-disabled:hsl(0, 0%, 12%);
839
+ --t-fill-color-button-neutral-ghost:hsla(0, 0%, 0%, 0);
840
+ --t-fill-color-button-neutral-ghost-hover:hsl(0, 0%, 17%);
841
+ --t-fill-color-button-neutral-ghost-active:hsl(0, 0%, 19%);
842
+ --t-fill-color-button-neutral-ghost-disabled:hsla(0, 0%, 0%, 0);
843
+ --t-fill-color-button-neutral-responsive-header-disabled:hsla(0, 0%, 100%, 0.05);
844
+ --t-fill-color-button-interaction-solid:hsl(204, 100%, 35%);
845
+ --t-fill-color-button-interaction-solid-hover:hsl(204, 100%, 40%);
846
+ --t-fill-color-button-interaction-solid-active:hsl(204, 80%, 45%);
847
+ --t-fill-color-button-interaction-solid-disabled:hsl(0, 0%, 12%);
848
+ --t-fill-color-button-interaction-outline:hsl(204, 32%, 15%);
849
+ --t-fill-color-button-interaction-outline-hover:hsl(204, 39%, 17%);
850
+ --t-fill-color-button-interaction-outline-active:hsl(205, 45%, 18%);
851
+ --t-fill-color-button-interaction-outline-disabled:hsl(0, 0%, 12%);
852
+ --t-fill-color-button-interaction-ghost:hsla(0, 0%, 0%, 0);
853
+ --t-fill-color-button-interaction-ghost-hover:hsl(204, 32%, 15%);
854
+ --t-fill-color-button-interaction-ghost-active:hsl(204, 39%, 17%);
855
+ --t-fill-color-button-interaction-ghost-disabled:hsla(0, 0%, 0%, 0);
856
+ --t-fill-color-button-delete-solid:hsl(8, 60%, 40%);
857
+ --t-fill-color-button-delete-solid-active:hsl(8, 60%, 47%);
858
+ --t-fill-color-button-delete-solid-disabled:hsl(0, 0%, 12%);
859
+ --t-fill-color-button-delete-outline:hsl(8, 20%, 16%);
860
+ --t-fill-color-button-delete-outline-hover:hsl(9, 24%, 17%);
861
+ --t-fill-color-button-delete-outline-active:hsl(9, 29%, 19%);
862
+ --t-fill-color-button-delete-outline-disabled:hsl(0, 0%, 12%);
863
+ --t-fill-color-button-delete-ghost:hsla(0, 0%, 0%, 0);
864
+ --t-fill-color-button-delete-ghost-hover:hsl(8, 20%, 16%);
865
+ --t-fill-color-button-delete-ghost-active:hsl(9, 24%, 17%);
866
+ --t-fill-color-button-delete-ghost-disabled:hsla(0, 0%, 0%, 0);
867
+ --t-fill-color-button-pill:hsl(0, 0%, 18%);
868
+ --t-fill-color-button-pill-hover:hsl(0, 0%, 21%);
869
+ --t-fill-color-button-pill-active:hsl(0, 0%, 21%);
870
+ --t-fill-color-button-pill-disabled:hsl(0, 0%, 18%);
871
+ --t-fill-color-transparency-light-010:hsla(0, 0%, 0%, 0.1);
872
+ --t-fill-color-transparency-light-020:hsla(0, 0%, 0%, 0.2);
873
+ --t-fill-color-transparency-light-030:hsla(0, 0%, 0%, 0.3);
874
+ --t-fill-color-transparency-light-040:hsla(0, 0%, 0%, 0.4);
875
+ --t-fill-color-transparency-light-050:hsla(0, 0%, 0%, 0.5);
876
+ --t-fill-color-transparency-light-060:hsla(0, 0%, 0%, 0.6);
877
+ --t-fill-color-transparency-light-070:hsla(0, 0%, 0%, 0.7);
878
+ --t-fill-color-transparency-light-080:hsla(0, 0%, 0%, 0.8);
879
+ --t-fill-color-transparency-light-090:hsla(0, 0%, 0%, 0.9);
880
+ --t-fill-color-transparency-dark-010:hsla(0, 0%, 100%, 0.1);
881
+ --t-fill-color-transparency-dark-020:hsla(0, 0%, 100%, 0.2);
882
+ --t-fill-color-transparency-dark-030:hsla(0, 0%, 100%, 0.3);
883
+ --t-fill-color-transparency-dark-040:hsla(0, 0%, 100%, 0.4);
884
+ --t-fill-color-transparency-dark-050:hsla(0, 0%, 100%, 0.5);
885
+ --t-fill-color-transparency-dark-060:hsla(0, 0%, 100%, 0.6);
886
+ --t-fill-color-transparency-dark-070:hsla(0, 0%, 100%, 0.7);
887
+ --t-fill-color-transparency-dark-080:hsla(0, 0%, 100%, 0.8);
888
+ --t-fill-color-transparency-dark-090:hsla(0, 0%, 100%, 0.9);
889
+ --t-surface-color-card:hsl(0, 0%, 12%);
890
+ --t-surface-color-canvas:hsl(0, 0%, 10%);
891
+ --t-border-color:hsl(0, 0%, 21%);
892
+ --t-border-color-dark:hsl(0, 0%, 25%);
893
+ --t-border-color-darker:hsl(0, 0%, 33%);
894
+ --t-border-color-darkest:hsl(0, 0%, 38%);
895
+ --t-border-color-disabled:hsl(0, 0%, 21%);
896
+ --t-border-color-dim:hsl(0, 0%, 16%);
897
+ --t-border-color-white:hsl(0, 0%, 12%);
898
+ --t-border-color-status-neutral:hsl(0, 0%, 38%);
899
+ --t-border-color-status-info:hsl(204, 100%, 35%);
900
+ --t-border-color-button-neutral:hsl(0, 0%, 19%);
901
+ --t-border-color-button-info:hsla(204, 100%, 40%, 0.25);
902
+ --t-border-color-button-create:hsla(96, 57%, 33%, 0.25);
903
+ --t-border-color-button-delete:hsla(8, 60%, 47%, 0.25);
904
+ --t-border-color-control-neutral:hsl(0, 0%, 33%);
905
+ --t-border-color-control-info:hsl(204, 100%, 35%);
906
+ --t-border-color-control-disabled:hsl(0, 0%, 21%);
907
+ --t-shadow-overflow-color:hsla(0, 0%, 0%, 0.6);
908
+ }
909
+
910
+ :root[data-color-mode="dark"]{
911
+ --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
912
+ --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
913
+ --t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
914
+ --t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
915
+ --t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
916
+ --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
917
+ --t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
918
+ --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
919
+ }
920
+
921
+ @media (prefers-color-scheme: dark){
922
+ :root[data-color-mode="system"]{
923
+ --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 100%);
924
+ --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 100%);
925
+ --t-fill-color-button-create-solid-default:hsl(0, 0%, 25%);
926
+ --t-fill-color-button-create-solid-hover:hsl(0, 0%, 25%);
927
+ --t-fill-color-button-create-solid-active:hsl(0, 0%, 25%);
928
+ --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 25%);
929
+ --t-fill-color-button-create-ghost-hover:hsla(0, 0%, 100%, 0);
930
+ --t-fill-color-button-create-ghost-active:hsla(0, 0%, 100%, 0);
931
+ }
932
+ }
933
+
934
+ :root{
935
+ --t-border-size-default:var(--t-border-width);
936
+ --t-border-size-thick:var(--t-border-width-thick);
937
+ --t-font-weight-semi-bold:var(--t-font-weight-semibold);
938
+ --t-icon-color-status-neutral-dark:var(--t-icon-color-status-neutral-bold);
939
+ --t-icon-color-status-info-secondary:var(--t-icon-color-status-info);
940
+ --t-fill-color-status-neutral-solid:var(--t-fill-color-status-neutral);
941
+ --t-fill-color-status-info-solid:var(--t-fill-color-status-info);
942
+ --t-fill-color-status-success-solid:var(--t-fill-color-status-success);
943
+ --t-fill-color-status-warning-solid:var(--t-fill-color-status-warning);
944
+ --t-fill-color-status-error-solid:var(--t-fill-color-status-error);
945
+ --t-fill-color-alert-info:hsl(204, 94%, 49%);
946
+ --t-fill-color-alert-success:hsl(122, 60%, 41%);
947
+ --t-fill-color-alert-warning:hsl(43, 96%, 58%);
948
+ --t-fill-color-alert-error:hsl(4, 77%, 59%);
949
+ --t-fill-color-button-neutral-ghost-disabled-solid:hsl(0, 0%, 98%);
950
+ --t-fill-color-button-neutral-outline-dim-default:var(--t-fill-color-button-neutral-outline);
951
+ --t-fill-color-button-neutral-outline-dim-hover:var(--t-fill-color-button-neutral-outline-hover);
952
+ --t-fill-color-button-neutral-outline-dim-active:var(--t-fill-color-button-neutral-outline-active);
953
+ --t-fill-color-button-neutral-outline-dim-disabled:var(--t-fill-color-button-neutral-outline-disabled);
954
+ --t-fill-color-button-neutral-outline-dim-disabled-solid:hsl(0, 0%, 98%);
955
+ --t-fill-color-button-interaction-outline-dim-default:var(--t-fill-color-button-interaction-outline);
956
+ --t-fill-color-button-interaction-outline-dim-hover:var(--t-fill-color-button-interaction-outline-hover);
957
+ --t-fill-color-button-interaction-outline-dim-active:var(--t-fill-color-button-interaction-outline-active);
958
+ --t-fill-color-button-interaction-outline-dim-disabled:var(--t-fill-color-button-interaction-outline-disabled);
959
+ --t-fill-color-button-create-solid-default:hsl(96, 57%, 33%);
960
+ --t-fill-color-button-create-solid-hover:hsl(97, 57%, 28%);
961
+ --t-fill-color-button-create-solid-active:hsl(97, 57%, 23%);
962
+ --t-fill-color-button-create-solid-disabled:hsl(0, 0%, 81%);
963
+ --t-fill-color-button-create-ghost-default:hsla(0, 0%, 100%, 0);
964
+ --t-fill-color-button-create-ghost-hover:hsl(96, 60%, 95%);
965
+ --t-fill-color-button-create-ghost-active:hsl(97, 57%, 90%);
966
+ --t-fill-color-button-create-ghost-disabled:hsla(0, 0%, 100%, 0);
967
+ --t-fill-color-button-delete-outline-dim-default:var(--t-fill-color-button-delete-outline);
968
+ --t-fill-color-button-delete-outline-dim-hover:var(--t-fill-color-button-delete-outline-hover);
969
+ --t-fill-color-button-delete-outline-dim-active:var(--t-fill-color-button-delete-outline-active);
970
+ --t-fill-color-button-delete-outline-dim-disabled:var(--t-fill-color-button-delete-outline-disabled);
971
+ }
972
+
973
973
  @layer t-critical{
974
974
  tds-page-header:not(.hydrated){
975
975
  display:none;