@pantheon-systems/pds-design-tokens 1.0.0-dev.12 → 1.0.0-dev.120

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.
@@ -10,11 +10,54 @@
10
10
  */
11
11
 
12
12
  :root {
13
+ --pds-color-background-brand-secondary: #dfd8f5;
13
14
  --pds-color-background-default: #ffffff;
14
- --pds-color-border-default: #cfcfd3;
15
+ --pds-color-background-default-secondary: #f8f8f8;
16
+ --pds-color-background-reverse: #23232d;
17
+ --pds-color-badge-indicator-diamond-background: #f0fdff;
18
+ --pds-color-badge-indicator-diamond-foreground: #1d7afc;
19
+ --pds-color-badge-indicator-gold-background: #fff1a9;
20
+ --pds-color-badge-indicator-gold-foreground: #705e00;
21
+ --pds-color-badge-indicator-info-background: #1d7afc;
22
+ --pds-color-badge-indicator-info-foreground: #ffffff;
23
+ --pds-color-badge-indicator-neutral-background: #6d6d78;
24
+ --pds-color-badge-indicator-neutral-foreground: #ffffff;
25
+ --pds-color-badge-indicator-platinum-background: #f0edfb;
26
+ --pds-color-badge-indicator-platinum-foreground: #3017a1;
27
+ --pds-color-badge-indicator-silver-background: #f1f1f1;
28
+ --pds-color-badge-indicator-silver-foreground: var(--pds-color-text-default-secondary);
29
+ --pds-color-badge-indicator-success-background: #218c5f;
30
+ --pds-color-badge-indicator-success-foreground: #ffffff;
31
+ --pds-color-badge-status-dot-critical: var(--pds-color-semantic-critical-foreground);
32
+ --pds-color-badge-status-dot-default: #cfcfd3;
33
+ --pds-color-badge-status-dot-disabled: #cfcfd3;
34
+ --pds-color-badge-status-dot-discovery: var(--pds-color-semantic-discovery-foreground);
35
+ --pds-color-badge-status-dot-frozen: #dfd8f5;
36
+ --pds-color-badge-status-dot-info: var(--pds-color-semantic-info-foreground);
37
+ --pds-color-badge-status-dot-success: var(--pds-color-semantic-success-foreground);
38
+ --pds-color-badge-status-dot-warning: var(--pds-color-semantic-warning-foreground);
39
+ --pds-color-badge-status-neutral-background: var(--pds-color-background-default);
40
+ --pds-color-badge-status-neutral-border: var(--pds-color-border-default);
41
+ --pds-color-badge-status-neutral-label: var(--pds-color-text-default-secondary);
42
+ --pds-color-badge-status-reverse-background: var(--pds-color-background-reverse);
43
+ --pds-color-badge-status-reverse-border: var(--pds-color-background-reverse);
44
+ --pds-color-badge-status-reverse-label: var(--pds-color-text-reverse);
45
+ --pds-color-badge-status-transparent-background: rgba(0, 0, 0, 0);
46
+ --pds-color-badge-status-transparent-border: var(--pds-color-border-default);
47
+ --pds-color-badge-status-transparent-label: var(--pds-color-text-default-secondary);
48
+ --pds-color-banner-critical-background: linear-gradient(135deg, #CA3521 0%, #B95898 100%);
49
+ --pds-color-banner-critical-foreground: #ffffff;
50
+ --pds-color-banner-info-background: linear-gradient(315deg, #1265DA 0%, #5F41E5 100%);
51
+ --pds-color-banner-info-foreground: #ffffff;
52
+ --pds-color-banner-warning-background: linear-gradient(135deg, #DDBD16 0%, #DB7612 100%);
53
+ --pds-color-banner-warning-foreground: #23232d;
54
+ --pds-color-border-default: rgba(0, 0, 0, 0.11);
15
55
  --pds-color-brand-accent-default: #de0093;
16
56
  --pds-color-brand-primary-default: #ffdc28;
17
57
  --pds-color-brand-secondary-default: #3017a1;
58
+ --pds-color-breadcrumb-link: var(--pds-color-link-default);
59
+ --pds-color-breadcrumb-separator: #cfcfd3;
60
+ --pds-color-breadcrumb-text: var(--pds-color-text-default-secondary);
18
61
  --pds-color-button-brand-background-active: #ddbd16;
19
62
  --pds-color-button-brand-background-default: #ffdc28;
20
63
  --pds-color-button-brand-background-hover: #ffe668;
@@ -24,83 +67,183 @@
24
67
  --pds-color-button-brand-foreground-active: #23232d;
25
68
  --pds-color-button-brand-foreground-default: #23232d;
26
69
  --pds-color-button-brand-foreground-hover: #23232d;
27
- --pds-color-button-critical-background-active: #700000;
28
- --pds-color-button-critical-background-default: #d61f1f;
29
- --pds-color-button-critical-background-hover: #f83333;
30
- --pds-color-button-critical-border-active: #700000;
31
- --pds-color-button-critical-border-default: #d61f1f;
32
- --pds-color-button-critical-border-hover: #f83333;
33
- --pds-color-button-critical-foreground-active: #ffffff;
34
- --pds-color-button-critical-foreground-default: #ffffff;
35
- --pds-color-button-critical-foreground-hover: #ffffff;
36
- --pds-color-button-primary-background-active: #11005d;
70
+ --pds-color-button-brand-secondary-background-active: #f1f1f1;
71
+ --pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
72
+ --pds-color-button-brand-secondary-background-hover: #f8f8f8;
73
+ --pds-color-button-brand-secondary-border-active: #23232d;
74
+ --pds-color-button-brand-secondary-border-default: #6d6d78;
75
+ --pds-color-button-brand-secondary-border-hover: #23232d;
76
+ --pds-color-button-brand-secondary-foreground-active: #23232d;
77
+ --pds-color-button-brand-secondary-foreground-default: #23232d;
78
+ --pds-color-button-brand-secondary-foreground-hover: #23232d;
79
+ --pds-color-button-critical-background-active: #ffdcd8;
80
+ --pds-color-button-critical-background-default: var(--pds-color-background-default);
81
+ --pds-color-button-critical-background-hover: var(--pds-color-semantic-critical-background);
82
+ --pds-color-button-critical-border-active: #b52f1d;
83
+ --pds-color-button-critical-border-default: var(--pds-color-semantic-critical-foreground);
84
+ --pds-color-button-critical-border-hover: var(--pds-color-semantic-critical-foreground);
85
+ --pds-color-button-critical-foreground-active: #b52f1d;
86
+ --pds-color-button-critical-foreground-default: var(--pds-color-semantic-critical-foreground);
87
+ --pds-color-button-critical-foreground-hover: var(--pds-color-semantic-critical-foreground);
88
+ --pds-color-button-navbar-foreground-active: var(--pds-color-link-active);
89
+ --pds-color-button-navbar-foreground-default: var(--pds-color-foreground-default);
90
+ --pds-color-button-navbar-foreground-hover: var(--pds-color-link-hover);
91
+ --pds-color-button-primary-background-active: #1b0874;
37
92
  --pds-color-button-primary-background-default: #3017a1;
38
- --pds-color-button-primary-background-hover: #5f41e5;
39
- --pds-color-button-primary-border-active: #11005d;
93
+ --pds-color-button-primary-background-hover: #654bd5;
94
+ --pds-color-button-primary-border-active: #1b0874;
40
95
  --pds-color-button-primary-border-default: #3017a1;
41
- --pds-color-button-primary-border-hover: #5f41e5;
96
+ --pds-color-button-primary-border-hover: #654bd5;
42
97
  --pds-color-button-primary-foreground-active: #ffffff;
43
98
  --pds-color-button-primary-foreground-default: #ffffff;
44
99
  --pds-color-button-primary-foreground-hover: #ffffff;
45
- --pds-color-button-secondary-background-active: #e5dbff;
100
+ --pds-color-button-secondary-background-active: #dfd8f5;
46
101
  --pds-color-button-secondary-background-default: rgba(0, 0, 0, 0);
47
- --pds-color-button-secondary-background-hover: #f0ecff;
48
- --pds-color-button-secondary-border-active: #11005d;
102
+ --pds-color-button-secondary-background-hover: #f0edfb;
103
+ --pds-color-button-secondary-border-active: #1b0874;
49
104
  --pds-color-button-secondary-border-default: #3017a1;
50
- --pds-color-button-secondary-border-hover: #5f41e5;
51
- --pds-color-button-secondary-foreground-active: #11005d;
105
+ --pds-color-button-secondary-border-hover: #654bd5;
106
+ --pds-color-button-secondary-foreground-active: #1b0874;
52
107
  --pds-color-button-secondary-foreground-default: #3017a1;
53
108
  --pds-color-button-secondary-foreground-hover: #3017a1;
54
- --pds-color-button-subtle-background-active: #e5dbff;
55
109
  --pds-color-button-subtle-background-default: rgba(0, 0, 0, 0);
56
- --pds-color-button-subtle-background-hover: #f0ecff;
57
110
  --pds-color-button-subtle-border-default: rgba(0, 0, 0, 0);
58
- --pds-color-button-subtle-foreground-active: #11005d;
111
+ --pds-color-button-subtle-foreground-active: #1b0874;
59
112
  --pds-color-button-subtle-foreground-default: #3017a1;
60
- --pds-color-button-subtle-foreground-hover: #3017a1;
113
+ --pds-color-button-subtle-foreground-hover: #654bd5;
114
+ --pds-color-card-border: var(--pds-color-border-default);
115
+ --pds-color-code-inline-background: #f0edfb;
116
+ --pds-color-code-inline-border: #dfd8f5;
117
+ --pds-color-code-inline-text: #000000;
118
+ --pds-color-expansion-panel-hover: #f1f1f1;
119
+ --pds-color-expansion-panel-open: #f1f1f1;
61
120
  --pds-color-foreground-default: #23232d;
62
- --pds-color-gradient-after-hours: linear-gradient(228.64deg, #2B017B 41.87%, #29B2FF 100%);
63
- --pds-color-gradient-midnight: linear-gradient(228.64deg, #3017A1 46.34%, #00E0C3 100%);
64
- --pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35 100%);
65
- --pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
66
- --pds-color-input-background-critical: #ffebeb;
121
+ --pds-color-foreground-reverse: #ffffff;
122
+ --pds-color-gradient-after-hours: linear-gradient(228.64deg, #1B0874 41.87%, #29B2FF 100%);
123
+ --pds-color-gradient-midnight: linear-gradient(228.64deg, #1B0874 46.34%, #00E0C3 100%);
124
+ --pds-color-gradient-pastel-1: linear-gradient(175deg, #DFD8F55C 15%, #FFFFFF00 80%);
125
+ --pds-color-gradient-sunrise: linear-gradient(227.79deg, #1B0874 38.28%, #E65F35 100%);
126
+ --pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #1B0874 66.25%);
127
+ --pds-color-icon-button-background-active: #cfcfd3;
128
+ --pds-color-icon-button-background-default: rgba(0, 0, 0, 0);
129
+ --pds-color-icon-button-background-hover: #f1f1f1;
130
+ --pds-color-icon-button-foreground-default: #23232d;
131
+ --pds-color-input-action-background-hover: #f8f8f8;
132
+ --pds-color-input-background-critical: #ffedeb;
67
133
  --pds-color-input-background-default: #ffffff;
68
- --pds-color-input-border-critical: #d61f1f;
69
- --pds-color-input-border-default: #8f8f99;
70
- --pds-color-input-border-hover: var(--pds-color-interactive-focus);
71
- --pds-color-input-border-success: #1f845a;
134
+ --pds-color-input-background-hover: #f0edfb;
135
+ --pds-color-input-border-critical: #ca3521;
136
+ --pds-color-input-border-default: #cfcfd3;
137
+ --pds-color-input-border-hover: #654bd5;
138
+ --pds-color-input-border-success: #218c5f;
72
139
  --pds-color-input-checked-background: var(--pds-color-interactive-focus);
73
140
  --pds-color-input-checked-foreground: #ffffff;
74
- --pds-color-input-foreground-critical: #d61f1f;
141
+ --pds-color-input-foreground-critical: #ca3521;
75
142
  --pds-color-input-foreground-default: #23232d;
76
- --pds-color-input-foreground-success: #1f845a;
77
- --pds-color-input-placeholder-text: #71717c;
143
+ --pds-color-input-foreground-success: #218c5f;
144
+ --pds-color-input-placeholder-text: #6d6d78;
145
+ --pds-color-input-toggle-switch-icon: #ffffff;
146
+ --pds-color-input-toggle-switch-off: #6d6d78;
147
+ --pds-color-input-toggle-switch-on: var(--pds-color-interactive-focus);
78
148
  --pds-color-interactive-focus: #0f62fe;
79
- --pds-color-link-active: #003cac;
149
+ --pds-color-interactive-link: #0f62fe;
150
+ --pds-color-interactive-reverse-focus: #36a3ff;
151
+ --pds-color-interactive-reverse-link: #36a3ff;
152
+ --pds-color-link-active: #654bd5;
153
+ --pds-color-link-cta-active: #1b0874;
154
+ --pds-color-link-cta-default: #3017a1;
155
+ --pds-color-link-cta-hover: #654bd5;
80
156
  --pds-color-link-default: #0f62fe;
81
- --pds-color-link-hover: #003cac;
82
- --pds-color-link-visited: #967fff;
157
+ --pds-color-link-hover: #654bd5;
158
+ --pds-color-link-visited: #654bd5;
159
+ --pds-color-logo-carousel-background: #654bd5;
160
+ --pds-color-logo-carousel-foreground: var(--pds-color-foreground-reverse);
83
161
  --pds-color-menu-background: #ffffff;
84
- --pds-color-menu-item-background-active: #cfcfd3;
162
+ --pds-color-menu-item-background-active: #f1f1f1;
85
163
  --pds-color-menu-item-background-default: #ffffff;
86
164
  --pds-color-menu-item-background-hover: #f1f1f1;
87
- --pds-color-menu-item-description-text: #71717c;
165
+ --pds-color-menu-item-description-text: #6d6d78;
88
166
  --pds-color-menu-item-foreground: #23232d;
89
- --pds-color-menu-item-heading-text: #71717c;
167
+ --pds-color-menu-item-heading-text: #6d6d78;
168
+ --pds-color-neutral-000: #ffffff;
169
+ --pds-color-neutral-100: #f8f8f8;
170
+ --pds-color-neutral-200: #f1f1f1;
171
+ --pds-color-neutral-300: #cfcfd3;
172
+ --pds-color-neutral-400: #6d6d78;
173
+ --pds-color-neutral-500: #23232d;
174
+ --pds-color-overlay: rgba(9, 0, 48, 0.45);
175
+ --pds-color-pager-background-active: #f0edfb;
176
+ --pds-color-pager-background-hover: #f1f1f1;
177
+ --pds-color-pager-foreground-active: #654bd5;
90
178
  --pds-color-panel-default-background: var(--pds-color-background-default);
91
179
  --pds-color-panel-default-border: var(--pds-color-border-default);
92
- --pds-color-panel-overlay-background: var(--pds-color-background-default);
93
- --pds-color-panel-overlay-border: var(--pds-color-border-default);
94
- --pds-color-panel-raised-background: var(--pds-color-background-default);
95
- --pds-color-panel-raised-border: var(--pds-color-border-default);
96
180
  --pds-color-panel-sunken-background: #f1f1f1;
97
- --pds-color-panel-sunken-border: #f1f1f1;
98
- --pds-color-text-default: #23232d;
99
- --pds-color-text-headings: var(--pds-color-text-default);
100
- --pds-color-text-lead: #71717c;
101
- --pds-color-text-overline: #71717c;
102
- --pds-color-text-paragraph: #23232d;
103
- --pds-color-text-quote: #71717c;
104
- --pds-elevation-overlay: 0px 8px 12px 0px rgba(113, 113, 124, 0.25), 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
105
- --pds-elevation-raised: 0px 1px 1px 0px #aeaeb6, 0px 0px 1px 0px rgba(18, 18, 25, 0.25);
181
+ --pds-color-partner-bitbucket: #004dc0;
182
+ --pds-color-partner-drupal: #009cde;
183
+ --pds-color-partner-gatsby: #663399;
184
+ --pds-color-partner-gitlab: #ffedfb;
185
+ --pds-color-partner-nextjs: #000000;
186
+ --pds-color-partner-wordpress: #0073aa;
187
+ --pds-color-progress-complete: #218c5f;
188
+ --pds-color-progress-empty: #cfcfd3;
189
+ --pds-color-progress-partial: #1d7afc;
190
+ --pds-color-semantic-critical-background: #ffedeb;
191
+ --pds-color-semantic-critical-foreground: #ca3521;
192
+ --pds-color-semantic-discovery-background: #eae6ff;
193
+ --pds-color-semantic-discovery-foreground: #8270db;
194
+ --pds-color-semantic-info-background: #e9f2ff;
195
+ --pds-color-semantic-info-foreground: #1d7afc;
196
+ --pds-color-semantic-success-background: #e3fcef;
197
+ --pds-color-semantic-success-foreground: #218c5f;
198
+ --pds-color-semantic-warning-background: #fff7d6;
199
+ --pds-color-semantic-warning-foreground: #d97008;
200
+ --pds-color-side-nav-background-hover: #f0edfb;
201
+ --pds-color-stepper-completed: #3017a1;
202
+ --pds-color-stepper-current: #3017a1;
203
+ --pds-color-stepper-default: #cfcfd3;
204
+ --pds-color-stepper-error: #ca3521;
205
+ --pds-color-strength-fair: #d97008;
206
+ --pds-color-strength-strong: #218c5f;
207
+ --pds-color-strength-very-weak: #cfcfd3;
208
+ --pds-color-strength-weak: #ca3521;
209
+ --pds-color-table-sort-arrow-active: #654bd5;
210
+ --pds-color-table-sort-arrow-inactive: #cfcfd3;
211
+ --pds-color-tabs-accent: #654bd5;
212
+ --pds-color-tag-1-background: #fffbe9;
213
+ --pds-color-tag-1-foreground: #705e00;
214
+ --pds-color-tag-10-background: #efeadf;
215
+ --pds-color-tag-10-foreground: #5b440a;
216
+ --pds-color-tag-2-background: #f0edfb;
217
+ --pds-color-tag-2-foreground: #3017a1;
218
+ --pds-color-tag-3-background: #ffe5f6;
219
+ --pds-color-tag-3-foreground: #9a0066;
220
+ --pds-color-tag-4-background: #f1f1f1;
221
+ --pds-color-tag-4-foreground: #4c4c4d;
222
+ --pds-color-tag-5-background: #fff0f0;
223
+ --pds-color-tag-5-foreground: #700000;
224
+ --pds-color-tag-6-background: #fff6eb;
225
+ --pds-color-tag-6-foreground: #ae5401;
226
+ --pds-color-tag-7-background: #dffcf0;
227
+ --pds-color-tag-7-foreground: #164b35;
228
+ --pds-color-tag-8-background: #dffbff;
229
+ --pds-color-tag-8-foreground: #036e7d;
230
+ --pds-color-tag-9-background: #e9f2ff;
231
+ --pds-color-tag-9-foreground: #0155cc;
232
+ --pds-color-tag-remove-button: #61616b;
233
+ --pds-color-text-default: var(--pds-color-foreground-default);
234
+ --pds-color-text-default-secondary: #6d6d78;
235
+ --pds-color-text-reverse: var(--pds-color-foreground-reverse);
236
+ --pds-color-tile-background-active: #f1f1f1;
237
+ --pds-color-tile-background-hover: #f8f8f8;
238
+ --pds-color-tile-separator: #cfcfd3;
239
+ --pds-color-toggle-button-background-off: #f1f1f1;
240
+ --pds-color-toggle-button-foreground-off: #6d6d78;
241
+ --pds-color-tooltip-background: #23232d;
242
+ --pds-color-tooltip-text: #ffffff;
243
+ --pds-color-tooltip-trigger-icon-critical: #ca3521;
244
+ --pds-color-tooltip-trigger-icon-default: #23232d;
245
+ --pds-elevation-active: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
246
+ --pds-elevation-dropdown: 0px 1px 0px 1px rgba(0, 0, 0, 0.08), 0px 6px 14px 0px rgba(0, 0, 0, 0.08);
247
+ --pds-elevation-overlay: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 1px 1px 0px rgba(0, 0, 0, 0.02), 0px 8px 16px -4px rgba(0, 0, 0, 0.04), 0px 24px 32px -8px rgba(0, 0, 0, 0.06);
248
+ --pds-elevation-raised: 0px 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 2px 0px rgba(0, 0, 0, 0.04), 0px 8px 8px -8px rgba(0, 0, 0, 0.04);
106
249
  }
@@ -10,11 +10,91 @@
10
10
  */
11
11
 
12
12
  :root {
13
+ --pds-animation-button-transition: all var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
14
+ --pds-animation-focus-transition: outline var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
15
+ --pds-animation-input-transition: background-color var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay), border-color var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
16
+ --pds-animation-link-transition: all var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
17
+ --pds-animation-reveal-transition: all var(--pds-animation-transition-reveal-duration) var(--pds-animation-transition-default-timing-function);
18
+ --pds-animation-rotation-transition: transform var(--pds-animation-transition-default-duration) var(--pds-animation-transition-default-timing-function) var(--pds-animation-transition-default-delay);
13
19
  --pds-animation-transition-default-delay: 0s;
14
20
  --pds-animation-transition-default-duration: 200ms;
15
21
  --pds-animation-transition-default-timing-function: ease-in-out;
16
22
  --pds-animation-transition-dropdown-duration: 300ms;
23
+ --pds-animation-transition-reveal-duration: 300ms;
24
+ --pds-border-radius-bar: 3.5rem;
25
+ --pds-border-radius-container: 0.375rem;
17
26
  --pds-border-radius-default: 0.1875rem;
18
- --pds-border-width-default: 1px;
27
+ --pds-border-width-default: 0.0625rem;
28
+ --pds-border-width-outline: 0.125rem;
29
+ --pds-border-width-stepper: 0.1875rem;
30
+ --pds-container-max-width-narrow: 1024px;
31
+ --pds-container-max-width-standard: 1200px;
32
+ --pds-container-max-width-wide: 1440px;
33
+ --pds-container-max-width-x-wide: 1600px;
34
+ --pds-container-modal-width-large: 44rem;
35
+ --pds-container-modal-width-medium: 36rem;
36
+ --pds-container-modal-width-small: 25rem;
37
+ --pds-container-padding-base: 6%;
38
+ --pds-container-padding-narrow-bp-lg: 20%;
39
+ --pds-container-padding-narrow-bp-md: 12%;
40
+ --pds-container-padding-standard-bp-lg: 8%;
41
+ --pds-container-padding-standard-bp-md: 6%;
42
+ --pds-container-padding-wide-bp-lg: 4%;
43
+ --pds-container-padding-wide-bp-md: 5%;
44
+ --pds-grid-marketing-column-medium-large: 4.36875%;
45
+ --pds-grid-marketing-column-small: 21.34375%;
46
+ --pds-grid-marketing-gap-medium-large: 4.325%;
47
+ --pds-grid-marketing-gap-small: 4.875%;
48
+ --pds-spacing-2xl: 1.953rem;
49
+ --pds-spacing-2xs: 0.512rem;
50
+ --pds-spacing-3xl: 2.441rem;
51
+ --pds-spacing-3xs: 0.41rem;
52
+ --pds-spacing-4xl: 3.052rem;
53
+ --pds-spacing-4xs: 0.328rem;
54
+ --pds-spacing-5xl: 3.815rem;
55
+ --pds-spacing-5xs: 0.25rem;
56
+ --pds-spacing-6xl: 4.678rem;
57
+ --pds-spacing-6xs: 0.125rem;
58
+ --pds-spacing-7xl: 5.96rem;
59
+ --pds-spacing-8xl: 7.451rem;
60
+ --pds-spacing-l: 1.25rem;
61
+ --pds-spacing-m: 1rem;
62
+ --pds-spacing-s: 0.8rem;
63
+ --pds-spacing-xl: 1.563rem;
64
+ --pds-spacing-xs: 0.64rem;
65
+ --pds-typography-font-code: 'Source Code Pro', monospace;
19
66
  --pds-typography-font-default: 'Poppins', sans-serif;
67
+ --pds-typography-font-secondary: 'Aleo', serif;
68
+ --pds-typography-font-weight-bold: 700;
69
+ --pds-typography-font-weight-extrabold: 800;
70
+ --pds-typography-font-weight-regular: 400;
71
+ --pds-typography-font-weight-semibold: 600;
72
+ --pds-typography-letter-spacing-l: 0.04rem;
73
+ --pds-typography-letter-spacing-m: 0.02rem;
74
+ --pds-typography-letter-spacing-s: 0.01rem;
75
+ --pds-typography-letter-spacing-xl: 0.06rem;
76
+ --pds-typography-line-height-l: 165%;
77
+ --pds-typography-line-height-m: 140%;
78
+ --pds-typography-line-height-s: 120%;
79
+ --pds-typography-line-height-xl: 195%;
80
+ --pds-typography-multiplier-medium: 0.78;
81
+ --pds-typography-multiplier-small: 0.625;
82
+ --pds-typography-size-2xl: 1.728rem;
83
+ --pds-typography-size-3xl: 2.074rem;
84
+ --pds-typography-size-4xl: 2.488rem;
85
+ --pds-typography-size-5xl: 2.986rem;
86
+ --pds-typography-size-6xl: 3.583rem;
87
+ --pds-typography-size-7xl: 4.3rem;
88
+ --pds-typography-size-8xl: 5.160rem;
89
+ --pds-typography-size-9xl: 6.192rem;
90
+ --pds-typography-size-l: 1.2rem;
91
+ --pds-typography-size-m: 1rem;
92
+ --pds-typography-size-s: 0.833rem;
93
+ --pds-typography-size-xl: 1.44rem;
94
+ --pds-typography-size-xs: 0.694rem;
95
+ --pds-z-index-dropdown: 200;
96
+ --pds-z-index-modal: 500;
97
+ --pds-z-index-navigation: 100;
98
+ --pds-z-index-notifications: 300;
99
+ --pds-z-index-overlay: 400;
20
100
  }