@planningcenter/tapestry 3.0.0-rc.2 → 3.0.0-rc.4

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.
@@ -21,6 +21,7 @@ export declare const tokens: {
21
21
  "--t-spacing-7": "56px";
22
22
  "--t-spacing-fourth": "2px";
23
23
  "--t-spacing-half": "4px";
24
+ "--t-spacing-1-half": "12px";
24
25
  "--t-element-size-3xl": "48px";
25
26
  "--t-element-size-2xl": "32px";
26
27
  "--t-element-size-xl": "24px";
@@ -1 +1 @@
1
- {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/tokens/ts/tokens.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+blB,CAAA"}
1
+ {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../../src/tokens/ts/tokens.ts"],"names":[],"mappings":"AAAA;;GAEG;AAGH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgclB,CAAA"}
@@ -21,6 +21,7 @@ const tokens = {
21
21
  "--t-spacing-7": "56px",
22
22
  "--t-spacing-fourth": "2px",
23
23
  "--t-spacing-half": "4px",
24
+ "--t-spacing-1-half": "12px",
24
25
  "--t-element-size-3xl": "48px",
25
26
  "--t-element-size-2xl": "32px",
26
27
  "--t-element-size-xl": "24px",
@@ -1 +1 @@
1
- {"version":3,"file":"tokens.js","sources":["../../../src/tokens/ts/tokens.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nexport const tokens = {\n \"--t-border-radius-sm\": \"2px\" as const,\n \"--t-border-radius-md\": \"4px\" as const,\n \"--t-border-radius-lg\": \"8px\" as const,\n \"--t-border-radius-xl\": \"16px\" as const,\n \"--t-border-radius-round\": \"56px\" as const,\n \"--t-border-radius\": \"4px\" as const,\n \"--t-border-width\": \"1px\" as const,\n \"--t-border-width-thick\": \"2px\" as const,\n \"--t-border-size-default\": \"1px\" as const,\n \"--t-border-size-thick\": \"2px\" as const,\n \"--t-spacing-1\": \"8px\" as const,\n \"--t-spacing-2\": \"16px\" as const,\n \"--t-spacing-3\": \"24px\" as const,\n \"--t-spacing-4\": \"32px\" as const,\n \"--t-spacing-5\": \"40px\" as const,\n \"--t-spacing-6\": \"48px\" as const,\n \"--t-spacing-7\": \"56px\" as const,\n \"--t-spacing-fourth\": \"2px\" as const,\n \"--t-spacing-half\": \"4px\" as const,\n \"--t-element-size-3xl\": \"48px\" as const,\n \"--t-element-size-2xl\": \"32px\" as const,\n \"--t-element-size-xl\": \"24px\" as const,\n \"--t-element-size-lg\": \"18px\" as const,\n \"--t-element-size-md\": \"16px\" as const,\n \"--t-element-size-sm\": \"14px\" as const,\n \"--t-element-size-xs\": \"12px\" as const,\n \"--t-font-size-4xl\": \"32px\" as const,\n \"--t-font-size-3xl\": \"28px\" as const,\n \"--t-font-size-2xl\": \"24px\" as const,\n \"--t-font-size-xl\": \"20px\" as const,\n \"--t-font-size-lg\": \"18px\" as const,\n \"--t-font-size-md\": \"16px\" as const,\n \"--t-font-size-sm\": \"14px\" as const,\n \"--t-font-size-xs\": \"12px\" as const,\n \"--t-font-size-2xs\": \"10px\" as const,\n \"--t-font-weight-normal\": \"400\" as const,\n \"--t-font-weight-medium\": \"500\" as const,\n \"--t-font-weight-semibold\": \"600\" as const,\n \"--t-font-weight-bold\": \"700\" as const,\n \"--t-font-weight-semi-bold\": \"600\" as const,\n \"--t-container-size-xl\": \"48px\" as const,\n \"--t-container-size-lg\": \"40px\" as const,\n \"--t-container-size-md\": \"32px\" as const,\n \"--t-container-size-sm\": \"24px\" as const,\n \"--t-container-size-xs\": \"20px\" as const,\n \"--t-avatar-size-20\": \"20px\" as const,\n \"--t-avatar-size-24\": \"24px\" as const,\n \"--t-avatar-size-36\": \"36px\" as const,\n \"--t-avatar-size-48\": \"48px\" as const,\n \"--t-avatar-size-72\": \"72px\" as const,\n \"--t-avatar-size-112\": \"112px\" as const,\n \"--t-text-color-headline\": \"hsl(0, 0%, 12%)\" as const,\n \"--t-text-color\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-secondary\": \"hsl(0, 0%, 42%)\" as const,\n \"--t-text-color-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-text-color-placeholder\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-text-color-inverted\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-text-color-interaction\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-text-color-interaction-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-text-color-interaction-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-text-color-interaction-visited\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-text-color-status-neutral\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-status-info\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-text-color-status-success\": \"hsl(97, 57%, 28%)\" as const,\n \"--t-text-color-status-warning\": \"hsl(42, 100%, 29%)\" as const,\n \"--t-text-color-status-error\": \"hsl(8, 60%, 45%)\" as const,\n \"--t-text-color-tag-subtle-gray\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-tag-subtle-blue\": \"hsl(224, 47%, 31%)\" as const,\n \"--t-text-color-tag-subtle-indigo\": \"hsl(241, 59%, 28%)\" as const,\n \"--t-text-color-tag-subtle-aqua\": \"hsl(209, 77%, 22%)\" as const,\n \"--t-text-color-tag-subtle-teal\": \"hsl(180, 95%, 15%)\" as const,\n \"--t-text-color-tag-subtle-green\": \"hsl(100, 93%, 17%)\" as const,\n \"--t-text-color-tag-subtle-yellow\": \"hsl(29, 100%, 23%)\" as const,\n \"--t-text-color-tag-subtle-orange\": \"hsl(18, 100%, 18%)\" as const,\n \"--t-text-color-tag-subtle-pink\": \"hsl(327, 88%, 20%)\" as const,\n \"--t-text-color-tag-subtle-purple\": \"hsl(268, 71%, 27%)\" as const,\n \"--t-text-color-tag-subtle-magenta\": \"hsl(285, 71%, 20%)\" as const,\n \"--t-text-color-tag-bold-gray\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-tag-bold-indigo\": \"hsl(241, 59%, 28%)\" as const,\n \"--t-text-color-tag-bold-blue\": \"hsl(224, 47%, 31%)\" as const,\n \"--t-text-color-tag-bold-aqua\": \"hsl(209, 77%, 22%)\" as const,\n \"--t-text-color-tag-bold-teal\": \"hsl(180, 95%, 15%)\" as const,\n \"--t-text-color-tag-bold-green\": \"hsl(100, 93%, 17%)\" as const,\n \"--t-text-color-tag-bold-yellow\": \"hsl(29, 100%, 23%)\" as const,\n \"--t-text-color-tag-bold-orange\": \"hsl(18, 100%, 18%)\" as const,\n \"--t-text-color-tag-bold-pink\": \"hsl(327, 88%, 20%)\" as const,\n \"--t-text-color-tag-bold-purple\": \"hsl(268, 71%, 27%)\" as const,\n \"--t-text-color-tag-bold-magenta\": \"hsl(285, 71%, 20%)\" as const,\n \"--t-icon-color\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-secondary\": \"hsl(0, 0%, 42%)\" as const,\n \"--t-icon-color-dim\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-icon-color-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-icon-color-inverted\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-icon-color-status-neutral\": \"hsl(0, 0%, 42%)\" as const,\n \"--t-icon-color-status-neutral-secondary\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-icon-color-status-neutral-bold\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-status-neutral-dark\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-status-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-icon-color-status-info-secondary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-icon-color-status-success\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-icon-color-status-success-secondary\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-icon-color-status-warning\": \"hsl(42, 84%, 49%)\" as const,\n \"--t-icon-color-status-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-neutral-100\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-fill-color-neutral-000\": \"hsl(0, 0%, 12%)\" as const,\n \"--t-fill-color-neutral-010\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-fill-color-neutral-020\": \"hsl(0, 0%, 42%)\" as const,\n \"--t-fill-color-neutral-025\": \"hsl(0, 0%, 50%)\" as const,\n \"--t-fill-color-neutral-030\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-fill-color-neutral-040\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-neutral-050\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-neutral-060\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-neutral-070\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-neutral-080\": \"hsl(0, 0%, 97%)\" as const,\n \"--t-fill-color-neutral-090\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-interaction\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-interaction-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-fill-color-interaction-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-fill-color-interaction-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-control-neutral-off\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-fill-color-control-neutral-on\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-fill-color-control\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-control-secondary\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-fill-color-control-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-control-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-status-neutral\": \"hsl(0, 0%, 42%)\" as const,\n \"--t-fill-color-status-neutral-ghost\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-status-neutral-dim\": \"hsl(0, 0%, 97%)\" as const,\n \"--t-fill-color-status-neutral-solid\": \"hsl(0, 0%, 42%)\" as const,\n \"--t-fill-color-status-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-status-info-ghost\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-status-info-dim\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-status-info-solid\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-status-success\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-fill-color-status-success-ghost\": \"hsl(97, 57%, 90%)\" as const,\n \"--t-fill-color-status-success-dim\": \"hsl(96, 60%, 95%)\" as const,\n \"--t-fill-color-status-success-solid\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-fill-color-status-warning\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-fill-color-status-warning-ghost\": \"hsl(42, 87%, 94%)\" as const,\n \"--t-fill-color-status-warning-dim\": \"hsl(42, 87%, 97%)\" as const,\n \"--t-fill-color-status-warning-solid\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-fill-color-status-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-status-error-ghost\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-status-error-dim\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-status-error-solid\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-alert-info\": \"hsl(204, 94%, 49%)\" as const,\n \"--t-fill-color-alert-success\": \"hsl(122, 60%, 41%)\" as const,\n \"--t-fill-color-alert-warning\": \"hsl(43, 96%, 58%)\" as const,\n \"--t-fill-color-alert-error\": \"hsl(4, 77%, 59%)\" as const,\n \"--t-fill-color-tooltip\": \"hsla(0, 0%, 12%, 0.9)\" as const,\n \"--t-fill-color-product-accounts-010\": \"hsl(212, 54%, 93%)\" as const,\n \"--t-fill-color-product-accounts-020\": \"hsl(209, 53%, 90%)\" as const,\n \"--t-fill-color-product-accounts-030\": \"hsl(210, 56%, 70%)\" as const,\n \"--t-fill-color-product-accounts-040\": \"hsl(210, 54%, 60%)\" as const,\n \"--t-fill-color-product-accounts-050\": \"hsl(210, 55%, 50%)\" as const,\n \"--t-fill-color-product-accounts-060\": \"hsl(210, 65%, 40%)\" as const,\n \"--t-fill-color-product-accounts-070\": \"hsl(211, 70%, 32%)\" as const,\n \"--t-fill-color-product-accounts-080\": \"hsl(210, 75%, 25%)\" as const,\n \"--t-fill-color-product-calendar-010\": \"hsl(8, 61%, 90%)\" as const,\n \"--t-fill-color-product-calendar-020\": \"hsl(8, 61%, 70%)\" as const,\n \"--t-fill-color-product-calendar-030\": \"hsl(8, 72%, 59%)\" as const,\n \"--t-fill-color-product-calendar-040\": \"hsl(8, 65%, 55%)\" as const,\n \"--t-fill-color-product-calendar-050\": \"hsl(9, 61%, 50%)\" as const,\n \"--t-fill-color-product-calendar-060\": \"hsl(8, 65%, 42%)\" as const,\n \"--t-fill-color-product-calendar-070\": \"hsl(7, 65%, 34%)\" as const,\n \"--t-fill-color-product-calendar-080\": \"hsl(9, 61%, 27%)\" as const,\n \"--t-fill-color-product-checkins-010\": \"hsl(285, 20%, 92%)\" as const,\n \"--t-fill-color-product-checkins-020\": \"hsl(283, 22%, 75%)\" as const,\n \"--t-fill-color-product-checkins-030\": \"hsl(284, 22%, 64%)\" as const,\n \"--t-fill-color-product-checkins-040\": \"hsl(283, 22%, 55%)\" as const,\n \"--t-fill-color-product-checkins-050\": \"hsl(283, 22%, 48%)\" as const,\n \"--t-fill-color-product-checkins-060\": \"hsl(283, 27%, 42%)\" as const,\n \"--t-fill-color-product-checkins-070\": \"hsl(284, 33%, 34%)\" as const,\n \"--t-fill-color-product-checkins-080\": \"hsl(283, 33%, 27%)\" as const,\n \"--t-fill-color-product-giving-010\": \"hsl(41, 95%, 93%)\" as const,\n \"--t-fill-color-product-giving-020\": \"hsl(42, 95%, 83%)\" as const,\n \"--t-fill-color-product-giving-030\": \"hsl(43, 95%, 75%)\" as const,\n \"--t-fill-color-product-giving-040\": \"hsl(43, 88%, 70%)\" as const,\n \"--t-fill-color-product-giving-050\": \"hsl(43, 88%, 64%)\" as const,\n \"--t-fill-color-product-giving-060\": \"hsl(42, 84%, 55%)\" as const,\n \"--t-fill-color-product-giving-070\": \"hsl(42, 84%, 48%)\" as const,\n \"--t-fill-color-product-giving-080\": \"hsl(42, 100%, 40%)\" as const,\n \"--t-fill-color-product-groups-010\": \"hsl(18, 95%, 92%)\" as const,\n \"--t-fill-color-product-groups-020\": \"hsl(17, 96%, 80%)\" as const,\n \"--t-fill-color-product-groups-030\": \"hsl(17, 96%, 70%)\" as const,\n \"--t-fill-color-product-groups-040\": \"hsl(17, 96%, 63%)\" as const,\n \"--t-fill-color-product-groups-050\": \"hsl(17, 88%, 55%)\" as const,\n \"--t-fill-color-product-groups-060\": \"hsl(12, 70%, 48%)\" as const,\n \"--t-fill-color-product-groups-070\": \"hsl(12, 70%, 40%)\" as const,\n \"--t-fill-color-product-groups-080\": \"hsl(14, 70%, 34%)\" as const,\n \"--t-fill-color-product-home-010\": \"hsl(221, 89%, 93%)\" as const,\n \"--t-fill-color-product-home-020\": \"hsl(221, 91%, 91%)\" as const,\n \"--t-fill-color-product-home-030\": \"hsl(221, 91%, 87%)\" as const,\n \"--t-fill-color-product-home-040\": \"hsl(221, 91%, 62%)\" as const,\n \"--t-fill-color-product-home-050\": \"hsl(221, 91%, 55%)\" as const,\n \"--t-fill-color-product-home-060\": \"hsl(221, 90%, 50%)\" as const,\n \"--t-fill-color-product-home-070\": \"hsl(221, 90%, 45%)\" as const,\n \"--t-fill-color-product-home-080\": \"hsl(218, 84%, 25%)\" as const,\n \"--t-fill-color-product-people-010\": \"hsl(219, 73%, 91%)\" as const,\n \"--t-fill-color-product-people-020\": \"hsl(220, 69%, 81%)\" as const,\n \"--t-fill-color-product-people-030\": \"hsl(221, 73%, 71%)\" as const,\n \"--t-fill-color-product-people-040\": \"hsl(221, 73%, 65%)\" as const,\n \"--t-fill-color-product-people-050\": \"hsl(220, 74%, 57%)\" as const,\n \"--t-fill-color-product-people-060\": \"hsl(220, 68%, 51%)\" as const,\n \"--t-fill-color-product-people-070\": \"hsl(220, 68%, 41%)\" as const,\n \"--t-fill-color-product-people-080\": \"hsl(221, 68%, 31%)\" as const,\n \"--t-fill-color-product-publishing-010\": \"hsl(220, 4%, 86%)\" as const,\n \"--t-fill-color-product-publishing-020\": \"hsl(222, 10%, 60%)\" as const,\n \"--t-fill-color-product-publishing-030\": \"hsl(221, 11%, 50%)\" as const,\n \"--t-fill-color-product-publishing-040\": \"hsl(222, 12%, 39%)\" as const,\n \"--t-fill-color-product-publishing-050\": \"hsl(220, 12%, 31%)\" as const,\n \"--t-fill-color-product-publishing-060\": \"hsl(220, 11%, 26%)\" as const,\n \"--t-fill-color-product-publishing-070\": \"hsl(217, 12%, 22%)\" as const,\n \"--t-fill-color-product-publishing-080\": \"hsl(214, 11%, 12%)\" as const,\n \"--t-fill-color-product-registrations-010\": \"hsl(173, 28%, 89%)\" as const,\n \"--t-fill-color-product-registrations-020\": \"hsl(176, 38%, 78%)\" as const,\n \"--t-fill-color-product-registrations-030\": \"hsl(176, 37%, 68%)\" as const,\n \"--t-fill-color-product-registrations-040\": \"hsl(176, 37%, 60%)\" as const,\n \"--t-fill-color-product-registrations-050\": \"hsl(175, 36%, 43%)\" as const,\n \"--t-fill-color-product-registrations-060\": \"hsl(175, 51%, 34%)\" as const,\n \"--t-fill-color-product-registrations-070\": \"hsl(174, 51%, 28%)\" as const,\n \"--t-fill-color-product-registrations-080\": \"hsl(175, 52%, 22%)\" as const,\n \"--t-fill-color-product-services-010\": \"hsl(88, 31%, 88%)\" as const,\n \"--t-fill-color-product-services-020\": \"hsl(88, 39%, 75%)\" as const,\n \"--t-fill-color-product-services-030\": \"hsl(88, 39%, 66%)\" as const,\n \"--t-fill-color-product-services-040\": \"hsl(88, 40%, 54%)\" as const,\n \"--t-fill-color-product-services-050\": \"hsl(88, 45%, 41%)\" as const,\n \"--t-fill-color-product-services-060\": \"hsl(89, 62%, 31%)\" as const,\n \"--t-fill-color-product-services-070\": \"hsl(89, 62%, 26%)\" as const,\n \"--t-fill-color-product-services-080\": \"hsl(89, 63%, 21%)\" as const,\n \"--t-fill-color-product-staff\": \"hsl(328, 100%, 45%)\" as const,\n \"--t-fill-color-product-staff-dark\": \"hsl(328, 100%, 38%)\" as const,\n \"--t-fill-color-product-staff-darker\": \"hsl(328, 100%, 33%)\" as const,\n \"--t-fill-color-product-accounts-gradient-brand\": \"linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%))\" as const,\n \"--t-fill-color-product-accounts-gradient-page\": \"linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%))\" as const,\n \"--t-fill-color-product-accounts-gradient-tint\": \"linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-api-gradient-brand\": \"linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%))\" as const,\n \"--t-fill-color-product-calendar-gradient-brand\": \"linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%))\" as const,\n \"--t-fill-color-product-calendar-gradient-page\": \"linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%))\" as const,\n \"--t-fill-color-product-calendar-gradient-tint\": \"linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-cc-gradient-brand\": \"linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%))\" as const,\n \"--t-fill-color-product-checkins-gradient-brand\": \"linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%))\" as const,\n \"--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%))\" as const,\n \"--t-fill-color-product-checkins-gradient-tint\": \"linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-giving-gradient-brand\": \"linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%))\" as const,\n \"--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%))\" as const,\n \"--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%))\" as const,\n \"--t-fill-color-product-groups-gradient-brand\": \"linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%))\" as const,\n \"--t-fill-color-product-groups-gradient-page\": \"linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%))\" as const,\n \"--t-fill-color-product-groups-gradient-tint\": \"linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-headcounts-gradient-brand\": \"linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%))\" as const,\n \"--t-fill-color-product-home-gradient-page\": \"linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%))\" as const,\n \"--t-fill-color-product-home-gradient-tint\": \"linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-musicstand-gradient-brand\": \"linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%))\" as const,\n \"--t-fill-color-product-people-gradient-brand\": \"linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%))\" as const,\n \"--t-fill-color-product-people-gradient-page\": \"linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%))\" as const,\n \"--t-fill-color-product-people-gradient-tint\": \"linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-publishing-gradient-brand\": \"linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%))\" as const,\n \"--t-fill-color-product-publishing-gradient-page\": \"linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%))\" as const,\n \"--t-fill-color-product-publishing-gradient-tint\": \"linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-registrations-gradient-brand\": \"linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%))\" as const,\n \"--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%))\" as const,\n \"--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%))\" as const,\n \"--t-fill-color-product-services-gradient-brand\": \"linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%))\" as const,\n \"--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%))\" as const,\n \"--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%))\" as const,\n \"--t-fill-color-tag-gray-010\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-tag-gray-020\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-tag-gray-030\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-tag-gray-040\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-tag-blue-010\": \"hsl(220, 100%, 95%)\" as const,\n \"--t-fill-color-tag-blue-020\": \"hsl(221, 100%, 88%)\" as const,\n \"--t-fill-color-tag-blue-030\": \"hsl(220, 98%, 81%)\" as const,\n \"--t-fill-color-tag-blue-040\": \"hsl(220, 98%, 74%)\" as const,\n \"--t-fill-color-tag-aqua-010\": \"hsl(200, 82%, 89%)\" as const,\n \"--t-fill-color-tag-aqua-020\": \"hsl(200, 82%, 82%)\" as const,\n \"--t-fill-color-tag-aqua-030\": \"hsl(201, 76%, 71%)\" as const,\n \"--t-fill-color-tag-aqua-040\": \"hsl(200, 75%, 64%)\" as const,\n \"--t-fill-color-tag-teal-010\": \"hsl(163, 53%, 83%)\" as const,\n \"--t-fill-color-tag-teal-020\": \"hsl(164, 52%, 76%)\" as const,\n \"--t-fill-color-tag-teal-030\": \"hsl(169, 62%, 64%)\" as const,\n \"--t-fill-color-tag-teal-040\": \"hsl(169, 62%, 56%)\" as const,\n \"--t-fill-color-tag-green-010\": \"hsl(98, 59%, 85%)\" as const,\n \"--t-fill-color-tag-green-020\": \"hsl(99, 59%, 78%)\" as const,\n \"--t-fill-color-tag-green-030\": \"hsl(112, 57%, 65%)\" as const,\n \"--t-fill-color-tag-green-040\": \"hsl(112, 57%, 57%)\" as const,\n \"--t-fill-color-tag-yellow-010\": \"hsl(45, 77%, 85%)\" as const,\n \"--t-fill-color-tag-yellow-020\": \"hsl(44, 78%, 77%)\" as const,\n \"--t-fill-color-tag-yellow-030\": \"hsl(44, 92%, 69%)\" as const,\n \"--t-fill-color-tag-yellow-040\": \"hsl(44, 93%, 61%)\" as const,\n \"--t-fill-color-tag-orange-010\": \"hsl(22, 89%, 89%)\" as const,\n \"--t-fill-color-tag-orange-020\": \"hsl(21, 89%, 82%)\" as const,\n \"--t-fill-color-tag-orange-030\": \"hsl(21, 86%, 72%)\" as const,\n \"--t-fill-color-tag-orange-040\": \"hsl(21, 86%, 64%)\" as const,\n \"--t-fill-color-tag-pink-010\": \"hsl(311, 66%, 92%)\" as const,\n \"--t-fill-color-tag-pink-020\": \"hsl(310, 64%, 85%)\" as const,\n \"--t-fill-color-tag-pink-030\": \"hsl(324, 78%, 77%)\" as const,\n \"--t-fill-color-tag-pink-040\": \"hsl(324, 76%, 70%)\" as const,\n \"--t-fill-color-tag-purple-010\": \"hsl(259, 74%, 93%)\" as const,\n \"--t-fill-color-tag-purple-020\": \"hsl(259, 74%, 85%)\" as const,\n \"--t-fill-color-tag-purple-030\": \"hsl(273, 62%, 76%)\" as const,\n \"--t-fill-color-tag-purple-040\": \"hsl(273, 62%, 70%)\" as const,\n \"--t-fill-color-tag-magenta-010\": \"hsl(294, 37%, 90%)\" as const,\n \"--t-fill-color-tag-magenta-020\": \"hsl(291, 40%, 83%)\" as const,\n \"--t-fill-color-tag-magenta-030\": \"hsl(291, 48%, 70%)\" as const,\n \"--t-fill-color-tag-magenta-040\": \"hsl(292, 48%, 63%)\" as const,\n \"--t-fill-color-tag-indigo-010\": \"hsl(234, 78%, 93%)\" as const,\n \"--t-fill-color-tag-indigo-020\": \"hsl(233, 79%, 87%)\" as const,\n \"--t-fill-color-tag-indigo-030\": \"hsl(233, 77%, 81%)\" as const,\n \"--t-fill-color-tag-indigo-040\": \"hsl(236, 79%, 74%)\" as const,\n \"--t-fill-color-button-neutral-solid\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-solid-hover\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-button-neutral-solid-active\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-neutral-solid-disabled\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-outline\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-outline-hover\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-outline-active\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-outline-disabled\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-neutral-ghost\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-ghost-hover\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-ghost-active\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-ghost-disabled-solid\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-neutral-responsive-header\": \"hsla(0, 0%, 0%, 0.1)\" as const,\n \"--t-fill-color-button-neutral-responsive-header-hover\": \"hsla(0, 0%, 0%, 0.2)\" as const,\n \"--t-fill-color-button-neutral-responsive-header-active\": \"hsla(0, 0%, 0%, 0.3)\" as const,\n \"--t-fill-color-button-neutral-responsive-header-disabled\": \"hsla(0, 0%, 0%, 0.05)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-hover\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-active\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-disabled\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-disabled-solid\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-interaction-solid\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-button-interaction-solid-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-fill-color-button-interaction-solid-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-fill-color-button-interaction-solid-disabled\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-interaction-outline\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-outline-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-interaction-outline-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-interaction-outline-disabled\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-interaction-ghost\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-ghost-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-interaction-ghost-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-interaction-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-disabled\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-create-solid-default\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-fill-color-button-create-solid-hover\": \"hsl(97, 57%, 28%)\" as const,\n \"--t-fill-color-button-create-solid-active\": \"hsl(97, 57%, 23%)\" as const,\n \"--t-fill-color-button-create-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-create-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-create-ghost-hover\": \"hsl(96, 60%, 95%)\" as const,\n \"--t-fill-color-button-create-ghost-active\": \"hsl(97, 57%, 90%)\" as const,\n \"--t-fill-color-button-create-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-solid\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-button-delete-solid-hover\": \"hsl(8, 60%, 45%)\" as const,\n \"--t-fill-color-button-delete-solid-active\": \"hsl(8, 60%, 40%)\" as const,\n \"--t-fill-color-button-delete-solid-disabled\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-delete-outline\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-outline-hover\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-button-delete-outline-active\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-button-delete-outline-disabled\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-delete-ghost\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-ghost-hover\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-button-delete-ghost-active\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-button-delete-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-outline-dim-hover\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-button-delete-outline-dim-active\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-button-delete-outline-dim-disabled\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-pill\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-pill-hover\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-button-pill-active\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-button-pill-disabled\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-transparency-light-010\": \"hsla(0, 0%, 100%, 0.1)\" as const,\n \"--t-fill-color-transparency-light-020\": \"hsla(0, 0%, 100%, 0.2)\" as const,\n \"--t-fill-color-transparency-light-030\": \"hsla(0, 0%, 100%, 0.3)\" as const,\n \"--t-fill-color-transparency-light-040\": \"hsla(0, 0%, 100%, 0.4)\" as const,\n \"--t-fill-color-transparency-light-050\": \"hsla(0, 0%, 100%, 0.5)\" as const,\n \"--t-fill-color-transparency-light-060\": \"hsla(0, 0%, 100%, 0.6)\" as const,\n \"--t-fill-color-transparency-light-070\": \"hsla(0, 0%, 100%, 0.7)\" as const,\n \"--t-fill-color-transparency-light-080\": \"hsla(0, 0%, 100%, 0.8)\" as const,\n \"--t-fill-color-transparency-light-090\": \"hsla(0, 0%, 100%, 0.9)\" as const,\n \"--t-fill-color-transparency-dark-010\": \"hsla(0, 0%, 0%, 0.1)\" as const,\n \"--t-fill-color-transparency-dark-020\": \"hsla(0, 0%, 0%, 0.2)\" as const,\n \"--t-fill-color-transparency-dark-030\": \"hsla(0, 0%, 0%, 0.3)\" as const,\n \"--t-fill-color-transparency-dark-040\": \"hsla(0, 0%, 0%, 0.4)\" as const,\n \"--t-fill-color-transparency-dark-050\": \"hsla(0, 0%, 0%, 0.5)\" as const,\n \"--t-fill-color-transparency-dark-060\": \"hsla(0, 0%, 0%, 0.6)\" as const,\n \"--t-fill-color-transparency-dark-070\": \"hsla(0, 0%, 0%, 0.7)\" as const,\n \"--t-fill-color-transparency-dark-080\": \"hsla(0, 0%, 0%, 0.8)\" as const,\n \"--t-fill-color-transparency-dark-090\": \"hsla(0, 0%, 0%, 0.9)\" as const,\n \"--t-fill-color-transparency-dark-static-010\": \"hsla(0, 0%, 0%, 0.1)\" as const,\n \"--t-fill-color-transparency-dark-static-020\": \"hsla(0, 0%, 0%, 0.2)\" as const,\n \"--t-fill-color-transparency-dark-static-030\": \"hsla(0, 0%, 0%, 0.3)\" as const,\n \"--t-fill-color-transparency-dark-static-040\": \"hsla(0, 0%, 0%, 0.4)\" as const,\n \"--t-fill-color-transparency-dark-static-050\": \"hsla(0, 0%, 0%, 0.5)\" as const,\n \"--t-fill-color-transparency-dark-static-060\": \"hsla(0, 0%, 0%, 0.6)\" as const,\n \"--t-fill-color-transparency-dark-static-070\": \"hsla(0, 0%, 0%, 0.7)\" as const,\n \"--t-fill-color-transparency-dark-static-080\": \"hsla(0, 0%, 0%, 0.8)\" as const,\n \"--t-fill-color-transparency-dark-static-090\": \"hsla(0, 0%, 0%, 0.9)\" as const,\n \"--t-surface-color-card\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-surface-color-canvas\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-border-color\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-dark\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-border-color-darker\": \"hsl(0, 0%, 68%)\" as const,\n \"--t-border-color-darkest\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-border-color-disabled\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-dim\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-border-color-white\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-border-color-status-neutral\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-border-color-status-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-status-success\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-border-color-status-warning\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-border-color-status-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-button-neutral\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-button-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-button-create\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-border-color-button-delete\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-control-neutral\": \"hsl(0, 0%, 68%)\" as const,\n \"--t-border-color-control-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-control-success\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-border-color-control-warning\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-border-color-control-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-control-disabled\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-shadow-overflow-color\": \"hsla(0, 0%, 0%, 0.07)\" as const,\n \"--t-form-background-color\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-form-background-color-disabled\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-form-background-color-error\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-form-background-color-readonly\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-form-border-color\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-form-border-color-disabled\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-form-border-color-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-form-border-color-focus\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-form-border-color-hover\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-form-border-color-readonly\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-form-border-radius\": \"4px\" as const,\n \"--t-form-border-width\": \"1px\" as const,\n \"--t-form-font-color\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-form-font-color-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-form-font-color-error\": \"hsl(8, 60%, 45%)\" as const,\n \"--t-form-font-color-readonly\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-form-picker-icon-color\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-form-placeholder-color\": \"hsl(0, 0%, 58%)\" as const\n}\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tokens.js","sources":["../../../src/tokens/ts/tokens.ts"],"sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n\nexport const tokens = {\n \"--t-border-radius-sm\": \"2px\" as const,\n \"--t-border-radius-md\": \"4px\" as const,\n \"--t-border-radius-lg\": \"8px\" as const,\n \"--t-border-radius-xl\": \"16px\" as const,\n \"--t-border-radius-round\": \"56px\" as const,\n \"--t-border-radius\": \"4px\" as const,\n \"--t-border-width\": \"1px\" as const,\n \"--t-border-width-thick\": \"2px\" as const,\n \"--t-border-size-default\": \"1px\" as const,\n \"--t-border-size-thick\": \"2px\" as const,\n \"--t-spacing-1\": \"8px\" as const,\n \"--t-spacing-2\": \"16px\" as const,\n \"--t-spacing-3\": \"24px\" as const,\n \"--t-spacing-4\": \"32px\" as const,\n \"--t-spacing-5\": \"40px\" as const,\n \"--t-spacing-6\": \"48px\" as const,\n \"--t-spacing-7\": \"56px\" as const,\n \"--t-spacing-fourth\": \"2px\" as const,\n \"--t-spacing-half\": \"4px\" as const,\n \"--t-spacing-1-half\": \"12px\" as const,\n \"--t-element-size-3xl\": \"48px\" as const,\n \"--t-element-size-2xl\": \"32px\" as const,\n \"--t-element-size-xl\": \"24px\" as const,\n \"--t-element-size-lg\": \"18px\" as const,\n \"--t-element-size-md\": \"16px\" as const,\n \"--t-element-size-sm\": \"14px\" as const,\n \"--t-element-size-xs\": \"12px\" as const,\n \"--t-font-size-4xl\": \"32px\" as const,\n \"--t-font-size-3xl\": \"28px\" as const,\n \"--t-font-size-2xl\": \"24px\" as const,\n \"--t-font-size-xl\": \"20px\" as const,\n \"--t-font-size-lg\": \"18px\" as const,\n \"--t-font-size-md\": \"16px\" as const,\n \"--t-font-size-sm\": \"14px\" as const,\n \"--t-font-size-xs\": \"12px\" as const,\n \"--t-font-size-2xs\": \"10px\" as const,\n \"--t-font-weight-normal\": \"400\" as const,\n \"--t-font-weight-medium\": \"500\" as const,\n \"--t-font-weight-semibold\": \"600\" as const,\n \"--t-font-weight-bold\": \"700\" as const,\n \"--t-font-weight-semi-bold\": \"600\" as const,\n \"--t-container-size-xl\": \"48px\" as const,\n \"--t-container-size-lg\": \"40px\" as const,\n \"--t-container-size-md\": \"32px\" as const,\n \"--t-container-size-sm\": \"24px\" as const,\n \"--t-container-size-xs\": \"20px\" as const,\n \"--t-avatar-size-20\": \"20px\" as const,\n \"--t-avatar-size-24\": \"24px\" as const,\n \"--t-avatar-size-36\": \"36px\" as const,\n \"--t-avatar-size-48\": \"48px\" as const,\n \"--t-avatar-size-72\": \"72px\" as const,\n \"--t-avatar-size-112\": \"112px\" as const,\n \"--t-text-color-headline\": \"hsl(0, 0%, 12%)\" as const,\n \"--t-text-color\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-secondary\": \"hsl(0, 0%, 42%)\" as const,\n \"--t-text-color-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-text-color-placeholder\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-text-color-inverted\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-text-color-interaction\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-text-color-interaction-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-text-color-interaction-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-text-color-interaction-visited\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-text-color-status-neutral\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-status-info\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-text-color-status-success\": \"hsl(97, 57%, 28%)\" as const,\n \"--t-text-color-status-warning\": \"hsl(42, 100%, 29%)\" as const,\n \"--t-text-color-status-error\": \"hsl(8, 60%, 45%)\" as const,\n \"--t-text-color-tag-subtle-gray\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-tag-subtle-blue\": \"hsl(224, 47%, 31%)\" as const,\n \"--t-text-color-tag-subtle-indigo\": \"hsl(241, 59%, 28%)\" as const,\n \"--t-text-color-tag-subtle-aqua\": \"hsl(209, 77%, 22%)\" as const,\n \"--t-text-color-tag-subtle-teal\": \"hsl(180, 95%, 15%)\" as const,\n \"--t-text-color-tag-subtle-green\": \"hsl(100, 93%, 17%)\" as const,\n \"--t-text-color-tag-subtle-yellow\": \"hsl(29, 100%, 23%)\" as const,\n \"--t-text-color-tag-subtle-orange\": \"hsl(18, 100%, 18%)\" as const,\n \"--t-text-color-tag-subtle-pink\": \"hsl(327, 88%, 20%)\" as const,\n \"--t-text-color-tag-subtle-purple\": \"hsl(268, 71%, 27%)\" as const,\n \"--t-text-color-tag-subtle-magenta\": \"hsl(285, 71%, 20%)\" as const,\n \"--t-text-color-tag-bold-gray\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-text-color-tag-bold-indigo\": \"hsl(241, 59%, 28%)\" as const,\n \"--t-text-color-tag-bold-blue\": \"hsl(224, 47%, 31%)\" as const,\n \"--t-text-color-tag-bold-aqua\": \"hsl(209, 77%, 22%)\" as const,\n \"--t-text-color-tag-bold-teal\": \"hsl(180, 95%, 15%)\" as const,\n \"--t-text-color-tag-bold-green\": \"hsl(100, 93%, 17%)\" as const,\n \"--t-text-color-tag-bold-yellow\": \"hsl(29, 100%, 23%)\" as const,\n \"--t-text-color-tag-bold-orange\": \"hsl(18, 100%, 18%)\" as const,\n \"--t-text-color-tag-bold-pink\": \"hsl(327, 88%, 20%)\" as const,\n \"--t-text-color-tag-bold-purple\": \"hsl(268, 71%, 27%)\" as const,\n \"--t-text-color-tag-bold-magenta\": \"hsl(285, 71%, 20%)\" as const,\n \"--t-icon-color\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-secondary\": \"hsl(0, 0%, 42%)\" as const,\n \"--t-icon-color-dim\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-icon-color-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-icon-color-inverted\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-icon-color-status-neutral\": \"hsl(0, 0%, 42%)\" as const,\n \"--t-icon-color-status-neutral-secondary\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-icon-color-status-neutral-bold\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-status-neutral-dark\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-icon-color-status-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-icon-color-status-info-secondary\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-icon-color-status-success\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-icon-color-status-success-secondary\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-icon-color-status-warning\": \"hsl(42, 84%, 49%)\" as const,\n \"--t-icon-color-status-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-neutral-100\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-fill-color-neutral-000\": \"hsl(0, 0%, 12%)\" as const,\n \"--t-fill-color-neutral-010\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-fill-color-neutral-020\": \"hsl(0, 0%, 42%)\" as const,\n \"--t-fill-color-neutral-025\": \"hsl(0, 0%, 50%)\" as const,\n \"--t-fill-color-neutral-030\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-fill-color-neutral-040\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-neutral-050\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-neutral-060\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-neutral-070\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-neutral-080\": \"hsl(0, 0%, 97%)\" as const,\n \"--t-fill-color-neutral-090\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-interaction\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-interaction-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-fill-color-interaction-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-fill-color-interaction-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-control-neutral-off\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-fill-color-control-neutral-on\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-fill-color-control\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-control-secondary\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-fill-color-control-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-control-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-status-neutral\": \"hsl(0, 0%, 42%)\" as const,\n \"--t-fill-color-status-neutral-ghost\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-status-neutral-dim\": \"hsl(0, 0%, 97%)\" as const,\n \"--t-fill-color-status-neutral-solid\": \"hsl(0, 0%, 42%)\" as const,\n \"--t-fill-color-status-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-status-info-ghost\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-status-info-dim\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-status-info-solid\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-status-success\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-fill-color-status-success-ghost\": \"hsl(97, 57%, 90%)\" as const,\n \"--t-fill-color-status-success-dim\": \"hsl(96, 60%, 95%)\" as const,\n \"--t-fill-color-status-success-solid\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-fill-color-status-warning\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-fill-color-status-warning-ghost\": \"hsl(42, 87%, 94%)\" as const,\n \"--t-fill-color-status-warning-dim\": \"hsl(42, 87%, 97%)\" as const,\n \"--t-fill-color-status-warning-solid\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-fill-color-status-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-status-error-ghost\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-status-error-dim\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-status-error-solid\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-alert-info\": \"hsl(204, 94%, 49%)\" as const,\n \"--t-fill-color-alert-success\": \"hsl(122, 60%, 41%)\" as const,\n \"--t-fill-color-alert-warning\": \"hsl(43, 96%, 58%)\" as const,\n \"--t-fill-color-alert-error\": \"hsl(4, 77%, 59%)\" as const,\n \"--t-fill-color-tooltip\": \"hsla(0, 0%, 12%, 0.9)\" as const,\n \"--t-fill-color-product-accounts-010\": \"hsl(212, 54%, 93%)\" as const,\n \"--t-fill-color-product-accounts-020\": \"hsl(209, 53%, 90%)\" as const,\n \"--t-fill-color-product-accounts-030\": \"hsl(210, 56%, 70%)\" as const,\n \"--t-fill-color-product-accounts-040\": \"hsl(210, 54%, 60%)\" as const,\n \"--t-fill-color-product-accounts-050\": \"hsl(210, 55%, 50%)\" as const,\n \"--t-fill-color-product-accounts-060\": \"hsl(210, 65%, 40%)\" as const,\n \"--t-fill-color-product-accounts-070\": \"hsl(211, 70%, 32%)\" as const,\n \"--t-fill-color-product-accounts-080\": \"hsl(210, 75%, 25%)\" as const,\n \"--t-fill-color-product-calendar-010\": \"hsl(8, 61%, 90%)\" as const,\n \"--t-fill-color-product-calendar-020\": \"hsl(8, 61%, 70%)\" as const,\n \"--t-fill-color-product-calendar-030\": \"hsl(8, 72%, 59%)\" as const,\n \"--t-fill-color-product-calendar-040\": \"hsl(8, 65%, 55%)\" as const,\n \"--t-fill-color-product-calendar-050\": \"hsl(9, 61%, 50%)\" as const,\n \"--t-fill-color-product-calendar-060\": \"hsl(8, 65%, 42%)\" as const,\n \"--t-fill-color-product-calendar-070\": \"hsl(7, 65%, 34%)\" as const,\n \"--t-fill-color-product-calendar-080\": \"hsl(9, 61%, 27%)\" as const,\n \"--t-fill-color-product-checkins-010\": \"hsl(285, 20%, 92%)\" as const,\n \"--t-fill-color-product-checkins-020\": \"hsl(283, 22%, 75%)\" as const,\n \"--t-fill-color-product-checkins-030\": \"hsl(284, 22%, 64%)\" as const,\n \"--t-fill-color-product-checkins-040\": \"hsl(283, 22%, 55%)\" as const,\n \"--t-fill-color-product-checkins-050\": \"hsl(283, 22%, 48%)\" as const,\n \"--t-fill-color-product-checkins-060\": \"hsl(283, 27%, 42%)\" as const,\n \"--t-fill-color-product-checkins-070\": \"hsl(284, 33%, 34%)\" as const,\n \"--t-fill-color-product-checkins-080\": \"hsl(283, 33%, 27%)\" as const,\n \"--t-fill-color-product-giving-010\": \"hsl(41, 95%, 93%)\" as const,\n \"--t-fill-color-product-giving-020\": \"hsl(42, 95%, 83%)\" as const,\n \"--t-fill-color-product-giving-030\": \"hsl(43, 95%, 75%)\" as const,\n \"--t-fill-color-product-giving-040\": \"hsl(43, 88%, 70%)\" as const,\n \"--t-fill-color-product-giving-050\": \"hsl(43, 88%, 64%)\" as const,\n \"--t-fill-color-product-giving-060\": \"hsl(42, 84%, 55%)\" as const,\n \"--t-fill-color-product-giving-070\": \"hsl(42, 84%, 48%)\" as const,\n \"--t-fill-color-product-giving-080\": \"hsl(42, 100%, 40%)\" as const,\n \"--t-fill-color-product-groups-010\": \"hsl(18, 95%, 92%)\" as const,\n \"--t-fill-color-product-groups-020\": \"hsl(17, 96%, 80%)\" as const,\n \"--t-fill-color-product-groups-030\": \"hsl(17, 96%, 70%)\" as const,\n \"--t-fill-color-product-groups-040\": \"hsl(17, 96%, 63%)\" as const,\n \"--t-fill-color-product-groups-050\": \"hsl(17, 88%, 55%)\" as const,\n \"--t-fill-color-product-groups-060\": \"hsl(12, 70%, 48%)\" as const,\n \"--t-fill-color-product-groups-070\": \"hsl(12, 70%, 40%)\" as const,\n \"--t-fill-color-product-groups-080\": \"hsl(14, 70%, 34%)\" as const,\n \"--t-fill-color-product-home-010\": \"hsl(221, 89%, 93%)\" as const,\n \"--t-fill-color-product-home-020\": \"hsl(221, 91%, 91%)\" as const,\n \"--t-fill-color-product-home-030\": \"hsl(221, 91%, 87%)\" as const,\n \"--t-fill-color-product-home-040\": \"hsl(221, 91%, 62%)\" as const,\n \"--t-fill-color-product-home-050\": \"hsl(221, 91%, 55%)\" as const,\n \"--t-fill-color-product-home-060\": \"hsl(221, 90%, 50%)\" as const,\n \"--t-fill-color-product-home-070\": \"hsl(221, 90%, 45%)\" as const,\n \"--t-fill-color-product-home-080\": \"hsl(218, 84%, 25%)\" as const,\n \"--t-fill-color-product-people-010\": \"hsl(219, 73%, 91%)\" as const,\n \"--t-fill-color-product-people-020\": \"hsl(220, 69%, 81%)\" as const,\n \"--t-fill-color-product-people-030\": \"hsl(221, 73%, 71%)\" as const,\n \"--t-fill-color-product-people-040\": \"hsl(221, 73%, 65%)\" as const,\n \"--t-fill-color-product-people-050\": \"hsl(220, 74%, 57%)\" as const,\n \"--t-fill-color-product-people-060\": \"hsl(220, 68%, 51%)\" as const,\n \"--t-fill-color-product-people-070\": \"hsl(220, 68%, 41%)\" as const,\n \"--t-fill-color-product-people-080\": \"hsl(221, 68%, 31%)\" as const,\n \"--t-fill-color-product-publishing-010\": \"hsl(220, 4%, 86%)\" as const,\n \"--t-fill-color-product-publishing-020\": \"hsl(222, 10%, 60%)\" as const,\n \"--t-fill-color-product-publishing-030\": \"hsl(221, 11%, 50%)\" as const,\n \"--t-fill-color-product-publishing-040\": \"hsl(222, 12%, 39%)\" as const,\n \"--t-fill-color-product-publishing-050\": \"hsl(220, 12%, 31%)\" as const,\n \"--t-fill-color-product-publishing-060\": \"hsl(220, 11%, 26%)\" as const,\n \"--t-fill-color-product-publishing-070\": \"hsl(217, 12%, 22%)\" as const,\n \"--t-fill-color-product-publishing-080\": \"hsl(214, 11%, 12%)\" as const,\n \"--t-fill-color-product-registrations-010\": \"hsl(173, 28%, 89%)\" as const,\n \"--t-fill-color-product-registrations-020\": \"hsl(176, 38%, 78%)\" as const,\n \"--t-fill-color-product-registrations-030\": \"hsl(176, 37%, 68%)\" as const,\n \"--t-fill-color-product-registrations-040\": \"hsl(176, 37%, 60%)\" as const,\n \"--t-fill-color-product-registrations-050\": \"hsl(175, 36%, 43%)\" as const,\n \"--t-fill-color-product-registrations-060\": \"hsl(175, 51%, 34%)\" as const,\n \"--t-fill-color-product-registrations-070\": \"hsl(174, 51%, 28%)\" as const,\n \"--t-fill-color-product-registrations-080\": \"hsl(175, 52%, 22%)\" as const,\n \"--t-fill-color-product-services-010\": \"hsl(88, 31%, 88%)\" as const,\n \"--t-fill-color-product-services-020\": \"hsl(88, 39%, 75%)\" as const,\n \"--t-fill-color-product-services-030\": \"hsl(88, 39%, 66%)\" as const,\n \"--t-fill-color-product-services-040\": \"hsl(88, 40%, 54%)\" as const,\n \"--t-fill-color-product-services-050\": \"hsl(88, 45%, 41%)\" as const,\n \"--t-fill-color-product-services-060\": \"hsl(89, 62%, 31%)\" as const,\n \"--t-fill-color-product-services-070\": \"hsl(89, 62%, 26%)\" as const,\n \"--t-fill-color-product-services-080\": \"hsl(89, 63%, 21%)\" as const,\n \"--t-fill-color-product-staff\": \"hsl(328, 100%, 45%)\" as const,\n \"--t-fill-color-product-staff-dark\": \"hsl(328, 100%, 38%)\" as const,\n \"--t-fill-color-product-staff-darker\": \"hsl(328, 100%, 33%)\" as const,\n \"--t-fill-color-product-accounts-gradient-brand\": \"linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%))\" as const,\n \"--t-fill-color-product-accounts-gradient-page\": \"linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%))\" as const,\n \"--t-fill-color-product-accounts-gradient-tint\": \"linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-api-gradient-brand\": \"linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%))\" as const,\n \"--t-fill-color-product-calendar-gradient-brand\": \"linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%))\" as const,\n \"--t-fill-color-product-calendar-gradient-page\": \"linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%))\" as const,\n \"--t-fill-color-product-calendar-gradient-tint\": \"linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-cc-gradient-brand\": \"linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%))\" as const,\n \"--t-fill-color-product-checkins-gradient-brand\": \"linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%))\" as const,\n \"--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%))\" as const,\n \"--t-fill-color-product-checkins-gradient-tint\": \"linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-giving-gradient-brand\": \"linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%))\" as const,\n \"--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%))\" as const,\n \"--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%))\" as const,\n \"--t-fill-color-product-groups-gradient-brand\": \"linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%))\" as const,\n \"--t-fill-color-product-groups-gradient-page\": \"linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%))\" as const,\n \"--t-fill-color-product-groups-gradient-tint\": \"linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-headcounts-gradient-brand\": \"linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%))\" as const,\n \"--t-fill-color-product-home-gradient-page\": \"linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%))\" as const,\n \"--t-fill-color-product-home-gradient-tint\": \"linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-musicstand-gradient-brand\": \"linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%))\" as const,\n \"--t-fill-color-product-people-gradient-brand\": \"linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%))\" as const,\n \"--t-fill-color-product-people-gradient-page\": \"linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%))\" as const,\n \"--t-fill-color-product-people-gradient-tint\": \"linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-publishing-gradient-brand\": \"linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%))\" as const,\n \"--t-fill-color-product-publishing-gradient-page\": \"linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%))\" as const,\n \"--t-fill-color-product-publishing-gradient-tint\": \"linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%))\" as const,\n \"--t-fill-color-product-registrations-gradient-brand\": \"linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%))\" as const,\n \"--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%))\" as const,\n \"--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%))\" as const,\n \"--t-fill-color-product-services-gradient-brand\": \"linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%))\" as const,\n \"--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%))\" as const,\n \"--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%))\" as const,\n \"--t-fill-color-tag-gray-010\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-tag-gray-020\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-tag-gray-030\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-tag-gray-040\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-tag-blue-010\": \"hsl(220, 100%, 95%)\" as const,\n \"--t-fill-color-tag-blue-020\": \"hsl(221, 100%, 88%)\" as const,\n \"--t-fill-color-tag-blue-030\": \"hsl(220, 98%, 81%)\" as const,\n \"--t-fill-color-tag-blue-040\": \"hsl(220, 98%, 74%)\" as const,\n \"--t-fill-color-tag-aqua-010\": \"hsl(200, 82%, 89%)\" as const,\n \"--t-fill-color-tag-aqua-020\": \"hsl(200, 82%, 82%)\" as const,\n \"--t-fill-color-tag-aqua-030\": \"hsl(201, 76%, 71%)\" as const,\n \"--t-fill-color-tag-aqua-040\": \"hsl(200, 75%, 64%)\" as const,\n \"--t-fill-color-tag-teal-010\": \"hsl(163, 53%, 83%)\" as const,\n \"--t-fill-color-tag-teal-020\": \"hsl(164, 52%, 76%)\" as const,\n \"--t-fill-color-tag-teal-030\": \"hsl(169, 62%, 64%)\" as const,\n \"--t-fill-color-tag-teal-040\": \"hsl(169, 62%, 56%)\" as const,\n \"--t-fill-color-tag-green-010\": \"hsl(98, 59%, 85%)\" as const,\n \"--t-fill-color-tag-green-020\": \"hsl(99, 59%, 78%)\" as const,\n \"--t-fill-color-tag-green-030\": \"hsl(112, 57%, 65%)\" as const,\n \"--t-fill-color-tag-green-040\": \"hsl(112, 57%, 57%)\" as const,\n \"--t-fill-color-tag-yellow-010\": \"hsl(45, 77%, 85%)\" as const,\n \"--t-fill-color-tag-yellow-020\": \"hsl(44, 78%, 77%)\" as const,\n \"--t-fill-color-tag-yellow-030\": \"hsl(44, 92%, 69%)\" as const,\n \"--t-fill-color-tag-yellow-040\": \"hsl(44, 93%, 61%)\" as const,\n \"--t-fill-color-tag-orange-010\": \"hsl(22, 89%, 89%)\" as const,\n \"--t-fill-color-tag-orange-020\": \"hsl(21, 89%, 82%)\" as const,\n \"--t-fill-color-tag-orange-030\": \"hsl(21, 86%, 72%)\" as const,\n \"--t-fill-color-tag-orange-040\": \"hsl(21, 86%, 64%)\" as const,\n \"--t-fill-color-tag-pink-010\": \"hsl(311, 66%, 92%)\" as const,\n \"--t-fill-color-tag-pink-020\": \"hsl(310, 64%, 85%)\" as const,\n \"--t-fill-color-tag-pink-030\": \"hsl(324, 78%, 77%)\" as const,\n \"--t-fill-color-tag-pink-040\": \"hsl(324, 76%, 70%)\" as const,\n \"--t-fill-color-tag-purple-010\": \"hsl(259, 74%, 93%)\" as const,\n \"--t-fill-color-tag-purple-020\": \"hsl(259, 74%, 85%)\" as const,\n \"--t-fill-color-tag-purple-030\": \"hsl(273, 62%, 76%)\" as const,\n \"--t-fill-color-tag-purple-040\": \"hsl(273, 62%, 70%)\" as const,\n \"--t-fill-color-tag-magenta-010\": \"hsl(294, 37%, 90%)\" as const,\n \"--t-fill-color-tag-magenta-020\": \"hsl(291, 40%, 83%)\" as const,\n \"--t-fill-color-tag-magenta-030\": \"hsl(291, 48%, 70%)\" as const,\n \"--t-fill-color-tag-magenta-040\": \"hsl(292, 48%, 63%)\" as const,\n \"--t-fill-color-tag-indigo-010\": \"hsl(234, 78%, 93%)\" as const,\n \"--t-fill-color-tag-indigo-020\": \"hsl(233, 79%, 87%)\" as const,\n \"--t-fill-color-tag-indigo-030\": \"hsl(233, 77%, 81%)\" as const,\n \"--t-fill-color-tag-indigo-040\": \"hsl(236, 79%, 74%)\" as const,\n \"--t-fill-color-button-neutral-solid\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-solid-hover\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-button-neutral-solid-active\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-neutral-solid-disabled\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-outline\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-outline-hover\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-outline-active\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-outline-disabled\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-neutral-ghost\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-ghost-hover\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-ghost-active\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-ghost-disabled-solid\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-neutral-responsive-header\": \"hsla(0, 0%, 0%, 0.1)\" as const,\n \"--t-fill-color-button-neutral-responsive-header-hover\": \"hsla(0, 0%, 0%, 0.2)\" as const,\n \"--t-fill-color-button-neutral-responsive-header-active\": \"hsla(0, 0%, 0%, 0.3)\" as const,\n \"--t-fill-color-button-neutral-responsive-header-disabled\": \"hsla(0, 0%, 0%, 0.05)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-hover\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-active\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-disabled\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-neutral-outline-dim-disabled-solid\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-interaction-solid\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-fill-color-button-interaction-solid-hover\": \"hsl(204, 100%, 35%)\" as const,\n \"--t-fill-color-button-interaction-solid-active\": \"hsl(204, 100%, 30%)\" as const,\n \"--t-fill-color-button-interaction-solid-disabled\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-interaction-outline\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-outline-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-interaction-outline-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-interaction-outline-disabled\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-interaction-ghost\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-ghost-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-interaction-ghost-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-interaction-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-hover\": \"hsl(204, 100%, 97%)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-active\": \"hsl(203, 94%, 94%)\" as const,\n \"--t-fill-color-button-interaction-outline-dim-disabled\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-create-solid-default\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-fill-color-button-create-solid-hover\": \"hsl(97, 57%, 28%)\" as const,\n \"--t-fill-color-button-create-solid-active\": \"hsl(97, 57%, 23%)\" as const,\n \"--t-fill-color-button-create-solid-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-fill-color-button-create-ghost-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-create-ghost-hover\": \"hsl(96, 60%, 95%)\" as const,\n \"--t-fill-color-button-create-ghost-active\": \"hsl(97, 57%, 90%)\" as const,\n \"--t-fill-color-button-create-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-solid\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-fill-color-button-delete-solid-hover\": \"hsl(8, 60%, 45%)\" as const,\n \"--t-fill-color-button-delete-solid-active\": \"hsl(8, 60%, 40%)\" as const,\n \"--t-fill-color-button-delete-solid-disabled\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-fill-color-button-delete-outline\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-outline-hover\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-button-delete-outline-active\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-button-delete-outline-disabled\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-delete-ghost\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-ghost-hover\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-button-delete-ghost-active\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-button-delete-ghost-disabled\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-outline-dim-default\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-fill-color-button-delete-outline-dim-hover\": \"hsl(7, 60%, 97%)\" as const,\n \"--t-fill-color-button-delete-outline-dim-active\": \"hsl(9, 59%, 93%)\" as const,\n \"--t-fill-color-button-delete-outline-dim-disabled\": \"hsl(0, 0%, 98%)\" as const,\n \"--t-fill-color-button-pill\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-button-pill-hover\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-button-pill-active\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-fill-color-button-pill-disabled\": \"hsl(0, 0%, 93%)\" as const,\n \"--t-fill-color-transparency-light-010\": \"hsla(0, 0%, 100%, 0.1)\" as const,\n \"--t-fill-color-transparency-light-020\": \"hsla(0, 0%, 100%, 0.2)\" as const,\n \"--t-fill-color-transparency-light-030\": \"hsla(0, 0%, 100%, 0.3)\" as const,\n \"--t-fill-color-transparency-light-040\": \"hsla(0, 0%, 100%, 0.4)\" as const,\n \"--t-fill-color-transparency-light-050\": \"hsla(0, 0%, 100%, 0.5)\" as const,\n \"--t-fill-color-transparency-light-060\": \"hsla(0, 0%, 100%, 0.6)\" as const,\n \"--t-fill-color-transparency-light-070\": \"hsla(0, 0%, 100%, 0.7)\" as const,\n \"--t-fill-color-transparency-light-080\": \"hsla(0, 0%, 100%, 0.8)\" as const,\n \"--t-fill-color-transparency-light-090\": \"hsla(0, 0%, 100%, 0.9)\" as const,\n \"--t-fill-color-transparency-dark-010\": \"hsla(0, 0%, 0%, 0.1)\" as const,\n \"--t-fill-color-transparency-dark-020\": \"hsla(0, 0%, 0%, 0.2)\" as const,\n \"--t-fill-color-transparency-dark-030\": \"hsla(0, 0%, 0%, 0.3)\" as const,\n \"--t-fill-color-transparency-dark-040\": \"hsla(0, 0%, 0%, 0.4)\" as const,\n \"--t-fill-color-transparency-dark-050\": \"hsla(0, 0%, 0%, 0.5)\" as const,\n \"--t-fill-color-transparency-dark-060\": \"hsla(0, 0%, 0%, 0.6)\" as const,\n \"--t-fill-color-transparency-dark-070\": \"hsla(0, 0%, 0%, 0.7)\" as const,\n \"--t-fill-color-transparency-dark-080\": \"hsla(0, 0%, 0%, 0.8)\" as const,\n \"--t-fill-color-transparency-dark-090\": \"hsla(0, 0%, 0%, 0.9)\" as const,\n \"--t-fill-color-transparency-dark-static-010\": \"hsla(0, 0%, 0%, 0.1)\" as const,\n \"--t-fill-color-transparency-dark-static-020\": \"hsla(0, 0%, 0%, 0.2)\" as const,\n \"--t-fill-color-transparency-dark-static-030\": \"hsla(0, 0%, 0%, 0.3)\" as const,\n \"--t-fill-color-transparency-dark-static-040\": \"hsla(0, 0%, 0%, 0.4)\" as const,\n \"--t-fill-color-transparency-dark-static-050\": \"hsla(0, 0%, 0%, 0.5)\" as const,\n \"--t-fill-color-transparency-dark-static-060\": \"hsla(0, 0%, 0%, 0.6)\" as const,\n \"--t-fill-color-transparency-dark-static-070\": \"hsla(0, 0%, 0%, 0.7)\" as const,\n \"--t-fill-color-transparency-dark-static-080\": \"hsla(0, 0%, 0%, 0.8)\" as const,\n \"--t-fill-color-transparency-dark-static-090\": \"hsla(0, 0%, 0%, 0.9)\" as const,\n \"--t-surface-color-card\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-surface-color-canvas\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-border-color\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-dark\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-border-color-darker\": \"hsl(0, 0%, 68%)\" as const,\n \"--t-border-color-darkest\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-border-color-disabled\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-dim\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-border-color-white\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-border-color-status-neutral\": \"hsl(0, 0%, 58%)\" as const,\n \"--t-border-color-status-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-status-success\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-border-color-status-warning\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-border-color-status-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-button-neutral\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-border-color-button-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-button-create\": \"hsl(96, 57%, 33%)\" as const,\n \"--t-border-color-button-delete\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-control-neutral\": \"hsl(0, 0%, 68%)\" as const,\n \"--t-border-color-control-info\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-border-color-control-success\": \"hsl(97, 57%, 40%)\" as const,\n \"--t-border-color-control-warning\": \"hsl(42, 84%, 63%)\" as const,\n \"--t-border-color-control-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-border-color-control-disabled\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-shadow-overflow-color\": \"hsla(0, 0%, 0%, 0.07)\" as const,\n \"--t-form-background-color\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-form-background-color-disabled\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-form-background-color-error\": \"hsl(0, 0%, 100%)\" as const,\n \"--t-form-background-color-readonly\": \"hsl(0, 0%, 95%)\" as const,\n \"--t-form-border-color\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-form-border-color-disabled\": \"hsl(0, 0%, 88%)\" as const,\n \"--t-form-border-color-error\": \"hsl(8, 60%, 47%)\" as const,\n \"--t-form-border-color-focus\": \"hsl(204, 100%, 40%)\" as const,\n \"--t-form-border-color-hover\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-form-border-color-readonly\": \"hsla(0, 0%, 100%, 0)\" as const,\n \"--t-form-border-radius\": \"4px\" as const,\n \"--t-form-border-width\": \"1px\" as const,\n \"--t-form-font-color\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-form-font-color-disabled\": \"hsl(0, 0%, 81%)\" as const,\n \"--t-form-font-color-error\": \"hsl(8, 60%, 45%)\" as const,\n \"--t-form-font-color-readonly\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-form-picker-icon-color\": \"hsl(0, 0%, 24%)\" as const,\n \"--t-form-placeholder-color\": \"hsl(0, 0%, 58%)\" as const\n}\n"],"names":[],"mappings":"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"}
package/dist/tokens.css CHANGED
@@ -16,6 +16,7 @@
16
16
  --t-spacing-7:56px;
17
17
  --t-spacing-fourth:2px;
18
18
  --t-spacing-half:4px;
19
+ --t-spacing-1-half:12px;
19
20
  --t-element-size-3xl:48px;
20
21
  --t-element-size-2xl:32px;
21
22
  --t-element-size-xl:24px;
@@ -1 +1 @@
1
- {"version":3,"sources":["tokens-alias.css","tokens-dark.css","tokens-system-dark.css"],"names":[],"mappings":"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","file":"tokens.css","sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n:root {\n --t-border-radius-sm: 2px;\n --t-border-radius-md: 4px;\n --t-border-radius-lg: 8px;\n --t-border-radius-xl: 16px;\n --t-border-radius-round: 56px;\n --t-border-radius: 4px;\n --t-border-width: 1px;\n --t-border-width-thick: 2px;\n --t-spacing-1: 8px;\n --t-spacing-2: 16px;\n --t-spacing-3: 24px;\n --t-spacing-4: 32px;\n --t-spacing-5: 40px;\n --t-spacing-6: 48px;\n --t-spacing-7: 56px;\n --t-spacing-fourth: 2px;\n --t-spacing-half: 4px;\n --t-element-size-3xl: 48px;\n --t-element-size-2xl: 32px;\n --t-element-size-xl: 24px;\n --t-element-size-lg: 18px;\n --t-element-size-md: 16px;\n --t-element-size-sm: 14px;\n --t-element-size-xs: 12px;\n --t-font-size-4xl: 32px;\n --t-font-size-3xl: 28px;\n --t-font-size-2xl: 24px;\n --t-font-size-xl: 20px;\n --t-font-size-lg: 18px;\n --t-font-size-md: 16px;\n --t-font-size-sm: 14px;\n --t-font-size-xs: 12px;\n --t-font-size-2xs: 10px;\n --t-font-weight-normal: 400;\n --t-font-weight-medium: 500;\n --t-font-weight-semibold: 600;\n --t-font-weight-bold: 700;\n --t-container-size-xl: 48px;\n --t-container-size-lg: 40px;\n --t-container-size-md: 32px;\n --t-container-size-sm: 24px;\n --t-container-size-xs: 20px;\n --t-avatar-size-20: 20px;\n --t-avatar-size-24: 24px;\n --t-avatar-size-36: 36px;\n --t-avatar-size-48: 48px;\n --t-avatar-size-72: 72px;\n --t-avatar-size-112: 112px;\n --t-text-color-headline: hsl(0, 0%, 12%);\n --t-text-color: hsl(0, 0%, 24%);\n --t-text-color-secondary: hsl(0, 0%, 42%);\n --t-text-color-disabled: hsl(0, 0%, 81%);\n --t-text-color-placeholder: hsl(0, 0%, 58%);\n --t-text-color-inverted: hsl(0, 0%, 100%);\n --t-text-color-interaction: hsl(204, 100%, 40%);\n --t-text-color-interaction-hover: hsl(204, 100%, 35%);\n --t-text-color-interaction-active: hsl(204, 100%, 30%);\n --t-text-color-interaction-visited: hsl(204, 100%, 30%);\n --t-text-color-status-neutral: hsl(0, 0%, 24%);\n --t-text-color-status-info: hsl(204, 100%, 35%);\n --t-text-color-status-success: hsl(97, 57%, 28%);\n --t-text-color-status-warning: hsl(42, 100%, 29%);\n --t-text-color-status-error: hsl(8, 60%, 45%);\n --t-text-color-tag-subtle-gray: hsl(0, 0%, 24%);\n --t-text-color-tag-subtle-blue: hsl(224, 47%, 31%);\n --t-text-color-tag-subtle-indigo: hsl(241, 59%, 28%);\n --t-text-color-tag-subtle-aqua: hsl(209, 77%, 22%);\n --t-text-color-tag-subtle-teal: hsl(180, 95%, 15%);\n --t-text-color-tag-subtle-green: hsl(100, 93%, 17%);\n --t-text-color-tag-subtle-yellow: hsl(29, 100%, 23%);\n --t-text-color-tag-subtle-orange: hsl(18, 100%, 18%);\n --t-text-color-tag-subtle-pink: hsl(327, 88%, 20%);\n --t-text-color-tag-subtle-purple: hsl(268, 71%, 27%);\n --t-text-color-tag-subtle-magenta: hsl(285, 71%, 20%);\n --t-text-color-tag-bold-gray: hsl(0, 0%, 24%);\n --t-text-color-tag-bold-indigo: hsl(241, 59%, 28%);\n --t-text-color-tag-bold-blue: hsl(224, 47%, 31%);\n --t-text-color-tag-bold-aqua: hsl(209, 77%, 22%);\n --t-text-color-tag-bold-teal: hsl(180, 95%, 15%);\n --t-text-color-tag-bold-green: hsl(100, 93%, 17%);\n --t-text-color-tag-bold-yellow: hsl(29, 100%, 23%);\n --t-text-color-tag-bold-orange: hsl(18, 100%, 18%);\n --t-text-color-tag-bold-pink: hsl(327, 88%, 20%);\n --t-text-color-tag-bold-purple: hsl(268, 71%, 27%);\n --t-text-color-tag-bold-magenta: hsl(285, 71%, 20%);\n --t-icon-color: hsl(0, 0%, 24%);\n --t-icon-color-secondary: hsl(0, 0%, 42%);\n --t-icon-color-dim: hsl(0, 0%, 58%);\n --t-icon-color-disabled: hsl(0, 0%, 81%);\n --t-icon-color-inverted: hsl(0, 0%, 100%);\n --t-icon-color-status-neutral: hsl(0, 0%, 42%);\n --t-icon-color-status-neutral-secondary: hsl(0, 0%, 58%);\n --t-icon-color-status-neutral-bold: hsl(0, 0%, 24%);\n --t-icon-color-status-info: hsl(204, 100%, 40%);\n --t-icon-color-status-success: hsl(96, 57%, 33%);\n --t-icon-color-status-success-secondary: hsl(97, 57%, 40%);\n --t-icon-color-status-warning: hsl(42, 84%, 49%);\n --t-icon-color-status-error: hsl(8, 60%, 47%);\n --t-fill-color-neutral-100: hsl(0, 0%, 100%);\n --t-fill-color-neutral-000: hsl(0, 0%, 12%);\n --t-fill-color-neutral-010: hsl(0, 0%, 24%);\n --t-fill-color-neutral-020: hsl(0, 0%, 42%);\n --t-fill-color-neutral-025: hsl(0, 0%, 50%);\n --t-fill-color-neutral-030: hsl(0, 0%, 58%);\n --t-fill-color-neutral-040: hsl(0, 0%, 81%);\n --t-fill-color-neutral-050: hsl(0, 0%, 88%);\n --t-fill-color-neutral-060: hsl(0, 0%, 93%);\n --t-fill-color-neutral-070: hsl(0, 0%, 95%);\n --t-fill-color-neutral-080: hsl(0, 0%, 97%);\n --t-fill-color-neutral-090: hsl(0, 0%, 98%);\n --t-fill-color-interaction: hsl(204, 100%, 40%);\n --t-fill-color-interaction-hover: hsl(204, 100%, 35%);\n --t-fill-color-interaction-active: hsl(204, 100%, 30%);\n --t-fill-color-interaction-disabled: hsl(0, 0%, 81%);\n --t-fill-color-control-neutral-off: hsl(0, 0%, 58%);\n --t-fill-color-control-neutral-on: hsl(0, 0%, 24%);\n --t-fill-color-control: hsl(204, 100%, 40%);\n --t-fill-color-control-secondary: hsl(97, 57%, 40%);\n --t-fill-color-control-error: hsl(8, 60%, 47%);\n --t-fill-color-control-disabled: hsl(0, 0%, 81%);\n --t-fill-color-status-neutral: hsl(0, 0%, 42%);\n --t-fill-color-status-neutral-ghost: hsl(0, 0%, 93%);\n --t-fill-color-status-neutral-dim: hsl(0, 0%, 97%);\n --t-fill-color-status-info: hsl(204, 100%, 40%);\n --t-fill-color-status-info-ghost: hsl(203, 94%, 94%);\n --t-fill-color-status-info-dim: hsl(204, 100%, 97%);\n --t-fill-color-status-success: hsl(96, 57%, 33%);\n --t-fill-color-status-success-ghost: hsl(97, 57%, 90%);\n --t-fill-color-status-success-dim: hsl(96, 60%, 95%);\n --t-fill-color-status-warning: hsl(42, 84%, 63%);\n --t-fill-color-status-warning-ghost: hsl(42, 87%, 94%);\n --t-fill-color-status-warning-dim: hsl(42, 87%, 97%);\n --t-fill-color-status-error: hsl(8, 60%, 47%);\n --t-fill-color-status-error-ghost: hsl(9, 59%, 93%);\n --t-fill-color-status-error-dim: hsl(7, 60%, 97%);\n --t-fill-color-tooltip: hsla(0, 0%, 12%, 0.9);\n --t-fill-color-product-accounts-010: hsl(212, 54%, 93%);\n --t-fill-color-product-accounts-020: hsl(209, 53%, 90%);\n --t-fill-color-product-accounts-030: hsl(210, 56%, 70%);\n --t-fill-color-product-accounts-040: hsl(210, 54%, 60%);\n --t-fill-color-product-accounts-050: hsl(210, 55%, 50%);\n --t-fill-color-product-accounts-060: hsl(210, 65%, 40%);\n --t-fill-color-product-accounts-070: hsl(211, 70%, 32%);\n --t-fill-color-product-accounts-080: hsl(210, 75%, 25%);\n --t-fill-color-product-calendar-010: hsl(8, 61%, 90%);\n --t-fill-color-product-calendar-020: hsl(8, 61%, 70%);\n --t-fill-color-product-calendar-030: hsl(8, 72%, 59%);\n --t-fill-color-product-calendar-040: hsl(8, 65%, 55%);\n --t-fill-color-product-calendar-050: hsl(9, 61%, 50%);\n --t-fill-color-product-calendar-060: hsl(8, 65%, 42%);\n --t-fill-color-product-calendar-070: hsl(7, 65%, 34%);\n --t-fill-color-product-calendar-080: hsl(9, 61%, 27%);\n --t-fill-color-product-checkins-010: hsl(285, 20%, 92%);\n --t-fill-color-product-checkins-020: hsl(283, 22%, 75%);\n --t-fill-color-product-checkins-030: hsl(284, 22%, 64%);\n --t-fill-color-product-checkins-040: hsl(283, 22%, 55%);\n --t-fill-color-product-checkins-050: hsl(283, 22%, 48%);\n --t-fill-color-product-checkins-060: hsl(283, 27%, 42%);\n --t-fill-color-product-checkins-070: hsl(284, 33%, 34%);\n --t-fill-color-product-checkins-080: hsl(283, 33%, 27%);\n --t-fill-color-product-giving-010: hsl(41, 95%, 93%);\n --t-fill-color-product-giving-020: hsl(42, 95%, 83%);\n --t-fill-color-product-giving-030: hsl(43, 95%, 75%);\n --t-fill-color-product-giving-040: hsl(43, 88%, 70%);\n --t-fill-color-product-giving-050: hsl(43, 88%, 64%);\n --t-fill-color-product-giving-060: hsl(42, 84%, 55%);\n --t-fill-color-product-giving-070: hsl(42, 84%, 48%);\n --t-fill-color-product-giving-080: hsl(42, 100%, 40%);\n --t-fill-color-product-groups-010: hsl(18, 95%, 92%);\n --t-fill-color-product-groups-020: hsl(17, 96%, 80%);\n --t-fill-color-product-groups-030: hsl(17, 96%, 70%);\n --t-fill-color-product-groups-040: hsl(17, 96%, 63%);\n --t-fill-color-product-groups-050: hsl(17, 88%, 55%);\n --t-fill-color-product-groups-060: hsl(12, 70%, 48%);\n --t-fill-color-product-groups-070: hsl(12, 70%, 40%);\n --t-fill-color-product-groups-080: hsl(14, 70%, 34%);\n --t-fill-color-product-home-010: hsl(221, 89%, 93%);\n --t-fill-color-product-home-020: hsl(221, 91%, 91%);\n --t-fill-color-product-home-030: hsl(221, 91%, 87%);\n --t-fill-color-product-home-040: hsl(221, 91%, 62%);\n --t-fill-color-product-home-050: hsl(221, 91%, 55%);\n --t-fill-color-product-home-060: hsl(221, 90%, 50%);\n --t-fill-color-product-home-070: hsl(221, 90%, 45%);\n --t-fill-color-product-home-080: hsl(218, 84%, 25%);\n --t-fill-color-product-people-010: hsl(219, 73%, 91%);\n --t-fill-color-product-people-020: hsl(220, 69%, 81%);\n --t-fill-color-product-people-030: hsl(221, 73%, 71%);\n --t-fill-color-product-people-040: hsl(221, 73%, 65%);\n --t-fill-color-product-people-050: hsl(220, 74%, 57%);\n --t-fill-color-product-people-060: hsl(220, 68%, 51%);\n --t-fill-color-product-people-070: hsl(220, 68%, 41%);\n --t-fill-color-product-people-080: hsl(221, 68%, 31%);\n --t-fill-color-product-publishing-010: hsl(220, 4%, 86%);\n --t-fill-color-product-publishing-020: hsl(222, 10%, 60%);\n --t-fill-color-product-publishing-030: hsl(221, 11%, 50%);\n --t-fill-color-product-publishing-040: hsl(222, 12%, 39%);\n --t-fill-color-product-publishing-050: hsl(220, 12%, 31%);\n --t-fill-color-product-publishing-060: hsl(220, 11%, 26%);\n --t-fill-color-product-publishing-070: hsl(217, 12%, 22%);\n --t-fill-color-product-publishing-080: hsl(214, 11%, 12%);\n --t-fill-color-product-registrations-010: hsl(173, 28%, 89%);\n --t-fill-color-product-registrations-020: hsl(176, 38%, 78%);\n --t-fill-color-product-registrations-030: hsl(176, 37%, 68%);\n --t-fill-color-product-registrations-040: hsl(176, 37%, 60%);\n --t-fill-color-product-registrations-050: hsl(175, 36%, 43%);\n --t-fill-color-product-registrations-060: hsl(175, 51%, 34%);\n --t-fill-color-product-registrations-070: hsl(174, 51%, 28%);\n --t-fill-color-product-registrations-080: hsl(175, 52%, 22%);\n --t-fill-color-product-services-010: hsl(88, 31%, 88%);\n --t-fill-color-product-services-020: hsl(88, 39%, 75%);\n --t-fill-color-product-services-030: hsl(88, 39%, 66%);\n --t-fill-color-product-services-040: hsl(88, 40%, 54%);\n --t-fill-color-product-services-050: hsl(88, 45%, 41%);\n --t-fill-color-product-services-060: hsl(89, 62%, 31%);\n --t-fill-color-product-services-070: hsl(89, 62%, 26%);\n --t-fill-color-product-services-080: hsl(89, 63%, 21%);\n --t-fill-color-product-staff: hsl(328, 100%, 45%);\n --t-fill-color-product-staff-dark: hsl(328, 100%, 38%);\n --t-fill-color-product-staff-darker: hsl(328, 100%, 33%);\n --t-fill-color-product-accounts-gradient-brand: linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%));\n --t-fill-color-product-accounts-gradient-page: linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));\n --t-fill-color-product-accounts-gradient-tint: linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));\n --t-fill-color-product-api-gradient-brand: linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%));\n --t-fill-color-product-calendar-gradient-brand: linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%));\n --t-fill-color-product-calendar-gradient-page: linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));\n --t-fill-color-product-calendar-gradient-tint: linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%));\n --t-fill-color-product-cc-gradient-brand: linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%));\n --t-fill-color-product-checkins-gradient-brand: linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%));\n --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%));\n --t-fill-color-product-checkins-gradient-tint: linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%));\n --t-fill-color-product-giving-gradient-brand: linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%));\n --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%));\n --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%));\n --t-fill-color-product-groups-gradient-brand: linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%));\n --t-fill-color-product-groups-gradient-page: linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));\n --t-fill-color-product-groups-gradient-tint: linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%));\n --t-fill-color-product-headcounts-gradient-brand: linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%));\n --t-fill-color-product-home-gradient-page: linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));\n --t-fill-color-product-home-gradient-tint: linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));\n --t-fill-color-product-musicstand-gradient-brand: linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%));\n --t-fill-color-product-people-gradient-brand: linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%));\n --t-fill-color-product-people-gradient-page: linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));\n --t-fill-color-product-people-gradient-tint: linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));\n --t-fill-color-product-publishing-gradient-brand: linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%));\n --t-fill-color-product-publishing-gradient-page: linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%));\n --t-fill-color-product-publishing-gradient-tint: linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%));\n --t-fill-color-product-registrations-gradient-brand: linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%));\n --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%));\n --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%));\n --t-fill-color-product-services-gradient-brand: linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%));\n --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%));\n --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%));\n --t-fill-color-tag-gray-010: hsl(0, 0%, 93%);\n --t-fill-color-tag-gray-020: hsl(0, 0%, 88%);\n --t-fill-color-tag-gray-030: hsl(0, 0%, 88%);\n --t-fill-color-tag-gray-040: hsl(0, 0%, 81%);\n --t-fill-color-tag-blue-010: hsl(220, 100%, 95%);\n --t-fill-color-tag-blue-020: hsl(221, 100%, 88%);\n --t-fill-color-tag-blue-030: hsl(220, 98%, 81%);\n --t-fill-color-tag-blue-040: hsl(220, 98%, 74%);\n --t-fill-color-tag-aqua-010: hsl(200, 82%, 89%);\n --t-fill-color-tag-aqua-020: hsl(200, 82%, 82%);\n --t-fill-color-tag-aqua-030: hsl(201, 76%, 71%);\n --t-fill-color-tag-aqua-040: hsl(200, 75%, 64%);\n --t-fill-color-tag-teal-010: hsl(163, 53%, 83%);\n --t-fill-color-tag-teal-020: hsl(164, 52%, 76%);\n --t-fill-color-tag-teal-030: hsl(169, 62%, 64%);\n --t-fill-color-tag-teal-040: hsl(169, 62%, 56%);\n --t-fill-color-tag-green-010: hsl(98, 59%, 85%);\n --t-fill-color-tag-green-020: hsl(99, 59%, 78%);\n --t-fill-color-tag-green-030: hsl(112, 57%, 65%);\n --t-fill-color-tag-green-040: hsl(112, 57%, 57%);\n --t-fill-color-tag-yellow-010: hsl(45, 77%, 85%);\n --t-fill-color-tag-yellow-020: hsl(44, 78%, 77%);\n --t-fill-color-tag-yellow-030: hsl(44, 92%, 69%);\n --t-fill-color-tag-yellow-040: hsl(44, 93%, 61%);\n --t-fill-color-tag-orange-010: hsl(22, 89%, 89%);\n --t-fill-color-tag-orange-020: hsl(21, 89%, 82%);\n --t-fill-color-tag-orange-030: hsl(21, 86%, 72%);\n --t-fill-color-tag-orange-040: hsl(21, 86%, 64%);\n --t-fill-color-tag-pink-010: hsl(311, 66%, 92%);\n --t-fill-color-tag-pink-020: hsl(310, 64%, 85%);\n --t-fill-color-tag-pink-030: hsl(324, 78%, 77%);\n --t-fill-color-tag-pink-040: hsl(324, 76%, 70%);\n --t-fill-color-tag-purple-010: hsl(259, 74%, 93%);\n --t-fill-color-tag-purple-020: hsl(259, 74%, 85%);\n --t-fill-color-tag-purple-030: hsl(273, 62%, 76%);\n --t-fill-color-tag-purple-040: hsl(273, 62%, 70%);\n --t-fill-color-tag-magenta-010: hsl(294, 37%, 90%);\n --t-fill-color-tag-magenta-020: hsl(291, 40%, 83%);\n --t-fill-color-tag-magenta-030: hsl(291, 48%, 70%);\n --t-fill-color-tag-magenta-040: hsl(292, 48%, 63%);\n --t-fill-color-tag-indigo-010: hsl(234, 78%, 93%);\n --t-fill-color-tag-indigo-020: hsl(233, 79%, 87%);\n --t-fill-color-tag-indigo-030: hsl(233, 77%, 81%);\n --t-fill-color-tag-indigo-040: hsl(236, 79%, 74%);\n --t-fill-color-button-neutral-solid: hsl(0, 0%, 93%);\n --t-fill-color-button-neutral-solid-hover: hsl(0, 0%, 88%);\n --t-fill-color-button-neutral-solid-active: hsl(0, 0%, 81%);\n --t-fill-color-button-neutral-solid-disabled: hsl(0, 0%, 95%);\n --t-fill-color-button-neutral-outline: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-neutral-outline-hover: hsl(0, 0%, 95%);\n --t-fill-color-button-neutral-outline-active: hsl(0, 0%, 93%);\n --t-fill-color-button-neutral-outline-disabled: hsl(0, 0%, 98%);\n --t-fill-color-button-neutral-ghost: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-neutral-ghost-hover: hsl(0, 0%, 95%);\n --t-fill-color-button-neutral-ghost-active: hsl(0, 0%, 93%);\n --t-fill-color-button-neutral-ghost-disabled: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-neutral-responsive-header: hsla(0, 0%, 0%, 0.1);\n --t-fill-color-button-neutral-responsive-header-hover: hsla(0, 0%, 0%, 0.2);\n --t-fill-color-button-neutral-responsive-header-active: hsla(0, 0%, 0%, 0.3);\n --t-fill-color-button-neutral-responsive-header-disabled: hsla(0, 0%, 0%, 0.05);\n --t-fill-color-button-interaction-solid: hsl(204, 100%, 40%);\n --t-fill-color-button-interaction-solid-hover: hsl(204, 100%, 35%);\n --t-fill-color-button-interaction-solid-active: hsl(204, 100%, 30%);\n --t-fill-color-button-interaction-solid-disabled: hsl(0, 0%, 95%);\n --t-fill-color-button-interaction-outline: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-interaction-outline-hover: hsl(204, 100%, 97%);\n --t-fill-color-button-interaction-outline-active: hsl(203, 94%, 94%);\n --t-fill-color-button-interaction-outline-disabled: hsl(0, 0%, 98%);\n --t-fill-color-button-interaction-ghost: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-interaction-ghost-hover: hsl(204, 100%, 97%);\n --t-fill-color-button-interaction-ghost-active: hsl(203, 94%, 94%);\n --t-fill-color-button-interaction-ghost-disabled: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-delete-solid: hsl(8, 60%, 47%);\n --t-fill-color-button-delete-solid-hover: hsl(8, 60%, 45%);\n --t-fill-color-button-delete-solid-active: hsl(8, 60%, 40%);\n --t-fill-color-button-delete-solid-disabled: hsl(0, 0%, 95%);\n --t-fill-color-button-delete-outline: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-delete-outline-hover: hsl(7, 60%, 97%);\n --t-fill-color-button-delete-outline-active: hsl(9, 59%, 93%);\n --t-fill-color-button-delete-outline-disabled: hsl(0, 0%, 98%);\n --t-fill-color-button-delete-ghost: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-delete-ghost-hover: hsl(7, 60%, 97%);\n --t-fill-color-button-delete-ghost-active: hsl(9, 59%, 93%);\n --t-fill-color-button-delete-ghost-disabled: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-pill: hsl(0, 0%, 93%);\n --t-fill-color-button-pill-hover: hsl(0, 0%, 88%);\n --t-fill-color-button-pill-active: hsl(0, 0%, 88%);\n --t-fill-color-button-pill-disabled: hsl(0, 0%, 93%);\n --t-fill-color-transparency-light-010: hsla(0, 0%, 100%, 0.1);\n --t-fill-color-transparency-light-020: hsla(0, 0%, 100%, 0.2);\n --t-fill-color-transparency-light-030: hsla(0, 0%, 100%, 0.3);\n --t-fill-color-transparency-light-040: hsla(0, 0%, 100%, 0.4);\n --t-fill-color-transparency-light-050: hsla(0, 0%, 100%, 0.5);\n --t-fill-color-transparency-light-060: hsla(0, 0%, 100%, 0.6);\n --t-fill-color-transparency-light-070: hsla(0, 0%, 100%, 0.7);\n --t-fill-color-transparency-light-080: hsla(0, 0%, 100%, 0.8);\n --t-fill-color-transparency-light-090: hsla(0, 0%, 100%, 0.9);\n --t-fill-color-transparency-dark-010: hsla(0, 0%, 0%, 0.1);\n --t-fill-color-transparency-dark-020: hsla(0, 0%, 0%, 0.2);\n --t-fill-color-transparency-dark-030: hsla(0, 0%, 0%, 0.3);\n --t-fill-color-transparency-dark-040: hsla(0, 0%, 0%, 0.4);\n --t-fill-color-transparency-dark-050: hsla(0, 0%, 0%, 0.5);\n --t-fill-color-transparency-dark-060: hsla(0, 0%, 0%, 0.6);\n --t-fill-color-transparency-dark-070: hsla(0, 0%, 0%, 0.7);\n --t-fill-color-transparency-dark-080: hsla(0, 0%, 0%, 0.8);\n --t-fill-color-transparency-dark-090: hsla(0, 0%, 0%, 0.9);\n --t-fill-color-transparency-dark-static-010: hsla(0, 0%, 0%, 0.1);\n --t-fill-color-transparency-dark-static-020: hsla(0, 0%, 0%, 0.2);\n --t-fill-color-transparency-dark-static-030: hsla(0, 0%, 0%, 0.3);\n --t-fill-color-transparency-dark-static-040: hsla(0, 0%, 0%, 0.4);\n --t-fill-color-transparency-dark-static-050: hsla(0, 0%, 0%, 0.5);\n --t-fill-color-transparency-dark-static-060: hsla(0, 0%, 0%, 0.6);\n --t-fill-color-transparency-dark-static-070: hsla(0, 0%, 0%, 0.7);\n --t-fill-color-transparency-dark-static-080: hsla(0, 0%, 0%, 0.8);\n --t-fill-color-transparency-dark-static-090: hsla(0, 0%, 0%, 0.9);\n --t-surface-color-card: hsl(0, 0%, 100%);\n --t-surface-color-canvas: hsl(0, 0%, 100%);\n --t-border-color: hsl(0, 0%, 88%);\n --t-border-color-dark: hsl(0, 0%, 81%);\n --t-border-color-darker: hsl(0, 0%, 68%);\n --t-border-color-darkest: hsl(0, 0%, 58%);\n --t-border-color-disabled: hsl(0, 0%, 88%);\n --t-border-color-dim: hsl(0, 0%, 95%);\n --t-border-color-white: hsl(0, 0%, 100%);\n --t-border-color-status-neutral: hsl(0, 0%, 58%);\n --t-border-color-status-info: hsl(204, 100%, 40%);\n --t-border-color-status-success: hsl(97, 57%, 40%);\n --t-border-color-status-warning: hsl(42, 84%, 63%);\n --t-border-color-status-error: hsl(8, 60%, 47%);\n --t-border-color-button-neutral: hsl(0, 0%, 88%);\n --t-border-color-button-info: hsl(204, 100%, 40%);\n --t-border-color-button-create: hsl(96, 57%, 33%);\n --t-border-color-button-delete: hsl(8, 60%, 47%);\n --t-border-color-control-neutral: hsl(0, 0%, 68%);\n --t-border-color-control-info: hsl(204, 100%, 40%);\n --t-border-color-control-success: hsl(97, 57%, 40%);\n --t-border-color-control-warning: hsl(42, 84%, 63%);\n --t-border-color-control-error: hsl(8, 60%, 47%);\n --t-border-color-control-disabled: hsl(0, 0%, 88%);\n --t-shadow-overflow-color: hsla(0, 0%, 0%, 0.07);\n --t-form-background-color: var(--t-fill-color-neutral-100);\n --t-form-background-color-disabled: var(--t-fill-color-neutral-070);\n --t-form-background-color-error: var(--t-fill-color-neutral-100);\n --t-form-background-color-readonly: var(--t-fill-color-neutral-070);\n --t-form-border-color: var(--t-border-color);\n --t-form-border-color-disabled: var(--t-border-color);\n --t-form-border-color-error: var(--t-border-color-status-error);\n --t-form-border-color-focus: var(--t-fill-color-interaction);\n --t-form-border-color-hover: var(--t-border-color-dark);\n --t-form-border-color-readonly: hsla(0, 0%, 100%, 0);\n --t-form-border-radius: var(--t-border-radius-md);\n --t-form-border-width: var(--t-border-width);\n --t-form-font-color: var(--t-text-color);\n --t-form-font-color-disabled: var(--t-text-color-disabled);\n --t-form-font-color-error: var(--t-text-color-status-error);\n --t-form-font-color-readonly: var(--t-text-color);\n --t-form-picker-icon-color: var(--t-icon-color);\n --t-form-placeholder-color: var(--t-text-color-placeholder);\n}\n","/**\n * Do not edit directly, this file was auto-generated.\n */\n\n:root[data-color-mode=\"dark\"] {\n color-scheme: dark;\n --t-text-color-headline: hsl(0, 0%, 94%);\n --t-text-color: hsl(0, 0%, 80%);\n --t-text-color-secondary: hsl(0, 0%, 54%);\n --t-text-color-disabled: hsl(0, 0%, 25%);\n --t-text-color-placeholder: hsl(0, 0%, 38%);\n --t-text-color-interaction: hsl(204, 68%, 55%);\n --t-text-color-interaction-hover: hsl(204, 68%, 50%);\n --t-text-color-interaction-active: hsl(204, 68%, 45%);\n --t-text-color-interaction-visited: hsl(204, 68%, 50%);\n --t-text-color-status-neutral: hsl(0, 0%, 80%);\n --t-text-color-status-info: hsl(204, 68%, 55%);\n --t-text-color-status-success: hsl(97, 57%, 41%);\n --t-text-color-status-warning: hsl(42, 84%, 55%);\n --t-text-color-status-error: hsl(8, 61%, 61%);\n --t-text-color-tag-subtle-gray: hsl(0, 0%, 80%);\n --t-text-color-tag-subtle-blue: hsl(223, 46%, 84%);\n --t-text-color-tag-subtle-indigo: hsl(233, 78%, 84%);\n --t-text-color-tag-subtle-aqua: hsl(208, 77%, 85%);\n --t-text-color-tag-subtle-teal: hsl(180, 95%, 74%);\n --t-text-color-tag-subtle-green: hsl(99, 93%, 84%);\n --t-text-color-tag-subtle-yellow: hsl(29, 100%, 85%);\n --t-text-color-tag-subtle-orange: hsl(18, 100%, 85%);\n --t-text-color-tag-subtle-pink: hsl(328, 89%, 89%);\n --t-text-color-tag-subtle-purple: hsl(268, 70%, 88%);\n --t-text-color-tag-subtle-magenta: hsl(285, 70%, 88%);\n --t-text-color-tag-bold-gray: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-indigo: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-blue: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-aqua: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-teal: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-green: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-yellow: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-orange: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-pink: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-purple: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-magenta: hsl(0, 0%, 100%);\n --t-icon-color: hsl(0, 0%, 80%);\n --t-icon-color-secondary: hsl(0, 0%, 54%);\n --t-icon-color-dim: hsl(0, 0%, 38%);\n --t-icon-color-disabled: hsl(0, 0%, 25%);\n --t-icon-color-status-neutral: hsl(0, 0%, 54%);\n --t-icon-color-status-neutral-secondary: hsl(0, 0%, 38%);\n --t-icon-color-status-neutral-bold: hsl(0, 0%, 80%);\n --t-icon-color-status-info: hsl(204, 68%, 55%);\n --t-icon-color-status-error: hsl(8, 61%, 61%);\n --t-fill-color-neutral-100: hsl(0, 0%, 10%);\n --t-fill-color-neutral-000: hsl(0, 0%, 98%);\n --t-fill-color-neutral-010: hsl(0, 0%, 88%);\n --t-fill-color-neutral-020: hsl(0, 0%, 68%);\n --t-fill-color-neutral-025: hsl(0, 0%, 58%);\n --t-fill-color-neutral-030: hsl(0, 0%, 50%);\n --t-fill-color-neutral-040: hsl(0, 0%, 32%);\n --t-fill-color-neutral-050: hsl(0, 0%, 24%);\n --t-fill-color-neutral-060: hsl(0, 0%, 19%);\n --t-fill-color-neutral-070: hsl(0, 0%, 17%);\n --t-fill-color-neutral-080: hsl(0, 0%, 15%);\n --t-fill-color-neutral-090: hsl(0, 0%, 12%);\n --t-fill-color-interaction: hsl(204, 100%, 35%);\n --t-fill-color-interaction-hover: hsl(204, 100%, 40%);\n --t-fill-color-interaction-active: hsl(204, 80%, 45%);\n --t-fill-color-interaction-disabled: hsl(0, 0%, 25%);\n --t-fill-color-control-neutral-off: hsl(0, 0%, 32%);\n --t-fill-color-control-neutral-on: hsl(0, 0%, 50%);\n --t-fill-color-control: hsl(204, 100%, 35%);\n --t-fill-color-control-disabled: hsl(0, 0%, 20%);\n --t-fill-color-status-neutral: hsl(0, 0%, 24%);\n --t-fill-color-status-neutral-ghost: hsl(0, 0%, 18%);\n --t-fill-color-status-neutral-dim: hsl(0, 0%, 15%);\n --t-fill-color-status-info: hsl(204, 100%, 35%);\n --t-fill-color-status-info-ghost: hsl(204, 32%, 15%);\n --t-fill-color-status-info-dim: hsl(206, 22%, 15%);\n --t-fill-color-status-success-ghost: hsl(125, 17%, 15%);\n --t-fill-color-status-success-dim: hsl(120, 12%, 14%);\n --t-fill-color-status-warning-ghost: hsl(41, 18%, 17%);\n --t-fill-color-status-warning-dim: hsl(42, 13%, 15%);\n --t-fill-color-status-error-ghost: hsl(8, 20%, 16%);\n --t-fill-color-status-error-dim: hsl(10, 16%, 15%);\n --t-fill-color-tooltip: hsla(0, 0%, 24%, 0.9);\n --t-fill-color-product-accounts-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-accounts-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-calendar-gradient-page: linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-calendar-gradient-tint: linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));\n --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%));\n --t-fill-color-product-checkins-gradient-tint: linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));\n --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%));\n --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%));\n --t-fill-color-product-groups-gradient-page: linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-groups-gradient-tint: linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-home-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-home-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-people-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-people-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-publishing-gradient-page: linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));\n --t-fill-color-product-publishing-gradient-tint: linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));\n --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%));\n --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%));\n --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%));\n --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%));\n --t-fill-color-tag-gray-010: hsl(0, 0%, 20%);\n --t-fill-color-tag-gray-020: hsl(0, 0%, 24%);\n --t-fill-color-tag-gray-030: hsl(0, 0%, 36%);\n --t-fill-color-tag-gray-040: hsl(0, 0%, 42%);\n --t-fill-color-tag-blue-010: hsl(219, 26%, 24%);\n --t-fill-color-tag-blue-020: hsl(220, 28%, 29%);\n --t-fill-color-tag-blue-030: hsl(219, 32%, 45%);\n --t-fill-color-tag-blue-040: hsl(220, 35%, 52%);\n --t-fill-color-tag-aqua-010: hsl(200, 30%, 21%);\n --t-fill-color-tag-aqua-020: hsl(200, 33%, 26%);\n --t-fill-color-tag-aqua-030: hsl(200, 39%, 38%);\n --t-fill-color-tag-aqua-040: hsl(200, 39%, 43%);\n --t-fill-color-tag-teal-010: hsl(169, 33%, 19%);\n --t-fill-color-tag-teal-020: hsl(169, 37%, 22%);\n --t-fill-color-tag-teal-030: hsl(169, 43%, 31%);\n --t-fill-color-tag-teal-040: hsl(169, 44%, 35%);\n --t-fill-color-tag-green-010: hsl(110, 30%, 20%);\n --t-fill-color-tag-green-020: hsl(112, 33%, 23%);\n --t-fill-color-tag-green-030: hsl(112, 37%, 33%);\n --t-fill-color-tag-green-040: hsl(112, 39%, 37%);\n --t-fill-color-tag-yellow-010: hsl(44, 39%, 19%);\n --t-fill-color-tag-yellow-020: hsl(44, 44%, 22%);\n --t-fill-color-tag-yellow-030: hsl(44, 50%, 31%);\n --t-fill-color-tag-yellow-040: hsl(44, 53%, 36%);\n --t-fill-color-tag-orange-010: hsl(21, 35%, 22%);\n --t-fill-color-tag-orange-020: hsl(20, 38%, 26%);\n --t-fill-color-tag-orange-030: hsl(21, 44%, 40%);\n --t-fill-color-tag-orange-040: hsl(21, 46%, 45%);\n --t-fill-color-tag-pink-010: hsl(331, 22%, 24%);\n --t-fill-color-tag-pink-020: hsl(324, 26%, 26%);\n --t-fill-color-tag-pink-030: hsl(324, 30%, 45%);\n --t-fill-color-tag-pink-040: hsl(324, 33%, 51%);\n --t-fill-color-tag-purple-010: hsl(274, 20%, 23%);\n --t-fill-color-tag-purple-020: hsl(274, 21%, 28%);\n --t-fill-color-tag-purple-030: hsl(274, 25%, 46%);\n --t-fill-color-tag-purple-040: hsl(274, 28%, 53%);\n --t-fill-color-tag-magenta-010: hsl(292, 20%, 21%);\n --t-fill-color-tag-magenta-020: hsl(292, 22%, 26%);\n --t-fill-color-tag-magenta-030: hsl(293, 26%, 42%);\n --t-fill-color-tag-magenta-040: hsl(292, 27%, 48%);\n --t-fill-color-tag-indigo-010: hsl(235, 21%, 24%);\n --t-fill-color-tag-indigo-020: hsl(236, 22%, 29%);\n --t-fill-color-tag-indigo-030: hsl(236, 26%, 50%);\n --t-fill-color-tag-indigo-040: hsl(236, 34%, 56%);\n --t-fill-color-button-neutral-solid: hsl(0, 0%, 19%);\n --t-fill-color-button-neutral-solid-hover: hsl(0, 0%, 24%);\n --t-fill-color-button-neutral-solid-active: hsl(0, 0%, 32%);\n --t-fill-color-button-neutral-solid-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-neutral-outline: hsl(0, 0%, 15%);\n --t-fill-color-button-neutral-outline-hover: hsl(0, 0%, 17%);\n --t-fill-color-button-neutral-outline-active: hsl(0, 0%, 19%);\n --t-fill-color-button-neutral-outline-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-neutral-ghost: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-neutral-ghost-hover: hsl(0, 0%, 17%);\n --t-fill-color-button-neutral-ghost-active: hsl(0, 0%, 19%);\n --t-fill-color-button-neutral-ghost-disabled: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-neutral-responsive-header-disabled: hsla(0, 0%, 100%, 0.05);\n --t-fill-color-button-interaction-solid: hsl(204, 100%, 35%);\n --t-fill-color-button-interaction-solid-hover: hsl(204, 100%, 40%);\n --t-fill-color-button-interaction-solid-active: hsl(204, 80%, 45%);\n --t-fill-color-button-interaction-solid-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-interaction-outline: hsl(204, 32%, 15%);\n --t-fill-color-button-interaction-outline-hover: hsl(204, 39%, 17%);\n --t-fill-color-button-interaction-outline-active: hsl(205, 45%, 18%);\n --t-fill-color-button-interaction-outline-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-interaction-ghost: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-interaction-ghost-hover: hsl(204, 32%, 15%);\n --t-fill-color-button-interaction-ghost-active: hsl(204, 39%, 17%);\n --t-fill-color-button-interaction-ghost-disabled: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-delete-solid: hsl(8, 60%, 40%);\n --t-fill-color-button-delete-solid-active: hsl(8, 60%, 47%);\n --t-fill-color-button-delete-solid-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-delete-outline: hsl(8, 20%, 16%);\n --t-fill-color-button-delete-outline-hover: hsl(9, 24%, 17%);\n --t-fill-color-button-delete-outline-active: hsl(9, 29%, 19%);\n --t-fill-color-button-delete-outline-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-delete-ghost: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-delete-ghost-hover: hsl(8, 20%, 16%);\n --t-fill-color-button-delete-ghost-active: hsl(9, 24%, 17%);\n --t-fill-color-button-delete-ghost-disabled: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-pill: hsl(0, 0%, 18%);\n --t-fill-color-button-pill-hover: hsl(0, 0%, 21%);\n --t-fill-color-button-pill-active: hsl(0, 0%, 21%);\n --t-fill-color-button-pill-disabled: hsl(0, 0%, 18%);\n --t-fill-color-transparency-light-010: hsla(0, 0%, 0%, 0.1);\n --t-fill-color-transparency-light-020: hsla(0, 0%, 0%, 0.2);\n --t-fill-color-transparency-light-030: hsla(0, 0%, 0%, 0.3);\n --t-fill-color-transparency-light-040: hsla(0, 0%, 0%, 0.4);\n --t-fill-color-transparency-light-050: hsla(0, 0%, 0%, 0.5);\n --t-fill-color-transparency-light-060: hsla(0, 0%, 0%, 0.6);\n --t-fill-color-transparency-light-070: hsla(0, 0%, 0%, 0.7);\n --t-fill-color-transparency-light-080: hsla(0, 0%, 0%, 0.8);\n --t-fill-color-transparency-light-090: hsla(0, 0%, 0%, 0.9);\n --t-fill-color-transparency-dark-010: hsla(0, 0%, 100%, 0.1);\n --t-fill-color-transparency-dark-020: hsla(0, 0%, 100%, 0.2);\n --t-fill-color-transparency-dark-030: hsla(0, 0%, 100%, 0.3);\n --t-fill-color-transparency-dark-040: hsla(0, 0%, 100%, 0.4);\n --t-fill-color-transparency-dark-050: hsla(0, 0%, 100%, 0.5);\n --t-fill-color-transparency-dark-060: hsla(0, 0%, 100%, 0.6);\n --t-fill-color-transparency-dark-070: hsla(0, 0%, 100%, 0.7);\n --t-fill-color-transparency-dark-080: hsla(0, 0%, 100%, 0.8);\n --t-fill-color-transparency-dark-090: hsla(0, 0%, 100%, 0.9);\n --t-surface-color-card: hsl(0, 0%, 12%);\n --t-surface-color-canvas: hsl(0, 0%, 10%);\n --t-border-color: hsl(0, 0%, 21%);\n --t-border-color-dark: hsl(0, 0%, 25%);\n --t-border-color-darker: hsl(0, 0%, 33%);\n --t-border-color-darkest: hsl(0, 0%, 38%);\n --t-border-color-disabled: hsl(0, 0%, 21%);\n --t-border-color-dim: hsl(0, 0%, 16%);\n --t-border-color-white: hsl(0, 0%, 12%);\n --t-border-color-status-neutral: hsl(0, 0%, 38%);\n --t-border-color-status-info: hsl(204, 100%, 35%);\n --t-border-color-button-neutral: hsl(0, 0%, 19%);\n --t-border-color-button-info: hsla(204, 100%, 40%, 0.25);\n --t-border-color-button-create: hsla(96, 57%, 33%, 0.25);\n --t-border-color-button-delete: hsla(8, 60%, 47%, 0.25);\n --t-border-color-control-neutral: hsl(0, 0%, 33%);\n --t-border-color-control-info: hsl(204, 100%, 35%);\n --t-border-color-control-disabled: hsl(0, 0%, 21%);\n --t-shadow-overflow-color: hsla(0, 0%, 0%, 0.6);\n}\n","/**\n * Do not edit directly, this file was auto-generated.\n */\n\n@media (prefers-color-scheme: dark) {\n:root[data-color-mode=\"system\"] {\n color-scheme: dark;\n --t-text-color-headline: hsl(0, 0%, 94%);\n --t-text-color: hsl(0, 0%, 80%);\n --t-text-color-secondary: hsl(0, 0%, 54%);\n --t-text-color-disabled: hsl(0, 0%, 25%);\n --t-text-color-placeholder: hsl(0, 0%, 38%);\n --t-text-color-interaction: hsl(204, 68%, 55%);\n --t-text-color-interaction-hover: hsl(204, 68%, 50%);\n --t-text-color-interaction-active: hsl(204, 68%, 45%);\n --t-text-color-interaction-visited: hsl(204, 68%, 50%);\n --t-text-color-status-neutral: hsl(0, 0%, 80%);\n --t-text-color-status-info: hsl(204, 68%, 55%);\n --t-text-color-status-success: hsl(97, 57%, 41%);\n --t-text-color-status-warning: hsl(42, 84%, 55%);\n --t-text-color-status-error: hsl(8, 61%, 61%);\n --t-text-color-tag-subtle-gray: hsl(0, 0%, 80%);\n --t-text-color-tag-subtle-blue: hsl(223, 46%, 84%);\n --t-text-color-tag-subtle-indigo: hsl(233, 78%, 84%);\n --t-text-color-tag-subtle-aqua: hsl(208, 77%, 85%);\n --t-text-color-tag-subtle-teal: hsl(180, 95%, 74%);\n --t-text-color-tag-subtle-green: hsl(99, 93%, 84%);\n --t-text-color-tag-subtle-yellow: hsl(29, 100%, 85%);\n --t-text-color-tag-subtle-orange: hsl(18, 100%, 85%);\n --t-text-color-tag-subtle-pink: hsl(328, 89%, 89%);\n --t-text-color-tag-subtle-purple: hsl(268, 70%, 88%);\n --t-text-color-tag-subtle-magenta: hsl(285, 70%, 88%);\n --t-text-color-tag-bold-gray: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-indigo: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-blue: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-aqua: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-teal: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-green: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-yellow: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-orange: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-pink: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-purple: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-magenta: hsl(0, 0%, 100%);\n --t-icon-color: hsl(0, 0%, 80%);\n --t-icon-color-secondary: hsl(0, 0%, 54%);\n --t-icon-color-dim: hsl(0, 0%, 38%);\n --t-icon-color-disabled: hsl(0, 0%, 25%);\n --t-icon-color-status-neutral: hsl(0, 0%, 54%);\n --t-icon-color-status-neutral-secondary: hsl(0, 0%, 38%);\n --t-icon-color-status-neutral-bold: hsl(0, 0%, 80%);\n --t-icon-color-status-info: hsl(204, 68%, 55%);\n --t-icon-color-status-error: hsl(8, 61%, 61%);\n --t-fill-color-neutral-100: hsl(0, 0%, 10%);\n --t-fill-color-neutral-000: hsl(0, 0%, 98%);\n --t-fill-color-neutral-010: hsl(0, 0%, 88%);\n --t-fill-color-neutral-020: hsl(0, 0%, 68%);\n --t-fill-color-neutral-025: hsl(0, 0%, 58%);\n --t-fill-color-neutral-030: hsl(0, 0%, 50%);\n --t-fill-color-neutral-040: hsl(0, 0%, 32%);\n --t-fill-color-neutral-050: hsl(0, 0%, 24%);\n --t-fill-color-neutral-060: hsl(0, 0%, 19%);\n --t-fill-color-neutral-070: hsl(0, 0%, 17%);\n --t-fill-color-neutral-080: hsl(0, 0%, 15%);\n --t-fill-color-neutral-090: hsl(0, 0%, 12%);\n --t-fill-color-interaction: hsl(204, 100%, 35%);\n --t-fill-color-interaction-hover: hsl(204, 100%, 40%);\n --t-fill-color-interaction-active: hsl(204, 80%, 45%);\n --t-fill-color-interaction-disabled: hsl(0, 0%, 25%);\n --t-fill-color-control-neutral-off: hsl(0, 0%, 32%);\n --t-fill-color-control-neutral-on: hsl(0, 0%, 50%);\n --t-fill-color-control: hsl(204, 100%, 35%);\n --t-fill-color-control-disabled: hsl(0, 0%, 20%);\n --t-fill-color-status-neutral: hsl(0, 0%, 24%);\n --t-fill-color-status-neutral-ghost: hsl(0, 0%, 18%);\n --t-fill-color-status-neutral-dim: hsl(0, 0%, 15%);\n --t-fill-color-status-info: hsl(204, 100%, 35%);\n --t-fill-color-status-info-ghost: hsl(204, 32%, 15%);\n --t-fill-color-status-info-dim: hsl(206, 22%, 15%);\n --t-fill-color-status-success-ghost: hsl(125, 17%, 15%);\n --t-fill-color-status-success-dim: hsl(120, 12%, 14%);\n --t-fill-color-status-warning-ghost: hsl(41, 18%, 17%);\n --t-fill-color-status-warning-dim: hsl(42, 13%, 15%);\n --t-fill-color-status-error-ghost: hsl(8, 20%, 16%);\n --t-fill-color-status-error-dim: hsl(10, 16%, 15%);\n --t-fill-color-tooltip: hsla(0, 0%, 24%, 0.9);\n --t-fill-color-product-accounts-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-accounts-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-calendar-gradient-page: linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-calendar-gradient-tint: linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));\n --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%));\n --t-fill-color-product-checkins-gradient-tint: linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));\n --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%));\n --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%));\n --t-fill-color-product-groups-gradient-page: linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-groups-gradient-tint: linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-home-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-home-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-people-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-people-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-publishing-gradient-page: linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));\n --t-fill-color-product-publishing-gradient-tint: linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));\n --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%));\n --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%));\n --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%));\n --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%));\n --t-fill-color-tag-gray-010: hsl(0, 0%, 20%);\n --t-fill-color-tag-gray-020: hsl(0, 0%, 24%);\n --t-fill-color-tag-gray-030: hsl(0, 0%, 36%);\n --t-fill-color-tag-gray-040: hsl(0, 0%, 42%);\n --t-fill-color-tag-blue-010: hsl(219, 26%, 24%);\n --t-fill-color-tag-blue-020: hsl(220, 28%, 29%);\n --t-fill-color-tag-blue-030: hsl(219, 32%, 45%);\n --t-fill-color-tag-blue-040: hsl(220, 35%, 52%);\n --t-fill-color-tag-aqua-010: hsl(200, 30%, 21%);\n --t-fill-color-tag-aqua-020: hsl(200, 33%, 26%);\n --t-fill-color-tag-aqua-030: hsl(200, 39%, 38%);\n --t-fill-color-tag-aqua-040: hsl(200, 39%, 43%);\n --t-fill-color-tag-teal-010: hsl(169, 33%, 19%);\n --t-fill-color-tag-teal-020: hsl(169, 37%, 22%);\n --t-fill-color-tag-teal-030: hsl(169, 43%, 31%);\n --t-fill-color-tag-teal-040: hsl(169, 44%, 35%);\n --t-fill-color-tag-green-010: hsl(110, 30%, 20%);\n --t-fill-color-tag-green-020: hsl(112, 33%, 23%);\n --t-fill-color-tag-green-030: hsl(112, 37%, 33%);\n --t-fill-color-tag-green-040: hsl(112, 39%, 37%);\n --t-fill-color-tag-yellow-010: hsl(44, 39%, 19%);\n --t-fill-color-tag-yellow-020: hsl(44, 44%, 22%);\n --t-fill-color-tag-yellow-030: hsl(44, 50%, 31%);\n --t-fill-color-tag-yellow-040: hsl(44, 53%, 36%);\n --t-fill-color-tag-orange-010: hsl(21, 35%, 22%);\n --t-fill-color-tag-orange-020: hsl(20, 38%, 26%);\n --t-fill-color-tag-orange-030: hsl(21, 44%, 40%);\n --t-fill-color-tag-orange-040: hsl(21, 46%, 45%);\n --t-fill-color-tag-pink-010: hsl(331, 22%, 24%);\n --t-fill-color-tag-pink-020: hsl(324, 26%, 26%);\n --t-fill-color-tag-pink-030: hsl(324, 30%, 45%);\n --t-fill-color-tag-pink-040: hsl(324, 33%, 51%);\n --t-fill-color-tag-purple-010: hsl(274, 20%, 23%);\n --t-fill-color-tag-purple-020: hsl(274, 21%, 28%);\n --t-fill-color-tag-purple-030: hsl(274, 25%, 46%);\n --t-fill-color-tag-purple-040: hsl(274, 28%, 53%);\n --t-fill-color-tag-magenta-010: hsl(292, 20%, 21%);\n --t-fill-color-tag-magenta-020: hsl(292, 22%, 26%);\n --t-fill-color-tag-magenta-030: hsl(293, 26%, 42%);\n --t-fill-color-tag-magenta-040: hsl(292, 27%, 48%);\n --t-fill-color-tag-indigo-010: hsl(235, 21%, 24%);\n --t-fill-color-tag-indigo-020: hsl(236, 22%, 29%);\n --t-fill-color-tag-indigo-030: hsl(236, 26%, 50%);\n --t-fill-color-tag-indigo-040: hsl(236, 34%, 56%);\n --t-fill-color-button-neutral-solid: hsl(0, 0%, 19%);\n --t-fill-color-button-neutral-solid-hover: hsl(0, 0%, 24%);\n --t-fill-color-button-neutral-solid-active: hsl(0, 0%, 32%);\n --t-fill-color-button-neutral-solid-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-neutral-outline: hsl(0, 0%, 15%);\n --t-fill-color-button-neutral-outline-hover: hsl(0, 0%, 17%);\n --t-fill-color-button-neutral-outline-active: hsl(0, 0%, 19%);\n --t-fill-color-button-neutral-outline-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-neutral-ghost: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-neutral-ghost-hover: hsl(0, 0%, 17%);\n --t-fill-color-button-neutral-ghost-active: hsl(0, 0%, 19%);\n --t-fill-color-button-neutral-ghost-disabled: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-neutral-responsive-header-disabled: hsla(0, 0%, 100%, 0.05);\n --t-fill-color-button-interaction-solid: hsl(204, 100%, 35%);\n --t-fill-color-button-interaction-solid-hover: hsl(204, 100%, 40%);\n --t-fill-color-button-interaction-solid-active: hsl(204, 80%, 45%);\n --t-fill-color-button-interaction-solid-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-interaction-outline: hsl(204, 32%, 15%);\n --t-fill-color-button-interaction-outline-hover: hsl(204, 39%, 17%);\n --t-fill-color-button-interaction-outline-active: hsl(205, 45%, 18%);\n --t-fill-color-button-interaction-outline-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-interaction-ghost: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-interaction-ghost-hover: hsl(204, 32%, 15%);\n --t-fill-color-button-interaction-ghost-active: hsl(204, 39%, 17%);\n --t-fill-color-button-interaction-ghost-disabled: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-delete-solid: hsl(8, 60%, 40%);\n --t-fill-color-button-delete-solid-active: hsl(8, 60%, 47%);\n --t-fill-color-button-delete-solid-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-delete-outline: hsl(8, 20%, 16%);\n --t-fill-color-button-delete-outline-hover: hsl(9, 24%, 17%);\n --t-fill-color-button-delete-outline-active: hsl(9, 29%, 19%);\n --t-fill-color-button-delete-outline-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-delete-ghost: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-delete-ghost-hover: hsl(8, 20%, 16%);\n --t-fill-color-button-delete-ghost-active: hsl(9, 24%, 17%);\n --t-fill-color-button-delete-ghost-disabled: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-pill: hsl(0, 0%, 18%);\n --t-fill-color-button-pill-hover: hsl(0, 0%, 21%);\n --t-fill-color-button-pill-active: hsl(0, 0%, 21%);\n --t-fill-color-button-pill-disabled: hsl(0, 0%, 18%);\n --t-fill-color-transparency-light-010: hsla(0, 0%, 0%, 0.1);\n --t-fill-color-transparency-light-020: hsla(0, 0%, 0%, 0.2);\n --t-fill-color-transparency-light-030: hsla(0, 0%, 0%, 0.3);\n --t-fill-color-transparency-light-040: hsla(0, 0%, 0%, 0.4);\n --t-fill-color-transparency-light-050: hsla(0, 0%, 0%, 0.5);\n --t-fill-color-transparency-light-060: hsla(0, 0%, 0%, 0.6);\n --t-fill-color-transparency-light-070: hsla(0, 0%, 0%, 0.7);\n --t-fill-color-transparency-light-080: hsla(0, 0%, 0%, 0.8);\n --t-fill-color-transparency-light-090: hsla(0, 0%, 0%, 0.9);\n --t-fill-color-transparency-dark-010: hsla(0, 0%, 100%, 0.1);\n --t-fill-color-transparency-dark-020: hsla(0, 0%, 100%, 0.2);\n --t-fill-color-transparency-dark-030: hsla(0, 0%, 100%, 0.3);\n --t-fill-color-transparency-dark-040: hsla(0, 0%, 100%, 0.4);\n --t-fill-color-transparency-dark-050: hsla(0, 0%, 100%, 0.5);\n --t-fill-color-transparency-dark-060: hsla(0, 0%, 100%, 0.6);\n --t-fill-color-transparency-dark-070: hsla(0, 0%, 100%, 0.7);\n --t-fill-color-transparency-dark-080: hsla(0, 0%, 100%, 0.8);\n --t-fill-color-transparency-dark-090: hsla(0, 0%, 100%, 0.9);\n --t-surface-color-card: hsl(0, 0%, 12%);\n --t-surface-color-canvas: hsl(0, 0%, 10%);\n --t-border-color: hsl(0, 0%, 21%);\n --t-border-color-dark: hsl(0, 0%, 25%);\n --t-border-color-darker: hsl(0, 0%, 33%);\n --t-border-color-darkest: hsl(0, 0%, 38%);\n --t-border-color-disabled: hsl(0, 0%, 21%);\n --t-border-color-dim: hsl(0, 0%, 16%);\n --t-border-color-white: hsl(0, 0%, 12%);\n --t-border-color-status-neutral: hsl(0, 0%, 38%);\n --t-border-color-status-info: hsl(204, 100%, 35%);\n --t-border-color-button-neutral: hsl(0, 0%, 19%);\n --t-border-color-button-info: hsla(204, 100%, 40%, 0.25);\n --t-border-color-button-create: hsla(96, 57%, 33%, 0.25);\n --t-border-color-button-delete: hsla(8, 60%, 47%, 0.25);\n --t-border-color-control-neutral: hsl(0, 0%, 33%);\n --t-border-color-control-info: hsl(204, 100%, 35%);\n --t-border-color-control-disabled: hsl(0, 0%, 21%);\n --t-shadow-overflow-color: hsla(0, 0%, 0%, 0.6);\n}\n}\n"]}
1
+ {"version":3,"sources":["tokens-alias.css","tokens-dark.css","tokens-system-dark.css"],"names":[],"mappings":"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","file":"tokens.css","sourcesContent":["/**\n * Do not edit directly, this file was auto-generated.\n */\n\n:root {\n --t-border-radius-sm: 2px;\n --t-border-radius-md: 4px;\n --t-border-radius-lg: 8px;\n --t-border-radius-xl: 16px;\n --t-border-radius-round: 56px;\n --t-border-radius: 4px;\n --t-border-width: 1px;\n --t-border-width-thick: 2px;\n --t-spacing-1: 8px;\n --t-spacing-2: 16px;\n --t-spacing-3: 24px;\n --t-spacing-4: 32px;\n --t-spacing-5: 40px;\n --t-spacing-6: 48px;\n --t-spacing-7: 56px;\n --t-spacing-fourth: 2px;\n --t-spacing-half: 4px;\n --t-spacing-1-half: 12px;\n --t-element-size-3xl: 48px;\n --t-element-size-2xl: 32px;\n --t-element-size-xl: 24px;\n --t-element-size-lg: 18px;\n --t-element-size-md: 16px;\n --t-element-size-sm: 14px;\n --t-element-size-xs: 12px;\n --t-font-size-4xl: 32px;\n --t-font-size-3xl: 28px;\n --t-font-size-2xl: 24px;\n --t-font-size-xl: 20px;\n --t-font-size-lg: 18px;\n --t-font-size-md: 16px;\n --t-font-size-sm: 14px;\n --t-font-size-xs: 12px;\n --t-font-size-2xs: 10px;\n --t-font-weight-normal: 400;\n --t-font-weight-medium: 500;\n --t-font-weight-semibold: 600;\n --t-font-weight-bold: 700;\n --t-container-size-xl: 48px;\n --t-container-size-lg: 40px;\n --t-container-size-md: 32px;\n --t-container-size-sm: 24px;\n --t-container-size-xs: 20px;\n --t-avatar-size-20: 20px;\n --t-avatar-size-24: 24px;\n --t-avatar-size-36: 36px;\n --t-avatar-size-48: 48px;\n --t-avatar-size-72: 72px;\n --t-avatar-size-112: 112px;\n --t-text-color-headline: hsl(0, 0%, 12%);\n --t-text-color: hsl(0, 0%, 24%);\n --t-text-color-secondary: hsl(0, 0%, 42%);\n --t-text-color-disabled: hsl(0, 0%, 81%);\n --t-text-color-placeholder: hsl(0, 0%, 58%);\n --t-text-color-inverted: hsl(0, 0%, 100%);\n --t-text-color-interaction: hsl(204, 100%, 40%);\n --t-text-color-interaction-hover: hsl(204, 100%, 35%);\n --t-text-color-interaction-active: hsl(204, 100%, 30%);\n --t-text-color-interaction-visited: hsl(204, 100%, 30%);\n --t-text-color-status-neutral: hsl(0, 0%, 24%);\n --t-text-color-status-info: hsl(204, 100%, 35%);\n --t-text-color-status-success: hsl(97, 57%, 28%);\n --t-text-color-status-warning: hsl(42, 100%, 29%);\n --t-text-color-status-error: hsl(8, 60%, 45%);\n --t-text-color-tag-subtle-gray: hsl(0, 0%, 24%);\n --t-text-color-tag-subtle-blue: hsl(224, 47%, 31%);\n --t-text-color-tag-subtle-indigo: hsl(241, 59%, 28%);\n --t-text-color-tag-subtle-aqua: hsl(209, 77%, 22%);\n --t-text-color-tag-subtle-teal: hsl(180, 95%, 15%);\n --t-text-color-tag-subtle-green: hsl(100, 93%, 17%);\n --t-text-color-tag-subtle-yellow: hsl(29, 100%, 23%);\n --t-text-color-tag-subtle-orange: hsl(18, 100%, 18%);\n --t-text-color-tag-subtle-pink: hsl(327, 88%, 20%);\n --t-text-color-tag-subtle-purple: hsl(268, 71%, 27%);\n --t-text-color-tag-subtle-magenta: hsl(285, 71%, 20%);\n --t-text-color-tag-bold-gray: hsl(0, 0%, 24%);\n --t-text-color-tag-bold-indigo: hsl(241, 59%, 28%);\n --t-text-color-tag-bold-blue: hsl(224, 47%, 31%);\n --t-text-color-tag-bold-aqua: hsl(209, 77%, 22%);\n --t-text-color-tag-bold-teal: hsl(180, 95%, 15%);\n --t-text-color-tag-bold-green: hsl(100, 93%, 17%);\n --t-text-color-tag-bold-yellow: hsl(29, 100%, 23%);\n --t-text-color-tag-bold-orange: hsl(18, 100%, 18%);\n --t-text-color-tag-bold-pink: hsl(327, 88%, 20%);\n --t-text-color-tag-bold-purple: hsl(268, 71%, 27%);\n --t-text-color-tag-bold-magenta: hsl(285, 71%, 20%);\n --t-icon-color: hsl(0, 0%, 24%);\n --t-icon-color-secondary: hsl(0, 0%, 42%);\n --t-icon-color-dim: hsl(0, 0%, 58%);\n --t-icon-color-disabled: hsl(0, 0%, 81%);\n --t-icon-color-inverted: hsl(0, 0%, 100%);\n --t-icon-color-status-neutral: hsl(0, 0%, 42%);\n --t-icon-color-status-neutral-secondary: hsl(0, 0%, 58%);\n --t-icon-color-status-neutral-bold: hsl(0, 0%, 24%);\n --t-icon-color-status-info: hsl(204, 100%, 40%);\n --t-icon-color-status-success: hsl(96, 57%, 33%);\n --t-icon-color-status-success-secondary: hsl(97, 57%, 40%);\n --t-icon-color-status-warning: hsl(42, 84%, 49%);\n --t-icon-color-status-error: hsl(8, 60%, 47%);\n --t-fill-color-neutral-100: hsl(0, 0%, 100%);\n --t-fill-color-neutral-000: hsl(0, 0%, 12%);\n --t-fill-color-neutral-010: hsl(0, 0%, 24%);\n --t-fill-color-neutral-020: hsl(0, 0%, 42%);\n --t-fill-color-neutral-025: hsl(0, 0%, 50%);\n --t-fill-color-neutral-030: hsl(0, 0%, 58%);\n --t-fill-color-neutral-040: hsl(0, 0%, 81%);\n --t-fill-color-neutral-050: hsl(0, 0%, 88%);\n --t-fill-color-neutral-060: hsl(0, 0%, 93%);\n --t-fill-color-neutral-070: hsl(0, 0%, 95%);\n --t-fill-color-neutral-080: hsl(0, 0%, 97%);\n --t-fill-color-neutral-090: hsl(0, 0%, 98%);\n --t-fill-color-interaction: hsl(204, 100%, 40%);\n --t-fill-color-interaction-hover: hsl(204, 100%, 35%);\n --t-fill-color-interaction-active: hsl(204, 100%, 30%);\n --t-fill-color-interaction-disabled: hsl(0, 0%, 81%);\n --t-fill-color-control-neutral-off: hsl(0, 0%, 58%);\n --t-fill-color-control-neutral-on: hsl(0, 0%, 24%);\n --t-fill-color-control: hsl(204, 100%, 40%);\n --t-fill-color-control-secondary: hsl(97, 57%, 40%);\n --t-fill-color-control-error: hsl(8, 60%, 47%);\n --t-fill-color-control-disabled: hsl(0, 0%, 81%);\n --t-fill-color-status-neutral: hsl(0, 0%, 42%);\n --t-fill-color-status-neutral-ghost: hsl(0, 0%, 93%);\n --t-fill-color-status-neutral-dim: hsl(0, 0%, 97%);\n --t-fill-color-status-info: hsl(204, 100%, 40%);\n --t-fill-color-status-info-ghost: hsl(203, 94%, 94%);\n --t-fill-color-status-info-dim: hsl(204, 100%, 97%);\n --t-fill-color-status-success: hsl(96, 57%, 33%);\n --t-fill-color-status-success-ghost: hsl(97, 57%, 90%);\n --t-fill-color-status-success-dim: hsl(96, 60%, 95%);\n --t-fill-color-status-warning: hsl(42, 84%, 63%);\n --t-fill-color-status-warning-ghost: hsl(42, 87%, 94%);\n --t-fill-color-status-warning-dim: hsl(42, 87%, 97%);\n --t-fill-color-status-error: hsl(8, 60%, 47%);\n --t-fill-color-status-error-ghost: hsl(9, 59%, 93%);\n --t-fill-color-status-error-dim: hsl(7, 60%, 97%);\n --t-fill-color-tooltip: hsla(0, 0%, 12%, 0.9);\n --t-fill-color-product-accounts-010: hsl(212, 54%, 93%);\n --t-fill-color-product-accounts-020: hsl(209, 53%, 90%);\n --t-fill-color-product-accounts-030: hsl(210, 56%, 70%);\n --t-fill-color-product-accounts-040: hsl(210, 54%, 60%);\n --t-fill-color-product-accounts-050: hsl(210, 55%, 50%);\n --t-fill-color-product-accounts-060: hsl(210, 65%, 40%);\n --t-fill-color-product-accounts-070: hsl(211, 70%, 32%);\n --t-fill-color-product-accounts-080: hsl(210, 75%, 25%);\n --t-fill-color-product-calendar-010: hsl(8, 61%, 90%);\n --t-fill-color-product-calendar-020: hsl(8, 61%, 70%);\n --t-fill-color-product-calendar-030: hsl(8, 72%, 59%);\n --t-fill-color-product-calendar-040: hsl(8, 65%, 55%);\n --t-fill-color-product-calendar-050: hsl(9, 61%, 50%);\n --t-fill-color-product-calendar-060: hsl(8, 65%, 42%);\n --t-fill-color-product-calendar-070: hsl(7, 65%, 34%);\n --t-fill-color-product-calendar-080: hsl(9, 61%, 27%);\n --t-fill-color-product-checkins-010: hsl(285, 20%, 92%);\n --t-fill-color-product-checkins-020: hsl(283, 22%, 75%);\n --t-fill-color-product-checkins-030: hsl(284, 22%, 64%);\n --t-fill-color-product-checkins-040: hsl(283, 22%, 55%);\n --t-fill-color-product-checkins-050: hsl(283, 22%, 48%);\n --t-fill-color-product-checkins-060: hsl(283, 27%, 42%);\n --t-fill-color-product-checkins-070: hsl(284, 33%, 34%);\n --t-fill-color-product-checkins-080: hsl(283, 33%, 27%);\n --t-fill-color-product-giving-010: hsl(41, 95%, 93%);\n --t-fill-color-product-giving-020: hsl(42, 95%, 83%);\n --t-fill-color-product-giving-030: hsl(43, 95%, 75%);\n --t-fill-color-product-giving-040: hsl(43, 88%, 70%);\n --t-fill-color-product-giving-050: hsl(43, 88%, 64%);\n --t-fill-color-product-giving-060: hsl(42, 84%, 55%);\n --t-fill-color-product-giving-070: hsl(42, 84%, 48%);\n --t-fill-color-product-giving-080: hsl(42, 100%, 40%);\n --t-fill-color-product-groups-010: hsl(18, 95%, 92%);\n --t-fill-color-product-groups-020: hsl(17, 96%, 80%);\n --t-fill-color-product-groups-030: hsl(17, 96%, 70%);\n --t-fill-color-product-groups-040: hsl(17, 96%, 63%);\n --t-fill-color-product-groups-050: hsl(17, 88%, 55%);\n --t-fill-color-product-groups-060: hsl(12, 70%, 48%);\n --t-fill-color-product-groups-070: hsl(12, 70%, 40%);\n --t-fill-color-product-groups-080: hsl(14, 70%, 34%);\n --t-fill-color-product-home-010: hsl(221, 89%, 93%);\n --t-fill-color-product-home-020: hsl(221, 91%, 91%);\n --t-fill-color-product-home-030: hsl(221, 91%, 87%);\n --t-fill-color-product-home-040: hsl(221, 91%, 62%);\n --t-fill-color-product-home-050: hsl(221, 91%, 55%);\n --t-fill-color-product-home-060: hsl(221, 90%, 50%);\n --t-fill-color-product-home-070: hsl(221, 90%, 45%);\n --t-fill-color-product-home-080: hsl(218, 84%, 25%);\n --t-fill-color-product-people-010: hsl(219, 73%, 91%);\n --t-fill-color-product-people-020: hsl(220, 69%, 81%);\n --t-fill-color-product-people-030: hsl(221, 73%, 71%);\n --t-fill-color-product-people-040: hsl(221, 73%, 65%);\n --t-fill-color-product-people-050: hsl(220, 74%, 57%);\n --t-fill-color-product-people-060: hsl(220, 68%, 51%);\n --t-fill-color-product-people-070: hsl(220, 68%, 41%);\n --t-fill-color-product-people-080: hsl(221, 68%, 31%);\n --t-fill-color-product-publishing-010: hsl(220, 4%, 86%);\n --t-fill-color-product-publishing-020: hsl(222, 10%, 60%);\n --t-fill-color-product-publishing-030: hsl(221, 11%, 50%);\n --t-fill-color-product-publishing-040: hsl(222, 12%, 39%);\n --t-fill-color-product-publishing-050: hsl(220, 12%, 31%);\n --t-fill-color-product-publishing-060: hsl(220, 11%, 26%);\n --t-fill-color-product-publishing-070: hsl(217, 12%, 22%);\n --t-fill-color-product-publishing-080: hsl(214, 11%, 12%);\n --t-fill-color-product-registrations-010: hsl(173, 28%, 89%);\n --t-fill-color-product-registrations-020: hsl(176, 38%, 78%);\n --t-fill-color-product-registrations-030: hsl(176, 37%, 68%);\n --t-fill-color-product-registrations-040: hsl(176, 37%, 60%);\n --t-fill-color-product-registrations-050: hsl(175, 36%, 43%);\n --t-fill-color-product-registrations-060: hsl(175, 51%, 34%);\n --t-fill-color-product-registrations-070: hsl(174, 51%, 28%);\n --t-fill-color-product-registrations-080: hsl(175, 52%, 22%);\n --t-fill-color-product-services-010: hsl(88, 31%, 88%);\n --t-fill-color-product-services-020: hsl(88, 39%, 75%);\n --t-fill-color-product-services-030: hsl(88, 39%, 66%);\n --t-fill-color-product-services-040: hsl(88, 40%, 54%);\n --t-fill-color-product-services-050: hsl(88, 45%, 41%);\n --t-fill-color-product-services-060: hsl(89, 62%, 31%);\n --t-fill-color-product-services-070: hsl(89, 62%, 26%);\n --t-fill-color-product-services-080: hsl(89, 63%, 21%);\n --t-fill-color-product-staff: hsl(328, 100%, 45%);\n --t-fill-color-product-staff-dark: hsl(328, 100%, 38%);\n --t-fill-color-product-staff-darker: hsl(328, 100%, 33%);\n --t-fill-color-product-accounts-gradient-brand: linear-gradient(135deg, hsl(203, 86%, 57%), hsl(220, 76%, 57%));\n --t-fill-color-product-accounts-gradient-page: linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));\n --t-fill-color-product-accounts-gradient-tint: linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));\n --t-fill-color-product-api-gradient-brand: linear-gradient(180deg, hsl(221, 100%, 62%), hsl(217, 100%, 52%));\n --t-fill-color-product-calendar-gradient-brand: linear-gradient(135deg, hsl(10, 88%, 58%), hsl(8, 60%, 51%));\n --t-fill-color-product-calendar-gradient-page: linear-gradient(111.72deg, hsl(5, 80%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));\n --t-fill-color-product-calendar-gradient-tint: linear-gradient(111.72deg, hsl(8, 100%, 94%), hsl(285, 18%, 91%), hsl(204, 67%, 92%));\n --t-fill-color-product-cc-gradient-brand: linear-gradient(135deg, hsl(207, 90%, 61%), hsl(123, 38%, 57%));\n --t-fill-color-product-checkins-gradient-brand: linear-gradient(135deg, hsl(283, 38%, 59%), hsl(284, 23%, 48%));\n --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%));\n --t-fill-color-product-checkins-gradient-tint: linear-gradient(111.72deg, hsl(285, 22%, 93%), hsl(225, 35%, 93%) 42%, hsl(204, 67%, 92%));\n --t-fill-color-product-giving-gradient-brand: linear-gradient(90deg, hsl(46, 91%, 55%), hsl(41, 89%, 55%));\n --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%));\n --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%));\n --t-fill-color-product-groups-gradient-brand: linear-gradient(135deg, hsl(30, 100%, 59%), hsl(19, 97%, 60%));\n --t-fill-color-product-groups-gradient-page: linear-gradient(111.72deg, hsl(17, 88%, 80%), hsl(293, 13%, 74%), hsl(204, 67%, 73%));\n --t-fill-color-product-groups-gradient-tint: linear-gradient(111.72deg, hsl(18, 87%, 94%), hsl(300, 12%, 92%), hsl(204, 67%, 92%));\n --t-fill-color-product-headcounts-gradient-brand: linear-gradient(135deg, hsl(283, 37%, 59%), hsl(285, 23%, 47%));\n --t-fill-color-product-home-gradient-page: linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));\n --t-fill-color-product-home-gradient-tint: linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));\n --t-fill-color-product-musicstand-gradient-brand: linear-gradient(135deg, hsl(204, 64%, 51%), hsl(211, 55%, 51%));\n --t-fill-color-product-people-gradient-brand: linear-gradient(135deg, hsl(205, 86%, 57%), hsl(220, 76%, 57%));\n --t-fill-color-product-people-gradient-page: linear-gradient(111.72deg, hsl(220, 73%, 81%), hsl(220, 73%, 81%), hsl(204, 67%, 73%));\n --t-fill-color-product-people-gradient-tint: linear-gradient(111.72deg, hsl(218, 73%, 94%), hsl(218, 73%, 94%), hsl(204, 67%, 92%));\n --t-fill-color-product-publishing-gradient-brand: linear-gradient(135deg, hsl(240, 4%, 49%), hsl(240, 6%, 39%));\n --t-fill-color-product-publishing-gradient-page: linear-gradient(111.72deg, hsl(217, 5%, 69%), hsl(214, 15%, 69%) 45%, hsl(204, 67%, 73%));\n --t-fill-color-product-publishing-gradient-tint: linear-gradient(111.72deg, hsl(210, 4%, 91%), hsl(214, 15%, 91%) 45%, hsl(204, 67%, 92%));\n --t-fill-color-product-registrations-gradient-brand: linear-gradient(135deg, hsl(168, 46%, 48%), hsl(175, 35%, 43%));\n --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%));\n --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%));\n --t-fill-color-product-services-gradient-brand: linear-gradient(135deg, hsl(96, 49%, 47%), hsl(89, 52%, 39%));\n --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%));\n --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%));\n --t-fill-color-tag-gray-010: hsl(0, 0%, 93%);\n --t-fill-color-tag-gray-020: hsl(0, 0%, 88%);\n --t-fill-color-tag-gray-030: hsl(0, 0%, 88%);\n --t-fill-color-tag-gray-040: hsl(0, 0%, 81%);\n --t-fill-color-tag-blue-010: hsl(220, 100%, 95%);\n --t-fill-color-tag-blue-020: hsl(221, 100%, 88%);\n --t-fill-color-tag-blue-030: hsl(220, 98%, 81%);\n --t-fill-color-tag-blue-040: hsl(220, 98%, 74%);\n --t-fill-color-tag-aqua-010: hsl(200, 82%, 89%);\n --t-fill-color-tag-aqua-020: hsl(200, 82%, 82%);\n --t-fill-color-tag-aqua-030: hsl(201, 76%, 71%);\n --t-fill-color-tag-aqua-040: hsl(200, 75%, 64%);\n --t-fill-color-tag-teal-010: hsl(163, 53%, 83%);\n --t-fill-color-tag-teal-020: hsl(164, 52%, 76%);\n --t-fill-color-tag-teal-030: hsl(169, 62%, 64%);\n --t-fill-color-tag-teal-040: hsl(169, 62%, 56%);\n --t-fill-color-tag-green-010: hsl(98, 59%, 85%);\n --t-fill-color-tag-green-020: hsl(99, 59%, 78%);\n --t-fill-color-tag-green-030: hsl(112, 57%, 65%);\n --t-fill-color-tag-green-040: hsl(112, 57%, 57%);\n --t-fill-color-tag-yellow-010: hsl(45, 77%, 85%);\n --t-fill-color-tag-yellow-020: hsl(44, 78%, 77%);\n --t-fill-color-tag-yellow-030: hsl(44, 92%, 69%);\n --t-fill-color-tag-yellow-040: hsl(44, 93%, 61%);\n --t-fill-color-tag-orange-010: hsl(22, 89%, 89%);\n --t-fill-color-tag-orange-020: hsl(21, 89%, 82%);\n --t-fill-color-tag-orange-030: hsl(21, 86%, 72%);\n --t-fill-color-tag-orange-040: hsl(21, 86%, 64%);\n --t-fill-color-tag-pink-010: hsl(311, 66%, 92%);\n --t-fill-color-tag-pink-020: hsl(310, 64%, 85%);\n --t-fill-color-tag-pink-030: hsl(324, 78%, 77%);\n --t-fill-color-tag-pink-040: hsl(324, 76%, 70%);\n --t-fill-color-tag-purple-010: hsl(259, 74%, 93%);\n --t-fill-color-tag-purple-020: hsl(259, 74%, 85%);\n --t-fill-color-tag-purple-030: hsl(273, 62%, 76%);\n --t-fill-color-tag-purple-040: hsl(273, 62%, 70%);\n --t-fill-color-tag-magenta-010: hsl(294, 37%, 90%);\n --t-fill-color-tag-magenta-020: hsl(291, 40%, 83%);\n --t-fill-color-tag-magenta-030: hsl(291, 48%, 70%);\n --t-fill-color-tag-magenta-040: hsl(292, 48%, 63%);\n --t-fill-color-tag-indigo-010: hsl(234, 78%, 93%);\n --t-fill-color-tag-indigo-020: hsl(233, 79%, 87%);\n --t-fill-color-tag-indigo-030: hsl(233, 77%, 81%);\n --t-fill-color-tag-indigo-040: hsl(236, 79%, 74%);\n --t-fill-color-button-neutral-solid: hsl(0, 0%, 93%);\n --t-fill-color-button-neutral-solid-hover: hsl(0, 0%, 88%);\n --t-fill-color-button-neutral-solid-active: hsl(0, 0%, 81%);\n --t-fill-color-button-neutral-solid-disabled: hsl(0, 0%, 95%);\n --t-fill-color-button-neutral-outline: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-neutral-outline-hover: hsl(0, 0%, 95%);\n --t-fill-color-button-neutral-outline-active: hsl(0, 0%, 93%);\n --t-fill-color-button-neutral-outline-disabled: hsl(0, 0%, 98%);\n --t-fill-color-button-neutral-ghost: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-neutral-ghost-hover: hsl(0, 0%, 95%);\n --t-fill-color-button-neutral-ghost-active: hsl(0, 0%, 93%);\n --t-fill-color-button-neutral-ghost-disabled: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-neutral-responsive-header: hsla(0, 0%, 0%, 0.1);\n --t-fill-color-button-neutral-responsive-header-hover: hsla(0, 0%, 0%, 0.2);\n --t-fill-color-button-neutral-responsive-header-active: hsla(0, 0%, 0%, 0.3);\n --t-fill-color-button-neutral-responsive-header-disabled: hsla(0, 0%, 0%, 0.05);\n --t-fill-color-button-interaction-solid: hsl(204, 100%, 40%);\n --t-fill-color-button-interaction-solid-hover: hsl(204, 100%, 35%);\n --t-fill-color-button-interaction-solid-active: hsl(204, 100%, 30%);\n --t-fill-color-button-interaction-solid-disabled: hsl(0, 0%, 95%);\n --t-fill-color-button-interaction-outline: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-interaction-outline-hover: hsl(204, 100%, 97%);\n --t-fill-color-button-interaction-outline-active: hsl(203, 94%, 94%);\n --t-fill-color-button-interaction-outline-disabled: hsl(0, 0%, 98%);\n --t-fill-color-button-interaction-ghost: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-interaction-ghost-hover: hsl(204, 100%, 97%);\n --t-fill-color-button-interaction-ghost-active: hsl(203, 94%, 94%);\n --t-fill-color-button-interaction-ghost-disabled: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-delete-solid: hsl(8, 60%, 47%);\n --t-fill-color-button-delete-solid-hover: hsl(8, 60%, 45%);\n --t-fill-color-button-delete-solid-active: hsl(8, 60%, 40%);\n --t-fill-color-button-delete-solid-disabled: hsl(0, 0%, 95%);\n --t-fill-color-button-delete-outline: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-delete-outline-hover: hsl(7, 60%, 97%);\n --t-fill-color-button-delete-outline-active: hsl(9, 59%, 93%);\n --t-fill-color-button-delete-outline-disabled: hsl(0, 0%, 98%);\n --t-fill-color-button-delete-ghost: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-delete-ghost-hover: hsl(7, 60%, 97%);\n --t-fill-color-button-delete-ghost-active: hsl(9, 59%, 93%);\n --t-fill-color-button-delete-ghost-disabled: hsla(0, 0%, 100%, 0);\n --t-fill-color-button-pill: hsl(0, 0%, 93%);\n --t-fill-color-button-pill-hover: hsl(0, 0%, 88%);\n --t-fill-color-button-pill-active: hsl(0, 0%, 88%);\n --t-fill-color-button-pill-disabled: hsl(0, 0%, 93%);\n --t-fill-color-transparency-light-010: hsla(0, 0%, 100%, 0.1);\n --t-fill-color-transparency-light-020: hsla(0, 0%, 100%, 0.2);\n --t-fill-color-transparency-light-030: hsla(0, 0%, 100%, 0.3);\n --t-fill-color-transparency-light-040: hsla(0, 0%, 100%, 0.4);\n --t-fill-color-transparency-light-050: hsla(0, 0%, 100%, 0.5);\n --t-fill-color-transparency-light-060: hsla(0, 0%, 100%, 0.6);\n --t-fill-color-transparency-light-070: hsla(0, 0%, 100%, 0.7);\n --t-fill-color-transparency-light-080: hsla(0, 0%, 100%, 0.8);\n --t-fill-color-transparency-light-090: hsla(0, 0%, 100%, 0.9);\n --t-fill-color-transparency-dark-010: hsla(0, 0%, 0%, 0.1);\n --t-fill-color-transparency-dark-020: hsla(0, 0%, 0%, 0.2);\n --t-fill-color-transparency-dark-030: hsla(0, 0%, 0%, 0.3);\n --t-fill-color-transparency-dark-040: hsla(0, 0%, 0%, 0.4);\n --t-fill-color-transparency-dark-050: hsla(0, 0%, 0%, 0.5);\n --t-fill-color-transparency-dark-060: hsla(0, 0%, 0%, 0.6);\n --t-fill-color-transparency-dark-070: hsla(0, 0%, 0%, 0.7);\n --t-fill-color-transparency-dark-080: hsla(0, 0%, 0%, 0.8);\n --t-fill-color-transparency-dark-090: hsla(0, 0%, 0%, 0.9);\n --t-fill-color-transparency-dark-static-010: hsla(0, 0%, 0%, 0.1);\n --t-fill-color-transparency-dark-static-020: hsla(0, 0%, 0%, 0.2);\n --t-fill-color-transparency-dark-static-030: hsla(0, 0%, 0%, 0.3);\n --t-fill-color-transparency-dark-static-040: hsla(0, 0%, 0%, 0.4);\n --t-fill-color-transparency-dark-static-050: hsla(0, 0%, 0%, 0.5);\n --t-fill-color-transparency-dark-static-060: hsla(0, 0%, 0%, 0.6);\n --t-fill-color-transparency-dark-static-070: hsla(0, 0%, 0%, 0.7);\n --t-fill-color-transparency-dark-static-080: hsla(0, 0%, 0%, 0.8);\n --t-fill-color-transparency-dark-static-090: hsla(0, 0%, 0%, 0.9);\n --t-surface-color-card: hsl(0, 0%, 100%);\n --t-surface-color-canvas: hsl(0, 0%, 100%);\n --t-border-color: hsl(0, 0%, 88%);\n --t-border-color-dark: hsl(0, 0%, 81%);\n --t-border-color-darker: hsl(0, 0%, 68%);\n --t-border-color-darkest: hsl(0, 0%, 58%);\n --t-border-color-disabled: hsl(0, 0%, 88%);\n --t-border-color-dim: hsl(0, 0%, 95%);\n --t-border-color-white: hsl(0, 0%, 100%);\n --t-border-color-status-neutral: hsl(0, 0%, 58%);\n --t-border-color-status-info: hsl(204, 100%, 40%);\n --t-border-color-status-success: hsl(97, 57%, 40%);\n --t-border-color-status-warning: hsl(42, 84%, 63%);\n --t-border-color-status-error: hsl(8, 60%, 47%);\n --t-border-color-button-neutral: hsl(0, 0%, 88%);\n --t-border-color-button-info: hsl(204, 100%, 40%);\n --t-border-color-button-create: hsl(96, 57%, 33%);\n --t-border-color-button-delete: hsl(8, 60%, 47%);\n --t-border-color-control-neutral: hsl(0, 0%, 68%);\n --t-border-color-control-info: hsl(204, 100%, 40%);\n --t-border-color-control-success: hsl(97, 57%, 40%);\n --t-border-color-control-warning: hsl(42, 84%, 63%);\n --t-border-color-control-error: hsl(8, 60%, 47%);\n --t-border-color-control-disabled: hsl(0, 0%, 88%);\n --t-shadow-overflow-color: hsla(0, 0%, 0%, 0.07);\n --t-form-background-color: var(--t-fill-color-neutral-100);\n --t-form-background-color-disabled: var(--t-fill-color-neutral-070);\n --t-form-background-color-error: var(--t-fill-color-neutral-100);\n --t-form-background-color-readonly: var(--t-fill-color-neutral-070);\n --t-form-border-color: var(--t-border-color);\n --t-form-border-color-disabled: var(--t-border-color);\n --t-form-border-color-error: var(--t-border-color-status-error);\n --t-form-border-color-focus: var(--t-fill-color-interaction);\n --t-form-border-color-hover: var(--t-border-color-dark);\n --t-form-border-color-readonly: hsla(0, 0%, 100%, 0);\n --t-form-border-radius: var(--t-border-radius-md);\n --t-form-border-width: var(--t-border-width);\n --t-form-font-color: var(--t-text-color);\n --t-form-font-color-disabled: var(--t-text-color-disabled);\n --t-form-font-color-error: var(--t-text-color-status-error);\n --t-form-font-color-readonly: var(--t-text-color);\n --t-form-picker-icon-color: var(--t-icon-color);\n --t-form-placeholder-color: var(--t-text-color-placeholder);\n}\n","/**\n * Do not edit directly, this file was auto-generated.\n */\n\n:root[data-color-mode=\"dark\"] {\n color-scheme: dark;\n --t-text-color-headline: hsl(0, 0%, 94%);\n --t-text-color: hsl(0, 0%, 80%);\n --t-text-color-secondary: hsl(0, 0%, 54%);\n --t-text-color-disabled: hsl(0, 0%, 25%);\n --t-text-color-placeholder: hsl(0, 0%, 38%);\n --t-text-color-interaction: hsl(204, 68%, 55%);\n --t-text-color-interaction-hover: hsl(204, 68%, 50%);\n --t-text-color-interaction-active: hsl(204, 68%, 45%);\n --t-text-color-interaction-visited: hsl(204, 68%, 50%);\n --t-text-color-status-neutral: hsl(0, 0%, 80%);\n --t-text-color-status-info: hsl(204, 68%, 55%);\n --t-text-color-status-success: hsl(97, 57%, 41%);\n --t-text-color-status-warning: hsl(42, 84%, 55%);\n --t-text-color-status-error: hsl(8, 61%, 61%);\n --t-text-color-tag-subtle-gray: hsl(0, 0%, 80%);\n --t-text-color-tag-subtle-blue: hsl(223, 46%, 84%);\n --t-text-color-tag-subtle-indigo: hsl(233, 78%, 84%);\n --t-text-color-tag-subtle-aqua: hsl(208, 77%, 85%);\n --t-text-color-tag-subtle-teal: hsl(180, 95%, 74%);\n --t-text-color-tag-subtle-green: hsl(99, 93%, 84%);\n --t-text-color-tag-subtle-yellow: hsl(29, 100%, 85%);\n --t-text-color-tag-subtle-orange: hsl(18, 100%, 85%);\n --t-text-color-tag-subtle-pink: hsl(328, 89%, 89%);\n --t-text-color-tag-subtle-purple: hsl(268, 70%, 88%);\n --t-text-color-tag-subtle-magenta: hsl(285, 70%, 88%);\n --t-text-color-tag-bold-gray: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-indigo: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-blue: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-aqua: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-teal: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-green: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-yellow: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-orange: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-pink: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-purple: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-magenta: hsl(0, 0%, 100%);\n --t-icon-color: hsl(0, 0%, 80%);\n --t-icon-color-secondary: hsl(0, 0%, 54%);\n --t-icon-color-dim: hsl(0, 0%, 38%);\n --t-icon-color-disabled: hsl(0, 0%, 25%);\n --t-icon-color-status-neutral: hsl(0, 0%, 54%);\n --t-icon-color-status-neutral-secondary: hsl(0, 0%, 38%);\n --t-icon-color-status-neutral-bold: hsl(0, 0%, 80%);\n --t-icon-color-status-info: hsl(204, 68%, 55%);\n --t-icon-color-status-error: hsl(8, 61%, 61%);\n --t-fill-color-neutral-100: hsl(0, 0%, 10%);\n --t-fill-color-neutral-000: hsl(0, 0%, 98%);\n --t-fill-color-neutral-010: hsl(0, 0%, 88%);\n --t-fill-color-neutral-020: hsl(0, 0%, 68%);\n --t-fill-color-neutral-025: hsl(0, 0%, 58%);\n --t-fill-color-neutral-030: hsl(0, 0%, 50%);\n --t-fill-color-neutral-040: hsl(0, 0%, 32%);\n --t-fill-color-neutral-050: hsl(0, 0%, 24%);\n --t-fill-color-neutral-060: hsl(0, 0%, 19%);\n --t-fill-color-neutral-070: hsl(0, 0%, 17%);\n --t-fill-color-neutral-080: hsl(0, 0%, 15%);\n --t-fill-color-neutral-090: hsl(0, 0%, 12%);\n --t-fill-color-interaction: hsl(204, 100%, 35%);\n --t-fill-color-interaction-hover: hsl(204, 100%, 40%);\n --t-fill-color-interaction-active: hsl(204, 80%, 45%);\n --t-fill-color-interaction-disabled: hsl(0, 0%, 25%);\n --t-fill-color-control-neutral-off: hsl(0, 0%, 32%);\n --t-fill-color-control-neutral-on: hsl(0, 0%, 50%);\n --t-fill-color-control: hsl(204, 100%, 35%);\n --t-fill-color-control-disabled: hsl(0, 0%, 20%);\n --t-fill-color-status-neutral: hsl(0, 0%, 24%);\n --t-fill-color-status-neutral-ghost: hsl(0, 0%, 18%);\n --t-fill-color-status-neutral-dim: hsl(0, 0%, 15%);\n --t-fill-color-status-info: hsl(204, 100%, 35%);\n --t-fill-color-status-info-ghost: hsl(204, 32%, 15%);\n --t-fill-color-status-info-dim: hsl(206, 22%, 15%);\n --t-fill-color-status-success-ghost: hsl(125, 17%, 15%);\n --t-fill-color-status-success-dim: hsl(120, 12%, 14%);\n --t-fill-color-status-warning-ghost: hsl(41, 18%, 17%);\n --t-fill-color-status-warning-dim: hsl(42, 13%, 15%);\n --t-fill-color-status-error-ghost: hsl(8, 20%, 16%);\n --t-fill-color-status-error-dim: hsl(10, 16%, 15%);\n --t-fill-color-tooltip: hsla(0, 0%, 24%, 0.9);\n --t-fill-color-product-accounts-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-accounts-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-calendar-gradient-page: linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-calendar-gradient-tint: linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));\n --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%));\n --t-fill-color-product-checkins-gradient-tint: linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));\n --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%));\n --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%));\n --t-fill-color-product-groups-gradient-page: linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-groups-gradient-tint: linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-home-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-home-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-people-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-people-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-publishing-gradient-page: linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));\n --t-fill-color-product-publishing-gradient-tint: linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));\n --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%));\n --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%));\n --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%));\n --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%));\n --t-fill-color-tag-gray-010: hsl(0, 0%, 20%);\n --t-fill-color-tag-gray-020: hsl(0, 0%, 24%);\n --t-fill-color-tag-gray-030: hsl(0, 0%, 36%);\n --t-fill-color-tag-gray-040: hsl(0, 0%, 42%);\n --t-fill-color-tag-blue-010: hsl(219, 26%, 24%);\n --t-fill-color-tag-blue-020: hsl(220, 28%, 29%);\n --t-fill-color-tag-blue-030: hsl(219, 32%, 45%);\n --t-fill-color-tag-blue-040: hsl(220, 35%, 52%);\n --t-fill-color-tag-aqua-010: hsl(200, 30%, 21%);\n --t-fill-color-tag-aqua-020: hsl(200, 33%, 26%);\n --t-fill-color-tag-aqua-030: hsl(200, 39%, 38%);\n --t-fill-color-tag-aqua-040: hsl(200, 39%, 43%);\n --t-fill-color-tag-teal-010: hsl(169, 33%, 19%);\n --t-fill-color-tag-teal-020: hsl(169, 37%, 22%);\n --t-fill-color-tag-teal-030: hsl(169, 43%, 31%);\n --t-fill-color-tag-teal-040: hsl(169, 44%, 35%);\n --t-fill-color-tag-green-010: hsl(110, 30%, 20%);\n --t-fill-color-tag-green-020: hsl(112, 33%, 23%);\n --t-fill-color-tag-green-030: hsl(112, 37%, 33%);\n --t-fill-color-tag-green-040: hsl(112, 39%, 37%);\n --t-fill-color-tag-yellow-010: hsl(44, 39%, 19%);\n --t-fill-color-tag-yellow-020: hsl(44, 44%, 22%);\n --t-fill-color-tag-yellow-030: hsl(44, 50%, 31%);\n --t-fill-color-tag-yellow-040: hsl(44, 53%, 36%);\n --t-fill-color-tag-orange-010: hsl(21, 35%, 22%);\n --t-fill-color-tag-orange-020: hsl(20, 38%, 26%);\n --t-fill-color-tag-orange-030: hsl(21, 44%, 40%);\n --t-fill-color-tag-orange-040: hsl(21, 46%, 45%);\n --t-fill-color-tag-pink-010: hsl(331, 22%, 24%);\n --t-fill-color-tag-pink-020: hsl(324, 26%, 26%);\n --t-fill-color-tag-pink-030: hsl(324, 30%, 45%);\n --t-fill-color-tag-pink-040: hsl(324, 33%, 51%);\n --t-fill-color-tag-purple-010: hsl(274, 20%, 23%);\n --t-fill-color-tag-purple-020: hsl(274, 21%, 28%);\n --t-fill-color-tag-purple-030: hsl(274, 25%, 46%);\n --t-fill-color-tag-purple-040: hsl(274, 28%, 53%);\n --t-fill-color-tag-magenta-010: hsl(292, 20%, 21%);\n --t-fill-color-tag-magenta-020: hsl(292, 22%, 26%);\n --t-fill-color-tag-magenta-030: hsl(293, 26%, 42%);\n --t-fill-color-tag-magenta-040: hsl(292, 27%, 48%);\n --t-fill-color-tag-indigo-010: hsl(235, 21%, 24%);\n --t-fill-color-tag-indigo-020: hsl(236, 22%, 29%);\n --t-fill-color-tag-indigo-030: hsl(236, 26%, 50%);\n --t-fill-color-tag-indigo-040: hsl(236, 34%, 56%);\n --t-fill-color-button-neutral-solid: hsl(0, 0%, 19%);\n --t-fill-color-button-neutral-solid-hover: hsl(0, 0%, 24%);\n --t-fill-color-button-neutral-solid-active: hsl(0, 0%, 32%);\n --t-fill-color-button-neutral-solid-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-neutral-outline: hsl(0, 0%, 15%);\n --t-fill-color-button-neutral-outline-hover: hsl(0, 0%, 17%);\n --t-fill-color-button-neutral-outline-active: hsl(0, 0%, 19%);\n --t-fill-color-button-neutral-outline-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-neutral-ghost: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-neutral-ghost-hover: hsl(0, 0%, 17%);\n --t-fill-color-button-neutral-ghost-active: hsl(0, 0%, 19%);\n --t-fill-color-button-neutral-ghost-disabled: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-neutral-responsive-header-disabled: hsla(0, 0%, 100%, 0.05);\n --t-fill-color-button-interaction-solid: hsl(204, 100%, 35%);\n --t-fill-color-button-interaction-solid-hover: hsl(204, 100%, 40%);\n --t-fill-color-button-interaction-solid-active: hsl(204, 80%, 45%);\n --t-fill-color-button-interaction-solid-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-interaction-outline: hsl(204, 32%, 15%);\n --t-fill-color-button-interaction-outline-hover: hsl(204, 39%, 17%);\n --t-fill-color-button-interaction-outline-active: hsl(205, 45%, 18%);\n --t-fill-color-button-interaction-outline-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-interaction-ghost: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-interaction-ghost-hover: hsl(204, 32%, 15%);\n --t-fill-color-button-interaction-ghost-active: hsl(204, 39%, 17%);\n --t-fill-color-button-interaction-ghost-disabled: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-delete-solid: hsl(8, 60%, 40%);\n --t-fill-color-button-delete-solid-active: hsl(8, 60%, 47%);\n --t-fill-color-button-delete-solid-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-delete-outline: hsl(8, 20%, 16%);\n --t-fill-color-button-delete-outline-hover: hsl(9, 24%, 17%);\n --t-fill-color-button-delete-outline-active: hsl(9, 29%, 19%);\n --t-fill-color-button-delete-outline-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-delete-ghost: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-delete-ghost-hover: hsl(8, 20%, 16%);\n --t-fill-color-button-delete-ghost-active: hsl(9, 24%, 17%);\n --t-fill-color-button-delete-ghost-disabled: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-pill: hsl(0, 0%, 18%);\n --t-fill-color-button-pill-hover: hsl(0, 0%, 21%);\n --t-fill-color-button-pill-active: hsl(0, 0%, 21%);\n --t-fill-color-button-pill-disabled: hsl(0, 0%, 18%);\n --t-fill-color-transparency-light-010: hsla(0, 0%, 0%, 0.1);\n --t-fill-color-transparency-light-020: hsla(0, 0%, 0%, 0.2);\n --t-fill-color-transparency-light-030: hsla(0, 0%, 0%, 0.3);\n --t-fill-color-transparency-light-040: hsla(0, 0%, 0%, 0.4);\n --t-fill-color-transparency-light-050: hsla(0, 0%, 0%, 0.5);\n --t-fill-color-transparency-light-060: hsla(0, 0%, 0%, 0.6);\n --t-fill-color-transparency-light-070: hsla(0, 0%, 0%, 0.7);\n --t-fill-color-transparency-light-080: hsla(0, 0%, 0%, 0.8);\n --t-fill-color-transparency-light-090: hsla(0, 0%, 0%, 0.9);\n --t-fill-color-transparency-dark-010: hsla(0, 0%, 100%, 0.1);\n --t-fill-color-transparency-dark-020: hsla(0, 0%, 100%, 0.2);\n --t-fill-color-transparency-dark-030: hsla(0, 0%, 100%, 0.3);\n --t-fill-color-transparency-dark-040: hsla(0, 0%, 100%, 0.4);\n --t-fill-color-transparency-dark-050: hsla(0, 0%, 100%, 0.5);\n --t-fill-color-transparency-dark-060: hsla(0, 0%, 100%, 0.6);\n --t-fill-color-transparency-dark-070: hsla(0, 0%, 100%, 0.7);\n --t-fill-color-transparency-dark-080: hsla(0, 0%, 100%, 0.8);\n --t-fill-color-transparency-dark-090: hsla(0, 0%, 100%, 0.9);\n --t-surface-color-card: hsl(0, 0%, 12%);\n --t-surface-color-canvas: hsl(0, 0%, 10%);\n --t-border-color: hsl(0, 0%, 21%);\n --t-border-color-dark: hsl(0, 0%, 25%);\n --t-border-color-darker: hsl(0, 0%, 33%);\n --t-border-color-darkest: hsl(0, 0%, 38%);\n --t-border-color-disabled: hsl(0, 0%, 21%);\n --t-border-color-dim: hsl(0, 0%, 16%);\n --t-border-color-white: hsl(0, 0%, 12%);\n --t-border-color-status-neutral: hsl(0, 0%, 38%);\n --t-border-color-status-info: hsl(204, 100%, 35%);\n --t-border-color-button-neutral: hsl(0, 0%, 19%);\n --t-border-color-button-info: hsla(204, 100%, 40%, 0.25);\n --t-border-color-button-create: hsla(96, 57%, 33%, 0.25);\n --t-border-color-button-delete: hsla(8, 60%, 47%, 0.25);\n --t-border-color-control-neutral: hsl(0, 0%, 33%);\n --t-border-color-control-info: hsl(204, 100%, 35%);\n --t-border-color-control-disabled: hsl(0, 0%, 21%);\n --t-shadow-overflow-color: hsla(0, 0%, 0%, 0.6);\n}\n","/**\n * Do not edit directly, this file was auto-generated.\n */\n\n@media (prefers-color-scheme: dark) {\n:root[data-color-mode=\"system\"] {\n color-scheme: dark;\n --t-text-color-headline: hsl(0, 0%, 94%);\n --t-text-color: hsl(0, 0%, 80%);\n --t-text-color-secondary: hsl(0, 0%, 54%);\n --t-text-color-disabled: hsl(0, 0%, 25%);\n --t-text-color-placeholder: hsl(0, 0%, 38%);\n --t-text-color-interaction: hsl(204, 68%, 55%);\n --t-text-color-interaction-hover: hsl(204, 68%, 50%);\n --t-text-color-interaction-active: hsl(204, 68%, 45%);\n --t-text-color-interaction-visited: hsl(204, 68%, 50%);\n --t-text-color-status-neutral: hsl(0, 0%, 80%);\n --t-text-color-status-info: hsl(204, 68%, 55%);\n --t-text-color-status-success: hsl(97, 57%, 41%);\n --t-text-color-status-warning: hsl(42, 84%, 55%);\n --t-text-color-status-error: hsl(8, 61%, 61%);\n --t-text-color-tag-subtle-gray: hsl(0, 0%, 80%);\n --t-text-color-tag-subtle-blue: hsl(223, 46%, 84%);\n --t-text-color-tag-subtle-indigo: hsl(233, 78%, 84%);\n --t-text-color-tag-subtle-aqua: hsl(208, 77%, 85%);\n --t-text-color-tag-subtle-teal: hsl(180, 95%, 74%);\n --t-text-color-tag-subtle-green: hsl(99, 93%, 84%);\n --t-text-color-tag-subtle-yellow: hsl(29, 100%, 85%);\n --t-text-color-tag-subtle-orange: hsl(18, 100%, 85%);\n --t-text-color-tag-subtle-pink: hsl(328, 89%, 89%);\n --t-text-color-tag-subtle-purple: hsl(268, 70%, 88%);\n --t-text-color-tag-subtle-magenta: hsl(285, 70%, 88%);\n --t-text-color-tag-bold-gray: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-indigo: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-blue: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-aqua: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-teal: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-green: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-yellow: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-orange: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-pink: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-purple: hsl(0, 0%, 100%);\n --t-text-color-tag-bold-magenta: hsl(0, 0%, 100%);\n --t-icon-color: hsl(0, 0%, 80%);\n --t-icon-color-secondary: hsl(0, 0%, 54%);\n --t-icon-color-dim: hsl(0, 0%, 38%);\n --t-icon-color-disabled: hsl(0, 0%, 25%);\n --t-icon-color-status-neutral: hsl(0, 0%, 54%);\n --t-icon-color-status-neutral-secondary: hsl(0, 0%, 38%);\n --t-icon-color-status-neutral-bold: hsl(0, 0%, 80%);\n --t-icon-color-status-info: hsl(204, 68%, 55%);\n --t-icon-color-status-error: hsl(8, 61%, 61%);\n --t-fill-color-neutral-100: hsl(0, 0%, 10%);\n --t-fill-color-neutral-000: hsl(0, 0%, 98%);\n --t-fill-color-neutral-010: hsl(0, 0%, 88%);\n --t-fill-color-neutral-020: hsl(0, 0%, 68%);\n --t-fill-color-neutral-025: hsl(0, 0%, 58%);\n --t-fill-color-neutral-030: hsl(0, 0%, 50%);\n --t-fill-color-neutral-040: hsl(0, 0%, 32%);\n --t-fill-color-neutral-050: hsl(0, 0%, 24%);\n --t-fill-color-neutral-060: hsl(0, 0%, 19%);\n --t-fill-color-neutral-070: hsl(0, 0%, 17%);\n --t-fill-color-neutral-080: hsl(0, 0%, 15%);\n --t-fill-color-neutral-090: hsl(0, 0%, 12%);\n --t-fill-color-interaction: hsl(204, 100%, 35%);\n --t-fill-color-interaction-hover: hsl(204, 100%, 40%);\n --t-fill-color-interaction-active: hsl(204, 80%, 45%);\n --t-fill-color-interaction-disabled: hsl(0, 0%, 25%);\n --t-fill-color-control-neutral-off: hsl(0, 0%, 32%);\n --t-fill-color-control-neutral-on: hsl(0, 0%, 50%);\n --t-fill-color-control: hsl(204, 100%, 35%);\n --t-fill-color-control-disabled: hsl(0, 0%, 20%);\n --t-fill-color-status-neutral: hsl(0, 0%, 24%);\n --t-fill-color-status-neutral-ghost: hsl(0, 0%, 18%);\n --t-fill-color-status-neutral-dim: hsl(0, 0%, 15%);\n --t-fill-color-status-info: hsl(204, 100%, 35%);\n --t-fill-color-status-info-ghost: hsl(204, 32%, 15%);\n --t-fill-color-status-info-dim: hsl(206, 22%, 15%);\n --t-fill-color-status-success-ghost: hsl(125, 17%, 15%);\n --t-fill-color-status-success-dim: hsl(120, 12%, 14%);\n --t-fill-color-status-warning-ghost: hsl(41, 18%, 17%);\n --t-fill-color-status-warning-dim: hsl(42, 13%, 15%);\n --t-fill-color-status-error-ghost: hsl(8, 20%, 16%);\n --t-fill-color-status-error-dim: hsl(10, 16%, 15%);\n --t-fill-color-tooltip: hsla(0, 0%, 24%, 0.9);\n --t-fill-color-product-accounts-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-accounts-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-calendar-gradient-page: linear-gradient(111.72deg, hsl(8, 48%, 15%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-calendar-gradient-tint: linear-gradient(111.72deg, hsl(9, 29%, 13%), hsl(276, 8%, 12%), hsl(203, 37%, 11%));\n --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%));\n --t-fill-color-product-checkins-gradient-tint: linear-gradient(111.72deg, hsl(285, 11%, 14%), hsl(266, 10%, 14%) 42%, hsl(203, 37%, 11%));\n --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%));\n --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%));\n --t-fill-color-product-groups-gradient-page: linear-gradient(111.72deg, hsl(23, 46%, 18%), hsl(278, 13%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-groups-gradient-tint: linear-gradient(111.72deg, hsl(23, 29%, 14%), hsl(276, 7%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-home-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-home-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-people-gradient-page: linear-gradient(111.72deg, hsl(220, 30%, 21%), hsl(220, 48%, 17%), hsl(204, 70%, 12%));\n --t-fill-color-product-people-gradient-tint: linear-gradient(111.72deg, hsl(219, 21%, 16%), hsl(220, 30%, 14%), hsl(203, 37%, 11%));\n --t-fill-color-product-publishing-gradient-page: linear-gradient(111.72deg, hsl(225, 11%, 22%), hsl(227, 20%, 18%) 45%, hsl(204, 70%, 12%));\n --t-fill-color-product-publishing-gradient-tint: linear-gradient(111.72deg, hsl(220, 7%, 16%), hsl(227, 12%, 14%) 45%, hsl(203, 37%, 11%));\n --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%));\n --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%));\n --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%));\n --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%));\n --t-fill-color-tag-gray-010: hsl(0, 0%, 20%);\n --t-fill-color-tag-gray-020: hsl(0, 0%, 24%);\n --t-fill-color-tag-gray-030: hsl(0, 0%, 36%);\n --t-fill-color-tag-gray-040: hsl(0, 0%, 42%);\n --t-fill-color-tag-blue-010: hsl(219, 26%, 24%);\n --t-fill-color-tag-blue-020: hsl(220, 28%, 29%);\n --t-fill-color-tag-blue-030: hsl(219, 32%, 45%);\n --t-fill-color-tag-blue-040: hsl(220, 35%, 52%);\n --t-fill-color-tag-aqua-010: hsl(200, 30%, 21%);\n --t-fill-color-tag-aqua-020: hsl(200, 33%, 26%);\n --t-fill-color-tag-aqua-030: hsl(200, 39%, 38%);\n --t-fill-color-tag-aqua-040: hsl(200, 39%, 43%);\n --t-fill-color-tag-teal-010: hsl(169, 33%, 19%);\n --t-fill-color-tag-teal-020: hsl(169, 37%, 22%);\n --t-fill-color-tag-teal-030: hsl(169, 43%, 31%);\n --t-fill-color-tag-teal-040: hsl(169, 44%, 35%);\n --t-fill-color-tag-green-010: hsl(110, 30%, 20%);\n --t-fill-color-tag-green-020: hsl(112, 33%, 23%);\n --t-fill-color-tag-green-030: hsl(112, 37%, 33%);\n --t-fill-color-tag-green-040: hsl(112, 39%, 37%);\n --t-fill-color-tag-yellow-010: hsl(44, 39%, 19%);\n --t-fill-color-tag-yellow-020: hsl(44, 44%, 22%);\n --t-fill-color-tag-yellow-030: hsl(44, 50%, 31%);\n --t-fill-color-tag-yellow-040: hsl(44, 53%, 36%);\n --t-fill-color-tag-orange-010: hsl(21, 35%, 22%);\n --t-fill-color-tag-orange-020: hsl(20, 38%, 26%);\n --t-fill-color-tag-orange-030: hsl(21, 44%, 40%);\n --t-fill-color-tag-orange-040: hsl(21, 46%, 45%);\n --t-fill-color-tag-pink-010: hsl(331, 22%, 24%);\n --t-fill-color-tag-pink-020: hsl(324, 26%, 26%);\n --t-fill-color-tag-pink-030: hsl(324, 30%, 45%);\n --t-fill-color-tag-pink-040: hsl(324, 33%, 51%);\n --t-fill-color-tag-purple-010: hsl(274, 20%, 23%);\n --t-fill-color-tag-purple-020: hsl(274, 21%, 28%);\n --t-fill-color-tag-purple-030: hsl(274, 25%, 46%);\n --t-fill-color-tag-purple-040: hsl(274, 28%, 53%);\n --t-fill-color-tag-magenta-010: hsl(292, 20%, 21%);\n --t-fill-color-tag-magenta-020: hsl(292, 22%, 26%);\n --t-fill-color-tag-magenta-030: hsl(293, 26%, 42%);\n --t-fill-color-tag-magenta-040: hsl(292, 27%, 48%);\n --t-fill-color-tag-indigo-010: hsl(235, 21%, 24%);\n --t-fill-color-tag-indigo-020: hsl(236, 22%, 29%);\n --t-fill-color-tag-indigo-030: hsl(236, 26%, 50%);\n --t-fill-color-tag-indigo-040: hsl(236, 34%, 56%);\n --t-fill-color-button-neutral-solid: hsl(0, 0%, 19%);\n --t-fill-color-button-neutral-solid-hover: hsl(0, 0%, 24%);\n --t-fill-color-button-neutral-solid-active: hsl(0, 0%, 32%);\n --t-fill-color-button-neutral-solid-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-neutral-outline: hsl(0, 0%, 15%);\n --t-fill-color-button-neutral-outline-hover: hsl(0, 0%, 17%);\n --t-fill-color-button-neutral-outline-active: hsl(0, 0%, 19%);\n --t-fill-color-button-neutral-outline-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-neutral-ghost: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-neutral-ghost-hover: hsl(0, 0%, 17%);\n --t-fill-color-button-neutral-ghost-active: hsl(0, 0%, 19%);\n --t-fill-color-button-neutral-ghost-disabled: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-neutral-responsive-header-disabled: hsla(0, 0%, 100%, 0.05);\n --t-fill-color-button-interaction-solid: hsl(204, 100%, 35%);\n --t-fill-color-button-interaction-solid-hover: hsl(204, 100%, 40%);\n --t-fill-color-button-interaction-solid-active: hsl(204, 80%, 45%);\n --t-fill-color-button-interaction-solid-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-interaction-outline: hsl(204, 32%, 15%);\n --t-fill-color-button-interaction-outline-hover: hsl(204, 39%, 17%);\n --t-fill-color-button-interaction-outline-active: hsl(205, 45%, 18%);\n --t-fill-color-button-interaction-outline-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-interaction-ghost: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-interaction-ghost-hover: hsl(204, 32%, 15%);\n --t-fill-color-button-interaction-ghost-active: hsl(204, 39%, 17%);\n --t-fill-color-button-interaction-ghost-disabled: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-delete-solid: hsl(8, 60%, 40%);\n --t-fill-color-button-delete-solid-active: hsl(8, 60%, 47%);\n --t-fill-color-button-delete-solid-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-delete-outline: hsl(8, 20%, 16%);\n --t-fill-color-button-delete-outline-hover: hsl(9, 24%, 17%);\n --t-fill-color-button-delete-outline-active: hsl(9, 29%, 19%);\n --t-fill-color-button-delete-outline-disabled: hsl(0, 0%, 12%);\n --t-fill-color-button-delete-ghost: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-delete-ghost-hover: hsl(8, 20%, 16%);\n --t-fill-color-button-delete-ghost-active: hsl(9, 24%, 17%);\n --t-fill-color-button-delete-ghost-disabled: hsla(0, 0%, 0%, 0);\n --t-fill-color-button-pill: hsl(0, 0%, 18%);\n --t-fill-color-button-pill-hover: hsl(0, 0%, 21%);\n --t-fill-color-button-pill-active: hsl(0, 0%, 21%);\n --t-fill-color-button-pill-disabled: hsl(0, 0%, 18%);\n --t-fill-color-transparency-light-010: hsla(0, 0%, 0%, 0.1);\n --t-fill-color-transparency-light-020: hsla(0, 0%, 0%, 0.2);\n --t-fill-color-transparency-light-030: hsla(0, 0%, 0%, 0.3);\n --t-fill-color-transparency-light-040: hsla(0, 0%, 0%, 0.4);\n --t-fill-color-transparency-light-050: hsla(0, 0%, 0%, 0.5);\n --t-fill-color-transparency-light-060: hsla(0, 0%, 0%, 0.6);\n --t-fill-color-transparency-light-070: hsla(0, 0%, 0%, 0.7);\n --t-fill-color-transparency-light-080: hsla(0, 0%, 0%, 0.8);\n --t-fill-color-transparency-light-090: hsla(0, 0%, 0%, 0.9);\n --t-fill-color-transparency-dark-010: hsla(0, 0%, 100%, 0.1);\n --t-fill-color-transparency-dark-020: hsla(0, 0%, 100%, 0.2);\n --t-fill-color-transparency-dark-030: hsla(0, 0%, 100%, 0.3);\n --t-fill-color-transparency-dark-040: hsla(0, 0%, 100%, 0.4);\n --t-fill-color-transparency-dark-050: hsla(0, 0%, 100%, 0.5);\n --t-fill-color-transparency-dark-060: hsla(0, 0%, 100%, 0.6);\n --t-fill-color-transparency-dark-070: hsla(0, 0%, 100%, 0.7);\n --t-fill-color-transparency-dark-080: hsla(0, 0%, 100%, 0.8);\n --t-fill-color-transparency-dark-090: hsla(0, 0%, 100%, 0.9);\n --t-surface-color-card: hsl(0, 0%, 12%);\n --t-surface-color-canvas: hsl(0, 0%, 10%);\n --t-border-color: hsl(0, 0%, 21%);\n --t-border-color-dark: hsl(0, 0%, 25%);\n --t-border-color-darker: hsl(0, 0%, 33%);\n --t-border-color-darkest: hsl(0, 0%, 38%);\n --t-border-color-disabled: hsl(0, 0%, 21%);\n --t-border-color-dim: hsl(0, 0%, 16%);\n --t-border-color-white: hsl(0, 0%, 12%);\n --t-border-color-status-neutral: hsl(0, 0%, 38%);\n --t-border-color-status-info: hsl(204, 100%, 35%);\n --t-border-color-button-neutral: hsl(0, 0%, 19%);\n --t-border-color-button-info: hsla(204, 100%, 40%, 0.25);\n --t-border-color-button-create: hsla(96, 57%, 33%, 0.25);\n --t-border-color-button-delete: hsla(8, 60%, 47%, 0.25);\n --t-border-color-control-neutral: hsl(0, 0%, 33%);\n --t-border-color-control-info: hsl(204, 100%, 35%);\n --t-border-color-control-disabled: hsl(0, 0%, 21%);\n --t-shadow-overflow-color: hsla(0, 0%, 0%, 0.6);\n}\n}\n"]}