@grantcodes/style-dictionary 1.3.1 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/assets/fonts/grantina.css +1 -0
  3. package/assets/logos/grantina/monogram-light-bg.svg +3 -0
  4. package/assets/logos/grantina/monogram.svg +15 -0
  5. package/dist/css/grantcodes/dark.css +168 -0
  6. package/dist/css/grantcodes/grantcodes.css +126 -150
  7. package/dist/css/grantcodes/light.css +206 -0
  8. package/dist/css/grantcodes/tokens.css +126 -150
  9. package/dist/css/grantina/dark.css +166 -0
  10. package/dist/css/grantina/grantina.css +363 -0
  11. package/dist/css/grantina/light.css +188 -0
  12. package/dist/css/grantina/tokens.css +363 -0
  13. package/dist/css/todomap/dark.css +120 -0
  14. package/dist/css/todomap/light.css +206 -0
  15. package/dist/css/todomap/todomap.css +172 -12
  16. package/dist/css/todomap/tokens.css +172 -12
  17. package/dist/css/wireframe/dark.css +180 -0
  18. package/dist/css/wireframe/light.css +226 -0
  19. package/dist/css/wireframe/tokens.css +145 -206
  20. package/dist/css/wireframe/wireframe.css +145 -206
  21. package/dist/js/grantcodes/style-dictionary.d.ts +111 -133
  22. package/dist/js/grantcodes/style-dictionary.js +117 -141
  23. package/dist/js/grantina/style-dictionary.d.ts +362 -0
  24. package/dist/js/grantina/style-dictionary.js +391 -0
  25. package/dist/js/todomap/style-dictionary.d.ts +164 -10
  26. package/dist/js/todomap/style-dictionary.js +182 -14
  27. package/dist/js/wireframe/style-dictionary.d.ts +130 -183
  28. package/dist/js/wireframe/style-dictionary.js +134 -193
  29. package/dist/json/grantcodes/tokens.json +114 -136
  30. package/dist/json/grantina/tokens.json +352 -0
  31. package/dist/json/todomap/tokens.json +159 -13
  32. package/dist/json/wireframe/tokens.json +133 -186
  33. package/package.json +17 -3
@@ -0,0 +1,188 @@
1
+ /* Light mode override for grantina theme */
2
+ /* Force light mode on any element or subtree within a .dark parent */
3
+ .light {
4
+ --g-theme-typography-h1: 400 3rem/1.1 Vidaloka, Georgia, 'Times New Roman', Times, serif;
5
+ --g-theme-typography-h2: 400 2.5rem/1.15 Vidaloka, Georgia, 'Times New Roman', Times, serif;
6
+ --g-theme-typography-h3: 400 2rem/1.2 Vidaloka, Georgia, 'Times New Roman', Times, serif;
7
+ --g-theme-typography-h4: 400 1.5rem/1.25 Vidaloka, Georgia, 'Times New Roman', Times, serif;
8
+ --g-theme-typography-h5: 400 1.25rem/1.3 Vidaloka, Georgia, 'Times New Roman', Times, serif;
9
+ --g-theme-typography-h6: 400 1rem/1.4 Vidaloka, Georgia, 'Times New Roman', Times, serif;
10
+ --g-theme-typography-body-lg: 500 1.5rem/1.4 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
11
+ --g-theme-typography-body: 400 1rem/1.5 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
12
+ --g-theme-typography-body-sm: 400 0.875rem/1.43 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
13
+ --g-theme-typography-label: 600 1rem/1.5 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
14
+ --g-theme-typography-meta: 600 0.875rem/1.4 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
15
+ --g-theme-animation-fade-quick: 100ms;
16
+ --g-theme-animation-fade-long: 400ms;
17
+ --g-theme-animation-move-quick: 200ms;
18
+ --g-theme-animation-move-long: 400ms;
19
+ --g-theme-animation-ease: ease-in-out;
20
+ --g-theme-border-width-sm: 0.0625rem;
21
+ --g-theme-border-width-md: 0.125rem;
22
+ --g-theme-border-width-lg: 0.25rem;
23
+ --g-theme-border-radius-sm: 0.125rem;
24
+ --g-theme-border-radius-md: 0.5rem;
25
+ --g-theme-border-radius-lg: 1rem;
26
+ --g-theme-color-background-default: oklch(0.9798 0.0045 78.30);
27
+ --g-theme-color-background-default-hover: oklch(93% 0.008 78.30);
28
+ --g-theme-color-background-subtle: oklch(96% 0.006 78.30);
29
+ --g-theme-color-background-subtle-hover: oklch(93% 0.008 78.30);
30
+ --g-theme-color-background-knockout: oklch(0.2284 0.0384 282.93);
31
+ --g-theme-color-background-brand: oklch(95% 0.04 274.16);
32
+ --g-theme-color-background-brand-hover: oklch(90% 0.08 274.16);
33
+ --g-theme-color-background-brand-disabled: oklch(90% 0 0);
34
+ --g-theme-color-background-brand-knockout: oklch(30% 0.14 274.16);
35
+ --g-theme-color-background-brand-knockout-hover: oklch(38% 0.18 274.16);
36
+ --g-theme-color-background-utility-error: oklch(94.96% 0.0395 73.45);
37
+ --g-theme-color-background-utility-error-knockout: oklch(60.03% 0.1938 35.81);
38
+ --g-theme-color-background-utility-warning: oklch(97.66% 0.0606 103.43);
39
+ --g-theme-color-background-utility-warning-knockout: oklch(78.68% 0.162 96.43);
40
+ --g-theme-color-background-utility-success: oklch(96.73% 0.0537 129.1);
41
+ --g-theme-color-background-utility-success-knockout: oklch(65.44% 0.1981 141.12);
42
+ --g-theme-color-background-utility-info: oklch(95.86% 0.0542 179.13);
43
+ --g-theme-color-background-utility-info-knockout: oklch(68.89% 0.125872 220.4932);
44
+ --g-theme-color-background-disabled: oklch(90% 0 0);
45
+ --g-theme-color-background-transparent: oklch(100% 0 0 / 0.25);
46
+ --g-theme-color-background-transparent-strong: oklch(100% 0 0 / 0.9);
47
+ --g-theme-color-border-default: oklch(90% 0.010 78.30);
48
+ --g-theme-color-border-default-hover: oklch(82% 0.010 78.30);
49
+ --g-theme-color-border-subtle: oklch(93% 0.008 78.30);
50
+ --g-theme-color-border-strong: oklch(0.2284 0.0384 282.93);
51
+ --g-theme-color-border-knockout: oklch(75% 0.008 78.30);
52
+ --g-theme-color-border-brand: oklch(38% 0.18 274.16);
53
+ --g-theme-color-border-utility-error: oklch(51.18% 0.1802 32.56);
54
+ --g-theme-color-border-utility-warning: oklch(68.35% 0.14027 94.7302);
55
+ --g-theme-color-border-utility-success: oklch(57.11% 0.1795 142.12);
56
+ --g-theme-color-border-utility-info: oklch(56.7% 0.116289 232.4331);
57
+ --g-theme-color-border-disabled: oklch(90% 0 0);
58
+ --g-theme-color-content-default: oklch(0.2284 0.0384 282.93);
59
+ --g-theme-color-content-default-hover: oklch(17% 0.03 282.93);
60
+ --g-theme-color-content-subtle: oklch(65% 0.03 282.93);
61
+ --g-theme-color-content-knockout: oklch(0.9798 0.0045 78.30);
62
+ --g-theme-color-content-brand: oklch(45% 0.22 274.16);
63
+ --g-theme-color-content-brand-hover: oklch(22% 0.10 274.16);
64
+ --g-theme-color-content-brand-knockout: oklch(95% 0.04 274.16);
65
+ --g-theme-color-content-disabled: oklch(50% 0 0);
66
+ --g-theme-color-content-utility-error: oklch(60.03% 0.1938 35.81);
67
+ --g-theme-color-content-utility-warning: oklch(78.68% 0.162 96.43);
68
+ --g-theme-color-content-utility-success: oklch(65.44% 0.1981 141.12);
69
+ --g-theme-color-content-utility-info: oklch(68.89% 0.125872 220.4932);
70
+ --g-theme-spacing-xs: 0.25rem;
71
+ --g-theme-spacing-sm: 0.5rem;
72
+ --g-theme-spacing-md: 1rem;
73
+ --g-theme-spacing-lg: 1.5rem;
74
+ --g-theme-spacing-xl: 2rem;
75
+ --g-theme-spacing-2xl: 3rem;
76
+ --g-theme-spacing-3xl: 4rem;
77
+ --g-theme-typography-h1-font-family: Vidaloka, Georgia, 'Times New Roman', Times, serif;
78
+ --g-theme-typography-h1-font-weight: 400;
79
+ --g-theme-typography-h1-font-size: 3rem;
80
+ --g-theme-typography-h1-line-height: 1.1;
81
+ --g-theme-typography-h1-letter-spacing: 0.0313rem;
82
+ --g-theme-typography-h2-font-family: Vidaloka, Georgia, 'Times New Roman', Times, serif;
83
+ --g-theme-typography-h2-font-weight: 400;
84
+ --g-theme-typography-h2-font-size: 2.5rem;
85
+ --g-theme-typography-h2-line-height: 1.15;
86
+ --g-theme-typography-h2-letter-spacing: 0.0313rem;
87
+ --g-theme-typography-h3-font-family: Vidaloka, Georgia, 'Times New Roman', Times, serif;
88
+ --g-theme-typography-h3-font-weight: 400;
89
+ --g-theme-typography-h3-font-size: 2rem;
90
+ --g-theme-typography-h3-line-height: 1.2;
91
+ --g-theme-typography-h3-letter-spacing: 0.0313rem;
92
+ --g-theme-typography-h4-font-family: Vidaloka, Georgia, 'Times New Roman', Times, serif;
93
+ --g-theme-typography-h4-font-weight: 400;
94
+ --g-theme-typography-h4-font-size: 1.5rem;
95
+ --g-theme-typography-h4-line-height: 1.25;
96
+ --g-theme-typography-h4-letter-spacing: 0rem;
97
+ --g-theme-typography-h5-font-family: Vidaloka, Georgia, 'Times New Roman', Times, serif;
98
+ --g-theme-typography-h5-font-weight: 400;
99
+ --g-theme-typography-h5-font-size: 1.25rem;
100
+ --g-theme-typography-h5-line-height: 1.3;
101
+ --g-theme-typography-h5-letter-spacing: 0rem;
102
+ --g-theme-typography-h6-font-family: Vidaloka, Georgia, 'Times New Roman', Times, serif;
103
+ --g-theme-typography-h6-font-weight: 400;
104
+ --g-theme-typography-h6-font-size: 1rem;
105
+ --g-theme-typography-h6-line-height: 1.4;
106
+ --g-theme-typography-h6-letter-spacing: 0rem;
107
+ --g-theme-typography-body-lg-font-family: 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
108
+ --g-theme-typography-body-lg-font-weight: 500;
109
+ --g-theme-typography-body-lg-font-size: 1.5rem;
110
+ --g-theme-typography-body-lg-line-height: 1.4;
111
+ --g-theme-typography-body-lg-letter-spacing: 0rem;
112
+ --g-theme-typography-body-font-family: 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
113
+ --g-theme-typography-body-font-weight: 400;
114
+ --g-theme-typography-body-font-size: 1rem;
115
+ --g-theme-typography-body-line-height: 1.5;
116
+ --g-theme-typography-body-letter-spacing: 0rem;
117
+ --g-theme-typography-body-sm-font-family: 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
118
+ --g-theme-typography-body-sm-font-weight: 400;
119
+ --g-theme-typography-body-sm-font-size: 0.875rem;
120
+ --g-theme-typography-body-sm-line-height: 1.43;
121
+ --g-theme-typography-body-sm-letter-spacing: 0rem;
122
+ --g-theme-typography-label-font-family: 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
123
+ --g-theme-typography-label-font-weight: 600;
124
+ --g-theme-typography-label-font-size: 1rem;
125
+ --g-theme-typography-label-line-height: 1.5;
126
+ --g-theme-typography-label-letter-spacing: 0rem;
127
+ --g-theme-typography-meta-font-family: 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
128
+ --g-theme-typography-meta-font-weight: 600;
129
+ --g-theme-typography-meta-font-size: 0.875rem;
130
+ --g-theme-typography-meta-line-height: 1.4;
131
+ --g-theme-typography-meta-letter-spacing: 0.125rem;
132
+ --g-theme-box-shadow-sm: 0rem 0.25rem 0.25rem 0rem #00000040;
133
+ --g-theme-box-shadow-md: 0rem 0.5rem 0.375rem -0.375rem #0000001a;
134
+ --g-theme-button-color-background-default: oklch(95% 0.04 274.16);
135
+ --g-theme-button-color-background-hover: oklch(90% 0.08 274.16);
136
+ --g-theme-button-color-background-active: oklch(90% 0.08 274.16);
137
+ --g-theme-button-color-background-disabled: oklch(0.9798 0.0045 78.30);
138
+ --g-theme-button-color-content-default: oklch(95% 0.04 274.16);
139
+ --g-theme-button-color-content-hover: oklch(95% 0.04 274.16);
140
+ --g-theme-button-color-content-active: oklch(95% 0.04 274.16);
141
+ --g-theme-button-color-content-disabled: oklch(50% 0 0);
142
+ --g-theme-button-color-border-default: oklch(90% 0.010 78.30);
143
+ --g-theme-button-color-border-hover: oklch(38% 0.18 274.16);
144
+ --g-theme-button-color-border-active: oklch(38% 0.18 274.16);
145
+ --g-theme-button-color-border-disabled: oklch(90% 0.010 78.30);
146
+ --g-theme-button-primary-color-background-default: oklch(0.5359 0.2539 274.16);
147
+ --g-theme-button-primary-color-background-hover: oklch(45% 0.22 274.16);
148
+ --g-theme-button-primary-color-background-active: oklch(38% 0.18 274.16);
149
+ --g-theme-button-primary-color-background-disabled: oklch(90% 0 0);
150
+ --g-theme-button-primary-color-content-default: oklch(100% 0 0);
151
+ --g-theme-button-primary-color-content-hover: oklch(100% 0 0);
152
+ --g-theme-button-primary-color-content-active: oklch(100% 0 0);
153
+ --g-theme-button-primary-color-content-disabled: oklch(0.2284 0.0384 282.93);
154
+ --g-theme-button-primary-color-border-default: oklch(0.5359 0.2539 274.16);
155
+ --g-theme-button-primary-color-border-hover: oklch(38% 0.18 274.16);
156
+ --g-theme-button-primary-color-border-active: oklch(38% 0.18 274.16);
157
+ --g-theme-button-primary-color-border-disabled: oklch(90% 0.010 78.30);
158
+ --g-theme-focus-ring-color-default: rgba(76, 74, 252, 0.4);
159
+ --g-theme-focus-ring-color-contrast: oklch(90% 0.08 274.16);
160
+ --g-theme-focus-ring-color-contrast-shadow: oklch(30% 0.14 274.16);
161
+ --g-theme-focus-ring-width-default: 0.2rem;
162
+ --g-theme-focus-ring-offset-default: 0rem;
163
+ --g-theme-form-color-background-default: oklch(0.9798 0.0045 78.30);
164
+ --g-theme-form-color-background-focus: oklch(0.9798 0.0045 78.30);
165
+ --g-theme-form-color-background-hover: oklch(96% 0.006 78.30);
166
+ --g-theme-form-color-background-active: oklch(0.9798 0.0045 78.30);
167
+ --g-theme-form-color-background-disabled: oklch(0.9798 0.0045 78.30);
168
+ --g-theme-form-color-content-default: oklch(0.2284 0.0384 282.93);
169
+ --g-theme-form-color-content-focus: oklch(0.2284 0.0384 282.93);
170
+ --g-theme-form-color-content-hover: oklch(0.2284 0.0384 282.93);
171
+ --g-theme-form-color-content-active: oklch(0.2284 0.0384 282.93);
172
+ --g-theme-form-color-content-disabled: oklch(50% 0 0);
173
+ --g-theme-form-color-border-default: oklch(90% 0.010 78.30);
174
+ --g-theme-form-color-border-focus: oklch(38% 0.18 274.16);
175
+ --g-theme-form-color-border-hover: oklch(82% 0.010 78.30);
176
+ --g-theme-form-color-border-active: oklch(38% 0.18 274.16);
177
+ --g-theme-form-color-border-disabled: oklch(90% 0.010 78.30);
178
+ --g-theme-form-color-border-error: oklch(51.18% 0.1802 32.56);
179
+ --g-theme-form-input-accent-color-default: oklch(0.5359 0.2539 274.16);
180
+ --g-theme-link-color-content-default: oklch(0.5359 0.2539 274.16);
181
+ --g-theme-link-color-content-hover: oklch(45% 0.22 274.16);
182
+ --g-theme-link-color-content-active: oklch(45% 0.22 274.16);
183
+ --g-theme-link-color-content-visited: oklch(0.5359 0.2539 274.16);
184
+ --g-theme-link-knockout-color-content-default: oklch(0.9798 0.0045 78.30);
185
+ --g-theme-link-knockout-color-content-hover: oklch(0.9798 0.0045 78.30);
186
+ --g-theme-link-knockout-color-content-active: oklch(0.9798 0.0045 78.30);
187
+ --g-theme-link-knockout-color-content-visited: oklch(0.9798 0.0045 78.30);
188
+ }
@@ -0,0 +1,363 @@
1
+ :root {
2
+ --g-animation-duration-10: 100ms;
3
+ --g-animation-duration-20: 200ms;
4
+ --g-animation-duration-30: 300ms;
5
+ --g-animation-duration-40: 400ms;
6
+ --g-animation-timing-function-ease: ease-in-out;
7
+ --g-animation-timing-function-linear: linear;
8
+ --g-border-width-1: 0.0625rem;
9
+ --g-border-width-2: 0.125rem;
10
+ --g-border-width-4: 0.25rem;
11
+ --g-border-radius-125: 0.125rem;
12
+ --g-border-radius-250: 0.25rem;
13
+ --g-border-radius-500: 0.5rem;
14
+ --g-border-radius-1000: 1rem;
15
+ --g-border-radius-square: 0;
16
+ --g-border-radius-rounded: 50%;
17
+ --g-border-style-solid: solid;
18
+ --g-border-style-none: none;
19
+ --g-color-neutral-100: oklch(95% 0 0);
20
+ --g-color-neutral-200: oklch(90% 0 0);
21
+ --g-color-neutral-300: oklch(80% 0 0);
22
+ --g-color-neutral-400: oklch(70% 0 0);
23
+ --g-color-neutral-500: oklch(60% 0 0);
24
+ --g-color-neutral-600: oklch(50% 0 0);
25
+ --g-color-neutral-700: oklch(40% 0 0);
26
+ --g-color-neutral-800: oklch(30% 0 0);
27
+ --g-color-neutral-900: oklch(20% 0 0);
28
+ --g-color-neutral-white: oklch(100% 0 0);
29
+ --g-color-neutral-black: oklch(0% 0 0);
30
+ --g-color-utility-green-100: oklch(96.73% 0.0537 129.1);
31
+ --g-color-utility-green-200: oklch(93.45% 0.107 131.96);
32
+ --g-color-utility-green-300: oklch(87.97% 0.1546 135.05);
33
+ --g-color-utility-green-400: oklch(81.78% 0.1827 137.62);
34
+ --g-color-utility-green-500: oklch(74.01% 0.2132 139.87);
35
+ --g-color-utility-green-600: oklch(65.44% 0.1981 141.12);
36
+ --g-color-utility-green-700: oklch(57.11% 0.1795 142.12);
37
+ --g-color-utility-green-800: oklch(48.67% 0.1572 142.68);
38
+ --g-color-utility-green-900: oklch(42.59% 0.1358 143.3);
39
+ --g-color-utility-blue-100: oklch(95.86% 0.0542 179.13);
40
+ --g-color-utility-blue-200: oklch(92.82% 0.0973 184.41);
41
+ --g-color-utility-blue-300: oklch(90.54% 0.1282 189.63);
42
+ --g-color-utility-blue-500: oklch(81.86% 0.141005 208.7047);
43
+ --g-color-utility-blue-600: oklch(68.89% 0.125872 220.4932);
44
+ --g-color-utility-blue-700: oklch(56.7% 0.116289 232.4331);
45
+ --g-color-utility-blue-800: oklch(45.75% 0.107158 241.2805);
46
+ --g-color-utility-blue-900: oklch(37.55% 0.1037 249.04);
47
+ --g-color-utility-yellow-100: oklch(97.66% 0.0606 103.43);
48
+ --g-color-utility-yellow-200: oklch(95.72% 0.1147 103.53);
49
+ --g-color-utility-yellow-300: oklch(93.47% 0.1552 102.21);
50
+ --g-color-utility-yellow-400: oklch(91.68% 0.1745 101.08);
51
+ --g-color-utility-yellow-500: oklch(88.99% 0.183778 97.6996);
52
+ --g-color-utility-yellow-600: oklch(78.68% 0.162 96.43);
53
+ --g-color-utility-yellow-700: oklch(68.35% 0.14027 94.7302);
54
+ --g-color-utility-yellow-800: oklch(58.04% 0.1189 93.71);
55
+ --g-color-utility-yellow-900: oklch(50.09% 0.1025 92.6);
56
+ --g-color-utility-red-100: oklch(94.96% 0.0395 73.45);
57
+ --g-color-utility-red-200: oklch(89.21% 0.076552 65.9429);
58
+ --g-color-utility-red-300: oklch(82.67% 0.1156 57.65);
59
+ --g-color-utility-red-400: oklch(77.04% 0.1486 49.15);
60
+ --g-color-utility-red-500: oklch(69.31% 0.203172 39.994);
61
+ --g-color-utility-red-600: oklch(60.03% 0.1938 35.81);
62
+ --g-color-utility-red-700: oklch(51.18% 0.1802 32.56);
63
+ --g-color-utility-red-800: oklch(42.79% 0.16 30.38);
64
+ --g-color-utility-red-900: oklch(36.89% 0.1443 28.98);
65
+ --g-color-transparent-0: oklch(100% 0 0 / 0);
66
+ --g-color-transparent-10: oklch(100% 0 0 / 0.1);
67
+ --g-color-transparent-25: oklch(100% 0 0 / 0.25);
68
+ --g-color-transparent-50: oklch(100% 0 0 / 0.5);
69
+ --g-color-transparent-75: oklch(100% 0 0 / 0.75);
70
+ --g-color-transparent-90: oklch(100% 0 0 / 0.9);
71
+ --g-color-brand-blue-100: oklch(95% 0.04 274.16);
72
+ --g-color-brand-blue-200: oklch(90% 0.08 274.16);
73
+ --g-color-brand-blue-300: oklch(82% 0.12 274.16);
74
+ --g-color-brand-blue-400: oklch(68% 0.16 274.16);
75
+ --g-color-brand-blue-500: oklch(0.5359 0.2539 274.16);
76
+ --g-color-brand-blue-600: oklch(45% 0.22 274.16);
77
+ --g-color-brand-blue-700: oklch(38% 0.18 274.16);
78
+ --g-color-brand-blue-800: oklch(30% 0.14 274.16);
79
+ --g-color-brand-blue-900: oklch(22% 0.10 274.16);
80
+ --g-color-brand-yellow-100: oklch(97% 0.03 107.03);
81
+ --g-color-brand-yellow-200: oklch(95% 0.06 107.03);
82
+ --g-color-brand-yellow-300: oklch(92% 0.10 107.03);
83
+ --g-color-brand-yellow-400: oklch(90% 0.13 107.03);
84
+ --g-color-brand-yellow-500: oklch(0.8855 0.1636 107.03);
85
+ --g-color-brand-yellow-600: oklch(78% 0.14 107.03);
86
+ --g-color-brand-yellow-700: oklch(68% 0.12 107.03);
87
+ --g-color-brand-yellow-800: oklch(55% 0.10 107.03);
88
+ --g-color-brand-yellow-900: oklch(42% 0.08 107.03);
89
+ --g-color-brand-gold-100: oklch(96% 0.02 91.06);
90
+ --g-color-brand-gold-200: oklch(92% 0.05 91.06);
91
+ --g-color-brand-gold-300: oklch(86% 0.08 91.06);
92
+ --g-color-brand-gold-400: oklch(80% 0.11 91.06);
93
+ --g-color-brand-gold-500: oklch(0.7665 0.1387 91.06);
94
+ --g-color-brand-gold-600: oklch(65% 0.12 91.06);
95
+ --g-color-brand-gold-700: oklch(55% 0.10 91.06);
96
+ --g-color-brand-gold-800: oklch(45% 0.08 91.06);
97
+ --g-color-brand-gold-900: oklch(35% 0.06 91.06);
98
+ --g-color-brand-navy-100: oklch(92% 0.01 282.93);
99
+ --g-color-brand-navy-200: oklch(82% 0.02 282.93);
100
+ --g-color-brand-navy-300: oklch(65% 0.03 282.93);
101
+ --g-color-brand-navy-400: oklch(48% 0.035 282.93);
102
+ --g-color-brand-navy-500: oklch(0.2284 0.0384 282.93);
103
+ --g-color-brand-navy-600: oklch(20% 0.035 282.93);
104
+ --g-color-brand-navy-700: oklch(17% 0.03 282.93);
105
+ --g-color-brand-navy-800: oklch(14% 0.025 282.93);
106
+ --g-color-brand-navy-900: oklch(11% 0.02 282.93);
107
+ --g-color-brand-cream-100: oklch(0.9798 0.0045 78.30);
108
+ --g-color-brand-cream-200: oklch(96% 0.006 78.30);
109
+ --g-color-brand-cream-300: oklch(93% 0.008 78.30);
110
+ --g-color-brand-cream-400: oklch(90% 0.010 78.30);
111
+ --g-color-brand-cream-500: oklch(87% 0.012 78.30);
112
+ --g-color-brand-cream-600: oklch(82% 0.010 78.30);
113
+ --g-color-brand-cream-700: oklch(75% 0.008 78.30);
114
+ --g-color-brand-cream-800: oklch(65% 0.006 78.30);
115
+ --g-color-brand-cream-900: oklch(55% 0.004 78.30);
116
+ --g-color-gradient-start: oklch(0.5359 0.2539 274.16);
117
+ --g-color-gradient-mid: oklch(0.6801 0.1583 276.93);
118
+ --g-color-gradient-end: oklch(0.8115 0.1293 310.84);
119
+ --g-shadow-sm-x: 0rem;
120
+ --g-shadow-sm-y: 0.25rem;
121
+ --g-shadow-sm-blur: 0.25rem;
122
+ --g-shadow-sm-spread: 0rem;
123
+ --g-shadow-sm-color: #00000040;
124
+ --g-shadow-md-x: 0rem;
125
+ --g-shadow-md-y: 0.5rem;
126
+ --g-shadow-md-blur: 0.375rem;
127
+ --g-shadow-md-spread: -0.375rem;
128
+ --g-shadow-md-color: #0000001a;
129
+ --g-spacing-0: 0rem;
130
+ --g-spacing-1: 0.0625rem;
131
+ --g-spacing-2: 0.125rem;
132
+ --g-spacing-4: 0.25rem;
133
+ --g-spacing-6: 0.375rem;
134
+ --g-spacing-8: 0.5rem;
135
+ --g-spacing-10: 0.625rem;
136
+ --g-spacing-12: 0.75rem;
137
+ --g-spacing-16: 1rem;
138
+ --g-spacing-20: 1.25rem;
139
+ --g-spacing-24: 1.5rem;
140
+ --g-spacing-32: 2rem;
141
+ --g-spacing-40: 2.5rem;
142
+ --g-spacing-48: 3rem;
143
+ --g-spacing-64: 4rem;
144
+ --g-typography-font-weight-400: 400;
145
+ --g-typography-font-weight-500: 500;
146
+ --g-typography-font-weight-600: 600;
147
+ --g-typography-font-weight-700: 700;
148
+ --g-typography-letter-spacing-none: 0rem;
149
+ --g-typography-letter-spacing-sm: 0.0313rem;
150
+ --g-typography-letter-spacing-lg: 0.125rem;
151
+ --g-typography-letter-spacing-neg-sm: -0.0313rem;
152
+ --g-typography-letter-spacing-neg-md: -0.0625rem;
153
+ --g-typography-letter-spacing-neg-lg: -0.0938rem;
154
+ --g-typography-letter-spacing-neg-xl: -0.125rem;
155
+ --g-typography-text-transform-none: none;
156
+ --g-typography-text-transform-uppercase: uppercase;
157
+ --g-typography-font-family-system-serif: Georgia, 'Times New Roman', Times, serif;
158
+ --g-typography-font-family-system-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
159
+ --g-typography-font-family-system-script: 'Brush Script MT', 'Segoe Script', cursive;
160
+ --g-typography-font-family-vidaloka: Vidaloka, Georgia, 'Times New Roman', Times, serif;
161
+ --g-typography-font-family-albert: 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
162
+ --g-typography-font-family-pinyon-script: 'Pinyon Script', 'Brush Script MT', 'Segoe Script', cursive;
163
+ --g-typography-font-size-xs: 0.75rem;
164
+ --g-typography-font-size-sm: 0.875rem;
165
+ --g-typography-font-size-md: 1rem;
166
+ --g-typography-font-size-lg: 1.25rem;
167
+ --g-typography-font-size-xl: 1.5rem;
168
+ --g-typography-font-size-2xl: 2rem;
169
+ --g-typography-font-size-3xl: 2.5rem;
170
+ --g-typography-font-size-4xl: 3rem;
171
+ --g-z-index-0: 0;
172
+ --g-z-index-100: 100;
173
+ --g-z-index-200: 200;
174
+ --g-z-index-300: 300;
175
+ --g-z-index-400: 400;
176
+ --g-z-index-500: 500;
177
+ --g-z-index-top: 99999;
178
+ --g-z-index-bottom: -100;
179
+ --g-theme-typography-h1: 400 3rem/1.1 Vidaloka, Georgia, 'Times New Roman', Times, serif;
180
+ --g-theme-typography-h2: 400 2.5rem/1.15 Vidaloka, Georgia, 'Times New Roman', Times, serif;
181
+ --g-theme-typography-h3: 400 2rem/1.2 Vidaloka, Georgia, 'Times New Roman', Times, serif;
182
+ --g-theme-typography-h4: 400 1.5rem/1.25 Vidaloka, Georgia, 'Times New Roman', Times, serif;
183
+ --g-theme-typography-h5: 400 1.25rem/1.3 Vidaloka, Georgia, 'Times New Roman', Times, serif;
184
+ --g-theme-typography-h6: 400 1rem/1.4 Vidaloka, Georgia, 'Times New Roman', Times, serif;
185
+ --g-theme-typography-body-lg: 500 1.5rem/1.4 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
186
+ --g-theme-typography-body: 400 1rem/1.5 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
187
+ --g-theme-typography-body-sm: 400 0.875rem/1.43 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
188
+ --g-theme-typography-label: 600 1rem/1.5 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
189
+ --g-theme-typography-meta: 600 0.875rem/1.4 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
190
+ --g-theme-animation-fade-quick: 100ms;
191
+ --g-theme-animation-fade-long: 400ms;
192
+ --g-theme-animation-move-quick: 200ms;
193
+ --g-theme-animation-move-long: 400ms;
194
+ --g-theme-animation-ease: ease-in-out;
195
+ --g-theme-border-width-sm: 0.0625rem;
196
+ --g-theme-border-width-md: 0.125rem;
197
+ --g-theme-border-width-lg: 0.25rem;
198
+ --g-theme-border-radius-sm: 0.125rem;
199
+ --g-theme-border-radius-md: 0.5rem;
200
+ --g-theme-border-radius-lg: 1rem;
201
+ --g-theme-color-background-default: oklch(0.9798 0.0045 78.30);
202
+ --g-theme-color-background-default-hover: oklch(93% 0.008 78.30);
203
+ --g-theme-color-background-subtle: oklch(96% 0.006 78.30);
204
+ --g-theme-color-background-subtle-hover: oklch(93% 0.008 78.30);
205
+ --g-theme-color-background-knockout: oklch(0.2284 0.0384 282.93);
206
+ --g-theme-color-background-brand: oklch(95% 0.04 274.16);
207
+ --g-theme-color-background-brand-hover: oklch(90% 0.08 274.16);
208
+ --g-theme-color-background-brand-disabled: oklch(90% 0 0);
209
+ --g-theme-color-background-brand-knockout: oklch(30% 0.14 274.16);
210
+ --g-theme-color-background-brand-knockout-hover: oklch(38% 0.18 274.16);
211
+ --g-theme-color-background-utility-error: oklch(94.96% 0.0395 73.45);
212
+ --g-theme-color-background-utility-error-knockout: oklch(60.03% 0.1938 35.81);
213
+ --g-theme-color-background-utility-warning: oklch(97.66% 0.0606 103.43);
214
+ --g-theme-color-background-utility-warning-knockout: oklch(78.68% 0.162 96.43);
215
+ --g-theme-color-background-utility-success: oklch(96.73% 0.0537 129.1);
216
+ --g-theme-color-background-utility-success-knockout: oklch(65.44% 0.1981 141.12);
217
+ --g-theme-color-background-utility-info: oklch(95.86% 0.0542 179.13);
218
+ --g-theme-color-background-utility-info-knockout: oklch(68.89% 0.125872 220.4932);
219
+ --g-theme-color-background-disabled: oklch(90% 0 0);
220
+ --g-theme-color-background-transparent: oklch(100% 0 0 / 0.25);
221
+ --g-theme-color-background-transparent-strong: oklch(100% 0 0 / 0.9);
222
+ --g-theme-color-border-default: oklch(90% 0.010 78.30);
223
+ --g-theme-color-border-default-hover: oklch(82% 0.010 78.30);
224
+ --g-theme-color-border-subtle: oklch(93% 0.008 78.30);
225
+ --g-theme-color-border-strong: oklch(0.2284 0.0384 282.93);
226
+ --g-theme-color-border-knockout: oklch(75% 0.008 78.30);
227
+ --g-theme-color-border-brand: oklch(38% 0.18 274.16);
228
+ --g-theme-color-border-utility-error: oklch(51.18% 0.1802 32.56);
229
+ --g-theme-color-border-utility-warning: oklch(68.35% 0.14027 94.7302);
230
+ --g-theme-color-border-utility-success: oklch(57.11% 0.1795 142.12);
231
+ --g-theme-color-border-utility-info: oklch(56.7% 0.116289 232.4331);
232
+ --g-theme-color-border-disabled: oklch(90% 0 0);
233
+ --g-theme-color-content-default: oklch(0.2284 0.0384 282.93);
234
+ --g-theme-color-content-default-hover: oklch(17% 0.03 282.93);
235
+ --g-theme-color-content-subtle: oklch(65% 0.03 282.93);
236
+ --g-theme-color-content-knockout: oklch(0.9798 0.0045 78.30);
237
+ --g-theme-color-content-brand: oklch(45% 0.22 274.16);
238
+ --g-theme-color-content-brand-hover: oklch(22% 0.10 274.16);
239
+ --g-theme-color-content-brand-knockout: oklch(95% 0.04 274.16);
240
+ --g-theme-color-content-disabled: oklch(50% 0 0);
241
+ --g-theme-color-content-utility-error: oklch(60.03% 0.1938 35.81);
242
+ --g-theme-color-content-utility-warning: oklch(78.68% 0.162 96.43);
243
+ --g-theme-color-content-utility-success: oklch(65.44% 0.1981 141.12);
244
+ --g-theme-color-content-utility-info: oklch(68.89% 0.125872 220.4932);
245
+ --g-theme-spacing-xs: 0.25rem;
246
+ --g-theme-spacing-sm: 0.5rem;
247
+ --g-theme-spacing-md: 1rem;
248
+ --g-theme-spacing-lg: 1.5rem;
249
+ --g-theme-spacing-xl: 2rem;
250
+ --g-theme-spacing-2xl: 3rem;
251
+ --g-theme-spacing-3xl: 4rem;
252
+ --g-theme-typography-h1-font-family: Vidaloka, Georgia, 'Times New Roman', Times, serif;
253
+ --g-theme-typography-h1-font-weight: 400;
254
+ --g-theme-typography-h1-font-size: 3rem;
255
+ --g-theme-typography-h1-line-height: 1.1;
256
+ --g-theme-typography-h1-letter-spacing: 0.0313rem;
257
+ --g-theme-typography-h2-font-family: Vidaloka, Georgia, 'Times New Roman', Times, serif;
258
+ --g-theme-typography-h2-font-weight: 400;
259
+ --g-theme-typography-h2-font-size: 2.5rem;
260
+ --g-theme-typography-h2-line-height: 1.15;
261
+ --g-theme-typography-h2-letter-spacing: 0.0313rem;
262
+ --g-theme-typography-h3-font-family: Vidaloka, Georgia, 'Times New Roman', Times, serif;
263
+ --g-theme-typography-h3-font-weight: 400;
264
+ --g-theme-typography-h3-font-size: 2rem;
265
+ --g-theme-typography-h3-line-height: 1.2;
266
+ --g-theme-typography-h3-letter-spacing: 0.0313rem;
267
+ --g-theme-typography-h4-font-family: Vidaloka, Georgia, 'Times New Roman', Times, serif;
268
+ --g-theme-typography-h4-font-weight: 400;
269
+ --g-theme-typography-h4-font-size: 1.5rem;
270
+ --g-theme-typography-h4-line-height: 1.25;
271
+ --g-theme-typography-h4-letter-spacing: 0rem;
272
+ --g-theme-typography-h5-font-family: Vidaloka, Georgia, 'Times New Roman', Times, serif;
273
+ --g-theme-typography-h5-font-weight: 400;
274
+ --g-theme-typography-h5-font-size: 1.25rem;
275
+ --g-theme-typography-h5-line-height: 1.3;
276
+ --g-theme-typography-h5-letter-spacing: 0rem;
277
+ --g-theme-typography-h6-font-family: Vidaloka, Georgia, 'Times New Roman', Times, serif;
278
+ --g-theme-typography-h6-font-weight: 400;
279
+ --g-theme-typography-h6-font-size: 1rem;
280
+ --g-theme-typography-h6-line-height: 1.4;
281
+ --g-theme-typography-h6-letter-spacing: 0rem;
282
+ --g-theme-typography-body-lg-font-family: 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
283
+ --g-theme-typography-body-lg-font-weight: 500;
284
+ --g-theme-typography-body-lg-font-size: 1.5rem;
285
+ --g-theme-typography-body-lg-line-height: 1.4;
286
+ --g-theme-typography-body-lg-letter-spacing: 0rem;
287
+ --g-theme-typography-body-font-family: 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
288
+ --g-theme-typography-body-font-weight: 400;
289
+ --g-theme-typography-body-font-size: 1rem;
290
+ --g-theme-typography-body-line-height: 1.5;
291
+ --g-theme-typography-body-letter-spacing: 0rem;
292
+ --g-theme-typography-body-sm-font-family: 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
293
+ --g-theme-typography-body-sm-font-weight: 400;
294
+ --g-theme-typography-body-sm-font-size: 0.875rem;
295
+ --g-theme-typography-body-sm-line-height: 1.43;
296
+ --g-theme-typography-body-sm-letter-spacing: 0rem;
297
+ --g-theme-typography-label-font-family: 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
298
+ --g-theme-typography-label-font-weight: 600;
299
+ --g-theme-typography-label-font-size: 1rem;
300
+ --g-theme-typography-label-line-height: 1.5;
301
+ --g-theme-typography-label-letter-spacing: 0rem;
302
+ --g-theme-typography-meta-font-family: 'Albert Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
303
+ --g-theme-typography-meta-font-weight: 600;
304
+ --g-theme-typography-meta-font-size: 0.875rem;
305
+ --g-theme-typography-meta-line-height: 1.4;
306
+ --g-theme-typography-meta-letter-spacing: 0.125rem;
307
+ --g-theme-box-shadow-sm: 0rem 0.25rem 0.25rem 0rem #00000040;
308
+ --g-theme-box-shadow-md: 0rem 0.5rem 0.375rem -0.375rem #0000001a;
309
+ --g-theme-button-color-background-default: oklch(95% 0.04 274.16);
310
+ --g-theme-button-color-background-hover: oklch(90% 0.08 274.16);
311
+ --g-theme-button-color-background-active: oklch(90% 0.08 274.16);
312
+ --g-theme-button-color-background-disabled: oklch(0.9798 0.0045 78.30);
313
+ --g-theme-button-color-content-default: oklch(95% 0.04 274.16);
314
+ --g-theme-button-color-content-hover: oklch(95% 0.04 274.16);
315
+ --g-theme-button-color-content-active: oklch(95% 0.04 274.16);
316
+ --g-theme-button-color-content-disabled: oklch(50% 0 0);
317
+ --g-theme-button-color-border-default: oklch(90% 0.010 78.30);
318
+ --g-theme-button-color-border-hover: oklch(38% 0.18 274.16);
319
+ --g-theme-button-color-border-active: oklch(38% 0.18 274.16);
320
+ --g-theme-button-color-border-disabled: oklch(90% 0.010 78.30);
321
+ --g-theme-button-primary-color-background-default: oklch(0.5359 0.2539 274.16);
322
+ --g-theme-button-primary-color-background-hover: oklch(45% 0.22 274.16);
323
+ --g-theme-button-primary-color-background-active: oklch(38% 0.18 274.16);
324
+ --g-theme-button-primary-color-background-disabled: oklch(90% 0 0);
325
+ --g-theme-button-primary-color-content-default: oklch(100% 0 0);
326
+ --g-theme-button-primary-color-content-hover: oklch(100% 0 0);
327
+ --g-theme-button-primary-color-content-active: oklch(100% 0 0);
328
+ --g-theme-button-primary-color-content-disabled: oklch(0.2284 0.0384 282.93);
329
+ --g-theme-button-primary-color-border-default: oklch(0.5359 0.2539 274.16);
330
+ --g-theme-button-primary-color-border-hover: oklch(38% 0.18 274.16);
331
+ --g-theme-button-primary-color-border-active: oklch(38% 0.18 274.16);
332
+ --g-theme-button-primary-color-border-disabled: oklch(90% 0.010 78.30);
333
+ --g-theme-focus-ring-color-default: rgba(76, 74, 252, 0.4);
334
+ --g-theme-focus-ring-color-contrast: oklch(90% 0.08 274.16);
335
+ --g-theme-focus-ring-color-contrast-shadow: oklch(30% 0.14 274.16);
336
+ --g-theme-focus-ring-width-default: 0.2rem;
337
+ --g-theme-focus-ring-offset-default: 0rem;
338
+ --g-theme-form-color-background-default: oklch(0.9798 0.0045 78.30);
339
+ --g-theme-form-color-background-focus: oklch(0.9798 0.0045 78.30);
340
+ --g-theme-form-color-background-hover: oklch(96% 0.006 78.30);
341
+ --g-theme-form-color-background-active: oklch(0.9798 0.0045 78.30);
342
+ --g-theme-form-color-background-disabled: oklch(0.9798 0.0045 78.30);
343
+ --g-theme-form-color-content-default: oklch(0.2284 0.0384 282.93);
344
+ --g-theme-form-color-content-focus: oklch(0.2284 0.0384 282.93);
345
+ --g-theme-form-color-content-hover: oklch(0.2284 0.0384 282.93);
346
+ --g-theme-form-color-content-active: oklch(0.2284 0.0384 282.93);
347
+ --g-theme-form-color-content-disabled: oklch(50% 0 0);
348
+ --g-theme-form-color-border-default: oklch(90% 0.010 78.30);
349
+ --g-theme-form-color-border-focus: oklch(38% 0.18 274.16);
350
+ --g-theme-form-color-border-hover: oklch(82% 0.010 78.30);
351
+ --g-theme-form-color-border-active: oklch(38% 0.18 274.16);
352
+ --g-theme-form-color-border-disabled: oklch(90% 0.010 78.30);
353
+ --g-theme-form-color-border-error: oklch(51.18% 0.1802 32.56);
354
+ --g-theme-form-input-accent-color-default: oklch(0.5359 0.2539 274.16);
355
+ --g-theme-link-color-content-default: oklch(0.5359 0.2539 274.16);
356
+ --g-theme-link-color-content-hover: oklch(45% 0.22 274.16);
357
+ --g-theme-link-color-content-active: oklch(45% 0.22 274.16);
358
+ --g-theme-link-color-content-visited: oklch(0.5359 0.2539 274.16);
359
+ --g-theme-link-knockout-color-content-default: oklch(0.9798 0.0045 78.30);
360
+ --g-theme-link-knockout-color-content-hover: oklch(0.9798 0.0045 78.30);
361
+ --g-theme-link-knockout-color-content-active: oklch(0.9798 0.0045 78.30);
362
+ --g-theme-link-knockout-color-content-visited: oklch(0.9798 0.0045 78.30);
363
+ }