@abgov/design-tokens 1.10.0 → 2.0.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 (34) hide show
  1. package/data/component-design-tokens/accordion-design-tokens.json +92 -11
  2. package/data/component-design-tokens/badge-design-tokens.json +139 -26
  3. package/data/component-design-tokens/button-design-tokens.json +151 -66
  4. package/data/component-design-tokens/callout-design-tokens.json +158 -74
  5. package/data/component-design-tokens/checkbox-design-tokens.json +33 -14
  6. package/data/component-design-tokens/container-design-tokens.json +15 -11
  7. package/data/component-design-tokens/date-picker-design-tokens.json +26 -10
  8. package/data/component-design-tokens/details-design-tokens.json +28 -5
  9. package/data/component-design-tokens/drawer-design-tokens.json +42 -35
  10. package/data/component-design-tokens/dropdown-design-tokens.json +81 -17
  11. package/data/component-design-tokens/filter-chip-design-tokens.json +92 -0
  12. package/data/component-design-tokens/footer-design-tokens.json +16 -20
  13. package/data/component-design-tokens/form-item-design-tokens.json +99 -20
  14. package/data/component-design-tokens/header-design-tokens.json +189 -235
  15. package/data/component-design-tokens/icon-button-design-tokens.json +40 -24
  16. package/data/component-design-tokens/input-design-tokens.json +52 -28
  17. package/data/component-design-tokens/link-design-tokens.json +115 -0
  18. package/data/component-design-tokens/modal-design-tokens.json +202 -17
  19. package/data/component-design-tokens/notification-banner-design-tokens.json +152 -0
  20. package/data/component-design-tokens/pagination-design-tokens.json +17 -0
  21. package/data/component-design-tokens/popover-design-tokens.json +23 -9
  22. package/data/component-design-tokens/push-drawer-design-tokens.json +1 -1
  23. package/data/component-design-tokens/radio-design-tokens.json +79 -17
  24. package/data/component-design-tokens/side-menu-design-tokens.json +101 -94
  25. package/data/component-design-tokens/table-design-tokens.json +159 -9
  26. package/data/component-design-tokens/tabs-design-tokens.json +74 -16
  27. package/data/component-design-tokens/temporary-notification-design-tokens.json +112 -0
  28. package/data/component-design-tokens/text-area-design-tokens.json +29 -15
  29. package/data/component-design-tokens/tooltip-design-tokens.json +3 -3
  30. package/data/goa-global-design-tokens.json +571 -145
  31. package/dist/tokens.css +818 -430
  32. package/dist/tokens.scss +964 -576
  33. package/lib/design-tokens.js +43 -9
  34. package/package.json +1 -1
package/dist/tokens.scss CHANGED
@@ -1,172 +1,251 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 22 Jan 2026 15:15:03 GMT
3
+ // Generated on Thu, 05 Feb 2026 15:48:47 GMT
4
4
 
5
- $goa-accordion-color-bg-heading: #f1f1f1;
5
+ $goa-accordion-color-bg-heading: #ffffff;
6
6
  $goa-accordion-color-bg-content: #ffffff;
7
- $goa-accordion-color-heading: #333333;
8
- $goa-accordion-border: 1px solid #dcdcdc;
9
- $goa-accordion-divider: 1px solid #dcdcdc;
10
- $goa-accordion-border-radius: 0.25rem;
11
- $goa-accordion-padding-heading-icon-left: 0.75rem 1rem 0.75rem 0;
12
- $goa-accordion-padding-heading-icon-right: 0.75rem 0 0.75rem 1rem;
7
+ $goa-accordion-color-heading: #000000;
8
+ $goa-accordion-border: 1px solid #f2f0f0;
9
+ $goa-accordion-divider: 1px solid #f2f0f0;
10
+ $goa-accordion-divider-hover: 1px solid #000000;
11
+ $goa-accordion-border-radius: 0.75rem;
12
+ $goa-accordion-border-radius-focus: 0.75rem 0.75rem 0.25rem 0.25rem;
13
+ $goa-accordion-padding-heading-icon-left: 0.5rem 1rem 0.5rem 0;
14
+ $goa-accordion-padding-heading-icon-right: 0.5rem 0 0.5rem 1rem;
15
+ $goa-accordion-padding-heading-m-icon-left: 0.75rem 1rem 0.75rem 0;
16
+ $goa-accordion-padding-heading-m-icon-right: 0.75rem 0 0.75rem 1rem;
13
17
  $goa-accordion-padding-content-wide: 1.5rem 1.5rem 2rem 56px;
14
18
  $goa-accordion-padding-content-narrow: 1.5rem;
15
- $goa-accordion-color-bg-heading-hover: #dcdcdc;
16
- $goa-accordion-color-heading-hover: #333333;
17
- $goa-accordion-heading-s: 700 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
18
- $goa-accordion-heading-m: 400 1.5rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
19
+ $goa-accordion-color-bg-heading-hover: #f8f8f8;
20
+ $goa-accordion-color-heading-hover: #000000;
21
+ $goa-accordion-border-focus: 3px solid #006dcc;
22
+ $goa-accordion-border-hover: 1px solid #000000;
23
+ $goa-accordion-heading: 500 1.125rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
24
+ $goa-accordion-heading-m: 500 1.25rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
19
25
  $goa-accordion-shadow: 0px 0px 0px 0px #000000;
20
- $goa-badge-padding: 0px 0.5rem;
26
+ $goa-accordion-icon-color: #000000;
27
+ $goa-accordion-icon-color-hover: #000000;
28
+ $goa-accordion-heading-min-height: 3rem;
29
+ $goa-accordion-heading-m-min-height: 4rem;
30
+ $goa-accordion-heading-secondary-text: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
31
+ $goa-accordion-heading-m-secondary-text: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
32
+ $goa-accordion-heading-secondary-text-color: #000000;
33
+ $goa-badge-padding: 0 0.5rem;
34
+ $goa-badge-padding-large: 0 0.5rem;
21
35
  $goa-badge-gap: 0.25rem;
22
36
  $goa-badge-font-size: 0.875rem;
37
+ $goa-badge-font-size-large: 1rem;
23
38
  $goa-badge-line-height: 1.25rem;
24
- $goa-badge-icon-size: 1rem;
25
- $goa-badge-border-radius: 0.25rem;
26
- $goa-badge-info-color-bg: #f1f1f1;
27
- $goa-badge-info-color-content: #004a8f;
39
+ $goa-badge-line-height-large: 1.375rem;
40
+ $goa-badge-icon-size: 1.125rem;
41
+ $goa-badge-icon-size-large: 1.25rem;
42
+ $goa-badge-border-radius: 0.375rem;
43
+ $goa-badge-border-width: 1px;
44
+ $goa-badge-height: 24px;
45
+ $goa-badge-height-large: 32px;
46
+ $goa-badge-info-color-bg: #0077ad;
47
+ $goa-badge-info-color-content: #ebf8ff;
48
+ $goa-badge-info-subtle-color-bg: #ebf8ff;
49
+ $goa-badge-info-subtle-color-content: #00527c;
50
+ $goa-badge-info-subtle-border: inset 0 0 0 1px #cbeaf7;
28
51
  $goa-badge-success-color-bg: #006f4c;
29
- $goa-badge-success-color-content: #ffffff;
52
+ $goa-badge-success-color-content: #edfcf0;
53
+ $goa-badge-success-subtle-color-bg: #d8f7e6;
54
+ $goa-badge-success-subtle-color-content: #355147;
55
+ $goa-badge-success-subtle-border: inset 0 0 0 1px #c4e3d2;
30
56
  $goa-badge-important-color-bg: #f9ce2d;
31
- $goa-badge-important-color-content: #333333;
57
+ $goa-badge-important-color-content: #4d3700;
58
+ $goa-badge-important-subtle-color-bg: #fef2c8;
59
+ $goa-badge-important-subtle-color-content: #4d3700;
60
+ $goa-badge-important-subtle-border: inset 0 0 0 1px #fde3a1;
32
61
  $goa-badge-emergency-color-bg: #da291c;
33
- $goa-badge-emergency-color-content: #ffffff;
34
- $goa-badge-dark-color-bg: #333333;
35
- $goa-badge-dark-color-content: #ffffff;
36
- $goa-badge-midtone-color-bg: #666666;
37
- $goa-badge-midtone-color-content: #ffffff;
38
- $goa-badge-light-color-bg: #ffffff;
39
- $goa-badge-light-color-content: #333333;
40
- $goa-badge-height: 22px;
41
- $goa-badge-border: inset 0 0 1px 0 rgba(0, 0, 0, 0.5);
42
- $goa-button-border-radius: 0.25rem;
43
- $goa-button-padding-lr: 0.75rem;
44
- $goa-button-padding-lr-compact: 0.5rem;
45
- $goa-button-padding-lr-start: 1rem;
46
- $goa-button-height: 2.625rem;
47
- $goa-button-height-compact: 2rem;
48
- $goa-button-height-start: 3.25rem;
49
- $goa-button-text: 400 1.25rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
50
- $goa-button-text-compact: 400 1.125rem/1.125rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
51
- $goa-button-text-start: 700 1.25rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
62
+ $goa-badge-emergency-color-content: #fff6f6;
63
+ $goa-badge-emergency-subtle-color-bg: #fdded9;
64
+ $goa-badge-emergency-subtle-color-content: #8e1515;
65
+ $goa-badge-emergency-subtle-border: inset 0 0 0 1px #eeaea5;
66
+ $goa-badge-default-color-bg: #353535;
67
+ $goa-badge-default-color-content: #ffffff;
68
+ $goa-badge-default-subtle-color-bg: #f2f0f0;
69
+ $goa-badge-default-subtle-color-content: #000000;
70
+ $goa-badge-default-subtle-border: inset 0 0 0 1px #cdcdcd;
71
+ $goa-badge-archived-color-bg: #cdcdcd;
72
+ $goa-badge-archived-color-content: #353535;
73
+ $goa-badge-archived-subtle-color-bg: #ffffff;
74
+ $goa-badge-archived-subtle-color-content: #000000;
75
+ $goa-badge-archived-subtle-border: inset 0 0 0 1px #cdcdcd;
76
+ $goa-badge-sky-subtle-border: inset 0 0 0 1px #bff0ee;
77
+ $goa-badge-prairie-subtle-border: inset 0 0 0 1px #ecd386;
78
+ $goa-badge-lilac-subtle-border: inset 0 0 0 1px #e2d2fd;
79
+ $goa-badge-pasture-subtle-border: inset 0 0 0 1px #dee563;
80
+ $goa-badge-sunset-subtle-border: inset 0 0 0 1px #f5ddad;
81
+ $goa-badge-dawn-subtle-border: inset 0 0 0 1px #e9b8d5;
82
+ $goa-button-border-radius: 0.5rem;
83
+ $goa-button-padding: 0 2rem;
84
+ $goa-button-padding-compact: 0 1rem;
85
+ $goa-button-padding-lr-start: 2rem;
86
+ $goa-button-height: 3.5rem;
87
+ $goa-button-height-compact: 2.5rem;
88
+ $goa-button-height-start: 3.5rem;
89
+ $goa-button-text: 500 1.25rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
90
+ $goa-button-text-compact: 500 1.125rem/1.125rem acumin-variable, helvetica-neue, arial, sans-serif;
91
+ $goa-button-text-start: 500 1.25rem/1.125rem acumin-variable, helvetica-neue, arial, sans-serif;
52
92
  $goa-button-gap: 0.5rem;
93
+ $goa-button-outline-offset: 2px;
53
94
  $goa-button-compact-gap: 0.375rem;
54
- $goa-button-icon-size: 1.25rem;
55
- $goa-button-compact-icon-size: 1.125rem;
56
- $goa-button-primary-color-bg: #0070c4;
95
+ $goa-button-icon-size: 1.5rem;
96
+ $goa-button-compact-icon-size: 1.25rem;
97
+ $goa-button-primary-color-bg: #006dcc;
57
98
  $goa-button-primary-color-text: #ffffff;
58
- $goa-button-primary-border: 0px solid rgba(0,0,0,0);
59
- $goa-button-primary-hover-color-bg: #004f84;
99
+ $goa-button-primary-border: 0px solid transparent;
100
+ $goa-button-primary-hover-color-bg: #045092;
60
101
  $goa-button-primary-hover-color-text: #ffffff;
61
- $goa-button-primary-hover-border: 0px solid rgba(0,0,0,0);
62
- $goa-button-primary-focus-color-bg: #004f84;
102
+ $goa-button-primary-hover-border: 0px solid transparent;
103
+ $goa-button-primary-focus-color-bg: #006dcc;
63
104
  $goa-button-primary-focus-color-text: #ffffff;
64
- $goa-button-primary-focus-border: 0px solid rgba(0,0,0,0);
105
+ $goa-button-primary-focus-border: 0px solid transparent;
65
106
  $goa-button-primary-destructive-color-bg: #da291c;
66
107
  $goa-button-primary-destructive-hover-color-bg: #a91a10;
67
108
  $goa-button-primary-destructive-hover-color-text: #ffffff;
68
- $goa-button-primary-destructive-focus-color-bg: #a91a10;
69
- $goa-button-primary-inverse-color-bg: #ffffff;
70
- $goa-button-primary-inverse-color-text: #333333;
71
- $goa-button-primary-inverse-hover-color-bg: #004f84;
109
+ $goa-button-primary-destructive-focus-color-bg: #da291c;
110
+ $goa-button-primary-disabled-color-bg: #b1b1b1;
111
+ $goa-button-primary-disabled-color-text: #ffffff;
112
+ $goa-button-primary-inverse-color-bg: #006dcc;
113
+ $goa-button-primary-inverse-color-text: #ffffff;
114
+ $goa-button-primary-inverse-hover-color-bg: #045092;
72
115
  $goa-button-primary-inverse-hover-color-text: #ffffff;
73
- $goa-button-primary-inverse-focus-color-bg: #004f84;
74
- $goa-button-secondary-color-bg: #ffffff;
75
- $goa-button-secondary-color-text: #0070c4;
76
- $goa-button-secondary-border: 2px solid #0070c4;
77
- $goa-button-secondary-hover-color-bg: #f1f1f1;
78
- $goa-button-secondary-hover-color-text: #004f84;
79
- $goa-button-secondary-hover-border: 2px solid #004f84;
80
- $goa-button-secondary-focus-color-bg: #f1f1f1;
81
- $goa-button-secondary-focus-color-text: #004f84;
82
- $goa-button-secondary-focus-border: 2px solid #004f84;
83
- $goa-button-secondary-destructive-color-text: #da291c;
84
- $goa-button-secondary-destructive-border: 2px solid #da291c;
85
- $goa-button-secondary-destructive-hover-border: 2px solid #a91a10;
116
+ $goa-button-primary-inverse-focus-color-bg: #006dcc;
117
+ $goa-button-secondary-color-bg: #e0f1ff;
118
+ $goa-button-secondary-color-text: #045092;
119
+ $goa-button-secondary-border: 0px solid transparent;
120
+ $goa-button-secondary-hover-color-bg: #c5ddf6;
121
+ $goa-button-secondary-hover-color-text: #045092;
122
+ $goa-button-secondary-hover-border: 0px solid transparent;
123
+ $goa-button-secondary-focus-color-bg: #e0f1ff;
124
+ $goa-button-secondary-focus-color-text: #045092;
125
+ $goa-button-secondary-focus-border: 0px solid transparent;
126
+ $goa-button-secondary-destructive-color-text: #a91a10;
127
+ $goa-button-secondary-destructive-color-bg: #fdded9;
128
+ $goa-button-secondary-destructive-border: 0px solid transparent;
129
+ $goa-button-secondary-destructive-hover-border: 0px solid transparent;
130
+ $goa-button-secondary-destructive-hover-color-bg: #f4c8c5;
86
131
  $goa-button-secondary-destructive-hover-color-text: #a91a10;
87
132
  $goa-button-secondary-destructive-focus-color-text: #a91a10;
88
- $goa-button-secondary-inverse-color-text: #ffffff;
89
- $goa-button-secondary-inverse-color-bg: none;
90
- $goa-button-secondary-inverse-hover-color-text: #004f84;
91
- $goa-button-secondary-inverse-focus-color-text: #004f84;
92
- $goa-button-secondary-destructive-focus-border: 2px solid #a91a10;
93
- $goa-button-secondary-inverse-border: 2px solid #ffffff;
94
- $goa-button-secondary-inverse-hover-border: 2px solid #004f84;
95
- $goa-button-secondary-inverse-focus-border: 2px solid #004f84;
96
- $goa-button-tertiary-color-bg: none;
97
- $goa-button-tertiary-color-bg-mobile: #f1f1f1;
98
- $goa-button-tertiary-color-text: #0070c4;
99
- $goa-button-tertiary-border: 0px solid rgba(0,0,0,0);
100
- $goa-button-tertiary-hover-color-bg: #f1f1f1;
101
- $goa-button-tertiary-hover-color-text: #004f84;
102
- $goa-button-tertiary-focus-color-bg: #f1f1f1;
103
- $goa-button-tertiary-focus-color-text: #004f84;
133
+ $goa-button-secondary-disabled-color-bg: #e9e9e9;
134
+ $goa-button-secondary-disabled-color-text: #9f9f9f;
135
+ $goa-button-secondary-inverse-color-text: #045092;
136
+ $goa-button-secondary-inverse-color-bg: #e0f1ff;
137
+ $goa-button-secondary-inverse-hover-color-text: #045092;
138
+ $goa-button-secondary-inverse-focus-color-text: #045092;
139
+ $goa-button-secondary-destructive-focus-border: 0px solid transparent;
140
+ $goa-button-secondary-inverse-border: 0px solid transparent;
141
+ $goa-button-secondary-inverse-hover-border: 0px solid transparent;
142
+ $goa-button-secondary-inverse-focus-border: 0px solid transparent;
143
+ $goa-button-tertiary-color-bg: transparent;
144
+ $goa-button-tertiary-color-bg-mobile: #f2f0f0;
145
+ $goa-button-tertiary-color-text: #000000;
146
+ $goa-button-tertiary-border: 1px solid #cdcdcd;
147
+ $goa-button-tertiary-hover-color-bg: transparent;
148
+ $goa-button-tertiary-hover-color-text: #000000;
149
+ $goa-button-tertiary-focus-color-bg: transparent;
150
+ $goa-button-tertiary-focus-color-text: #000000;
151
+ $goa-button-tertiary-hover-border: 1px solid #000000;
152
+ $goa-button-tertiary-focus-border: 1px solid #000000;
153
+ $goa-button-tertiary-destructive-color-border: #eeaea5;
104
154
  $goa-button-tertiary-destructive-color-text: #da291c;
105
155
  $goa-button-tertiary-destructive-hover-color-text: #a91a10;
156
+ $goa-button-tertiary-destructive-hover-border: 1px solid #a91a10;
106
157
  $goa-button-tertiary-destructive-focus-color-text: #a91a10;
158
+ $goa-button-tertiary-disabled-color-border: #cdcdcd;
159
+ $goa-button-tertiary-disabled-color-text: #b1b1b1;
160
+ $goa-button-tertiary-inverse-border: 1px solid #ffffff;
107
161
  $goa-button-tertiary-inverse-color-text: #ffffff;
108
- $goa-button-tertiary-inverse-hover-color-text: #004f84;
109
- $goa-button-tertiary-inverse-focus-color-text: #004f84;
162
+ $goa-button-tertiary-inverse-hover-color-text: #cdcdcd;
163
+ $goa-button-tertiary-inverse-hover-border: 1px solid #cdcdcd;
164
+ $goa-button-tertiary-inverse-focus-color-text: #ffffff;
110
165
  $goa-button-letter-spacing: 0.0125rem;
166
+ $goa-button-tertiary-text-decoration: none;
111
167
  $goa-button-group-gap: 1rem;
112
168
  $goa-button-group-compact-gap: 0.75rem;
113
- $goa-callout-border-radius: 0;
114
- $goa-callout-m-border-width: 0px;
115
- $goa-callout-l-border-width: 0px;
116
- $goa-callout-l-icon-size: 1.25rem;
117
- $goa-callout-l-content-padding: 1.5rem;
118
- $goa-callout-l-content-gap: 1rem;
119
- $goa-callout-l-statusbar-padding: 1.5rem 0.75rem;
120
- $goa-callout-m-icon-size: 1rem;
121
- $goa-callout-m-content-padding: 0.75rem;
122
- $goa-callout-m-content-gap: 0.25rem;
123
- $goa-callout-m-statusbar-padding: 0.75rem 0.25rem;
124
- $goa-callout-info-color-bg-content: #f1f1f1;
125
- $goa-callout-info-color-bg-statusbar: #004a8f;
126
- $goa-callout-info-icon-color: #ffffff;
127
- $goa-callout-info-border-color: none;
128
- $goa-callout-warning-color-bg-content: #f1f1f1;
129
- $goa-callout-warning-color-bg-statusbar: #f9ce2d;
130
- $goa-callout-warning-icon-color: #333333;
131
- $goa-callout-warning-border-color: none;
132
- $goa-callout-success-color-bg-content: #f1f1f1;
133
- $goa-callout-success-color-bg-statusbar: #006f4c;
134
- $goa-callout-success-icon-color: #ffffff;
135
- $goa-callout-success-border-color: none;
136
- $goa-callout-emergency-color-bg-content: #f1f1f1;
137
- $goa-callout-emergency-color-bg-statusbar: #da291c;
138
- $goa-callout-emergency-border-color: none;
139
- $goa-callout-emergency-icon-color: #ffffff;
140
- $goa-callout-event-icon-color: #ffffff;
141
- $goa-callout-l-heading: 400 1.5rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
142
- $goa-callout-l-text-size: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
143
- $goa-callout-m-heading-size: 700 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
144
- $goa-callout-l-heading-size: 400 1.5rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
145
- $goa-callout-m-text-size: 400 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
146
- $goa-checkbox-border: 1px solid #666666;
147
- $goa-checkbox-border-disabled: 1px solid #adadad;
148
- $goa-checkbox-border-disabled-error: 2px solid #F58185;
149
- $goa-checkbox-border-error: 2px solid #ec040b;
150
- $goa-checkbox-border-focus: 3px solid #feba35;
151
- $goa-checkbox-border-hover: 2px solid #004f84;
152
- $goa-checkbox-border-radius: 2px;
169
+ $goa-callout-border: 1px solid #e9e9e9;
170
+ $goa-callout-border-radius: 0.75rem;
171
+ $goa-callout-heading-gap: 0.5rem;
172
+ $goa-callout-heading-typography: 600 1.125rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
173
+ $goa-callout-heading-color: #000000;
174
+ $goa-callout-heading-padding: 0.75rem 0.75rem 0.75rem 1.125rem;
175
+ $goa-callout-body-typography: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
176
+ $goa-callout-body-color: #353535;
177
+ $goa-callout-body-padding: 1.25rem;
178
+ $goa-callout-l-with-heading-body-padding: 0 1.25rem 1.25rem;
179
+ $goa-callout-l-without-heading-body-padding: 0.875rem 0.75rem 1rem 0;
180
+ $goa-callout-h-info-heading-color: #ffffff;
181
+ $goa-callout-h-important-heading-color: #000000;
182
+ $goa-callout-h-success-heading-color: #ffffff;
183
+ $goa-callout-h-emergency-heading-color: #ffffff;
184
+ $goa-callout-h-info-border-color: #cbeaf7;
185
+ $goa-callout-l-info-border-color: #cbeaf7;
186
+ $goa-callout-h-important-border-color: #fde3a1;
187
+ $goa-callout-l-important-border-color: #fde3a1;
188
+ $goa-callout-h-success-border-color: #c4e3d2;
189
+ $goa-callout-l-success-border-color: #c4e3d2;
190
+ $goa-callout-h-emergency-border-color: #eeaea5;
191
+ $goa-callout-l-emergency-border-color: #eeaea5;
192
+ $goa-callout-info-heading-bg-color: #ebf8ff;
193
+ $goa-callout-h-info-heading-bg-color: #0077ad;
194
+ $goa-callout-important-heading-bg-color: #fef2c8;
195
+ $goa-callout-h-important-heading-bg-color: #f9ce2d;
196
+ $goa-callout-success-heading-bg-color: #d8f7e6;
197
+ $goa-callout-h-success-heading-bg-color: #006f4c;
198
+ $goa-callout-emergency-heading-bg-color: #fdded9;
199
+ $goa-callout-h-emergency-heading-bg-color: #da291c;
200
+ $goa-callout-info-content-bg-color: #ffffff;
201
+ $goa-callout-h-info-content-bg-color: #f4fdff;
202
+ $goa-callout-l-info-content-bg-color: #f4fdff;
203
+ $goa-callout-important-content-bg-color: #ffffff;
204
+ $goa-callout-h-important-content-bg-color: #fff6e5;
205
+ $goa-callout-l-important-content-bg-color: #fff6e5;
206
+ $goa-callout-success-content-bg-color: #ffffff;
207
+ $goa-callout-h-success-content-bg-color: #f4fff6;
208
+ $goa-callout-l-success-content-bg-color: #f4fff6;
209
+ $goa-callout-emergency-content-bg-color: #ffffff;
210
+ $goa-callout-h-emergency-content-bg-color: #fff6f6;
211
+ $goa-callout-l-emergency-content-bg-color: #fff6f6;
212
+ $goa-callout-info-icon-color: #0077ad;
213
+ $goa-callout-h-info-icon-color: #ffffff;
214
+ $goa-callout-important-icon-color: #c28900;
215
+ $goa-callout-h-important-icon-color: #353535;
216
+ $goa-callout-success-icon-color: #006f4c;
217
+ $goa-callout-h-success-icon-color: #ffffff;
218
+ $goa-callout-emergency-icon-color: #da291c;
219
+ $goa-callout-h-emergency-icon-color: #ffffff;
220
+ $goa-checkbox-border: 1px solid #808080;
221
+ $goa-checkbox-border-disabled: 1px solid #808080;
222
+ $goa-checkbox-border-disabled-error: 1.5px solid #F58185;
223
+ $goa-checkbox-border-error: 1.5px solid #ec040b;
224
+ $goa-checkbox-border-focus: 2px solid #006dcc;
225
+ $goa-checkbox-border-hover: 1.5px solid #000000;
226
+ $goa-checkbox-border-error-hover: 1.5px solid #ba0000;
227
+ $goa-checkbox-border-radius: 0.25rem;
153
228
  $goa-checkbox-color-bg: #ffffff;
154
- $goa-checkbox-color-bg-checked: #0070c4;
155
- $goa-checkbox-color-bg-checked-disabled: #80b7e1;
229
+ $goa-checkbox-color-bg-checked: #006dcc;
230
+ $goa-checkbox-color-bg-checked-disabled: #b1b1b1;
156
231
  $goa-checkbox-color-bg-checked-error: #ec040b;
157
- $goa-checkbox-color-bg-checked-hover: #004f84;
158
- $goa-checkbox-color-label: #333333;
159
- $goa-checkbox-color-label-disabled: #949494;
160
- $goa-checkbox-description-font-size: 400 0.875rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
161
- $goa-checkbox-gap: 0.5rem;
162
- $goa-checkbox-label-font-size: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
232
+ $goa-checkbox-color-bg-checked-hover: #045092;
233
+ $goa-checkbox-color-bg-checked-error-hover: #ba0000;
234
+ $goa-checkbox-color-label: #353535;
235
+ $goa-checkbox-color-label-disabled: #808080;
236
+ $goa-checkbox-description-font-size: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
237
+ $goa-checkbox-gap: 0.75rem;
238
+ $goa-checkbox-gap-compact: 0.5rem;
239
+ $goa-checkbox-label-font-size: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
240
+ $goa-checkbox-label-font-size-compact: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
163
241
  $goa-checkbox-size: 1.5rem;
164
- $goa-container-border-radius: 0.25rem;
165
- $goa-container-border: 1px solid #dcdcdc;
242
+ $goa-container-border-radius: 0.75rem;
243
+ $goa-container-border: 1px solid #e9e9e9;
244
+ $goa-container-shadow: 0px 3px 1px -1px #1a1a1a12;
166
245
  $goa-container-padding: 2rem;
167
246
  $goa-container-padding-compact: 1rem;
168
- $goa-container-heading: 700 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
169
- $goa-container-heading-padding: 0.5rem;
247
+ $goa-container-heading: 600 1.25rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
248
+ $goa-container-heading-padding: 0.75rem;
170
249
  $goa-container-heading-gap: 1.5rem;
171
250
  $goa-container-accent-thick-height: 1rem;
172
251
  $goa-container-accent-thin-height: 0.5rem;
@@ -174,329 +253,437 @@ $goa-container-interactive-bg-color: #ffffff;
174
253
  $goa-container-interactive-heading-bg-color: #0081a2;
175
254
  $goa-container-interactive-heading-text-color: #ffffff;
176
255
  $goa-container-interactive-border: 1px solid #0081a2;
177
- $goa-container-non-interactive-bg-color: #f1f1f1;
178
- $goa-container-non-interactive-heading-bg-color: #f1f1f1;
179
- $goa-container-non-interactive-heading-text-color: #333333;
180
- $goa-container-non-interactive-border: 1px solid #dcdcdc;
181
- $goa-container-info-bg-color: #eff8ff;
182
- $goa-container-info-heading-bg-color: #004a8f;
256
+ $goa-container-non-interactive-bg-color: #f8f8f8;
257
+ $goa-container-non-interactive-heading-bg-color: #f8f8f8;
258
+ $goa-container-non-interactive-heading-text-color: #000000;
259
+ $goa-container-non-interactive-border: 1px solid #e9e9e9;
260
+ $goa-container-info-bg-color: #f4fdff;
261
+ $goa-container-info-heading-bg-color: #0077ad;
183
262
  $goa-container-info-heading-text-color: #ffffff;
184
- $goa-container-info-border: 1px solid #004a8f;
263
+ $goa-container-info-border: 1px solid #cbeaf7;
185
264
  $goa-container-error-bg-color: #fff6f6;
186
265
  $goa-container-error-heading-bg-color: #da291c;
187
266
  $goa-container-error-heading-text-color: #ffffff;
188
- $goa-container-error-border: 1px solid #da291c;
189
- $goa-container-success-bg-color: #f2fffa;
267
+ $goa-container-error-border: 1px solid #eeaea5;
268
+ $goa-container-success-bg-color: #f4fff6;
190
269
  $goa-container-success-heading-bg-color: #006f4c;
191
270
  $goa-container-success-heading-text-color: #ffffff;
192
- $goa-container-success-border: 1px solid #006f4c;
271
+ $goa-container-success-border: 1px solid #c4e3d2;
193
272
  $goa-container-important-bg-color: #fff6e5;
194
273
  $goa-container-important-heading-bg-color: #f9ce2d;
195
- $goa-container-important-heading-text-color: #333333;
196
- $goa-container-important-border: 1px solid #f9ce2d;
274
+ $goa-container-important-heading-text-color: #000000;
275
+ $goa-container-important-border: 1px solid #fde3a1;
197
276
  $goa-date-input-calendar-width: 280px;
198
- $goa-date-input-calendar-border-radius: 0.25rem;
199
- $goa-date-input-day-of-week-font: 700 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
200
- $goa-date-input-day-font: 400 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
277
+ $goa-date-input-calendar-border: 1px solid #808080;
278
+ $goa-date-input-calendar-border-radius: 0.5rem;
279
+ $goa-date-input-day-of-week-font: 600 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
280
+ $goa-date-input-day-font: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
201
281
  $goa-date-input-day-of-week-margin: 0.5rem 0;
202
- $goa-date-input-day-font-today: 700 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
203
- $goa-date-input-day-underline-today: 3px solid #0070c4;
282
+ $goa-date-input-day-font-today: 600 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
283
+ $goa-date-input-day-underline-today: 3px solid #006dcc;
204
284
  $goa-date-input-day-underline-today-width: 1.5rem;
205
- $goa-date-input-day-underline-today-selected: 3px solid #ffffff;
285
+ $goa-date-input-day-underline-today-selected: 2px solid #ffffff;
206
286
  $goa-date-input-day-border-radius: 0.25rem;
207
287
  $goa-date-input-day-size: 2.5rem;
208
- $goa-date-input-day-color-text: #333333;
288
+ $goa-date-input-day-color-text: #000000;
209
289
  $goa-date-input-day-color-bg: transparent;
210
- $goa-date-input-day-color-text-hover: #333333;
211
- $goa-date-input-day-color-bg-hover: #dcdcdc;
212
- $goa-date-input-day-border-focus: 3px solid #feba35;
290
+ $goa-date-input-day-color-text-hover: #000000;
291
+ $goa-date-input-day-color-bg-hover: #e9e9e9;
292
+ $goa-date-input-day-border-focus: 2px solid #006dcc;
293
+ $goa-date-input-day-today-outline-offset: 0.125rem;
213
294
  $goa-date-input-day-color-text-selected: #ffffff;
214
- $goa-date-input-day-color-bg-selected: #0070c4;
295
+ $goa-date-input-day-color-bg-selected: #006dcc;
215
296
  $goa-date-input-day-color-text-selected-hover: #ffffff;
216
- $goa-date-input-day-color-bg-selected-hover: #004f84;
217
- $goa-date-input-day-color-text-other-month: #666666;
218
- $goa-date-input-day-color-text-disabled: #666666;
219
- $goa-details-border-radius: 0.25rem;
220
- $goa-details-color-bg-hover: #f1f1f1;
221
- $goa-details-color-text: #0070c4;
222
- $goa-details-color-text-hover: #004f84;
223
- $goa-details-content-left-border: 4px solid #dcdcdc;
224
- $goa-details-content-margin-left: 17px;
297
+ $goa-date-input-day-color-bg-selected-hover: #045092;
298
+ $goa-date-input-day-color-text-other-month: #808080;
299
+ $goa-date-input-day-color-text-disabled: #808080;
300
+ $goa-date-input-cursor: pointer;
301
+ $goa-details-border-radius: 0.5rem;
302
+ $goa-details-color-bg-hover: transparent;
303
+ $goa-details-color-text: #000000;
304
+ $goa-details-color-text-hover: #045092;
305
+ $goa-details-content-left-border: 1px solid #cdcdcd;
306
+ $goa-details-content-margin-left: 19px;
225
307
  $goa-details-content-padding-bottom: 0.75rem;
226
308
  $goa-details-content-padding-left: 19px;
227
309
  $goa-details-content-padding-right: 1rem;
228
310
  $goa-details-content-padding-top: 0.75rem;
229
- $goa-details-focus-border: 3px solid #feba35;
311
+ $goa-details-focus-border: 3px solid #006dcc;
230
312
  $goa-details-margin-bottom: 0.5rem;
231
313
  $goa-details-padding-bottom: 0.5rem;
232
314
  $goa-details-padding-left: 0.5rem;
233
315
  $goa-details-padding-right: 0.75rem;
234
316
  $goa-details-padding-top: 6px;
235
- $goa-details-typography: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
317
+ $goa-details-typography: 600 1.125rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
318
+ $goa-details-content-typography: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
236
319
  $goa-details-text-decoration: underline;
237
- $goa-divider-color: #dcdcdc;
238
- $goa-drawer-overlay-color: rgba(0,0,0,0.3);
239
- $goa-drawer-bottom-shadow: 0px -6px 6px 0px rgba(0,0,0,0.16);
240
- $goa-drawer-left-shadow: 6px 0px 6px 0px rgba(0,0,0,0.16);
320
+ $goa-details-icon-color: #000000;
321
+ $goa-details-icon-color-hover: #045092;
322
+ $goa-details-heading-width: fit-content;
323
+ $goa-divider-color: #cdcdcd;
324
+ $goa-drawer-overlay-color: rgba(51, 51, 51, 0.5);
325
+ $goa-drawer-border-radius: 1.5rem;
326
+ $goa-drawer-offset: 1rem;
327
+ $goa-drawer-content-padding-horizontal: 1.5rem;
328
+ $goa-drawer-content-padding-vertical: 1rem;
329
+ $goa-drawer-actions-padding-top: 1rem;
330
+ $goa-drawer-actions-padding-bottom: 1.5rem;
331
+ $goa-drawer-heading-typography: 600 1.5rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
332
+ $goa-drawer-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10), 0 8px 40px 0 rgba(0, 0, 0, 0.20);
241
333
  $goa-drawer-transition-time: 0.25s;
242
334
  $goa-drawer-padding: 1rem;
243
- $goa-drawer-right-shadow: -6px 0px 6px 0px rgba(0,0,0,0.16);
244
- $goa-dropdown-border: inset 0 0 0 1px #666666;
245
- $goa-dropdown-border-disabled: inset 0 0 0 1px #dcdcdc;
335
+ $goa-dropdown-border: inset 0 0 0 1px #808080;
336
+ $goa-dropdown-border-disabled: inset 0 0 0 1px #b1b1b1;
246
337
  $goa-dropdown-border-error: inset 0 0 0 2px #ec040b;
247
- $goa-dropdown-border-focus: 0 0 0 3px #feba35;
248
- $goa-dropdown-border-hover: inset 0 0 0 2px #004f84;
249
- $goa-dropdown-border-radius: 0.25rem;
338
+ $goa-dropdown-border-focus: inset 0 0 0 2px #006dcc;
339
+ $goa-dropdown-border-hover: inset 0 0 0 2px #000000;
340
+ $goa-dropdown-border-error-hover: inset 0 0 0 2px #ba0000;
341
+ $goa-dropdown-border-radius: 0.5rem;
250
342
  $goa-dropdown-color-bg: #ffffff;
251
- $goa-dropdown-color-bg-disabled: #f1f1f1;
252
- $goa-dropdown-color-text: #333333;
253
- $goa-dropdown-color-text-disabled: #666666;
254
- $goa-dropdown-color-text-placeholder: #666666;
343
+ $goa-dropdown-color-bg-disabled: #e9e9e9;
344
+ $goa-dropdown-color-bg-error: #fdded9;
345
+ $goa-dropdown-color-bg-error-hover: #f4c8c5;
346
+ $goa-dropdown-color-text: #000000;
347
+ $goa-dropdown-color-text-disabled: #808080;
348
+ $goa-dropdown-color-text-placeholder: #000000;
349
+ $goa-dropdown-color-text-error: #a91a10;
255
350
  $goa-dropdown-item-color-bg: #ffffff;
256
- $goa-dropdown-item-color-bg-disabled: #f1f1f1;
257
- $goa-dropdown-item-color-bg-hover: #f1f1f1;
258
- $goa-dropdown-item-color-bg-selected: #0070c4;
259
- $goa-dropdown-item-color-bg-selected-hover: #004f84;
260
- $goa-dropdown-item-color-text: #333333;
261
- $goa-dropdown-item-color-text-disabled: #666666;
262
- $goa-dropdown-item-color-text-hover: #004f84;
351
+ $goa-dropdown-item-color-bg-disabled: #e9e9e9;
352
+ $goa-dropdown-item-color-bg-hover: #f2f0f0;
353
+ $goa-dropdown-item-color-bg-selected: #006dcc;
354
+ $goa-dropdown-item-color-bg-selected-hover: #045092;
355
+ $goa-dropdown-item-color-text: #000000;
356
+ $goa-dropdown-item-color-text-disabled: #4d4d4d;
357
+ $goa-dropdown-item-color-text-hover: #000000;
263
358
  $goa-dropdown-item-color-text-selected: #ffffff;
264
359
  $goa-dropdown-item-color-text-selected-hover: #ffffff;
265
- $goa-dropdown-item-padding: 7px 0.75rem 9px;
266
- $goa-dropdown-padding: 6px 0.75rem 8px;
360
+ $goa-dropdown-item-padding: 0.75rem 0.5rem;
361
+ $goa-dropdown-item-border-radius: 0.375rem;
362
+ $goa-dropdown-height: 56px;
363
+ $goa-dropdown-padding: 1rem 0.75rem;
364
+ $goa-dropdown-padding-vertical: 1rem;
267
365
  $goa-dropdown-padding-lr: 0.75rem;
268
366
  $goa-dropdown-space-icon-text: 0.75rem;
269
367
  $goa-dropdown-transition: box-shadow 0.05s ease-in;
270
- $goa-dropdown-typography: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
271
- $goa-file-upload-border: 2px dashed #0070c4;
272
- $goa-file-upload-border-active: 2px solid #004f84;
273
- $goa-file-upload-border-drag: 2px solid #004f84;
274
- $goa-file-upload-border-focus: 0 0 0 3px #feba35;
275
- $goa-file-upload-border-hover: 2px dashed #004f84;
276
- $goa-file-upload-border-radius: 0.25rem;
277
- $goa-file-upload-color-bg: #eff8ff;
278
- $goa-file-upload-color-bg-active: #eff8ff;
279
- $goa-file-upload-color-bg-drag: #eff8ff;
280
- $goa-file-upload-color-bg-focus: #f1f1f1;
281
- $goa-file-upload-color-bg-hover: #f1f1f1;
282
- $goa-file-upload-help-text: 400 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
283
- $goa-file-upload-help-text-color: #666666;
284
- $goa-file-upload-instruction-color: #0070c4;
285
- $goa-file-upload-instruction-color-active: #004f84;
286
- $goa-file-upload-instruction-color-drag: #004f84;
287
- $goa-file-upload-instruction-color-focus: #004f84;
288
- $goa-file-upload-instruction-color-hover: #004f84;
289
- $goa-file-upload-instruction-text: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
368
+ $goa-dropdown-typography: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
369
+ $goa-dropdown-label-typography: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
370
+ $goa-dropdown-helper-typography: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
371
+ $goa-dropdown-menu-border-radius: 0.5rem;
372
+ $goa-dropdown-menu-margin: 0.5rem;
373
+ $goa-dropdown-compact-height: 40px;
374
+ $goa-dropdown-compact-typography: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
375
+ $goa-dropdown-compact-padding: 0 0.75rem;
376
+ $goa-dropdown-compact-item-padding: 0 0.5rem;
377
+ $goa-dropdown-compact-item-typography: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
378
+ $goa-file-upload-border: 1.5px dashed #006dcc;
379
+ $goa-file-upload-border-active: 1.5px solid #045092;
380
+ $goa-file-upload-border-drag: 1.5px solid #045092;
381
+ $goa-file-upload-border-focus: 0 0 0 2px #006dcc;
382
+ $goa-file-upload-border-hover: 1.5px dashed #045092;
383
+ $goa-file-upload-border-radius: 0.5rem;
384
+ $goa-file-upload-color-bg: #f4fdff;
385
+ $goa-file-upload-color-bg-active: #f4fdff;
386
+ $goa-file-upload-color-bg-drag: #f4fdff;
387
+ $goa-file-upload-color-bg-focus: #f2f0f0;
388
+ $goa-file-upload-color-bg-hover: #f2f0f0;
389
+ $goa-file-upload-help-text: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
390
+ $goa-file-upload-help-text-color: #4d4d4d;
391
+ $goa-file-upload-instruction-color: #006dcc;
392
+ $goa-file-upload-instruction-color-active: #045092;
393
+ $goa-file-upload-instruction-color-drag: #045092;
394
+ $goa-file-upload-instruction-color-focus: #045092;
395
+ $goa-file-upload-instruction-color-hover: #045092;
396
+ $goa-file-upload-instruction-text: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
290
397
  $goa-file-upload-padding: 2rem;
291
398
  $goa-file-upload-text-gap: 1rem;
292
- $goa-footer-border-bottom: 1rem solid #0081a2;
293
- $goa-footer-border-top: 2px solid #dcdcdc;
294
- $goa-footer-color-bg: #f1f1f1;
295
- $goa-footer-color-links: #333333;
296
- $goa-footer-color-links-hover: #666666;
297
- $goa-footer-color-links-secondary: #666666;
298
- $goa-footer-color-links-secondary-hover: #474747;
299
- $goa-footer-link-focus: 3px solid #feba35;
300
- $goa-footer-padding-large-screen: 3rem 4rem;
301
- $goa-footer-padding-medium-screen: 3rem 2rem;
302
- $goa-footer-padding-small-screen: 2rem 1rem;
303
- $goa-footer-size-logo-desktop: 155px;
304
- $goa-footer-size-logo-mobile: 133px;
305
- $goa-footer-size-logo-tablet: 155px;
399
+ $goa-filter-chip-border-radius: 1.5rem;
400
+ $goa-filter-chip-border: 1px solid #b1b1b1;
401
+ $goa-filter-chip-text-color: #000000;
402
+ $goa-filter-chip-text-color-error: #ec040b;
403
+ $goa-filter-chip-bg-color: #ffffff;
404
+ $goa-filter-chip-bg-color-error: #fdded9;
405
+ $goa-filter-chip-border-color-error: #ec040b;
406
+ $goa-filter-chip-icon-color: #6f6f6f;
407
+ $goa-filter-chip-icon-color-error: #a91a10;
408
+ $goa-filter-chip-secondary-text-color: #6f6f6f;
409
+ $goa-filter-chip-secondary-text-color-error: #a91a10;
410
+ $goa-filter-chip-padding-vertical: 0.3125rem;
411
+ $goa-filter-chip-padding-horizontal-left: 0.75rem;
412
+ $goa-filter-chip-padding-horizontal-right: 0.5rem;
413
+ $goa-filter-chip-gap: 0.75rem;
414
+ $goa-filter-chip-label-gap: 0.375rem;
415
+ $goa-filter-chip-typography: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
416
+ $goa-filter-chip-line-height: 1.375rem;
417
+ $goa-filter-chip-min-height: 2rem;
418
+ $goa-filter-chip-min-width: 56px;
419
+ $goa-filter-chip-close-button-error-hover-bg-color: #f4c8c5;
420
+ $goa-footer-border-bottom: 0px solid #0081a2;
421
+ $goa-footer-border-top: 1.5px solid #e9e9e9;
422
+ $goa-footer-color-bg: #f2f0f0;
423
+ $goa-footer-color-links: #000000;
424
+ $goa-footer-color-links-hover: #4d4d4d;
425
+ $goa-footer-color-links-secondary: #353535;
426
+ $goa-footer-color-links-secondary-hover: #353535;
427
+ $goa-footer-link-focus: 2px solid #006dcc;
428
+ $goa-footer-link-focus-border-radius: 0.375rem;
429
+ $goa-footer-padding-large-screen: 1.5rem 4rem;
430
+ $goa-footer-padding-medium-screen: 1.5rem 2rem;
431
+ $goa-footer-padding-small-screen: 1.5rem 1rem;
306
432
  $goa-footer-typography-small-screen: 1rem;
307
- $goa-footer-meta-links-gap: 1.5rem;
433
+ $goa-footer-meta-links-gap: 2rem;
308
434
  $goa-footer-meta-links-gap-small-screen: 20px;
309
- $goa-form-item-error-message-color: #ec040b;
310
- $goa-form-item-help-message-color: #333333;
311
- $goa-form-item-label-large-padding-bottom: 1rem;
312
- $goa-form-item-label-large-typography: 400 2.25rem/2.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
313
- $goa-form-item-label-padding-bottom: 0.75rem;
314
- $goa-form-item-label-typography: 700 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
435
+ $goa-footer-meta-links-margin: 0rem;
436
+ $goa-form-item-error-message-color: #a91a10;
437
+ $goa-form-item-help-message-color: #353535;
438
+ $goa-form-item-label-large-padding-bottom: 1.375rem;
439
+ $goa-form-item-label-large-typography: 700 2rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
440
+ $goa-form-item-label-padding-bottom: 0.625rem;
441
+ $goa-form-item-label-typography: 600 1.125rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
442
+ $goa-form-item-label-compact-padding-bottom: 0.5625rem;
443
+ $goa-form-item-label-compact-typography: 600 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
315
444
  $goa-form-item-message-gap: 0.25rem;
316
- $goa-form-item-message-margin-top: 0.75rem;
317
- $goa-form-item-message-typography: 400 0.875rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
318
- $goa-form-item-optional-label-color: #666666;
319
- $goa-form-item-optional-label-typography: 400 0.875rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
320
- $goa-step-border: 4px solid #0070c4;
445
+ $goa-form-item-message-gap-compact: 0.1875rem;
446
+ $goa-form-item-message-margin-top-large: 1rem;
447
+ $goa-form-item-message-margin-top-regular: 0.75rem;
448
+ $goa-form-item-message-margin-top-compact: 0.5rem;
449
+ $goa-form-item-message-margin-top-selection-large: 1.25rem;
450
+ $goa-form-item-message-margin-top-selection-regular: 1rem;
451
+ $goa-form-item-message-margin-top-selection-compact: 0.75rem;
452
+ $goa-form-item-message-stack-gap: 0.5rem;
453
+ $goa-form-item-message-stack-gap-compact: 0.25rem;
454
+ $goa-form-item-message-typography: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
455
+ $goa-form-item-optional-label-color: #6f6f6f;
456
+ $goa-form-item-optional-label-typography: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
457
+ $goa-step-border: 3px solid #006dcc;
321
458
  $goa-step-color-bg: #ffffff;
322
459
  $goa-step-color-bg-active: #ffffff;
323
- $goa-step-color-bg-complete: #0070c4;
460
+ $goa-step-color-bg-complete: #006dcc;
324
461
  $goa-step-color-bg-incomplete: #ffffff;
325
- $goa-step-color-border: #adadad;
326
- $goa-step-color-border-active: #0070c4;
327
- $goa-step-color-border-complete: #0070c4;
328
- $goa-step-color-border-incomplete: #0070c4;
329
- $goa-step-color-label: #333333;
330
- $goa-step-color-step-number: #666666;
331
- $goa-step-color-sublabel: #666666;
462
+ $goa-step-color-border: #9f9f9f;
463
+ $goa-step-color-border-active: #006dcc;
464
+ $goa-step-color-border-complete: #006dcc;
465
+ $goa-step-color-border-incomplete: #006dcc;
466
+ $goa-step-color-label: #000000;
467
+ $goa-step-color-step-number: #353535;
468
+ $goa-step-color-sublabel: #353535;
332
469
  $goa-step-gap-small-screen: 0px;
333
470
  $goa-step-padding: 1.5rem;
334
471
  $goa-step-padding-vertical: 0.25rem 1.5rem;
335
472
  $goa-step-size: 2.5rem;
336
- $goa-step-typography-label: 400 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
337
- $goa-step-typography-label-active: 700 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
338
- $goa-step-typography-step-number: 700 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
339
- $goa-step-typography-sublabel: 400 0.875rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
340
- $goa-stepper-color-line: #dcdcdc;
341
- $goa-stepper-color-line-active: #0070c4;
473
+ $goa-step-typography-label: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
474
+ $goa-step-typography-label-active: 600 1.25rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
475
+ $goa-step-typography-step-number: 600 1.25rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
476
+ $goa-step-typography-sublabel: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
477
+ $goa-stepper-color-line: #cdcdcd;
478
+ $goa-stepper-color-line-active: #006dcc;
342
479
  $goa-stepper-line-thickness: 4px;
343
- $goa-app-header-border-bottom: 1px solid #dcdcdc;
344
- $goa-app-header-service-name-border-focus: 3px solid #feba35;
345
- $goa-app-header-border-bottom-menu-item: inset 0 -1px 0 0 #dcdcdc;
346
- $goa-app-header-border-focus: 3px solid #feba35;
347
- $goa-app-header-border-nav-item-current: 0.25rem solid #0070c4;
348
- $goa-app-header-border-nav-item-current-focus: 0.25rem solid #004f84;
349
- $goa-app-header-border-nav-item-current-hover: 0.25rem solid #004f84;
350
- $goa-app-header-color-text-nav-item-in-menu-current: #ffffff;
351
- $goa-app-header-color-text-nav-item-in-menu-current-hover: #ffffff;
352
- $goa-app-header-border-nav-item-default: 0.25rem solid transparent;
353
- $goa-app-header-border-nav-item-focus: 0.25rem solid #004f84;
354
- $goa-app-header-border-nav-item-hover: 0.25rem solid #004f84;
355
- $goa-app-header-border-top-menu-item: inset 0 1px 0 0 #dcdcdc;
356
480
  $goa-app-header-color-bg: #ffffff;
357
- $goa-app-header-color-bg-menu-button-focus: #f1f1f1;
358
- $goa-app-header-color-bg-menu-button-hover: #f1f1f1;
359
- $goa-app-header-color-bg-nav-item: #ffffff;
360
- $goa-app-header-color-bg-nav-item-current: #ffffff;
361
- $goa-app-header-color-bg-nav-item-focus: #ffffff;
362
- $goa-app-header-color-bg-nav-item-hover: #ffffff;
363
- $goa-app-header-color-bg-nav-item-in-menu-current: #0070c4;
364
- $goa-app-header-nav-color-text-link-item: #0070c4;
365
- $goa-app-header-nav-color-text-link-item-hover: #004f84;
366
- $goa-app-header-nav-color-text-link-item-focus: #004f84;
367
- $goa-app-header-color-bg-nav-item-in-menu-current-hover: #004f84;
368
- $goa-app-header-color-bg-nav-item-child-hover: #f1f1f1;
369
- $goa-app-header-color-bg-nav-item-child-focus: #f1f1f1;
370
- $goa-app-header-color-menu-button: #333333;
371
- $goa-app-header-color-menu-button-focus: #004f84;
372
- $goa-app-header-color-menu-button-hover: #004f84;
373
- $goa-app-header-color-service-name: #333333;
374
- $goa-app-header-color-text-nav-item: #333333;
375
- $goa-app-header-color-text-nav-item-current: #333333;
376
- $goa-app-header-color-text-nav-item-focus: #004f84;
377
- $goa-app-header-color-text-nav-item-hover: #004f84;
378
- $goa-app-header-max-width-service-name: 28rem;
379
- $goa-app-header-min-width-service-name: 8rem;
380
- $goa-app-header-padding-desktop: 4rem;
381
- $goa-app-header-padding-link-item: 1rem;
382
- $goa-app-header-padding-logo: 14px 2rem 1rem 0px;
383
- $goa-app-header-padding-logo-mobile: 0.75rem 1rem;
384
- $goa-app-header-padding-menu-button: 1rem 0.75rem;
481
+ $goa-app-header-border-bottom: 1px solid #e9e9e9;
482
+ $goa-app-header-border-focus: 2px solid #006dcc;
483
+ $goa-app-header-padding-h-desktop: 3rem;
484
+ $goa-app-header-padding-h-mobile: 1rem;
485
+ $goa-app-header-padding-v: 0.75rem;
486
+ $goa-app-header-padding-desktop: 3rem;
385
487
  $goa-app-header-padding-mobile: 1rem;
386
- $goa-app-header-padding-nav-item: 1rem 0.75rem;
387
- $goa-app-header-padding-nav-item-with-children: 1rem 0.75rem 0.75rem;
388
- $goa-app-header-padding-nav-item-in-menu: 9px 1rem;
389
- $goa-app-header-padding-secondary-nav-item-in-menu-mobile: 9px 1rem 9px 80px;
390
- $goa-app-header-padding-secondary-nav-item-in-menu: 9px 1rem 9px 2rem;
391
488
  $goa-app-header-padding-tablet: 2rem;
392
- $goa-app-header-size-logo: 2rem;
393
- $goa-app-header-size-logo-mobile: 1.5rem;
394
- $goa-app-header-space-btw-logo-service-name: 1rem;
395
- $goa-app-header-space-btw-logo-service-name-mobile: 0.5rem;
396
- $goa-app-header-space-btw-service-name-nav-items-mobile: 1.5rem;
397
- $goa-app-header-typography-menu-button: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
398
- $goa-app-header-typography-menu-button-mobile: 400 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
399
- $goa-app-header-typography-nav-item: 700 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
400
- $goa-app-header-typography-menu-item: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
401
- $goa-app-header-typography-link-item: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
402
- $goa-app-header-typography-service-name: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
403
- $goa-app-header-typography-service-name-mobile: 400 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
404
- $goa-app-header-height-nav-item: 4rem;
405
- $goa-app-header-height-nav-item-mobile: 50px;
406
- $goa-app-header-nav-color-bg-link-item: transparent;
407
- $goa-app-header-nav-color-bg-link-item-hover: transparent;
408
- $goa-app-header-nav-color-bg-link-item-focus: transparent;
409
- $goa-app-header-nav-color-bg-link-item-in-menu: transparent;
410
- $goa-app-header-nav-color-bg-link-item-in-menu-focus: #f1f1f1;
489
+ $goa-app-header-logo-desktop-height: 2rem;
490
+ $goa-app-header-logo-mobile-size: 2rem;
491
+ $goa-app-header-logo-service-gap: 3rem;
492
+ $goa-app-header-logo-service-gap-small-screen: 1.5rem;
493
+ $goa-app-header-color-service-name: #000000;
494
+ $goa-app-header-typography-service-name: 600 1.25rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
495
+ $goa-app-header-typography-service-name-mobile: 600 1rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
496
+ $goa-app-header-service-name-border-focus: 2px solid #006dcc;
497
+ $goa-app-header-max-width-service-name: 40rem;
498
+ $goa-app-header-min-width-service-name: 13rem;
499
+ $goa-app-header-subline-color: #353535;
500
+ $goa-app-header-subline-typography-desktop: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
501
+ $goa-app-header-subline-typography-mobile: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
502
+ $goa-app-header-service-name-subline-gap: 0.125rem;
503
+ $goa-app-header-service-phase-gap-horizontal: 1rem;
504
+ $goa-app-header-service-phase-gap-vertical: 6px;
505
+ $goa-app-header-service-phase-row-gap: 0.5rem;
506
+ $goa-app-header-utilities-gap: 0.75rem;
507
+ $goa-app-header-nav-bar-bg: #f8f8f8;
508
+ $goa-app-header-nav-item-gap: 1rem;
509
+ $goa-app-header-color-text-nav-item: #353535;
510
+ $goa-app-header-color-text-nav-item-current: #353535;
511
+ $goa-app-header-nav-text-color: #353535;
512
+ $goa-app-header-typography-nav-item: 500 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
513
+ $goa-app-header-padding-nav-item: 0.25rem 0.25rem 0 0.25rem;
514
+ $goa-app-header-height-nav-item: 3rem;
515
+ $goa-app-header-border-nav-item-default: 3px solid transparent;
516
+ $goa-app-header-border-nav-item-hover: 3px solid #cdcdcd;
517
+ $goa-app-header-border-nav-item-current: 3px solid #006dcc;
518
+ $goa-app-header-nav-active-indicator-color: #006dcc;
519
+ $goa-app-header-nav-hover-indicator-color: #cdcdcd;
520
+ $goa-app-header-padding-nav-item-in-menu: 0.5rem;
521
+ $goa-app-header-padding-secondary-nav-item-in-menu: 0.75rem 0.5rem 0.75rem 1.5rem;
522
+ $goa-app-header-color-text-nav-item-in-menu-current: #353535;
523
+ $goa-app-header-color-text-nav-item-in-menu-current-hover: #353535;
524
+ $goa-app-header-color-bg-nav-item-in-menu-current: #006dcc;
525
+ $goa-app-header-color-bg-nav-item-in-menu-current-hover: #045092;
526
+ $goa-app-header-color-bg-nav-item-child-hover: #f2f0f0;
527
+ $goa-app-header-nav-menu-dropdown-shadow: drop-shadow(0px 12px 16px rgba(16,29,40,0.08)) drop-shadow(0px 4px 6px rgba(16,29,40,0.03));
528
+ $goa-app-header-nav-menu-dropdown-border: 0.5px solid #e9e9e9;
529
+ $goa-app-header-nav-menu-dropdown-gap: 3px;
411
530
  $goa-hero-banner-padding: 3rem 0;
412
531
  $goa-hero-banner-mobile-padding: 2rem 0;
413
532
  $goa-hero-banner-content-gap: 1.5rem 0 0;
414
- $goa-hero-banner-heading: 700 3rem/3.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
415
- $goa-hero-banner-content: 400 1.5rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
416
- $goa-icon-button-default-color: #0070c4;
417
- $goa-icon-button-default-hover-color: #004f84;
418
- $goa-icon-button-default-focus-color: #004f84;
419
- $goa-icon-button-default-hover-color-bg: #f1f1f1;
420
- $goa-icon-button-default-disabled-color: #80b7e1;
533
+ $goa-hero-banner-heading: 700 2.5rem/3rem acumin-variable, helvetica-neue, arial, sans-serif;
534
+ $goa-hero-banner-content: 400 1.5rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
535
+ $goa-icon-button-small-padding: 0.25rem;
536
+ $goa-icon-button-medium-padding: 0.5rem;
537
+ $goa-icon-button-large-padding: 0.75rem;
538
+ $goa-icon-button-border-radius: 0.5rem;
539
+ $goa-icon-button-focus-border-width: 2px;
540
+ $goa-icon-button-focus-border-color: #006dcc;
541
+ $goa-icon-button-medium-border-radius: 0.5rem;
542
+ $goa-icon-button-large-border-radius: 0.75rem;
543
+ $goa-icon-button-default-color: #006dcc;
544
+ $goa-icon-button-default-hover-color: #045092;
545
+ $goa-icon-button-default-hover-color-bg: #f2f0f0;
546
+ $goa-icon-button-default-disabled-color: #b1b1b1;
421
547
  $goa-icon-button-light-color: #ffffff;
422
- $goa-icon-button-light-hover-color-bg: #666666;
423
- $goa-icon-button-light-disabled-color: #949494;
424
- $goa-icon-button-dark-color: #333333;
425
- $goa-icon-button-dark-hover-color-bg: #f1f1f1;
426
- $goa-icon-button-dark-disabled-color-bg: #949494;
548
+ $goa-icon-button-light-hover-color-bg: #6f6f6f;
549
+ $goa-icon-button-light-disabled-color: #808080;
550
+ $goa-icon-button-dark-color: #000000;
551
+ $goa-icon-button-dark-hover-color-bg: #f2f0f0;
552
+ $goa-icon-button-dark-disabled-color: #808080;
427
553
  $goa-icon-button-destructive-color: #da291c;
428
- $goa-icon-button-destructive-hover-color-bg: #fbd1ce;
429
- $goa-icon-button-destructive-disabled-color: #f58185;
430
- $goa-icon-button-large-border-radius: 0.5rem;
431
- $goa-icon-button-medium-border-radius: 0.25rem;
432
- $goa-icon-button-large-padding: 0.5rem;
433
- $goa-icon-button-medium-padding: 0.25rem;
434
- $goa-text-input-border: inset 0 0 0 1px #666666;
435
- $goa-text-input-border-disabled: inset 0 0 0 1px #dcdcdc;
436
- $goa-text-input-border-error: inset 0 0 0 2px #ec040b;
437
- $goa-text-input-border-focus: 0 0 0 3px #feba35;
438
- $goa-text-input-border-hover: inset 0 0 0 2px #004f84;
439
- $goa-text-input-border-radius: 0.25rem;
554
+ $goa-icon-button-destructive-hover-color: #a91a10;
555
+ $goa-icon-button-destructive-hover-color-bg: #fdded9;
556
+ $goa-icon-button-destructive-disabled-color: #808080;
557
+ $goa-text-input-border: inset 0 0 0 1px #808080;
558
+ $goa-text-input-border-disabled: inset 0 0 0 1px #b1b1b1;
559
+ $goa-text-input-border-error: inset 0 0 0 1.5px #ec040b;
560
+ $goa-text-input-border-focus: inset 0 0 0 2px #006dcc;
561
+ $goa-text-input-border-hover: inset 0 0 0 1.5px #000000;
562
+ $goa-text-input-border-radius: 0.5rem;
440
563
  $goa-text-input-color-bg: #ffffff;
441
- $goa-text-input-color-bg-disabled: #f1f1f1;
442
- $goa-text-input-color-icon-disabled: #949494;
443
- $goa-text-input-color-text: #333333;
444
- $goa-text-input-color-text-disabled: #666666;
445
- $goa-text-input-color-text-placeholder: #666666;
446
- $goa-text-input-lt-content-color-bg: #f1f1f1;
447
- $goa-text-input-lt-content-color-text: #333333;
448
- $goa-text-input-padding: 7px 0.75rem 9px;
449
- $goa-text-input-padding-lr: 0.75rem;
564
+ $goa-text-input-color-bg-disabled: #e9e9e9;
565
+ $goa-text-input-color-icon-disabled: #808080;
566
+ $goa-text-input-color-text: #000000;
567
+ $goa-text-input-color-text-disabled: #808080;
568
+ $goa-text-input-color-text-placeholder: #9f9f9f;
569
+ $goa-text-input-lt-content-color-bg: #e9e9e9;
570
+ $goa-text-input-padding: 9px 1rem 11px;
571
+ $goa-text-input-padding-lr: 1rem;
450
572
  $goa-text-input-space-btw-icon-text: 0.5rem;
451
- $goa-text-input-size-icon: 1.5rem;
452
- $goa-text-input-color-icon: #333333;
453
573
  $goa-text-input-transition: box-shadow 0.05s ease-in;
454
- $goa-text-input-typography: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
574
+ $goa-text-input-typography: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
575
+ $goa-text-input-height: 56px;
576
+ $goa-text-input-height-compact: 40px;
577
+ $goa-text-input-padding-compact-lr: 0.75rem;
578
+ $goa-text-input-padding-compact: 0.25rem 0.75rem;
579
+ $goa-text-input-typography-compact: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
580
+ $goa-text-input-space-btw-icon-text-compact: 0.5rem;
581
+ $goa-text-input-border-readonly: inset 0 0 0 1px #e1dedd;
582
+ $goa-text-input-color-bg-readonly: #f2f0f0;
583
+ $goa-text-input-lt-content-color-bg-readonly: #e9e9e9;
455
584
  $goa-linear-progress-height: 0.25rem;
456
- $goa-linear-progress-border-radius: 0.25rem;
457
- $goa-linear-progress-color-track: #dcdcdc;
458
- $goa-linear-progress-color-indicator: #004a8f;
585
+ $goa-linear-progress-border-radius: 0.5rem;
586
+ $goa-linear-progress-color-track: #cdcdcd;
587
+ $goa-linear-progress-color-indicator: #0077ad;
459
588
  $goa-linear-progress-percentage-gap: 0.5rem;
460
- $goa-linear-progress-percentage-color: #666666;
461
- $goa-linear-progress-percentage-text: 400 0.875rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
589
+ $goa-linear-progress-percentage-color: #353535;
590
+ $goa-linear-progress-percentage-text: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
462
591
  $goa-linear-progress-percentage-width: 4ch;
592
+ $goa-link-typography-xsmall: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
593
+ $goa-link-typography-small: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
594
+ $goa-link-typography-medium: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
595
+ $goa-link-typography-large: 400 1.5rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
596
+ $goa-link-gap: 0.25rem;
597
+ $goa-link-gap-xsmall: 0.125rem;
598
+ $goa-link-gap-small: 0.1875rem;
599
+ $goa-link-gap-medium: 0.25rem;
600
+ $goa-link-gap-large: 0.3125rem;
601
+ $goa-link-icon-size-xsmall: 0.75rem;
602
+ $goa-link-icon-size-small: 1rem;
603
+ $goa-link-icon-size-medium: 1.125rem;
604
+ $goa-link-icon-size-large: 1.25rem;
605
+ $goa-link-color-interactive-default: #006dcc;
606
+ $goa-link-color-interactive-hover: #045092;
607
+ $goa-link-color-interactive-visited: #756693;
608
+ $goa-link-color-dark-default: #000000;
609
+ $goa-link-color-dark-hover: #4d4d4d;
610
+ $goa-link-color-dark-visited: #756693;
611
+ $goa-link-color-light-default: #ffffff;
612
+ $goa-link-color-light-hover: #e9e9e9;
613
+ $goa-link-color-light-visited: #9D8EBB;
614
+ $goa-link-border-radius-focus: 0.375rem;
615
+ $goa-link-border-focus: 2px solid #006dcc;
616
+ $goa-link-focus-offset: 0.125rem;
463
617
  $goa-microsite-header-alpha-badge-color: #f9ce2d;
464
- $goa-microsite-header-alpha-badge-color-text: #333333;
618
+ $goa-microsite-header-alpha-badge-color-text: #000000;
465
619
  $goa-microsite-header-beta-badge-color: #0081a2;
466
620
  $goa-microsite-header-beta-badge-color-text: #ffffff;
467
- $goa-microsite-header-color-bg: #f1f1f1;
468
- $goa-microsite-header-color-links: #0070c4;
469
- $goa-microsite-header-color-links-hover: #004f84;
470
- $goa-microsite-header-color-version-number: #666666;
621
+ $goa-microsite-header-color-bg: #f2f0f0;
622
+ $goa-microsite-header-color-links: #006dcc;
623
+ $goa-microsite-header-color-links-hover: #045092;
624
+ $goa-microsite-header-color-version-number: #353535;
471
625
  $goa-microsite-header-gap: 1rem;
472
- $goa-microsite-header-link-focus-border: 3px solid #feba35;
626
+ $goa-microsite-header-link-focus-border: 2px solid #006dcc;
473
627
  $goa-microsite-header-padding-large-screen: 0.25rem 4rem;
474
628
  $goa-microsite-header-padding-medium-screen: 0.25rem 2rem;
475
629
  $goa-microsite-header-padding-small-screen: 0.25rem 1rem;
476
- $goa-microsite-header-typography: 400 0.875rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
630
+ $goa-microsite-header-typography: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
477
631
  $goa-microsite-header-typography-version-number: 0.75rem;
478
- $goa-modal-border-radius: 0.25rem;
632
+ $goa-modal-border-radius: 0.75rem;
479
633
  $goa-modal-callout-bar-padding: 2rem;
480
634
  $goa-modal-callout-bar-padding-small-screen: 0.75rem 0.75rem 0.75rem 1.5rem;
481
- $goa-modal-content-gap: 1.5rem;
482
- $goa-modal-content-gap-small-screen: 1rem;
483
- $goa-modal-header-typography: 400 1.5rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
484
- $goa-modal-overlay-color: #333333;
635
+ $goa-modal-content-gap: 0;
636
+ $goa-modal-content-gap-small-screen: 0;
637
+ $goa-modal-header-typography: 600 1.125rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
638
+ $goa-modal-overlay-color: #000000;
485
639
  $goa-modal-padding: 2rem;
486
640
  $goa-modal-padding-small-screen: 1.5rem;
487
- $goa-modal-shadow: 6px 6px 6px 6px rgba(0,0,0,0.16);
641
+ $goa-modal-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1), 0px 8px 40px 0px rgba(0,0,0,0.2);
488
642
  $goa-modal-overlay-opacity: 50%;
643
+ $goa-modal-color-bg: #ffffff;
644
+ $goa-modal-pane-width: 90%;
645
+ $goa-modal-border: 1px solid #e9e9e9;
646
+ $goa-modal-content-margin: 0;
647
+ $goa-modal-content-margin-mobile: 0;
648
+ $goa-modal-max-width: 480px;
649
+ $goa-modal-heading-border-bottom: 1px solid #e9e9e9;
650
+ $goa-modal-heading-padding: 20px 1.5rem;
651
+ $goa-modal-content-padding: 1.5rem 1.5rem 2rem 1.5rem;
652
+ $goa-modal-actions-padding: 0 2rem 2rem 2rem;
653
+ $goa-modal-content-wrapper-padding: 0;
654
+ $goa-modal-scrollable-padding-desktop: 0;
655
+ $goa-modal-scrollable-padding-mobile: 0;
656
+ $goa-modal-callout-heading-padding: 1rem 1.5rem;
657
+ $goa-modal-heading-padding-mobile: 1rem;
658
+ $goa-modal-callout-heading-padding-mobile: 1rem;
659
+ $goa-modal-content-padding-mobile: 1.5rem 1rem 2rem 1rem;
660
+ $goa-modal-actions-padding-mobile: 0 1rem 1rem 1rem;
661
+ $goa-modal-callout-information-bg: #ebf8ff;
662
+ $goa-modal-callout-information-border: #cbeaf7;
663
+ $goa-modal-callout-information-icon: #0077ad;
664
+ $goa-modal-callout-success-bg: #f4fff6;
665
+ $goa-modal-callout-success-border: #c4e3d2;
666
+ $goa-modal-callout-success-icon: #006f4c;
667
+ $goa-modal-callout-important-bg: #fff6e5;
668
+ $goa-modal-callout-important-border: #fde3a1;
669
+ $goa-modal-callout-important-icon: #c28900;
670
+ $goa-modal-callout-emergency-bg: #fff6f6;
671
+ $goa-modal-callout-emergency-border: #eeaea5;
672
+ $goa-modal-callout-emergency-icon: #da291c;
673
+ $goa-modal-callout-event-bg: #ebf8ff;
674
+ $goa-modal-callout-event-border: #cbeaf7;
675
+ $goa-modal-callout-event-icon: #0077ad;
489
676
  $goa-notification-banner-emergency-color-bg: #da291c;
490
677
  $goa-notification-banner-emergency-color-icon: #ffffff;
491
678
  $goa-notification-banner-emergency-color-text: #ffffff;
492
- $goa-notification-banner-event-color-bg: #004a8f;
679
+ $goa-notification-banner-event-color-bg: #0077ad;
493
680
  $goa-notification-banner-event-color-icon: #ffffff;
494
681
  $goa-notification-banner-event-color-text: #ffffff;
495
682
  $goa-notification-banner-gap: 1rem;
496
683
  $goa-notification-banner-important-color-bg: #f9ce2d;
497
- $goa-notification-banner-important-color-icon: #333333;
498
- $goa-notification-banner-important-color-text: #333333;
499
- $goa-notification-banner-information-color-bg: #004a8f;
684
+ $goa-notification-banner-important-color-icon: #000000;
685
+ $goa-notification-banner-important-color-text: #000000;
686
+ $goa-notification-banner-information-color-bg: #0077ad;
500
687
  $goa-notification-banner-information-color-icon: #ffffff;
501
688
  $goa-notification-banner-information-color-text: #ffffff;
502
689
  $goa-notification-banner-padding-lr-large-screen: 4rem;
@@ -504,244 +691,390 @@ $goa-notification-banner-padding-lr-medium-screen: 1.5rem;
504
691
  $goa-notification-banner-padding-lr-small-screen: 1rem;
505
692
  $goa-notification-banner-padding-tb: 1.5rem;
506
693
  $goa-notification-banner-size-icon: 1.5rem;
507
- $goa-notification-banner-text-size: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
508
- $goa-notification-banner-custom-color-bg: #004a8f;
694
+ $goa-notification-banner-text-size: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
695
+ $goa-notification-banner-custom-color-bg: #0077ad;
509
696
  $goa-notification-banner-custom-color-icon: #ffffff;
510
697
  $goa-notification-banner-custom-color-text: #ffffff;
511
- $goa-popover-border-focus: 3px solid #feba35;
512
- $goa-popover-border-radius: 0.25rem;
698
+ $goa-notification-banner-gap-compact: 0.5rem;
699
+ $goa-notification-banner-padding-tb-compact: 1rem;
700
+ $goa-notification-banner-padding-lr-small-screen-compact: 0.5rem;
701
+ $goa-notification-banner-padding-lr-medium-screen-compact: 1rem;
702
+ $goa-notification-banner-padding-lr-large-screen-compact: 3rem;
703
+ $goa-notification-banner-information-high-color-bg: #0077ad;
704
+ $goa-notification-banner-information-high-color-text: #ffffff;
705
+ $goa-notification-banner-information-high-color-icon: #ffffff;
706
+ $goa-notification-banner-information-low-color-bg: #ebf8ff;
707
+ $goa-notification-banner-information-low-color-text: #0077ad;
708
+ $goa-notification-banner-information-low-color-icon: #0077ad;
709
+ $goa-notification-banner-information-low-color-border: #cbeaf7;
710
+ $goa-notification-banner-important-high-color-bg: #f9ce2d;
711
+ $goa-notification-banner-important-high-color-text: #4d3700;
712
+ $goa-notification-banner-important-high-color-icon: #4d3700;
713
+ $goa-notification-banner-important-low-color-bg: #fef2c8;
714
+ $goa-notification-banner-important-low-color-text: #8d6500;
715
+ $goa-notification-banner-important-low-color-icon: #8d6500;
716
+ $goa-notification-banner-important-low-color-border: #fde3a1;
717
+ $goa-notification-banner-emergency-high-color-bg: #da291c;
718
+ $goa-notification-banner-emergency-high-color-text: #ffffff;
719
+ $goa-notification-banner-emergency-high-color-icon: #ffffff;
720
+ $goa-notification-banner-emergency-low-color-bg: #fdded9;
721
+ $goa-notification-banner-emergency-low-color-text: #a91a10;
722
+ $goa-notification-banner-emergency-low-color-icon: #a91a10;
723
+ $goa-notification-banner-emergency-low-color-border: #eeaea5;
724
+ $goa-notification-banner-information-high-focus-border: 0 0 0 3px #ffffff;
725
+ $goa-notification-banner-information-low-focus-border: 0 0 0 3px #004a8f;
726
+ $goa-notification-banner-important-high-focus-border: 0 0 0 3px #4d3700;
727
+ $goa-notification-banner-important-low-focus-border: 0 0 0 3px #4d3700;
728
+ $goa-notification-banner-emergency-high-focus-border: 0 0 0 3px #ffffff;
729
+ $goa-notification-banner-emergency-low-focus-border: 0 0 0 3px #a91a10;
730
+ $goa-notification-banner-information-high-close-bg-hover: #004a8f;
731
+ $goa-notification-banner-information-low-close-bg-hover: #cbeaf7;
732
+ $goa-notification-banner-important-high-close-bg-hover: #fde3a1;
733
+ $goa-notification-banner-important-low-close-bg-hover: #f9ce2d;
734
+ $goa-notification-banner-emergency-high-close-bg-hover: #a91a10;
735
+ $goa-notification-banner-emergency-low-close-bg-hover: #eeaea5;
736
+ $goa-pagination-gap: 1rem;
737
+ $goa-pagination-text-size: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
738
+ $goa-pagination-text-color: #000000;
739
+ $goa-popover-border-focus: 2px solid #006dcc;
740
+ $goa-popover-border-radius: 0.75rem;
513
741
  $goa-popover-color-bg: #ffffff;
514
- $goa-popover-padding: 0.75rem;
515
- $goa-popover-shadow: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
742
+ $goa-popover-padding: 0.5rem;
743
+ $goa-popover-box-shadow: 0px 12px 16px -4px rgba(16,29,40,0.08), 0px 4px 6px -2px rgba(16,29,40,0.03);
744
+ $goa-popover-border: 0.5px solid #e9e9e9;
516
745
  $goa-circular-progress-color-background: rgba(255, 255, 255, 0.9);
517
746
  $goa-circular-progress-large-margin-top: 2rem;
518
- $goa-circular-progress-large-text: 400 1.5rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
747
+ $goa-circular-progress-large-text: 400 1.5rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
519
748
  $goa-circular-progress-small-margin-top: 1.5rem;
520
- $goa-circular-progress-small-text: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
521
- $goa-push-drawer-border-radius: 0;
749
+ $goa-circular-progress-small-text: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
750
+ $goa-push-drawer-border-radius: 1.5rem;
522
751
  $goa-push-drawer-content-padding-horizontal: 1.5rem;
523
752
  $goa-push-drawer-content-padding-vertical: 1rem;
524
753
  $goa-push-drawer-actions-padding-top: 1rem;
525
754
  $goa-push-drawer-actions-padding-bottom: 1.5rem;
526
- $goa-push-drawer-heading-typography: 700 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
755
+ $goa-push-drawer-heading-typography: 600 1.5rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
527
756
  $goa-push-drawer-transition-time: 0.25s;
528
757
  $goa-push-drawer-padding: 1rem;
529
- $goa-radio-border: 1px solid #666666;
530
- $goa-radio-border-checked: 7px solid #0070c4;
531
- $goa-radio-border-checked-disabled: 7px solid #80b7e1;
532
- $goa-radio-border-checked-error: 7px solid #ec040b;
533
- $goa-radio-border-checked-error-disabled: 7px solid #f58185;
534
- $goa-radio-border-checked-error-hover: 7px solid #ba0000;
535
- $goa-radio-border-checked-hover: 7px solid #004f84;
536
- $goa-radio-border-disabled: 1px solid #adadad;
537
- $goa-radio-border-error: 2px solid #ec040b;
538
- $goa-radio-border-error-disabled: 2px solid #f58185;
539
- $goa-radio-border-error-hover: 2px solid #ba0000;
540
- $goa-radio-border-focus: 3px solid #feba35;
541
- $goa-radio-border-hover: 2px solid #004f84;
758
+ $goa-radio-border: 1px solid #808080;
759
+ $goa-radio-border-checked: 1.5px solid #006dcc;
760
+ $goa-radio-border-checked-disabled: 1px solid #b1b1b1;
761
+ $goa-radio-border-checked-error: 1.5px solid #ec040b;
762
+ $goa-radio-border-checked-error-disabled: 1px solid #f58185;
763
+ $goa-radio-border-checked-error-hover: 1.5px solid #ba0000;
764
+ $goa-radio-border-checked-hover: 1.5px solid #045092;
765
+ $goa-radio-border-disabled: 1px solid #b1b1b1;
766
+ $goa-radio-border-error: 1.5px solid #ec040b;
767
+ $goa-radio-border-error-disabled: 1.5px solid #f58185;
768
+ $goa-radio-border-error-hover: 1.5px solid #ba0000;
769
+ $goa-radio-border-focus: 2px solid #006dcc;
770
+ $goa-radio-border-hover: 1.5px solid #000000;
771
+ $goa-radio-border-radius: 50%;
542
772
  $goa-radio-color-bg: #ffffff;
543
- $goa-radio-description: 400 0.875rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
544
- $goa-radio-group-gap-horizontal: 1.5rem;
773
+ $goa-radio-color-bg-disabled: #e9e9e9;
774
+ $goa-radio-color-bg-error: #fdded9;
775
+ $goa-radio-color-bg-error-hover: #f4c8c5;
776
+ $goa-radio-description: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
777
+ $goa-radio-gap-label: 0.75rem;
778
+ $goa-radio-group-gap-horizontal: 2rem;
779
+ $goa-radio-group-gap-horizontal-compact: 1.5rem;
545
780
  $goa-radio-group-gap-vertical: 1rem;
546
- $goa-radio-label: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
547
- $goa-radio-label-color-disabled: #949494;
781
+ $goa-radio-group-gap-vertical-compact: 0.75rem;
782
+ $goa-radio-inner-color: #006dcc;
783
+ $goa-radio-inner-color-disabled: #b1b1b1;
784
+ $goa-radio-inner-color-error: #ec040b;
785
+ $goa-radio-inner-color-error-hover: #ba0000;
786
+ $goa-radio-inner-color-hover: #045092;
787
+ $goa-radio-inner-size: 16px;
788
+ $goa-radio-label: 500 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
789
+ $goa-radio-label-color-disabled: #bab7b7;
790
+ $goa-radio-label-compact: 500 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
548
791
  $goa-radio-size: 1.5rem;
549
- $goa-radio-border-radius: 50%;
550
792
  $goa-scrollable-padding-desktop: 2rem;
551
793
  $goa-scrollable-padding-mobile: 1.5rem;
552
- $goa-side-menu-border-right: 1px solid #dcdcdc;
794
+ $goa-side-menu-border-right: 1px solid #e9e9e9;
553
795
  $goa-side-menu-color-bg: #ffffff;
554
- $goa-side-menu-color-bg-menu-item-current: #cedfee;
555
- $goa-side-menu-color-bg-menu-item-hover: #cedfee;
556
- $goa-side-menu-color-menu-item: #333333;
557
- $goa-side-menu-heading-border: 2px solid #dcdcdc;
558
- $goa-side-menu-heading-color: #666666;
559
- $goa-side-menu-heading-color-bg: #f1f1f1;
796
+ $goa-side-menu-color-bg-menu-item-hover: #f2f0f0;
797
+ $goa-side-menu-heading-border: 1px solid #f2f0f0;
798
+ $goa-side-menu-heading-color: #6f6f6f;
799
+ $goa-side-menu-heading-color-bg: #ffffff;
560
800
  $goa-side-menu-heading-icon-gap: 0.5rem;
561
801
  $goa-side-menu-child-margin: 1rem;
562
802
  $goa-side-menu-heading-margin: 0rem 0 0 0;
563
- $goa-side-menu-heading-padding: 0.75rem 0.75rem 0.5rem 1.5rem;
564
- $goa-side-menu-heading-typography: 700 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
565
- $goa-side-menu-icon-color: #666666;
566
- $goa-side-menu-icon-size: 1.5rem;
567
- $goa-side-menu-items-gap: 0rem;
803
+ $goa-side-menu-heading-padding: 0.25rem 0.5rem;
804
+ $goa-side-menu-heading-typography: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
805
+ $goa-side-menu-icon-color: #353535;
806
+ $goa-side-menu-items-gap: 0.25rem;
568
807
  $goa-side-menu-heading-gap: 0.5rem;
569
- $goa-side-menu-item-focus-border: 3px solid #feba35;
570
- $goa-side-menu-padding: 1rem 0rem 1.5rem 0rem;
571
- $goa-side-menu-padding-item: 0.5rem 0.75rem 10px 2rem;
572
- $goa-side-menu-padding-child: 0.5rem 0.75rem 10px 1rem;
573
- $goa-side-menu-parent-color-bg-hover: #cedfee;
574
- $goa-side-menu-parent-color-bg-selected: #cedfee;
575
- $goa-side-menu-parent-padding: 0.5rem 0.75rem 10px 2rem;
576
- $goa-side-menu-sub-group-padding: 0rem 0rem 0rem 0rem;
577
- $goa-side-menu-sub-item-border-left: 4px solid #f1f1f1;
578
- $goa-side-menu-sub-item-border-left-hover: 4px solid #dcdcdc;
579
- $goa-side-menu-sub-item-border-left-current: 4px solid #80b7e1;
580
- $goa-side-menu-sub-item-color-bg: none;
581
- $goa-side-menu-sub-item-color-bg-current: #eff8ff;
582
- $goa-side-menu-sub-item-color-bg-hover: #eff8ff;
583
- $goa-side-menu-width: 256px;
584
- $goa-side-menu-group-border-radius: 0;
808
+ $goa-side-menu-item-focus-border: 2px solid #006dcc;
809
+ $goa-side-menu-padding: 1rem 0.5rem 1rem 1rem;
810
+ $goa-side-menu-padding-item: 0.5rem 0.75rem;
811
+ $goa-side-menu-padding-child: 0.25rem 0.5rem;
812
+ $goa-side-menu-parent-color-bg-selected: #f2f0f0;
813
+ $goa-side-menu-parent-padding: 0.5rem 0.75rem;
814
+ $goa-side-menu-group-border-radius: 0.75rem;
585
815
  $goa-side-menu-group-color-bg: #ffffff;
586
816
  $goa-side-menu-group-padding: 0rem;
587
- $goa-side-menu-child-border-left: 4px solid #f1f1f1;
588
- $goa-side-menu-child-border-left-hover: 4px solid #dcdcdc;
589
- $goa-side-menu-child-border-left-selected: 4px solid #80b7e1;
590
- $goa-side-menu-child-color-bg: none;
591
- $goa-side-menu-child-color-bg-hover: #eff8ff;
592
- $goa-side-menu-child-color-bg-selected: #eff8ff;
593
- $goa-side-menu-child-color-text-selected: #333333;
594
- $goa-side-menu-typography-item: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
595
- $goa-side-menu-typography-item-current: 700 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
596
- $goa-side-menu-child-border-width: 4px;
597
- $goa-skeleton-loading-color-bg: #f1f1f1;
598
- $goa-table-color-heading: #666666;
599
- $goa-table-color-border-heading: #858585;
600
- $goa-table-header-padding: 1rem;
601
- $goa-tab-border-focus: 3px solid #feba35;
602
- $goa-tab-border-hover: 4px solid #dcdcdc;
603
- $goa-tab-border-not-selected: 4px solid transparent;
604
- $goa-tab-border-selected: 4px solid #0070c4;
817
+ $goa-side-menu-child-border-left: 3px solid #f2f0f0;
818
+ $goa-side-menu-child-border-left-hover: 3px solid #cdcdcd;
819
+ $goa-side-menu-child-border-left-selected: 3px solid #b1b1b1;
820
+ $goa-side-menu-child-color-bg-hover: #f4fdff;
821
+ $goa-side-menu-child-color-bg-selected: #f4fdff;
822
+ $goa-side-menu-typography-item: 400 16px/22px acumin-variable, helvetica-neue, arial, sans-serif;
823
+ $goa-side-menu-typography-item-current: 600 16px/22px acumin-variable, helvetica-neue, arial, sans-serif;
824
+ $goa-side-menu-color-item: #000000;
825
+ $goa-side-menu-color-item-current: #000000;
826
+ $goa-side-menu-child-border-width: 3px;
827
+ $goa-side-menu-item-focus-outline-offset: -3px;
828
+ $goa-side-menu-group-item-typography: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
829
+ $goa-side-menu-group-item-typography-current: 700 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
830
+ $goa-side-menu-item-border-radius: 0.625rem;
831
+ $goa-side-menu-group-border-radius-open: 0.75rem;
832
+ $goa-side-menu-group-container-margin-left: 20px;
833
+ $goa-side-menu-group-container-margin-bottom: 6px;
834
+ $goa-side-menu-heading-padding-top: 14px;
835
+ $goa-skeleton-loading-color-bg: #f2f0f0;
836
+ $goa-table-color-heading: #6f6f6f;
837
+ $goa-table-color-heading-hover: #045092;
838
+ $goa-table-color-bg-heading-hover: #f2f0f0;
839
+ $goa-table-typography-heading: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
840
+ $goa-table-color-bg-heading: #f8f8f8;
841
+ $goa-table-color-bg-data: #ffffff;
842
+ $goa-table-heading-border: 1.5px solid #e9e9e9;
843
+ $goa-table-data-border: 1px solid #e9e9e9;
844
+ $goa-table-container-border: 1px solid #e9e9e9;
845
+ $goa-table-border-radius-container: 1rem;
846
+ $goa-table-padding-heading: 18px 1rem 1rem 1rem;
847
+ $goa-table-padding-heading-relaxed: 18px 1rem 1rem 1rem;
848
+ $goa-table-padding-data: 0.75rem 1rem 0.75rem 1rem;
849
+ $goa-table-padding-data-relaxed: 18px 1rem 18px 1rem;
850
+ $goa-table-height-heading: 56px;
851
+ $goa-table-height-heading-relaxed: 56px;
852
+ $goa-table-height-data: 48px;
853
+ $goa-table-height-data-relaxed: 64px;
854
+ $goa-table-padding-cell-text: 0.75rem;
855
+ $goa-table-padding-cell-text-relaxed: 20px;
856
+ $goa-table-padding-cell-checkbox: 0.125rem;
857
+ $goa-table-padding-cell-checkbox-relaxed: 10px;
858
+ $goa-table-padding-cell-form-field: 3px;
859
+ $goa-table-padding-cell-form-field-relaxed: 11px;
860
+ $goa-table-padding-cell-badge: 0.75rem;
861
+ $goa-table-padding-cell-badge-relaxed: 20px;
862
+ $goa-table-padding-cell-actions: 7px;
863
+ $goa-table-padding-cell-actions-relaxed: 14px;
864
+ $goa-table-padding-cell-text-supporting-relaxed: 0.5rem;
865
+ $goa-table-sort-header-gap: 0.5rem;
866
+ $goa-tab-border-focus: 3px solid #006dcc;
867
+ $goa-tab-border-hover: 3px solid #cdcdcd;
868
+ $goa-tab-border-not-selected: 3px solid transparent;
869
+ $goa-tab-border-selected: 3px solid #006dcc;
870
+ $goa-tab-indicator-width: 3px;
871
+ $goa-tab-indicator-border-radius-desktop: 0.375rem 0.375rem 0px 0px;
872
+ $goa-tab-indicator-border-radius-small-screen: 0px 0.375rem 0.375rem 0px;
605
873
  $goa-tab-color-bg-selected: transparent;
606
- $goa-tab-color-bg-selected-small-screen: #eff8ff;
607
- $goa-tab-padding: 0.5rem 1rem;
608
- $goa-tab-padding-mobile: 6px 1rem;
609
- $goa-tab-text-color: #333333;
610
- $goa-tab-typography: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
611
- $goa-tab-typography-selected: 700 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
612
- $goa-tabs-bottom-border: 1px solid #dcdcdc;
613
- $goa-tabs-gap: 2rem;
874
+ $goa-tab-color-bg-selected-small-screen: #ebf8ff;
875
+ $goa-tab-color-bg-hover-small-screen: #f8f8f8;
876
+ $goa-tab-color-text: #000000;
877
+ $goa-tab-color-text-hover: #000000;
878
+ $goa-tab-color-text-selected: #006dcc;
879
+ $goa-tab-color-text-not-selected: #6f6f6f;
880
+ $goa-tab-indicator-color-active: #006dcc;
881
+ $goa-tab-indicator-color-hover: #b1b1b1;
882
+ $goa-tab-padding: 0.5rem 0.25rem 9px 0.25rem;
883
+ $goa-tab-padding-mobile: 0.25rem 0.75rem 0.25rem 15px;
884
+ $goa-tab-typography: 500 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
885
+ $goa-tab-typography-selected: 600 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
886
+ $goa-tabs-bottom-border: 1px solid #e9e9e9;
887
+ $goa-tabs-gap: 1rem;
614
888
  $goa-tabs-gap-small-screen: 0.25rem;
615
- $goa-text-area-border: inset 0 0 0 1px #666666;
616
- $goa-text-area-border-disabled: inset 0 0 0 1px #dcdcdc;
617
- $goa-text-area-border-error: inset 0 0 0 2px #ec040b;
618
- $goa-text-area-border-focus: 0 0 0 3px #feba35;
619
- $goa-text-area-border-hover: inset 0 0 0 2px #004f84;
620
- $goa-text-area-border-radius: 0.25rem;
889
+ $goa-tabs-padding-bottom-small-screen: 1rem;
890
+ $goa-temporary-notification-color-bg-basic: #333333;
891
+ $goa-temporary-notification-color-bg-success: #006f4c;
892
+ $goa-temporary-notification-color-bg-failure: #da291c;
893
+ $goa-temporary-notification-color-text: #ffffff;
894
+ $goa-temporary-notification-color-border: #4d4d4d;
895
+ $goa-temporary-notification-border-width: 1px;
896
+ $goa-temporary-notification-border-radius: 0.625rem;
897
+ $goa-temporary-notification-padding: 1rem 1.5rem;
898
+ $goa-temporary-notification-padding-text-top: 0.25rem;
899
+ $goa-temporary-notification-padding-with-progress: 1rem 1.5rem 22px 1.5rem;
900
+ $goa-temporary-notification-row-gap: 0.75rem;
901
+ $goa-temporary-notification-column-gap: 0.75rem;
902
+ $goa-temporary-notification-typography: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
903
+ $goa-temporary-notification-max-width: 640px;
904
+ $goa-temporary-notification-min-width-desktop: 360px;
905
+ $goa-temporary-notification-icon-size: 2rem;
906
+ $goa-temporary-notification-progress-bar-height: 6px;
907
+ $goa-temporary-notification-progress-bar-border-radius: 0.625rem;
908
+ $goa-temporary-notification-progress-bar-color-bg: #9f9f9f;
909
+ $goa-temporary-notification-progress-bar-color-fill: #ffffff;
910
+ $goa-temporary-notification-transition-duration: 0.3s;
911
+ $goa-temporary-notification-animation-distance: 100px;
912
+ $goa-text-area-border: inset 0 0 0 1px #808080;
913
+ $goa-text-area-border-disabled: inset 0 0 0 1px #b1b1b1;
914
+ $goa-text-area-border-error: inset 0 0 0 1.5px #ec040b;
915
+ $goa-text-area-border-focus: inset 0 0 0 2px #006dcc;
916
+ $goa-text-area-border-hover: inset 0 0 0 1.5px #000000;
917
+ $goa-text-area-border-radius: 0.5rem;
621
918
  $goa-text-area-color-bg: #ffffff;
622
- $goa-text-area-color-bg-disabled: #f1f1f1;
623
- $goa-text-area-color-text: #333333;
624
- $goa-text-area-color-text-counter: #333333;
919
+ $goa-text-area-color-bg-disabled: #e9e9e9;
920
+ $goa-text-area-color-bg-readonly: #f2f0f0;
921
+ $goa-text-area-color-text: #353535;
922
+ $goa-text-area-color-text-counter: #353535;
625
923
  $goa-text-area-color-text-counter-error: #ec040b;
626
- $goa-text-area-color-text-disabled: #666666;
627
- $goa-text-area-color-text-placeholder: #666666;
628
- $goa-text-area-padding: 0.625rem 0.75rem;
629
- $goa-text-area-typography: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
630
- $goa-text-area-typography-counter: 400 0.875rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
631
- $goa-tooltip-border-focus: 3px solid #feba35;
632
- $goa-tooltip-border-radius: 0.25rem;
633
- $goa-tooltip-color-bg: #666666;
924
+ $goa-text-area-color-text-disabled: #808080;
925
+ $goa-text-area-color-text-placeholder: #9f9f9f;
926
+ $goa-text-area-padding: 1rem;
927
+ $goa-text-area-padding-compact: 0.75rem;
928
+ $goa-text-area-typography: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
929
+ $goa-text-area-typography-compact: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
930
+ $goa-text-area-typography-counter: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
931
+ $goa-tooltip-border-focus: 2px solid #006dcc;
932
+ $goa-tooltip-border-radius: 0.75rem;
933
+ $goa-tooltip-color-bg: #6f6f6f;
634
934
  $goa-tooltip-color-text: #ffffff;
635
935
  $goa-tooltip-gap: 0.25rem;
636
936
  $goa-tooltip-max-width: 400px;
637
- $goa-tooltip-padding: 6px 1rem 10px 1rem;
638
- $goa-tooltip-text-size: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
937
+ $goa-tooltip-padding: 1rem;
938
+ $goa-tooltip-text-size: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
639
939
  $goa-work-side-menu-width-open: 17.5rem;
640
940
  $goa-work-side-menu-width-closed: 4.5rem;
641
941
  $goa-work-side-menu-color-bg: transparent;
642
- $goa-work-side-menu-border-radius: 0.25rem;
643
- $goa-work-side-menu-border: 1px solid #dcdcdc;
942
+ $goa-work-side-menu-border-radius: 0.5rem;
943
+ $goa-work-side-menu-border: 1px solid #cdcdcd;
644
944
  $goa-work-side-menu-account-shadow: 0px 12px 20px -8px rgba(26, 26, 26, 0.24);
645
- $goa-work-side-menu-text-color: #858585;
945
+ $goa-work-side-menu-text-color: #6f6f6f;
646
946
  $goa-work-side-menu-mobile-bg: #f8f8f8;
647
- $goa-work-side-menu-group-border: 4px solid #f1f1f1;
947
+ $goa-work-side-menu-group-border: 3px solid #f2f0f0;
648
948
  $goa-work-side-menu-group-margin: 0.5rem 0 0.375rem 1.125rem;
649
949
  $goa-work-side-menu-group-padding: 0 0 0 0.75rem;
650
950
  $goa-work-side-menu-group-item-padding: 0.25rem 0.5rem;
651
951
  $goa-work-side-menu-group-item-min-height: 1.75rem;
652
- $goa-work-side-menu-group-item-text-size: 400 0.875rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
952
+ $goa-work-side-menu-group-item-text-size: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
653
953
  $goa-work-side-menu-item-badge-background-color: #006f4c;
654
954
  $goa-work-side-menu-item-badge-emergency-background-color: #da291c;
655
955
  $goa-work-side-menu-item-badge-success-background-color: #006f4c;
656
956
  $goa-work-side-menu-item-badge-text-size: 0.875rem;
657
- $goa-work-side-menu-item-border-radius: 0.25rem;
658
- $goa-work-side-menu-item-color-bg-current: #f1f1f1;
659
- $goa-work-side-menu-item-color-bg-hover: #f1f1f1;
957
+ $goa-work-side-menu-item-border-radius: 0.5rem;
958
+ $goa-work-side-menu-item-color-bg-current: #f2f0f0;
959
+ $goa-work-side-menu-item-color-bg-hover: #f2f0f0;
660
960
  $goa-work-side-menu-item-icon-display: flex;
661
961
  $goa-work-side-menu-item-min-height: 2.5rem;
662
962
  $goa-work-side-menu-item-padding: 0.5rem 0.5rem 0.5rem 0.625rem;
663
- $goa-work-side-menu-item-text-color: #858585;
664
- $goa-work-side-menu-item-text-color-current: #333333;
665
- $goa-work-side-menu-item-text-color-hover: #333333;
666
- $goa-work-side-menu-item-text-size: 400 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
667
- $goa-color-interactive-default: #0070c4;
668
- $goa-color-interactive-hover: #004f84;
669
- $goa-color-interactive-disabled: #80b7e1;
963
+ $goa-work-side-menu-item-text-color: #6f6f6f;
964
+ $goa-work-side-menu-item-text-color-current: #000000;
965
+ $goa-work-side-menu-item-text-color-hover: #000000;
966
+ $goa-work-side-menu-item-text-size: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
967
+ $goa-color-interactive-default: #006dcc;
968
+ $goa-color-interactive-secondary: #e0f1ff;
969
+ $goa-color-interactive-hover: #045092;
970
+ $goa-color-interactive-secondary-hover: #c5ddf6;
971
+ $goa-color-interactive-disabled: #b1b1b1;
670
972
  $goa-color-interactive-error: #ec040b;
671
973
  $goa-color-interactive-error-hover: #ba0000;
672
974
  $goa-color-interactive-error-disabled: #f58185;
673
- $goa-color-interactive-focus: #feba35;
975
+ $goa-color-interactive-focus: #006dcc;
674
976
  $goa-color-interactive-focus-black: #000000;
675
977
  $goa-color-interactive-visited: #756693;
676
978
  $goa-color-brand-default: #0081a2;
677
979
  $goa-color-brand-dark: #005072;
678
980
  $goa-color-brand-light: #c8eefa;
679
- $goa-color-text-default: #333333;
680
- $goa-color-text-secondary: #666666;
981
+ $goa-color-text-default: #000000;
982
+ $goa-color-text-secondary: #353535;
681
983
  $goa-color-text-light: #ffffff;
682
- $goa-color-text-disabled: #666666;
683
- $goa-color-info-default: #004a8f;
684
- $goa-color-info-light: #aac9e7;
685
- $goa-color-info-dark: #003b70;
686
- $goa-color-info-background: #eff8ff;
984
+ $goa-color-text-disabled: #4d4d4d;
985
+ $goa-color-info-default: #0077ad;
986
+ $goa-color-info-light: #ebf8ff;
987
+ $goa-color-info-dark: #004a8f;
988
+ $goa-color-info-background: #f4fdff;
989
+ $goa-color-info-border: #cbeaf7;
990
+ $goa-color-info-text: #0077ad;
991
+ $goa-color-info-text-dark: #00527c;
992
+ $goa-color-info-text-inverse: #ebf8ff;
687
993
  $goa-color-warning-default: #f9ce2d;
688
- $goa-color-warning-light: #ffeab6;
689
- $goa-color-warning-dark: #bf8d23;
994
+ $goa-color-warning-light: #fef2c8;
995
+ $goa-color-warning-dark: #c28900;
690
996
  $goa-color-warning-background: #fff6e5;
997
+ $goa-color-warning-border: #fde3a1;
998
+ $goa-color-warning-text: #8d6500;
999
+ $goa-color-warning-text-dark: #4d3700;
1000
+ $goa-color-important-default: #f9ce2d;
1001
+ $goa-color-important-light: #fef2c8;
1002
+ $goa-color-important-dark: #c28900;
1003
+ $goa-color-important-background: #fde3a1;
1004
+ $goa-color-important-border: #fde3a1;
1005
+ $goa-color-important-text: #8d6500;
1006
+ $goa-color-important-text-dark: #4d3700;
691
1007
  $goa-color-emergency-default: #da291c;
692
- $goa-color-emergency-light: #fbd1ce;
1008
+ $goa-color-emergency-light: #fdded9;
693
1009
  $goa-color-emergency-dark: #a91a10;
694
1010
  $goa-color-emergency-background: #fff6f6;
1011
+ $goa-color-emergency-border: #eeaea5;
1012
+ $goa-color-emergency-text: #a91a10;
1013
+ $goa-color-emergency-text-dark: #8e1515;
1014
+ $goa-color-emergency-text-inverse: #fff6f6;
695
1015
  $goa-color-success-default: #006f4c;
696
- $goa-color-success-light: #cce4dc;
1016
+ $goa-color-success-light: #d8f7e6;
697
1017
  $goa-color-success-dark: #00563a;
698
- $goa-color-success-background: #f2fffa;
1018
+ $goa-color-success-background: #f4fff6;
1019
+ $goa-color-success-border: #c4e3d2;
1020
+ $goa-color-success-text: #3a8050;
1021
+ $goa-color-success-text-dark: #355147;
1022
+ $goa-color-success-text-inverse: #edfcf0;
699
1023
  $goa-color-critical-default: #171d23;
700
1024
  $goa-color-greyscale-50: #f8f8f8;
701
- $goa-color-greyscale-100: #f1f1f1;
702
- $goa-color-greyscale-150: #e7e7e7;
703
- $goa-color-greyscale-200: #dcdcdc;
704
- $goa-color-greyscale-300: #c2c2c2;
705
- $goa-color-greyscale-400: #adadad;
706
- $goa-color-greyscale-500: #949494;
707
- $goa-color-greyscale-600: #858585;
708
- $goa-color-greyscale-700: #666666;
709
- $goa-color-greyscale-800: #5c5c5c;
710
- $goa-color-greyscale-900: #474747;
711
- $goa-color-greyscale-black: #333333;
1025
+ $goa-color-greyscale-100: #f2f0f0;
1026
+ $goa-color-greyscale-150: #e9e9e9;
1027
+ $goa-color-greyscale-200: #cdcdcd;
1028
+ $goa-color-greyscale-300: #b1b1b1;
1029
+ $goa-color-greyscale-400: #9f9f9f;
1030
+ $goa-color-greyscale-500: #808080;
1031
+ $goa-color-greyscale-600: #6f6f6f;
1032
+ $goa-color-greyscale-700: #4d4d4d;
1033
+ $goa-color-greyscale-800: #353535;
1034
+ $goa-color-greyscale-black: #000000;
712
1035
  $goa-color-greyscale-white: #ffffff;
713
- $goa-color-extended-light-aqua: #dcfbf8;
714
- $goa-color-extended-light-blue: #ddefff;
715
- $goa-color-extended-light-green: #cce2d9;
716
- $goa-color-extended-light-orange: #fcd6c3;
717
- $goa-color-extended-light-pink: #f9e1eb;
718
- $goa-color-extended-light-red: #f4cdc6;
719
- $goa-color-extended-light-violet: #efe2fb;
720
- $goa-color-extended-light-yellow: #fff7bf;
721
- $goa-color-extended-aqua: #7febe6;
722
- $goa-color-extended-blue: #aac9e7;
723
- $goa-color-extended-green: #bbfcb4;
724
- $goa-color-extended-orange: #ffc76d;
725
- $goa-color-extended-pink: #ff8fc5;
726
- $goa-color-extended-red: #ed948d;
727
- $goa-color-extended-violet: #d4c2ff;
728
- $goa-color-extended-yellow: #fce796;
1036
+ $goa-color-extended-sky-default: #90ebe7;
1037
+ $goa-color-extended-sky-light: #e2f9f8;
1038
+ $goa-color-extended-sky-border: #bff0ee;
1039
+ $goa-color-extended-sky-text: #093937;
1040
+ $goa-color-extended-pasture-default: #afe274;
1041
+ $goa-color-extended-pasture-light: #f0f59b;
1042
+ $goa-color-extended-pasture-border: #dee563;
1043
+ $goa-color-extended-pasture-text: #174c38;
1044
+ $goa-color-extended-sunset-default: #f7ac71;
1045
+ $goa-color-extended-sunset-light: #fcefd5;
1046
+ $goa-color-extended-sunset-border: #f5ddad;
1047
+ $goa-color-extended-sunset-text: #7a141a;
1048
+ $goa-color-extended-dawn-default: #ff9ac1;
1049
+ $goa-color-extended-dawn-light: #f4cde4;
1050
+ $goa-color-extended-dawn-border: #e9b8d5;
1051
+ $goa-color-extended-dawn-text: #310c46;
1052
+ $goa-color-extended-lilac-default: #d4c2ff;
1053
+ $goa-color-extended-lilac-light: #efe2fb;
1054
+ $goa-color-extended-lilac-border: #e2d2fd;
1055
+ $goa-color-extended-lilac-text: #151d83;
1056
+ $goa-color-extended-prairie-default: #ffda77;
1057
+ $goa-color-extended-prairie-light: #fff2c8;
1058
+ $goa-color-extended-prairie-border: #ecd386;
1059
+ $goa-color-extended-prairie-text: #47372a;
729
1060
  $goa-opacity-background-modal: 50%;
730
1061
  $goa-opacity-background-loading: 90%;
731
1062
  $goa-border-radius-none: 0;
732
- $goa-border-radius-s: 0.125rem;
733
- $goa-border-radius-m: 0.25rem;
734
- $goa-border-radius-l: 0.375rem;
735
- $goa-border-radius-xl: 0.5rem;
736
- $goa-border-radius-2xl: 0.625rem;
737
- $goa-border-radius-3xl: 0.75rem;
1063
+ $goa-border-radius-xs: 0.25rem;
1064
+ $goa-border-radius-s: 0.375rem;
1065
+ $goa-border-radius-m: 0.5rem;
1066
+ $goa-border-radius-l: 0.625rem;
1067
+ $goa-border-radius-xl: 0.75rem;
1068
+ $goa-border-radius-2xl: 1rem;
1069
+ $goa-border-radius-3xl: 1.5rem;
1070
+ $goa-border-radius-round: 64rem;
738
1071
  $goa-border-width-none: 0px;
739
1072
  $goa-border-width-2xs: 0.5px;
740
1073
  $goa-border-width-xs: 0.7px;
741
1074
  $goa-border-width-s: 1px;
742
- $goa-border-width-m: 2px;
743
- $goa-border-width-l: 3px;
744
- $goa-border-width-xl: 4px;
1075
+ $goa-border-width-m: 1.5px;
1076
+ $goa-border-width-l: 2px;
1077
+ $goa-border-width-xl: 3px;
745
1078
  $goa-space-none: 0rem;
746
1079
  $goa-space-3xs: 0.125rem;
747
1080
  $goa-space-2xs: 0.25rem;
@@ -760,62 +1093,117 @@ $goa-icon-size-3: 1.25rem;
760
1093
  $goa-icon-size-4: 1.5rem;
761
1094
  $goa-icon-size-5: 2rem;
762
1095
  $goa-icon-size-6: 2.5rem;
763
- $goa-icon-size-s: 1rem;
1096
+ $goa-icon-size-xs: 1rem;
1097
+ $goa-icon-size-s: 1.125rem;
764
1098
  $goa-icon-size-m: 1.25rem;
765
1099
  $goa-icon-size-l: 1.5rem;
766
- $goa-shadow-100: 0px 1px 0px 0px #1A1A1A12;
1100
+ $goa-icon-size-xl: 2rem;
1101
+ $goa-shadow-100: 0px 1px 0px 0px #1a1a1a12;
767
1102
  $goa-shadow-150: 0px 1px 0px 0px #1a1a1a40;
768
1103
  $goa-shadow-200: 0px 3px 1px -1px #1a1a1a12;
769
1104
  $goa-shadow-300: 0px 4px 6px -2px #1a1a1a33;
770
1105
  $goa-shadow-400: 0px 8px 16px -4px #1a1a1a38;
771
- $goa-shadow-500: 0px 12px 20px -8px #1a1a1a3D;
1106
+ $goa-shadow-500: 0px 12px 20px -8px #1a1a1a3d;
772
1107
  $goa-shadow-600: 0px 20px 20px -8px #1a1a1a47;
773
- $goa-shadow-modal: 6px 6px 6px 0px rgba(0,0,0,0.16);
1108
+ $goa-shadow-modal: 0px 0px 4px 0px rgba(0,0,0,0.1), 0px 8px 40px 0px rgba(0,0,0,0.2);
1109
+ $goa-shadow-raised-light: 0px 12px 16px -4px rgba(16,29,40,0.08), 0px 4px 6px -2px rgba(16,29,40,0.03);
1110
+ $goa-shadow-raised-heavy: 0px 0px 1px 0px rgba(0,0,0,0.2), 0px 16px 32px -20px rgba(0,0,0,0.22);
1111
+ $goa-shadow-shallow-above: 0px -2px 16px 0px rgba(0,0,0,0.1);
1112
+ $goa-shadow-shallow-below: 0px 1px 8px 0px rgba(0,0,0,0.07);
774
1113
  $goa-line-height-1: 1.25rem;
775
- $goa-line-height-2: 1.5rem;
776
- $goa-line-height-3: 1.75rem;
777
- $goa-line-height-4: 2rem;
778
- $goa-line-height-5: 2.5rem;
779
- $goa-line-height-6: 2.75rem;
780
- $goa-line-height-7: 3.5rem;
1114
+ $goa-line-height-2: 1.375rem;
1115
+ $goa-line-height-3: 1.5rem;
1116
+ $goa-line-height-4: 1.75rem;
1117
+ $goa-line-height-5: 2.25rem;
1118
+ $goa-line-height-6: 2.5rem;
1119
+ $goa-line-height-7: 3rem;
1120
+ $goa-line-height-8: 3.5rem;
781
1121
  $goa-line-height-05: 1.125rem;
782
- $goa-font-family-sans: acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
1122
+ $goa-font-family-sans: acumin-variable, helvetica-neue, arial, sans-serif;
783
1123
  $goa-font-family-number: roboto-mono, monospace;
1124
+ $goa-font-variation-settings-sans: 'wght' 194.2857, 'wdth' 100, 'slnt' 0;
784
1125
  $goa-font-size-1: 0.75rem;
785
1126
  $goa-font-size-2: 0.875rem;
786
1127
  $goa-font-size-3: 1rem;
787
1128
  $goa-font-size-4: 1.125rem;
788
1129
  $goa-font-size-5: 1.25rem;
789
- $goa-font-size-6: 1.375rem;
790
- $goa-font-size-7: 1.5rem;
1130
+ $goa-font-size-6: 1.5rem;
1131
+ $goa-font-size-7: 1.75rem;
791
1132
  $goa-font-size-8: 2rem;
792
- $goa-font-size-9: 2.25rem;
1133
+ $goa-font-size-9: 2.5rem;
793
1134
  $goa-font-size-10: 3rem;
1135
+ $goa-font-size-05: 1.125rem;
794
1136
  $goa-font-weight-regular: 400;
795
1137
  $goa-font-weight-medium: 500;
1138
+ $goa-font-weight-semi-bold: 600;
796
1139
  $goa-font-weight-bold: 700;
797
- $goa-typography-heading-xs: 700 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
798
- $goa-typography-heading-s: 700 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
799
- $goa-typography-heading-m: 400 1.5rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
800
- $goa-typography-heading-l: 400 2.25rem/2.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
801
- $goa-typography-heading-xl: 700 3rem/3.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
802
- $goa-typography-body-xs: 400 0.875rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
803
- $goa-typography-body-s: 400 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
804
- $goa-typography-body-m: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
805
- $goa-typography-body-l: 400 1.5rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
806
- $goa-typography-number-s: 500 1rem/1.5rem roboto-mono, monospace;
807
- $goa-typography-number-m: 500 1.125rem/1.75rem roboto-mono, monospace;
808
- $goa-typography-number-l: 500 1.5rem/2rem roboto-mono, monospace;
809
- $goa-typography-mobile-heading-xs: 700 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
810
- $goa-typography-mobile-heading-s: 700 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
811
- $goa-typography-mobile-heading-m: 400 1.5rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
812
- $goa-typography-mobile-heading-l: 400 2rem/2.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
813
- $goa-typography-mobile-heading-xl: 700 2.25rem/2.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
814
- $goa-typography-mobile-body-xs: 400 0.875rem/1.25rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
815
- $goa-typography-mobile-body-s: 400 1rem/1.5rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
816
- $goa-typography-mobile-body-m: 400 1.125rem/1.75rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
817
- $goa-typography-mobile-body-l: 400 1.375rem/2rem acumin-pro-semi-condensed, helvetica-neue, arial, sans-serif;
818
- $goa-typography-mobile-number-s: 500 1rem/1.5rem roboto-mono, monospace;
819
- $goa-typography-mobile-number-m: 500 1.125rem/1.75rem roboto-mono, monospace;
820
- $goa-typography-mobile-number-l: 500 1.375rem/2rem roboto-mono, monospace;
1140
+ $goa-letter-spacing-3xs: -0.5;
1141
+ $goa-letter-spacing-2xs: -0.5;
1142
+ $goa-letter-spacing-xs: -0.75;
1143
+ $goa-letter-spacing-s: -0.75;
1144
+ $goa-letter-spacing-m: -1;
1145
+ $goa-letter-spacing-l: -1.25;
1146
+ $goa-letter-spacing-xl: -1.5;
1147
+ $goa-letter-spacing-2xl: -1.5;
1148
+ $goa-letter-spacing-mobile-3xs: -0.5;
1149
+ $goa-letter-spacing-mobile-2xs: -0.5;
1150
+ $goa-letter-spacing-mobile-xs: -0.75;
1151
+ $goa-letter-spacing-mobile-s: -0.75;
1152
+ $goa-letter-spacing-mobile-m: -1;
1153
+ $goa-letter-spacing-mobile-l: -1.25;
1154
+ $goa-letter-spacing-mobile-xl: -1.5;
1155
+ $goa-letter-spacing-mobile-2xl: -1.5;
1156
+ $goa-typography-heading-2xs: 600 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
1157
+ $goa-typography-heading-xs: 600 1.25rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
1158
+ $goa-typography-heading-s: 600 1.5rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
1159
+ $goa-typography-heading-m: 700 1.75rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
1160
+ $goa-typography-heading-l: 700 2rem/2.5rem acumin-variable, helvetica-neue, arial, sans-serif;
1161
+ $goa-typography-heading-xl: 700 2.5rem/3rem acumin-variable, helvetica-neue, arial, sans-serif;
1162
+ $goa-typography-heading-2xl: 700 3rem/3.5rem acumin-variable, helvetica-neue, arial, sans-serif;
1163
+ $goa-typography-body-xs: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
1164
+ $goa-typography-body-s: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
1165
+ $goa-typography-body-m: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
1166
+ $goa-typography-body-l: 400 1.5rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
1167
+ $goa-typography-number-s: 500 1rem/1.375rem roboto-mono, monospace;
1168
+ $goa-typography-number-m: 500 1.125rem/1.5rem roboto-mono, monospace;
1169
+ $goa-typography-number-l: 500 1.75rem/1.75rem roboto-mono, monospace;
1170
+ $goa-typography-mobile-heading-2xs: 600 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
1171
+ $goa-typography-mobile-heading-xs: 600 1.25rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
1172
+ $goa-typography-mobile-heading-s: 600 1.5rem/1.75rem acumin-variable, helvetica-neue, arial, sans-serif;
1173
+ $goa-typography-mobile-heading-m: 700 1.75rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
1174
+ $goa-typography-mobile-heading-l: 700 2rem/2.5rem acumin-variable, helvetica-neue, arial, sans-serif;
1175
+ $goa-typography-mobile-heading-xl: 700 2rem/2.5rem acumin-variable, helvetica-neue, arial, sans-serif;
1176
+ $goa-typography-mobile-heading-2xl: 700 2.5rem/3rem acumin-variable, helvetica-neue, arial, sans-serif;
1177
+ $goa-typography-mobile-body-xs: 400 0.875rem/1.25rem acumin-variable, helvetica-neue, arial, sans-serif;
1178
+ $goa-typography-mobile-body-s: 400 1rem/1.375rem acumin-variable, helvetica-neue, arial, sans-serif;
1179
+ $goa-typography-mobile-body-m: 400 1.125rem/1.5rem acumin-variable, helvetica-neue, arial, sans-serif;
1180
+ $goa-typography-mobile-body-l: 400 1.75rem/2.25rem acumin-variable, helvetica-neue, arial, sans-serif;
1181
+ $goa-typography-mobile-number-s: 500 1rem/1.375rem roboto-mono, monospace;
1182
+ $goa-typography-mobile-number-m: 500 1.125rem/1.5rem roboto-mono, monospace;
1183
+ $goa-typography-mobile-number-l: 500 1.5rem/1.75rem roboto-mono, monospace;
1184
+ $goa-input-color-text-default: #000000;
1185
+ $goa-input-color-text-secondary: #353535;
1186
+ $goa-input-color-text-helper: #353535;
1187
+ $goa-input-color-text-error: #a91a10;
1188
+ $goa-input-color-text-disabled: #808080;
1189
+ $goa-input-color-text-placeholder: #9f9f9f;
1190
+ $goa-input-color-border-default: #808080;
1191
+ $goa-input-color-border-default-light: #cdcdcd;
1192
+ $goa-input-color-border-hover: #000000;
1193
+ $goa-input-color-border-focus: #006dcc;
1194
+ $goa-input-color-border-disabled: #b1b1b1;
1195
+ $goa-input-color-border-error: #ec040b;
1196
+ $goa-input-color-border-error-hover: #ba0000;
1197
+ $goa-input-color-border-readonly: #e1dedd;
1198
+ $goa-input-color-background-default: #ffffff;
1199
+ $goa-input-color-background-disabled: #e9e9e9;
1200
+ $goa-input-color-background-error: #fdded9;
1201
+ $goa-input-color-background-error-hover: #f4c8c5;
1202
+ $goa-input-color-background-readonly: #f2f0f0;
1203
+ $goa-input-color-background-readonly-content: #e9e9e9;
1204
+ $goa-input-border-width-default: 1px;
1205
+ $goa-input-border-width-hover: 1.5px;
1206
+ $goa-input-border-width-focus: 2px;
1207
+ $goa-input-border-radius-checkbox: 0.25rem;
1208
+ $goa-input-border-radius-input: 0.5rem;
821
1209
  $goa-border-none: 0px solid rgba(0,0,0,0);