@abgov/design-tokens 1.9.0 → 2.0.0

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