@salutejs-ds/sdds_sbcom 0.1.19 → 0.1.21

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 (100) hide show
  1. package/components/Button/Button.config.d.ts +2 -2
  2. package/components/Button/Button.config.js +7 -7
  3. package/components/Button/Button.config.js.map +1 -1
  4. package/components/Button/Button.config_1pf2owz.css +10 -0
  5. package/components/Button/Button.css +9 -9
  6. package/components/Button/Button.d.ts +2 -2
  7. package/components/Checkbox/Checkbox.config.d.ts +2 -2
  8. package/components/Checkbox/Checkbox.config.js +6 -6
  9. package/components/Checkbox/Checkbox.config.js.map +1 -1
  10. package/components/Checkbox/Checkbox.config_tohjd6.css +6 -0
  11. package/components/Checkbox/Checkbox.css +6 -6
  12. package/components/Checkbox/Checkbox.d.ts +2 -2
  13. package/components/Counter/Counter.config.d.ts +4 -4
  14. package/components/Counter/Counter.config.js +9 -9
  15. package/components/Counter/Counter.config.js.map +1 -1
  16. package/components/Counter/Counter.config_1y4ins1.css +11 -0
  17. package/components/Counter/Counter.css +10 -10
  18. package/components/Counter/Counter.d.ts +4 -4
  19. package/components/IconButton/IconButton.config.js +1 -1
  20. package/components/IconButton/IconButton.config.js.map +1 -1
  21. package/{es/components/IconButton/IconButton.config_16zy21d.css → components/IconButton/IconButton.config_7w2rd8.css} +1 -1
  22. package/components/IconButton/IconButton.css +8 -8
  23. package/components/Link/Link.config.d.ts +2 -2
  24. package/components/Link/Link.config.js +7 -7
  25. package/components/Link/Link.config.js.map +1 -1
  26. package/components/Link/Link.config_1c29h7r.css +8 -0
  27. package/components/Link/Link.css +8 -8
  28. package/components/Link/Link.d.ts +2 -2
  29. package/components/Radiobox/Radiobox.config.js +1 -1
  30. package/components/Radiobox/Radiobox.config.js.map +1 -1
  31. package/components/Radiobox/Radiobox.config_xcb72s.css +6 -0
  32. package/components/Radiobox/Radiobox.css +6 -6
  33. package/css/sdds_sbcom.module.css +1274 -1142
  34. package/css/sdds_sbcom__dark.css +796 -712
  35. package/css/sdds_sbcom__light.css +796 -712
  36. package/es/components/Button/Button.config.js +7 -7
  37. package/es/components/Button/Button.config.js.map +1 -1
  38. package/es/components/Button/Button.config_1pf2owz.css +10 -0
  39. package/es/components/Button/Button.css +9 -9
  40. package/es/components/Checkbox/Checkbox.config.js +6 -6
  41. package/es/components/Checkbox/Checkbox.config.js.map +1 -1
  42. package/es/components/Checkbox/Checkbox.config_tohjd6.css +6 -0
  43. package/es/components/Checkbox/Checkbox.css +6 -6
  44. package/es/components/Counter/Counter.config.js +9 -9
  45. package/es/components/Counter/Counter.config.js.map +1 -1
  46. package/es/components/Counter/Counter.config_1y4ins1.css +11 -0
  47. package/es/components/Counter/Counter.css +10 -10
  48. package/es/components/IconButton/IconButton.config.js +1 -1
  49. package/es/components/IconButton/IconButton.config.js.map +1 -1
  50. package/{components/IconButton/IconButton.config_16zy21d.css → es/components/IconButton/IconButton.config_7w2rd8.css} +1 -1
  51. package/es/components/IconButton/IconButton.css +8 -8
  52. package/es/components/Link/Link.config.js +7 -7
  53. package/es/components/Link/Link.config.js.map +1 -1
  54. package/es/components/Link/Link.config_1c29h7r.css +8 -0
  55. package/es/components/Link/Link.css +8 -8
  56. package/es/components/Radiobox/Radiobox.config.js +1 -1
  57. package/es/components/Radiobox/Radiobox.config.js.map +1 -1
  58. package/es/components/Radiobox/Radiobox.config_xcb72s.css +6 -0
  59. package/es/components/Radiobox/Radiobox.css +6 -6
  60. package/es/index.css +55 -55
  61. package/es/index.js +1 -1
  62. package/es/theme/themes/sdds_sbcom__dark.js +1 -1
  63. package/es/theme/themes/sdds_sbcom__dark.js.map +1 -1
  64. package/es/theme/themes/sdds_sbcom__light.js +1 -1
  65. package/es/theme/themes/sdds_sbcom__light.js.map +1 -1
  66. package/es/theme/tokens/index.js +1479 -1305
  67. package/es/theme/tokens/index.js.map +1 -1
  68. package/index.css +55 -55
  69. package/index.js +57 -6
  70. package/index.js.map +1 -1
  71. package/package.json +1 -1
  72. package/styled-components/cjs/Button/Button.config.js +7 -7
  73. package/styled-components/cjs/Checkbox/Checkbox.config.js +5 -5
  74. package/styled-components/cjs/Counter/Counter.config.js +9 -9
  75. package/styled-components/cjs/IconButton/IconButton.config.js +1 -1
  76. package/styled-components/cjs/Link/Link.config.js +6 -6
  77. package/styled-components/cjs/Radiobox/Radiobox.config.js +5 -5
  78. package/styled-components/es/Button/Button.config.js +7 -7
  79. package/styled-components/es/Checkbox/Checkbox.config.js +5 -5
  80. package/styled-components/es/Counter/Counter.config.js +9 -9
  81. package/styled-components/es/IconButton/IconButton.config.js +1 -1
  82. package/styled-components/es/Link/Link.config.js +6 -6
  83. package/styled-components/es/Radiobox/Radiobox.config.js +5 -5
  84. package/theme/themes/sdds_sbcom__dark.js +1 -1
  85. package/theme/themes/sdds_sbcom__dark.js.map +1 -1
  86. package/theme/themes/sdds_sbcom__light.js +1 -1
  87. package/theme/themes/sdds_sbcom__light.js.map +1 -1
  88. package/theme/tokens/index.d.ts +1078 -955
  89. package/theme/tokens/index.js +1535 -1310
  90. package/theme/tokens/index.js.map +1 -1
  91. package/components/Button/Button.config_1nw4w2x.css +0 -10
  92. package/components/Checkbox/Checkbox.config_17wm9b0.css +0 -6
  93. package/components/Counter/Counter.config_fnrejc.css +0 -11
  94. package/components/Link/Link.config_442y9l.css +0 -8
  95. package/components/Radiobox/Radiobox.config_1skjyph.css +0 -6
  96. package/es/components/Button/Button.config_1nw4w2x.css +0 -10
  97. package/es/components/Checkbox/Checkbox.config_17wm9b0.css +0 -6
  98. package/es/components/Counter/Counter.config_fnrejc.css +0 -11
  99. package/es/components/Link/Link.config_442y9l.css +0 -8
  100. package/es/components/Radiobox/Radiobox.config_1skjyph.css +0 -6
@@ -1,173 +1,160 @@
1
1
  /* Generated by robots, do not change this manually! */
2
2
 
3
3
  :root {
4
- --on-dark-outline-default-hover: #666666FF;
5
- --surface-accent-secondary-hover: #70CDB7FF;
6
4
  --surface-transparent-card-brightness-hover: #FAFAFA1F;
7
- --surface-transparent-card-brightness-active: #FAFAFA0A;
8
5
  --on-light-surface-solid-primary-brightness-hover: #FFFFFFFF;
9
- --on-light-surface-solid-primary-brightness-active: #FFFFFFFF;
10
- --on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;
11
- --on-dark-surface-solid-card-brightness-hover: #303030FF;
12
6
  --on-dark-surface-transparent-card-brightness-active: #FAFAFA0A;
13
- --on-light-personas-olive-text-accent: #127210;
14
- --on-dark-personas-olive-text-accent: #93CB92;
7
+ --on-dark-surface-transparent-card-brightness-hover: #FAFAFA1F;
8
+ --on-light-outline-positive-active: #20801EFF;
9
+ --personas-olive-text-accent: #93CB92;
10
+ --inverse-personas-green-text-accent: #6CD5BB;
11
+ --inverse-personas-indigo-text-accent: #BD91F5;
15
12
  --inverse-personas-ochre-text-accent: #D15A11;
16
13
  --inverse-personas-pink-text-accent: #F7A4A4;
17
- --surface-solid-tertiary-active: #424242FF;
14
+ --on-dark-personas-olive-text-accent: #93CB92;
15
+ --on-light-personas-olive-text-accent: #127210;
16
+ --surface-accent-secondary: #61C8B0;
17
+ --inverse-surface-solid-primary-brightness-active: #FFFFFFFF;
18
18
  --inverse-surface-solid-primary-brightness-hover: #FFFFFFFF;
19
- --text-primary: #FFFFFFFC;
20
- --inverse-surface-transparent-navi: #FFFFFF99;
19
+ --inverse-surface-solid-tertiary: #FFFFFF;
21
20
  --inverse-surface-transparent-card-brightness-hover: #FFFFFFFF;
21
+ --inverse-surface-transparent-navi: #FFFFFF99;
22
+ --on-dark-surface-accent-minor-active: #043F34FF;
23
+ --on-light-surface-solid-card-brightness-active: #FFFFFFFF;
24
+ --on-light-surface-solid-card-brightness-hover: #FFFFFFFF;
22
25
  --on-light-surface-solid-tertiary-active: #FFFFFFFF;
23
- --inverse-personas-indigo-text-accent: #BD91F5;
24
- --inverse-surface-solid-primary-brightness-active: #FFFFFFFF;
25
- --personas-olive-text-accent: #93CB92;
26
- --on-dark-text-accent-minor-hover: #60C7AFFF;
27
26
  --on-light-surface-transparent-card-brightness-active: #FFFFFFFF;
28
27
  --on-light-surface-transparent-card-brightness-hover: #FFFFFFFF;
29
- --on-light-surface-solid-card-brightness-active: #FFFFFFFF;
30
- --on-dark-surface-accent-minor-active: #043F34FF;
31
- --on-light-surface-solid-card-brightness-hover: #FFFFFFFF;
32
- --on-light-outline-positive-active: #20801EFF;
28
+ --text-primary: #FFFFFFFC;
29
+ --on-dark-text-accent-minor-hover: #60C7AFFF;
33
30
  --outline-primary: #3B3735;
34
- --inverse-surface-solid-tertiary: #FFFFFF;
35
- --inverse-personas-green-text-accent: #6CD5BB;
36
- --surface-accent-secondary: #61C8B0;
37
- --surface-accent-minor: #04473B;
38
- --on-dark-surface-accent-secondary: #61C8B0;
39
31
  --on-dark-personas-indigo-text-accent: #BD91F5;
40
- --on-dark-surface-solid-tertiary-active: #424242FF;
41
- --on-light-surface-accent-minor: #D0F2E9;
42
32
  --on-light-personas-ochre-text-accent: #D15A11;
43
33
  --on-light-personas-violet-text-accent: #9E32AF;
34
+ --surface-accent-minor: #04473B;
44
35
  --inverse-surface-transparent-card-brightness-active: #FFFFFFFF;
36
+ --on-dark-surface-accent-secondary: #61C8B0;
37
+ --on-dark-surface-solid-tertiary-active: #424242FF;
38
+ --on-light-surface-accent-minor: #D0F2E9;
45
39
  --on-light-outline-warning-active: #A3420AFF;
46
40
  --on-dark-surface-accent-minor-hover: #055C4CFF;
47
- --inverse-surface-solid-card-brightness-active: #FFFFFFFF;
48
41
  --on-light-surface-accent-minor-hover: #C7F0E5FF;
49
42
  --inverse-surface-accent-minor: #D0F2E9;
50
- --on-dark-surface-transparent-accent-minor: #0BA68647;
51
- --on-light-personas-sea-blue-text-accent: #00898D;
52
- --on-dark-personas-blue-text-accent: #79B3F2;
43
+ --inverse-surface-solid-card-brightness-active: #FFFFFFFF;
53
44
  --on-dark-personas-violet-text-accent: #E19DED;
54
- --personas-ochre-text-accent: #F4B49B;
45
+ --on-light-personas-sea-blue-text-accent: #00898D;
46
+ --on-dark-surface-transparent-accent-minor: #0BA68647;
55
47
  --on-light-surface-transparent-navi: #FFFFFF99;
48
+ --personas-ochre-text-accent: #F4B49B;
49
+ --on-dark-personas-blue-text-accent: #79B3F2;
50
+ --on-light-outline-default-active: #E6E6E6FF;
51
+ --personas-ochre-text-accent-hover: #F7C8B6FF;
52
+ --personas-sea-blue-text-accent-active: #00A8ADFF;
56
53
  --inverse-personas-blue-text-accent-active: #0D4F96FF;
57
- --on-light-text-warning-active: #6F2D06FF;
54
+ --inverse-personas-green-text-accent-active: #4CCDACFF;
55
+ --inverse-personas-indigo-text-accent-active: #A46AF1FF;
58
56
  --inverse-personas-olive-text-accent-hover: #1DB71AFF;
59
- --on-light-surface-transparent-navi-active: #FFFFFFAD;
60
- --on-light-personas-blue-text-accent-active: #0D4F96FF;
61
- --on-light-outline-primary-active: #C4BEBAFF;
62
- --on-light-outline-default-active: #E6E6E6FF;
57
+ --inverse-personas-pink-text-accent-active: #F48080FF;
58
+ --on-dark-personas-green-text-accent-hover: #84DCC6FF;
63
59
  --on-dark-personas-olive-text-accent-active: #7DC07CFF;
60
+ --on-dark-personas-pink-text-accent-active: #F58A8AFF;
64
61
  --on-dark-personas-sea-blue-text-accent: #7BC8C8;
65
62
  --on-dark-personas-violet-text-accent-active: #D982E8FF;
66
- --on-dark-personas-green-text-accent-hover: #84DCC6FF;
67
- --on-dark-surface-accent-secondary-active: #59C5ACFF;
68
- --inverse-personas-green-text-accent-active: #4CCDACFF;
63
+ --on-light-personas-blue-text-accent-active: #0D4F96FF;
64
+ --on-light-personas-pink-text-accent-active: #D73333FF;
69
65
  --inverse-surface-accent-secondary: #41BDA1;
70
- --on-dark-text-primary-brightness-hover: #FAFAFA93;
71
- --on-dark-personas-pink-text-accent-active: #F58A8AFF;
72
- --inverse-personas-indigo-text-accent-active: #A46AF1FF;
73
- --personas-sea-blue-text-accent-active: #00A8ADFF;
66
+ --inverse-surface-transparent-accent-minor-active: #0BA8885C;
67
+ --on-dark-surface-accent-secondary-active: #59C5ACFF;
74
68
  --on-light-surface-transparent-accent-minor: #0BA6863D;
75
- --on-light-personas-pink-text-accent-active: #D73333FF;
69
+ --on-light-surface-transparent-navi-active: #FFFFFFAD;
76
70
  --text-primary-brightness-hover: #FAFAFA93;
77
- --inverse-surface-transparent-accent-minor-active: #0BA8885C;
78
- --personas-ochre-text-accent-hover: #F7C8B6FF;
79
- --inverse-personas-pink-text-accent-active: #F48080FF;
80
- --on-light-surface-transparent-navi-hover: #FFFFFFA8;
81
- --outline-primary-active: #2B2827FF;
82
- --on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;
83
- --on-light-personas-green-text-accent: #038768;
84
- --inverse-surface-accent-secondary-active: #3CAF94FF;
85
- --personas-indigo-text-accent-active: #AA73F2FF;
71
+ --on-dark-text-primary-brightness-hover: #FAFAFA93;
72
+ --on-light-text-warning-active: #6F2D06FF;
73
+ --on-light-outline-primary-active: #C4BEBAFF;
74
+ --inverse-outline-default-hover: #CCCCCCFF;
75
+ --inverse-outline-primary-hover: #ADA39FFF;
86
76
  --personas-green-text-accent-active: #03A57FFF;
87
- --on-dark-surface-transparent-navi-hover: #242424B8;
88
- --inverse-personas-sea-blue-text-accent-hover: #000000FF;
89
- --on-light-surface-accent-secondary-hover: #50C3A8FF;
77
+ --personas-indigo-text-accent-active: #AA73F2FF;
78
+ --personas-olive-text-accent-hover: #A6D4A5FF;
79
+ --personas-violet-text-accent: #9E32AF;
90
80
  --inverse-personas-blue-text-accent-hover: #1477E1FF;
91
81
  --inverse-personas-indigo-text-accent-hover: #D2B4F8FF;
82
+ --inverse-personas-ochre-text-accent-hover: #ED6C1DFF;
83
+ --inverse-personas-pink-text-accent-hover: #FBCBCBFF;
84
+ --inverse-personas-sea-blue-text-accent-hover: #000000FF;
85
+ --inverse-personas-violet-text-accent-hover: #B740C9FF;
86
+ --on-dark-personas-green-text-accent-active: #54CFB0FF;
87
+ --on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
92
88
  --on-dark-personas-ochre-text-accent: #F4B49B;
93
- --on-light-personas-green-text-accent-hover: #04D7A6FF;
94
89
  --on-dark-personas-ochre-text-accent-active: #F19F7EFF;
90
+ --on-dark-personas-pink-text-accent-hover: #F26E6EFF;
91
+ --on-dark-personas-sea-blue-text-accent-active: #2D6C6CFF;
92
+ --on-light-personas-blue-text-accent-hover: #1477E1FF;
93
+ --on-light-personas-green-text-accent: #038768;
94
+ --on-light-personas-green-text-accent-hover: #04D7A6FF;
95
95
  --on-light-personas-ochre-text-accent-hover: #ED6C1DFF;
96
- --outline-primary-hover: #6B6461FF;
97
96
  --surface-transparent-accent-minor-active: #0BA88838;
98
97
  --surface-transparent-navi-hover: #242424B8;
99
- --inverse-outline-default-hover: #CCCCCCFF;
100
- --inverse-personas-violet-text-accent-hover: #B740C9FF;
101
- --on-light-surface-transparent-accent-minor-hover: #0BA8884D;
98
+ --inverse-surface-accent-secondary-active: #3CAF94FF;
102
99
  --inverse-surface-transparent-accent-minor-hover: #0BA88857;
103
100
  --inverse-surface-transparent-navi-hover: #FFFFFFA8;
104
- --inverse-outline-primary-hover: #ADA39FFF;
105
- --personas-olive-text-accent-hover: #A6D4A5FF;
106
- --personas-violet-text-accent: #9E32AF;
107
- --inverse-personas-ochre-text-accent-hover: #ED6C1DFF;
108
- --on-dark-personas-green-text-accent-active: #54CFB0FF;
109
- --on-dark-personas-pink-text-accent-hover: #F26E6EFF;
110
- --inverse-personas-pink-text-accent-hover: #FBCBCBFF;
111
- --on-dark-personas-indigo-text-accent-hover: #E8DAFCFF;
112
- --on-light-personas-blue-text-accent-hover: #1477E1FF;
113
- --on-light-personas-olive-text-accent-hover: #1DB71AFF;
114
- --on-light-personas-violet-text-accent-hover: #B740C9FF;
101
+ --on-dark-surface-transparent-navi-hover: #242424B8;
102
+ --on-light-surface-accent-secondary-hover: #50C3A8FF;
103
+ --on-light-surface-transparent-accent-minor-hover: #0BA8884D;
104
+ --on-light-surface-transparent-navi-hover: #FFFFFFA8;
105
+ --outline-primary-hover: #6B6461FF;
106
+ --on-dark-outline-default: #383838;
115
107
  --on-dark-outline-primary-hover: #6B6461FF;
116
- --on-dark-personas-pink-text-accent: #F7A4A4;
117
- --on-dark-outline-primary: #3B3735;
118
- --on-light-personas-blue-text-accent: #1063BA;
119
- --surface-accent-secondary-active: #59C5ACFF;
108
+ --on-light-outline-default: #FFFFFF;
120
109
  --personas-blue-text-accent: #79B3F2;
121
110
  --personas-blue-text-accent-active: #5DA3EFFF;
122
111
  --personas-green-text-accent: #038768;
123
- --surface-solid-primary-brightness-active: #212121FF;
124
- --on-light-text-primary-brightness-hover: #17171793;
112
+ --personas-indigo-text-accent: #BD91F5;
125
113
  --personas-pink-text-accent: #DE5555;
114
+ --personas-pink-text-accent-hover: #E26E6EFF;
126
115
  --personas-sea-blue-text-accent: #00898D;
127
- --surface-transparent-accent-minor: #0BA68647;
128
116
  --personas-violet-text-accent-hover: #B438C7FF;
129
117
  --inverse-personas-blue-text-accent: #1063BA;
130
118
  --inverse-personas-olive-text-accent-active: #179315FF;
119
+ --inverse-personas-violet-text-accent: #9E32AF;
120
+ --on-dark-personas-indigo-text-accent-active: #AA73F2FF;
121
+ --on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
122
+ --on-dark-personas-pink-text-accent: #F7A4A4;
123
+ --on-light-personas-blue-text-accent: #1063BA;
124
+ --on-light-personas-olive-text-accent-hover: #1DB71AFF;
125
+ --on-light-personas-violet-text-accent-hover: #B740C9FF;
126
+ --surface-accent-secondary-active: #59C5ACFF;
127
+ --surface-solid-primary-brightness-active: #212121FF;
128
+ --surface-transparent-accent-minor: #0BA68647;
131
129
  --inverse-surface-solid-card-brightness-hover: #FFFFFFFF;
132
130
  --inverse-surface-transparent-accent-minor: #0BA68647;
133
- --on-dark-surface-solid-primary-brightness-hover: #303030FF;
134
131
  --on-dark-surface-transparent-navi: #23232399;
135
- --inverse-text-primary-brightness-hover: #17171793;
136
- --background-hardline: #000000;
137
- --inverse-outline-primary: #DDD9D7;
138
- --on-dark-outline-default: #383838;
139
- --inverse-personas-violet-text-accent: #9E32AF;
140
- --personas-indigo-text-accent: #BD91F5;
132
+ --on-dark-surface-transparent-navi-active: #2424248A;
133
+ --on-light-surface-accent-secondary: #41BDA1;
141
134
  --inverse-text-primary-brightness-active: #171717C4;
135
+ --inverse-text-primary-brightness-hover: #17171793;
142
136
  --on-dark-text-primary-brightness-active: #FAFAFAC4;
143
137
  --on-light-text-primary-brightness-active: #171717C4;
144
- --on-dark-personas-indigo-text-accent-active: #AA73F2FF;
145
- --on-dark-personas-ochre-text-accent-hover: #F7C8B6FF;
146
- --personas-pink-text-accent-hover: #E26E6EFF;
147
- --on-dark-surface-transparent-navi-active: #2424248A;
148
- --on-light-surface-accent-secondary: #41BDA1;
149
- --on-light-outline-default: #FFFFFF;
150
- --personas-pink-text-accent-active: #D83B3BFF;
138
+ --on-light-text-primary-brightness-hover: #17171793;
139
+ --inverse-outline-primary: #DDD9D7;
140
+ --on-dark-outline-primary: #3B3735;
151
141
  --inverse-personas-ochre-text-accent-active: #AA4A0EFF;
152
142
  --inverse-personas-olive-text-accent: #127210;
153
143
  --on-dark-personas-blue-text-accent-active: #5DA3EFFF;
154
144
  --on-dark-personas-green-text-accent: #6CD5BB;
145
+ --on-light-personas-indigo-text-accent: #7133BE;
146
+ --on-light-personas-indigo-text-accent-active: #5B2999FF;
155
147
  --on-light-personas-olive-text-accent-active: #179315FF;
156
148
  --on-light-personas-pink-text-accent: #DE5555;
157
149
  --on-light-personas-sea-blue-text-accent-active: #00B1B8FF;
158
150
  --surface-transparent-accent-minor-hover: #0BA88866;
159
151
  --inverse-surface-transparent-navi-active: #FFFFFFAD;
160
- --on-dark-surface-transparent-accent-minor-hover: #0BA88866;
161
- --on-light-personas-indigo-text-accent: #7133BE;
162
- --on-dark-surface-solid-primary-brightness-active: #212121FF;
163
152
  --on-dark-surface-transparent-accent-minor-active: #0BA88838;
153
+ --on-dark-surface-transparent-accent-minor-hover: #0BA88866;
164
154
  --on-light-surface-accent-secondary-active: #3CAF94FF;
155
+ --personas-pink-text-accent-active: #D83B3BFF;
165
156
  --inverse-personas-green-text-accent-hover: #8CDECAFF;
166
- --on-light-personas-indigo-text-accent-active: #5B2999FF;
167
- --outline-transparent-white-active: #FFFFFF49;
168
- --outline-transparent-white-hover: #FFFFFFF5;
169
157
  --inverse-outline-deep: #A1A09F;
170
- --inverse-outline-deep-active: #8D8C8BFF;
171
158
  --inverse-outline-deep-hover: #CAC9C9FF;
172
159
  --inverse-outline-transparent-white: #FFFFFF66;
173
160
  --inverse-outline-transparent-white-hover: #FFFFFF3D;
@@ -201,454 +188,431 @@
201
188
  --on-dark-surface-transparent-card-minor-hover: #2424249E;
202
189
  --on-light-surface-solid-deep: #A1A09F;
203
190
  --on-light-surface-solid-deep-active: #979695FF;
191
+ --outline-transparent-white-hover: #FFFFFFF5;
192
+ --inverse-outline-deep-active: #8D8C8BFF;
193
+ --on-light-outline-transparent-white-active: #FFFFFFA3;
204
194
  --on-light-surface-solid-deep-hover: #B1B0AFFF;
205
195
  --on-light-surface-transparent-card-minor: #FFFFFF85;
206
196
  --on-light-surface-transparent-card-minor-active: #FFFFFF99;
207
197
  --on-light-surface-transparent-card-minor-hover: #FFFFFF94;
208
- --outline-deep-active: #5D5C5BFF;
209
- --outline-deep-hover: #D2D1D1FF;
210
- --on-light-outline-transparent-white-active: #FFFFFFA3;
211
- --on-light-outline-transparent-white-hover: #FFFFFF3D;
212
198
  --text-positive-active: #469442FF;
213
199
  --text-positive-hover: #62B65DFF;
214
200
  --text-primary-active: #FFFFFFCA;
215
201
  --text-primary-brightness: #FAFAFAF5;
216
- --text-negative: #F57E83;
217
- --text-negative-active: #F3626AFF;
218
- --text-negative-hover: #F89BA0FF;
219
- --text-tertiary-active: #F5F1EF49;
220
- --text-tertiary-hover: #F5F1EFFF;
221
- --text-warning: #DA6828;
222
- --text-warning-active: #C45D21FF;
223
- --text-warning-hover: #DF7D43FF;
202
+ --outline-deep-hover: #D2D1D1FF;
203
+ --on-light-outline-transparent-white-hover: #FFFFFF3D;
224
204
  --text-accent-minor: #61C8B07A;
225
- --text-accent-minor-active: #60C7AF93;
226
205
  --text-accent-minor-hover: #60C7AFFF;
227
- --text-paragraph-hover: #F5F1EFFF;
228
- --text-positive: #50A84C;
229
- --text-paragraph: #F6F2F07A;
230
- --text-paragraph-active: #F5F1EF93;
231
206
  --text-info: #70B2F5;
232
207
  --text-info-active: #53A3F3FF;
233
208
  --text-info-hover: #BCDBFAFF;
209
+ --text-negative: #F57E83;
210
+ --text-negative-active: #F3626AFF;
211
+ --text-negative-hover: #F89BA0FF;
212
+ --text-paragraph: #F6F2F07A;
213
+ --text-paragraph-active: #F5F1EF93;
214
+ --text-paragraph-hover: #F5F1EFFF;
215
+ --text-positive: #50A84C;
234
216
  --text-secondary: #F6F2F0A3;
235
217
  --text-secondary-active: #F5F1EFC4;
236
218
  --text-secondary-hover: #F5F1EFFF;
237
219
  --text-tertiary: #F6F2F03D;
238
- --text-accent: #61C8B0;
239
- --text-accent-active: #4ABFA4FF;
220
+ --text-tertiary-active: #F5F1EF49;
221
+ --text-tertiary-hover: #F5F1EFFF;
222
+ --text-warning: #DA6828;
223
+ --text-warning-active: #C45D21FF;
224
+ --text-warning-hover: #DF7D43FF;
240
225
  --on-dark-text-accent-minor-active: #60C7AF93;
241
- --on-dark-text-info-active: #53A3F3FF;
242
226
  --on-dark-text-info: #70B2F5;
227
+ --on-dark-text-info-active: #53A3F3FF;
243
228
  --on-dark-text-info-hover: #BCDBFAFF;
244
229
  --on-dark-text-negative: #F57E83;
245
230
  --on-dark-text-secondary: #F6F2F0A3;
246
- --on-dark-text-secondary-active: #F5F1EFC4;
247
- --on-dark-text-tertiary: #F6F2F03D;
248
- --on-dark-text-secondary-hover: #F5F1EFFF;
249
- --on-dark-text-primary: #FFFFFFFC;
250
- --on-dark-text-accent-hover: #60C7AF8E;
251
- --on-dark-text-positive: #50A84C;
252
- --on-dark-text-paragraph-hover: #F5F1EFFF;
253
- --on-dark-text-negative-active: #F3626AFF;
254
- --on-dark-text-paragraph: #F6F2F07A;
231
+ --text-accent: #61C8B0;
232
+ --text-accent-minor-active: #60C7AF93;
255
233
  --on-dark-text-negative-hover: #F89BA0FF;
234
+ --on-dark-text-paragraph: #F6F2F07A;
235
+ --on-dark-text-paragraph-hover: #F5F1EFFF;
236
+ --on-dark-text-positive: #50A84C;
237
+ --on-dark-text-positive-active: #469442FF;
238
+ --on-dark-text-positive-hover: #62B65DFF;
239
+ --on-dark-text-primary: #FFFFFFFC;
256
240
  --on-dark-text-primary-active: #FFFFFFCA;
257
241
  --on-dark-text-primary-brightness: #FAFAFAF5;
258
- --on-dark-text-warning-hover: #DF7D43FF;
242
+ --on-dark-text-primary-hover: #FFFFFF97;
243
+ --on-dark-text-secondary-active: #F5F1EFC4;
244
+ --on-dark-text-secondary-hover: #F5F1EFFF;
245
+ --on-dark-text-tertiary: #F6F2F03D;
259
246
  --on-dark-text-tertiary-active: #F5F1EF49;
247
+ --on-dark-text-tertiary-hover: #F5F1EFFF;
260
248
  --on-dark-text-warning: #DA6828;
261
249
  --on-dark-text-warning-active: #C45D21FF;
262
- --on-dark-text-tertiary-hover: #F5F1EFFF;
263
- --on-dark-text-primary-hover: #FFFFFF97;
264
- --on-dark-text-positive-active: #469442FF;
265
- --on-dark-text-accent-minor: #61C8B07A;
266
- --on-dark-text-positive-hover: #62B65DFF;
267
- --on-light-text-tertiary-active: #15110F49;
268
- --on-light-text-warning: #973C09;
269
- --on-light-text-tertiary-hover: #15110FFF;
270
- --on-light-text-warning-hover: #BC4C0BFF;
250
+ --on-dark-text-warning-hover: #DF7D43FF;
251
+ --on-light-text-accent-minor-active: #0A8F747A;
271
252
  --on-light-text-positive-active: #185E17FF;
272
- --on-light-text-primary: #15110FFC;
273
253
  --on-light-text-positive-hover: #29A027FF;
274
- --on-light-text-accent-minor-active: #0A8F747A;
275
- --on-light-text-paragraph: #15110F66;
254
+ --on-light-text-primary: #15110FFC;
255
+ --on-light-text-tertiary-active: #15110F49;
256
+ --on-light-text-tertiary-hover: #15110FFF;
257
+ --on-light-text-warning: #973C09;
258
+ --on-light-text-warning-hover: #BC4C0BFF;
259
+ --on-dark-text-accent-minor: #61C8B07A;
260
+ --on-dark-text-negative-active: #F3626AFF;
261
+ --inverse-text-secondary-active: #15110FC4;
262
+ --inverse-text-tertiary-active: #15110F49;
263
+ --inverse-text-tertiary-hover: #15110FFF;
264
+ --on-light-text-accent: #0A8E73;
265
+ --on-light-text-accent-active: #076955FF;
266
+ --on-light-text-accent-hover: #0DB593FF;
267
+ --on-light-text-accent-minor: #0A8E7366;
276
268
  --on-light-text-accent-minor-hover: #0A8F74FF;
269
+ --on-light-text-info: #205EA5;
270
+ --on-light-text-info-active: #194B85FF;
271
+ --on-light-text-negative-active: #AF181DFF;
272
+ --on-light-text-negative-hover: #E3353BFF;
273
+ --on-light-text-paragraph: #15110F66;
277
274
  --on-light-text-paragraph-active: #15110F7A;
278
- --on-light-text-positive: #207F1F;
279
275
  --on-light-text-paragraph-hover: #15110FFF;
276
+ --on-light-text-positive: #207F1F;
277
+ --on-light-text-primary-active: #15110FCA;
278
+ --on-light-text-primary-brightness: #171717F5;
279
+ --on-light-text-primary-hover: #15110F97;
280
280
  --on-light-text-secondary: #15110FA3;
281
281
  --on-light-text-secondary-active: #15110FC4;
282
- --on-light-text-tertiary: #15110F3D;
283
282
  --on-light-text-secondary-hover: #15110FFF;
284
- --on-light-text-primary-active: #15110FCA;
285
- --on-light-text-primary-hover: #15110F97;
286
- --on-light-text-primary-brightness: #171717F5;
287
- --on-light-text-accent-active: #076955FF;
288
- --on-light-text-accent-minor: #0A8E7366;
289
- --on-light-text-accent: #0A8E73;
290
- --on-light-text-accent-hover: #0DB593FF;
291
- --on-light-text-negative-active: #AF181DFF;
292
- --on-light-text-negative-hover: #E3353BFF;
293
- --inverse-text-secondary-hover: #15110FFF;
283
+ --on-light-text-tertiary: #15110F3D;
294
284
  --inverse-text-secondary: #15110FA3;
295
- --inverse-text-secondary-active: #15110FC4;
296
- --inverse-text-tertiary-active: #15110F49;
297
- --on-light-text-info: #205EA5;
298
- --inverse-text-tertiary-hover: #15110FFF;
299
- --on-light-text-info-active: #194B85FF;
300
- --on-light-text-info-hover: #000000FF;
301
- --inverse-text-primary-active: #15110FCA;
302
- --inverse-text-primary-hover: #15110F97;
303
- --inverse-text-primary-brightness: #171717F5;
285
+ --inverse-text-secondary-hover: #15110FFF;
286
+ --inverse-text-accent-minor: #0A8E7366;
304
287
  --inverse-text-accent-minor-active: #0A8F747A;
305
- --inverse-text-paragraph: #15110F66;
306
288
  --inverse-text-accent-minor-hover: #0A8F74FF;
289
+ --inverse-text-negative: #D11D23;
290
+ --inverse-text-negative-active: #AF181DFF;
291
+ --inverse-text-negative-hover: #E3353BFF;
292
+ --inverse-text-paragraph: #15110F66;
307
293
  --inverse-text-paragraph-active: #15110F7A;
308
- --inverse-text-primary: #15110FFC;
309
294
  --inverse-text-paragraph-hover: #15110FFF;
295
+ --inverse-text-positive-active: #185E17FF;
296
+ --inverse-text-positive-hover: #29A027FF;
297
+ --inverse-text-primary: #15110FFC;
298
+ --inverse-text-primary-active: #15110FCA;
299
+ --inverse-text-primary-brightness: #171717F5;
300
+ --inverse-text-primary-hover: #15110F97;
310
301
  --inverse-text-tertiary: #15110F3D;
302
+ --on-light-text-info-hover: #000000FF;
311
303
  --on-light-text-negative: #D11D23;
312
304
  --inverse-text-accent-active: #076955FF;
313
305
  --inverse-text-accent-hover: #0DB593FF;
314
- --inverse-text-accent-minor: #0A8E7366;
315
- --inverse-text-negative: #D11D23;
316
- --inverse-text-positive-active: #185E17FF;
317
- --inverse-text-positive-hover: #29A027FF;
318
- --inverse-text-negative-active: #AF181DFF;
319
- --inverse-text-negative-hover: #E3353BFF;
320
- --surface-solid-secondary: #292929;
321
- --surface-solid-tertiary: #474747;
306
+ --surface-clear-active: #FFFFFF00;
307
+ --surface-solid-card-brightness: #262626FF;
308
+ --surface-solid-card-hover: #2E2E2EFF;
309
+ --surface-solid-primary: #232323;
322
310
  --surface-solid-secondary-active: #242424FF;
323
311
  --surface-solid-secondary-hover: #333333FF;
312
+ --surface-solid-tertiary: #474747;
324
313
  --surface-solid-tertiary-hover: #525252FF;
325
- --inverse-text-info-active: #194B85FF;
314
+ --surface-transparent-deep: #A1A09F99;
315
+ --surface-transparent-deep-active: #A2A1A08A;
316
+ --surface-transparent-deep-hover: #A2A1A0B8;
317
+ --surface-transparent-primary: #FFFFFF14;
318
+ --surface-transparent-primary-active: #FFFFFF0F;
319
+ --surface-transparent-primary-hover: #FFFFFF24;
320
+ --surface-transparent-secondary: #FFFFFF29;
326
321
  --inverse-text-info: #205EA5;
322
+ --inverse-text-info-active: #194B85FF;
327
323
  --inverse-text-info-hover: #000000FF;
324
+ --inverse-text-positive: #207F1F;
328
325
  --inverse-text-warning: #973C09;
329
- --inverse-text-warning-hover: #BC4C0BFF;
330
- --surface-solid-primary: #232323;
331
326
  --inverse-text-warning-active: #6F2D06FF;
332
- --inverse-text-positive: #207F1F;
333
- --surface-solid-primary-hover: #2E2E2EFF;
327
+ --inverse-text-warning-hover: #BC4C0BFF;
334
328
  --surface-accent-hover: #0CBB98FF;
335
- --surface-accent-active: #0A9E81FF;
336
- --surface-transparent-primary-active: #FFFFFF0F;
337
- --surface-transparent-secondary: #FFFFFF29;
338
- --surface-transparent-primary-hover: #FFFFFF24;
339
- --surface-transparent-deep: #A1A09F99;
340
- --surface-transparent-primary: #FFFFFF14;
341
- --surface-transparent-deep-active: #A2A1A08A;
342
- --surface-transparent-deep-hover: #A2A1A0B8;
343
329
  --surface-solid-card-active: #1F1F1FFF;
344
- --surface-solid-card-hover: #2E2E2EFF;
345
- --surface-solid-card-brightness: #262626FF;
346
- --surface-clear-active: #FFFFFF00;
347
- --surface-clear: #FFFFFF00;
330
+ --surface-positive: #A6D2A2;
331
+ --surface-positive-active: #9FCF9BFF;
332
+ --surface-positive-hover: #B3D9B0FF;
348
333
  --surface-solid-card: #232323;
349
- --surface-clear-hover: #FFFFFF00;
350
- --surface-transparent-card-active: #383838A8;
351
- --surface-transparent-card-hover: #383838D6;
352
- --surface-transparent-card-brightness: #FAFAFA0F;
353
334
  --surface-solid-default-active: #F2ECE9FF;
354
335
  --surface-solid-default-hover: #F9F7F5FF;
336
+ --surface-transparent-accent: #0BA68633;
355
337
  --surface-transparent-accent-active: #0BA88824;
338
+ --surface-transparent-accent-hover: #0BA88852;
356
339
  --surface-transparent-card: #373737B8;
340
+ --surface-transparent-card-active: #383838A8;
341
+ --surface-transparent-card-brightness: #FAFAFA0F;
342
+ --surface-transparent-card-hover: #383838D6;
357
343
  --surface-transparent-secondary-active: #FFFFFF1A;
358
- --surface-transparent-tertiary: #FFFFFF3D;
359
- --surface-transparent-accent-hover: #0BA88852;
360
- --surface-transparent-accent: #0BA68633;
361
344
  --surface-transparent-secondary-hover: #FFFFFF47;
345
+ --surface-transparent-tertiary: #FFFFFF3D;
362
346
  --surface-transparent-tertiary-active: #FFFFFF2E;
363
347
  --surface-transparent-tertiary-hover: #FFFFFF5C;
364
- --surface-positive-active: #9FCF9BFF;
365
- --surface-positive-hover: #B3D9B0FF;
348
+ --surface-clear-hover: #FFFFFF00;
366
349
  --surface-negative-active: #F79C9FFF;
367
- --surface-positive: #A6D2A2;
368
350
  --surface-negative-hover: #F9B8BAFF;
369
- --surface-info-hover: #AED4F9FF;
370
- --surface-warning: #F8AD80;
371
- --surface-warning-hover: #F9BB94FF;
372
- --surface-warning-active: #F8A977FF;
373
- --surface-info-active: #91C4F7FF;
374
351
  --surface-negative: #F8A6A9;
352
+ --surface-transparent-negative: #F8A6A980;
375
353
  --surface-transparent-negative-active: #F8A5A870;
376
354
  --surface-transparent-negative-hover: #F8A5A89E;
377
- --surface-transparent-negative: #F8A6A980;
355
+ --surface-warning: #F8AD80;
356
+ --surface-warning-active: #F8A977FF;
357
+ --surface-warning-hover: #F9BB94FF;
378
358
  --on-dark-surface-solid-secondary: #292929;
379
- --on-dark-surface-solid-tertiary: #474747;
380
359
  --on-dark-surface-solid-secondary-active: #242424FF;
381
360
  --on-dark-surface-solid-secondary-hover: #333333FF;
361
+ --on-dark-surface-solid-tertiary: #474747;
382
362
  --on-dark-surface-solid-tertiary-hover: #525252FF;
383
- --on-dark-surface-solid-primary-active: #1F1F1FFF;
384
- --on-dark-surface-solid-primary-brightness: #262626FF;
385
- --surface-read-only-active: #FAFAFA00;
363
+ --surface-info-hover: #AED4F9FF;
386
364
  --surface-read-only: #F9F9F905;
387
365
  --surface-read-only-hover: #FAFAFA0F;
388
- --on-dark-surface-solid-primary-hover: #2E2E2EFF;
389
- --on-dark-surface-solid-primary: #232323;
390
366
  --on-dark-surface-accent: #0BA686;
391
- --on-dark-surface-accent-hover: #0CBB98FF;
392
367
  --on-dark-surface-accent-active: #0A9E81FF;
393
- --on-dark-surface-transparent-primary-active: #FFFFFF0F;
394
- --on-dark-surface-transparent-secondary: #FFFFFF29;
395
- --on-dark-surface-transparent-primary-hover: #FFFFFF24;
396
- --on-dark-surface-transparent-deep: #A1A09F99;
397
- --on-dark-surface-transparent-primary: #FFFFFF14;
398
- --on-dark-surface-transparent-deep-active: #A2A1A08A;
399
- --on-dark-surface-transparent-deep-hover: #A2A1A0B8;
400
- --on-dark-surface-solid-card-active: #1F1F1FFF;
401
- --on-dark-surface-solid-card-hover: #2E2E2EFF;
402
- --on-dark-surface-solid-card-brightness: #262626FF;
368
+ --on-dark-surface-accent-hover: #0CBB98FF;
403
369
  --on-dark-surface-clear: #FFFFFF00;
404
- --on-dark-surface-clear-hover: #FFFFFF00;
405
370
  --on-dark-surface-clear-active: #FFFFFF00;
371
+ --on-dark-surface-clear-hover: #FFFFFF00;
406
372
  --on-dark-surface-solid-card: #232323;
373
+ --on-dark-surface-solid-card-active: #1F1F1FFF;
374
+ --on-dark-surface-solid-card-brightness: #262626FF;
375
+ --on-dark-surface-solid-card-hover: #2E2E2EFF;
407
376
  --on-dark-surface-solid-default-hover: #F9F7F5FF;
377
+ --on-dark-surface-solid-primary: #232323;
378
+ --on-dark-surface-solid-primary-active: #1F1F1FFF;
379
+ --on-dark-surface-solid-primary-brightness: #262626FF;
380
+ --on-dark-surface-solid-primary-hover: #2E2E2EFF;
381
+ --on-dark-surface-transparent-deep: #A1A09F99;
382
+ --on-dark-surface-transparent-deep-active: #A2A1A08A;
383
+ --on-dark-surface-transparent-deep-hover: #A2A1A0B8;
384
+ --on-dark-surface-transparent-primary: #FFFFFF14;
385
+ --on-dark-surface-transparent-primary-active: #FFFFFF0F;
386
+ --on-dark-surface-transparent-primary-hover: #FFFFFF24;
387
+ --on-dark-surface-transparent-secondary: #FFFFFF29;
388
+ --surface-read-only-active: #FAFAFA00;
389
+ --on-dark-surface-negative-hover: #F9B8BAFF;
390
+ --on-dark-surface-positive: #A6D2A2;
391
+ --on-dark-surface-positive-active: #9FCF9BFF;
392
+ --on-dark-surface-positive-hover: #B3D9B0FF;
408
393
  --on-dark-surface-solid-default-active: #F2ECE9FF;
394
+ --on-dark-surface-transparent-accent: #0BA68633;
409
395
  --on-dark-surface-transparent-card: #373737B8;
410
- --on-dark-surface-transparent-card-hover: #383838D6;
396
+ --on-dark-surface-transparent-card-active: #383838A8;
411
397
  --on-dark-surface-transparent-card-brightness: #FAFAFA0F;
398
+ --on-dark-surface-transparent-card-hover: #383838D6;
412
399
  --on-dark-surface-transparent-secondary-active: #FFFFFF1A;
413
- --on-dark-surface-transparent-tertiary: #FFFFFF3D;
414
- --on-dark-surface-transparent-card-active: #383838A8;
415
400
  --on-dark-surface-transparent-secondary-hover: #FFFFFF47;
401
+ --on-dark-surface-transparent-tertiary: #FFFFFF3D;
416
402
  --on-dark-surface-transparent-tertiary-active: #FFFFFF2E;
417
403
  --on-dark-surface-transparent-tertiary-hover: #FFFFFF5C;
418
- --on-dark-surface-positive-active: #9FCF9BFF;
419
- --on-dark-surface-positive-hover: #B3D9B0FF;
420
- --on-dark-surface-negative-active: #F79C9FFF;
421
- --on-dark-surface-positive: #A6D2A2;
422
- --on-dark-surface-negative-hover: #F9B8BAFF;
423
- --on-dark-surface-info-hover: #AED4F9FF;
424
- --on-dark-surface-info: #9BCAF8;
425
- --on-dark-surface-info-active: #91C4F7FF;
426
404
  --on-dark-surface-warning-active: #F8A977FF;
427
- --on-dark-surface-transparent-accent: #0BA68633;
428
- --on-dark-surface-transparent-accent-hover: #0BA88852;
405
+ --on-dark-surface-info-active: #91C4F7FF;
406
+ --on-dark-surface-info-hover: #AED4F9FF;
407
+ --on-dark-surface-negative-active: #F79C9FFF;
408
+ --on-dark-surface-read-only: #F9F9F905;
409
+ --on-dark-surface-read-only-active: #FAFAFA00;
410
+ --on-dark-surface-read-only-hover: #FAFAFA0F;
429
411
  --on-dark-surface-transparent-accent-active: #0BA88824;
430
- --on-dark-surface-warning: #F8AD80;
431
- --on-dark-surface-warning-hover: #F9BB94FF;
432
- --on-dark-surface-negative: #F8A6A9;
412
+ --on-dark-surface-transparent-accent-hover: #0BA88852;
413
+ --on-dark-surface-transparent-negative: #F8A6A980;
433
414
  --on-dark-surface-transparent-negative-active: #F8A5A870;
434
415
  --on-dark-surface-transparent-negative-hover: #F8A5A89E;
435
- --on-dark-surface-read-only-active: #FAFAFA00;
436
- --on-dark-surface-transparent-negative: #F8A6A980;
416
+ --on-dark-surface-warning: #F8AD80;
417
+ --on-dark-surface-warning-hover: #F9BB94FF;
418
+ --on-light-surface-solid-primary: #FFFFFF;
419
+ --on-light-surface-solid-primary-active: #FFFFFFFF;
420
+ --on-light-surface-solid-primary-brightness: #FFFFFFFF;
421
+ --on-light-surface-solid-primary-hover: #FFFFFFFF;
437
422
  --on-light-surface-solid-secondary: #FFFFFF;
438
- --on-light-surface-solid-tertiary: #FFFFFF;
439
423
  --on-light-surface-solid-secondary-active: #FFFFFFFF;
440
424
  --on-light-surface-solid-secondary-hover: #FFFFFFFF;
425
+ --on-light-surface-solid-tertiary: #FFFFFF;
441
426
  --on-light-surface-solid-tertiary-hover: #FFFFFFFF;
442
- --on-dark-surface-read-only-hover: #FAFAFA0F;
443
- --on-dark-surface-read-only: #F9F9F905;
444
- --on-light-surface-solid-primary-active: #FFFFFFFF;
445
- --on-light-surface-solid-primary-hover: #FFFFFFFF;
446
- --on-light-surface-solid-primary-brightness: #FFFFFFFF;
447
- --on-light-surface-solid-primary: #FFFFFF;
427
+ --on-dark-surface-negative: #F8A6A9;
448
428
  --on-light-surface-accent: #0BA686;
449
- --on-light-surface-accent-hover: #0CBB98FF;
450
429
  --on-light-surface-accent-active: #099579FF;
451
- --on-light-surface-transparent-primary-active: #15110F0F;
452
- --on-light-surface-transparent-secondary: #15110F14;
453
- --on-light-surface-transparent-primary-hover: #15110F0D;
454
- --on-light-surface-transparent-deep: #A1A09FA3;
455
- --on-light-surface-transparent-primary: #15110F0A;
456
- --on-light-surface-transparent-deep-active: #A2A1A0B8;
457
- --on-light-surface-solid-card-active: #FFFFFFFF;
458
- --on-light-surface-solid-card-hover: #FFFFFFFF;
459
- --on-light-surface-solid-card-brightness: #FFFFFFFF;
430
+ --on-light-surface-accent-hover: #0CBB98FF;
460
431
  --on-light-surface-clear-active: #FFFFFF00;
461
- --on-light-surface-solid-card: #FFFFFF;
462
432
  --on-light-surface-clear-hover: #FFFFFF00;
463
- --on-light-surface-solid-default-active: #090706FF;
433
+ --on-light-surface-solid-card: #FFFFFF;
434
+ --on-light-surface-solid-card-active: #FFFFFFFF;
435
+ --on-light-surface-solid-card-brightness: #FFFFFFFF;
436
+ --on-light-surface-solid-card-hover: #FFFFFFFF;
464
437
  --on-light-surface-solid-default: #15110F;
438
+ --on-light-surface-solid-default-active: #090706FF;
465
439
  --on-light-surface-solid-default-hover: #271F1CFF;
440
+ --on-light-surface-transparent-card: #FFFFFFB3;
466
441
  --on-light-surface-transparent-card-active: #FFFFFFC7;
442
+ --on-light-surface-transparent-card-brightness: #FFFFFFFF;
467
443
  --on-light-surface-transparent-card-hover: #FFFFFFC2;
444
+ --on-light-surface-transparent-deep: #A1A09FA3;
445
+ --on-light-surface-transparent-deep-active: #A2A1A0B8;
446
+ --on-light-surface-transparent-primary: #15110F0A;
447
+ --on-light-surface-transparent-primary-active: #15110F0F;
448
+ --on-light-surface-transparent-primary-hover: #15110F0D;
449
+ --on-light-surface-transparent-secondary: #15110F14;
468
450
  --on-light-surface-transparent-secondary-active: #15110F1F;
469
451
  --on-light-surface-transparent-tertiary: #15110F1F;
470
- --on-light-surface-transparent-card-brightness: #FFFFFFFF;
471
- --on-light-surface-transparent-card: #FFFFFFB3;
472
- --on-light-surface-transparent-tertiary-active: #15110F33;
473
- --on-light-surface-transparent-tertiary-hover: #15110F2E;
474
- --on-light-surface-info: #3776BC;
452
+ --on-light-surface-negative-hover: #EC5156FF;
453
+ --on-light-surface-positive: #239322;
475
454
  --on-light-surface-positive-active: #20801EFF;
476
455
  --on-light-surface-positive-hover: #28A126FF;
477
- --on-light-surface-negative-active: #E72329FF;
478
- --on-light-surface-positive: #239322;
479
- --on-light-surface-negative-hover: #EC5156FF;
480
- --on-light-surface-info-hover: #4180C8FF;
481
- --on-light-surface-info-active: #326CAEFF;
482
- --on-light-surface-transparent-accent-hover: #0BA8882E;
483
456
  --on-light-surface-transparent-accent: #0BA6861F;
484
457
  --on-light-surface-transparent-accent-active: #0BA88833;
458
+ --on-light-surface-transparent-accent-hover: #0BA8882E;
459
+ --on-light-surface-transparent-tertiary-active: #15110F33;
460
+ --on-light-surface-transparent-tertiary-hover: #15110F2E;
485
461
  --on-light-surface-warning: #BE4E0C;
486
462
  --on-light-surface-warning-active: #AD460BFF;
463
+ --on-light-surface-info-active: #326CAEFF;
464
+ --on-light-surface-info-hover: #4180C8FF;
465
+ --on-light-surface-negative-active: #E72329FF;
466
+ --inverse-surface-solid-secondary-hover: #FFFFFFFF;
467
+ --inverse-surface-transparent-tertiary-hover: #15110F2E;
487
468
  --on-light-surface-negative: #E83439;
488
- --on-light-surface-warning-hover: #D3560DFF;
489
- --on-light-surface-transparent-negative-active: #E9353B3D;
490
- --on-light-surface-transparent-negative-hover: #E9353B38;
469
+ --on-light-surface-read-only: #F9F9F903;
491
470
  --on-light-surface-read-only-active: #FAFAFA08;
492
- --on-light-surface-transparent-negative: #E8343929;
493
- --inverse-surface-solid-secondary: #FFFFFF;
494
- --inverse-surface-solid-secondary-hover: #FFFFFFFF;
495
471
  --on-light-surface-read-only-hover: #FAFAFA05;
496
- --on-light-surface-read-only: #F9F9F903;
497
- --inverse-surface-solid-primary-brightness: #FFFFFFFF;
498
- --inverse-surface-solid-primary-active: #FFFFFFFF;
499
- --inverse-surface-solid-primary-hover: #FFFFFFFF;
500
- --inverse-surface-transparent-tertiary-hover: #15110F2E;
501
- --inverse-surface-clear-active: #FFFFFF00;
502
- --inverse-surface-clear: #FFFFFF00;
503
- --inverse-surface-transparent-primary-active: #15110F0F;
504
- --inverse-surface-transparent-secondary: #15110F14;
505
- --inverse-surface-transparent-primary-hover: #15110F0D;
506
- --inverse-surface-transparent-deep: #A1A09FA3;
507
- --inverse-surface-transparent-primary: #15110F0A;
508
- --inverse-surface-transparent-deep-active: #A2A1A0B8;
509
- --inverse-surface-transparent-deep-hover: #A2A1A0B3;
472
+ --on-light-surface-transparent-negative: #E8343929;
473
+ --on-light-surface-transparent-negative-hover: #E9353B38;
474
+ --on-light-surface-warning-hover: #D3560DFF;
475
+ --inverse-surface-solid-primary-brightness: #FFFFFFFF;
476
+ --inverse-surface-solid-primary-hover: #FFFFFFFF;
477
+ --inverse-surface-solid-secondary: #FFFFFF;
510
478
  --inverse-surface-solid-card-active: #FFFFFFFF;
511
- --inverse-surface-solid-card-hover: #FFFFFFFF;
512
479
  --inverse-surface-solid-card-brightness: #FFFFFFFF;
513
- --inverse-surface-solid-card: #FFFFFF;
514
- --inverse-surface-transparent-card-brightness: #FFFFFFFF;
515
- --inverse-surface-transparent-card-hover: #FFFFFFC2;
480
+ --inverse-surface-solid-card-hover: #FFFFFFFF;
516
481
  --inverse-surface-solid-default-active: #090706FF;
517
- --inverse-surface-solid-tertiary-active: #FFFFFFFF;
518
- --inverse-surface-transparent-card-active: #FFFFFFC7;
519
- --inverse-surface-transparent-card: #FFFFFFB3;
520
482
  --inverse-surface-solid-default-hover: #271F1CFF;
483
+ --inverse-surface-solid-tertiary-active: #FFFFFFFF;
521
484
  --inverse-surface-solid-tertiary-hover: #FFFFFFFF;
485
+ --inverse-surface-transparent-card: #FFFFFFB3;
486
+ --inverse-surface-transparent-card-active: #FFFFFFC7;
487
+ --inverse-surface-transparent-card-brightness: #FFFFFFFF;
488
+ --inverse-surface-transparent-card-hover: #FFFFFFC2;
489
+ --inverse-surface-transparent-deep: #A1A09FA3;
490
+ --inverse-surface-transparent-deep-active: #A2A1A0B8;
491
+ --inverse-surface-transparent-deep-hover: #A2A1A0B3;
492
+ --inverse-surface-transparent-primary: #15110F0A;
493
+ --inverse-surface-transparent-primary-active: #15110F0F;
494
+ --inverse-surface-transparent-primary-hover: #15110F0D;
495
+ --inverse-surface-transparent-secondary: #15110F14;
522
496
  --inverse-surface-transparent-secondary-active: #15110F1F;
523
- --inverse-surface-transparent-tertiary: #15110F1F;
524
497
  --inverse-surface-transparent-secondary-hover: #15110F1A;
498
+ --inverse-surface-transparent-tertiary: #15110F1F;
525
499
  --inverse-surface-transparent-tertiary-active: #15110F33;
526
- --inverse-surface-clear-hover: #FFFFFF00;
527
500
  --inverse-surface-warning-active: #AD460BFF;
528
501
  --inverse-surface-warning-hover: #D3560DFF;
529
- --inverse-surface-accent-hover: #0CBB98FF;
530
- --inverse-surface-positive-active: #20801EFF;
531
- --inverse-surface-positive-hover: #28A126FF;
502
+ --inverse-surface-clear-hover: #FFFFFF00;
503
+ --inverse-surface-solid-card: #FFFFFF;
504
+ --inverse-surface-negative: #E83439;
532
505
  --inverse-surface-negative-active: #E72329FF;
533
- --inverse-surface-positive: #239322;
534
506
  --inverse-surface-negative-hover: #EC5156FF;
535
- --inverse-surface-negative: #E83439;
536
- --inverse-surface-info-hover: #4180C8FF;
537
- --inverse-surface-warning: #BE4E0C;
507
+ --inverse-surface-positive: #239322;
508
+ --inverse-surface-positive-active: #20801EFF;
509
+ --inverse-surface-positive-hover: #28A126FF;
538
510
  --inverse-surface-transparent-accent: #0BA6861F;
539
- --inverse-surface-info-active: #326CAEFF;
540
- --inverse-surface-transparent-accent-active: #0BA88833;
541
- --inverse-surface-info: #3776BC;
542
511
  --inverse-surface-transparent-accent-hover: #0BA8882E;
543
- --inverse-surface-transparent-negative-active: #E9353B3D;
544
- --inverse-surface-transparent-negative-hover: #E9353B38;
545
- --inverse-surface-transparent-negative: #E8343929;
546
- --background-secondary: #0F0F0F;
512
+ --inverse-surface-warning: #BE4E0C;
513
+ --inverse-surface-info: #3776BC;
514
+ --inverse-surface-info-active: #326CAEFF;
515
+ --inverse-surface-info-hover: #4180C8FF;
547
516
  --background-tertiary: #141413;
548
- --light-background-primary: #EBE7E5;
517
+ --light-background-primary: #F0F0F0;
518
+ --outline-transparent-primary: #FFFFFF1F;
519
+ --outline-transparent-primary-active: #FFFFFF12;
520
+ --on-dark-overlay-hard: #00000066;
521
+ --on-dark-overlay-soft: #0000001F;
522
+ --inverse-surface-read-only: #F9F9F903;
549
523
  --inverse-surface-read-only-active: #FAFAFA08;
550
- --dark-background-secondary: #0F0F0F;
551
524
  --inverse-surface-read-only-hover: #FAFAFA05;
552
- --inverse-surface-read-only: #F9F9F903;
525
+ --inverse-surface-transparent-negative: #E8343929;
526
+ --inverse-surface-transparent-negative-active: #E9353B3D;
527
+ --inverse-surface-transparent-negative-hover: #E9353B38;
553
528
  --dark-background-tertiary: #141413;
554
529
  --background-primary: #141413;
555
- --on-dark-overlay-soft: #0000001F;
556
- --on-dark-overlay-hard: #00000066;
557
- --outline-transparent-primary-active: #FFFFFF12;
558
- --outline-transparent-primary: #FFFFFF1F;
530
+ --background-secondary: #0F0F0F;
531
+ --light-background-tertiary: #FFFFFF;
532
+ --outline-positive: #A6D2A2;
559
533
  --outline-transparent-primary-hover: #FFFFFF4D;
560
534
  --overlay-hard: #00000066;
561
535
  --overlay-soft: #0000001F;
562
- --on-light-overlay-hard: #000000CC;
536
+ --inverse-overlay-hard: #000000CC;
563
537
  --inverse-overlay-soft: #0000003D;
538
+ --on-light-overlay-hard: #000000CC;
564
539
  --on-light-overlay-soft: #0000003D;
565
- --inverse-overlay-hard: #000000CC;
566
- --outline-clear: #FFFFFF00;
567
540
  --inverse-background-tertiary: #FFFFFF;
568
- --inverse-background-secondary: #F6F2F0;
569
- --light-background-tertiary: #FFFFFF;
570
- --outline-positive: #A6D2A2;
541
+ --outline-clear: #FFFFFF00;
542
+ --outline-clear-hover: #FFFFFF00;
543
+ --outline-info: #9BCAF8;
544
+ --outline-info-active: #7EBAF6FF;
545
+ --outline-info-hover: #E7F2FDFF;
571
546
  --outline-negative: #F8A6A9;
572
- --outline-accent-hover: #0EE1B7FF;
573
- --outline-accent-active: #099579FF;
574
- --outline-positive-active: #92C88DFF;
575
- --outline-positive-hover: #DBEDD9FF;
576
547
  --outline-negative-active: #EF343AFF;
577
548
  --outline-negative-hover: #F25A5FFF;
578
- --outline-clear-hover: #FFFFFF00;
579
- --outline-info-hover: #E7F2FDFF;
580
- --outline-warning-hover: #FCE0CFFF;
581
- --outline-clear-active: #FFFFFF00;
549
+ --outline-positive-active: #92C88DFF;
550
+ --outline-positive-hover: #DBEDD9FF;
582
551
  --outline-warning: #F8AD80;
583
552
  --outline-warning-active: #F79C64FF;
584
- --outline-info: #9BCAF8;
585
- --outline-info-active: #7EBAF6FF;
553
+ --outline-warning-hover: #FCE0CFFF;
586
554
  --on-dark-outline-transparent-primary: #FFFFFF1F;
587
555
  --on-dark-outline-transparent-primary-active: #FFFFFF12;
588
556
  --on-dark-outline-transparent-primary-hover: #FFFFFF4D;
589
- --on-dark-outline-warning: #F8AD80;
557
+ --outline-accent-hover: #0EE1B7FF;
558
+ --outline-clear-active: #FFFFFF00;
590
559
  --on-dark-outline-accent: #0BA686;
591
560
  --on-dark-outline-positive-active: #92C88DFF;
592
- --on-dark-outline-positive-hover: #DBEDD9FF;
561
+ --on-dark-outline-warning: #F8AD80;
562
+ --on-dark-outline-clear-active: #FFFFFF00;
563
+ --on-dark-outline-clear-hover: #FFFFFF00;
564
+ --on-dark-outline-info: #9BCAF8;
565
+ --on-dark-outline-info-active: #7EBAF6FF;
566
+ --on-dark-outline-info-hover: #E7F2FDFF;
567
+ --on-dark-outline-negative: #F8A6A9;
593
568
  --on-dark-outline-negative-active: #EF343AFF;
594
- --on-dark-outline-positive: #A6D2A2;
595
569
  --on-dark-outline-negative-hover: #F25A5FFF;
596
- --on-dark-outline-accent-hover: #0EE1B7FF;
597
- --on-dark-outline-clear: #FFFFFF00;
598
- --on-dark-outline-info-hover: #E7F2FDFF;
599
- --on-dark-outline-info-active: #7EBAF6FF;
600
- --on-dark-outline-info: #9BCAF8;
601
- --on-dark-outline-clear-hover: #FFFFFF00;
602
- --on-dark-outline-clear-active: #FFFFFF00;
570
+ --on-dark-outline-positive: #A6D2A2;
571
+ --on-dark-outline-positive-hover: #DBEDD9FF;
603
572
  --on-dark-outline-warning-active: #F79C64FF;
604
- --on-dark-outline-negative: #F8A6A9;
605
573
  --on-dark-outline-warning-hover: #FCE0CFFF;
606
- --on-light-outline-positive-hover: #32CA2FFF;
574
+ --on-dark-outline-clear: #FFFFFF00;
607
575
  --on-light-outline-clear: #FFFFFF00;
608
576
  --on-light-outline-clear-hover: #FFFFFF00;
577
+ --on-light-outline-positive-hover: #32CA2FFF;
609
578
  --on-light-outline-transparent-primary: #15110F3D;
610
579
  --on-light-outline-transparent-primary-active: #15110F62;
611
580
  --on-light-outline-transparent-primary-hover: #15110F25;
612
- --on-light-outline-accent-hover: #0ED8AFFF;
613
- --on-light-outline-positive: #239322;
614
- --on-light-outline-accent-active: #088169FF;
615
- --on-light-outline-clear-active: #FFFFFF00;
616
581
  --on-light-outline-negative-active: #DC181FFF;
617
582
  --on-light-outline-negative-hover: #F17E82FF;
583
+ --on-light-outline-positive: #239322;
618
584
  --on-light-outline-warning: #BE4E0C;
619
585
  --on-light-outline-warning-hover: #F3813FFF;
620
- --on-light-outline-negative: #E83439;
621
- --on-light-outline-info-hover: #81AADAFF;
586
+ --on-light-outline-accent-hover: #0ED8AFFF;
587
+ --on-light-outline-clear-active: #FFFFFF00;
588
+ --inverse-outline-clear-active: #FFFFFF00;
589
+ --inverse-outline-clear-hover: #FFFFFF00;
622
590
  --on-light-outline-info: #3776BC;
623
591
  --on-light-outline-info-active: #3067A6FF;
624
- --inverse-outline-accent-active: #088169FF;
592
+ --on-light-outline-info-hover: #81AADAFF;
593
+ --on-light-outline-negative: #E83439;
625
594
  --inverse-outline-clear: #FFFFFF00;
626
- --inverse-outline-clear-active: #FFFFFF00;
627
- --inverse-outline-clear-hover: #FFFFFF00;
628
- --inverse-outline-transparent-primary-hover: #15110F25;
629
- --inverse-outline-transparent-primary: #15110F3D;
630
- --inverse-outline-transparent-primary-active: #15110F62;
631
- --inverse-outline-positive: #239322;
632
- --inverse-outline-negative: #E83439;
633
595
  --inverse-outline-info-hover: #81AADAFF;
634
- --inverse-outline-info-active: #3067A6FF;
635
- --inverse-outline-positive-active: #20801EFF;
636
- --inverse-outline-positive-hover: #32CA2FFF;
596
+ --inverse-outline-negative: #E83439;
637
597
  --inverse-outline-negative-active: #DC181FFF;
638
598
  --inverse-outline-negative-hover: #F17E82FF;
599
+ --inverse-outline-positive: #239322;
600
+ --inverse-outline-positive-active: #20801EFF;
601
+ --inverse-outline-positive-hover: #32CA2FFF;
602
+ --inverse-outline-transparent-primary: #15110F3D;
603
+ --inverse-outline-transparent-primary-active: #15110F62;
604
+ --inverse-outline-transparent-primary-hover: #15110F25;
639
605
  --inverse-outline-warning-active: #A3420AFF;
640
606
  --inverse-outline-warning-hover: #F3813FFF;
641
- --inverse-outline-warning: #BE4E0C;
607
+ --inverse-outline-info-active: #3067A6FF;
642
608
  --inverse-outline-info: #3776BC;
643
- --inverse-surface-accent-minor-hover: #C7F0E5FF;
644
- --on-dark-surface-solid-default: #F6F2F0;
609
+ --inverse-outline-warning: #BE4E0C;
645
610
  --on-light-surface-accent-minor-active: #BFEDE1FF;
646
611
  --text-primary-hover: #FFFFFF97;
647
- --dark-background-primary: #141413;
648
- --inverse-background-hardline: #000000;
649
- --inverse-background-primary: #EBE7E5;
612
+ --on-dark-surface-solid-default: #F6F2F0;
613
+ --inverse-background-primary: #F0F0F0;
650
614
  --light-background-hardline: #FFFFFF;
651
- --light-background-secondary: #F6F2F0;
615
+ --light-background-secondary: #F5F5F5;
652
616
  --outline-accent: #0BA686;
653
617
  --outline-deep: #777675;
654
618
  --outline-default: #383838;
@@ -659,10 +623,8 @@
659
623
  --inverse-outline-accent-hover: #0ED8AFFF;
660
624
  --inverse-outline-default: #FFFFFF;
661
625
  --inverse-outline-default-active: #E6E6E6FF;
662
- --on-light-outline-default-hover: #CCCCCCFF;
626
+ --inverse-background-hardline: #000000;
663
627
  --on-light-outline-primary-hover: #ADA39FFF;
664
- --personas-blue-text-accent-hover: #C3DDF9FF;
665
- --personas-green-text-accent-hover: #04C396FF;
666
628
  --personas-indigo-text-accent-hover: #E8DAFCFF;
667
629
  --personas-sea-blue-text-accent-hover: #00C5CCFF;
668
630
  --on-dark-personas-blue-text-accent-hover: #C3DDF9FF;
@@ -678,8 +640,9 @@
678
640
  --on-light-surface-transparent-deep-hover: #A2A1A0B3;
679
641
  --on-light-surface-transparent-secondary-hover: #15110F1A;
680
642
  --text-accent-hover: #77CFBBFF;
681
- --inverse-outline-primary-active: #C4BEBAFF;
682
- --inverse-outline-transparent-white-active: #FFFFFFA3;
643
+ --on-light-outline-default-hover: #CCCCCCFF;
644
+ --personas-blue-text-accent-hover: #C3DDF9FF;
645
+ --personas-green-text-accent-hover: #04C396FF;
683
646
  --on-dark-outline-accent-active: #099579FF;
684
647
  --on-dark-outline-default-active: #292929FF;
685
648
  --on-dark-outline-primary-active: #2B2827FF;
@@ -700,99 +663,184 @@
700
663
  --inverse-surface-solid-secondary-active: #FFFFFFFF;
701
664
  --on-light-surface-transparent-accent-minor-active: #0BA88852;
702
665
  --on-dark-text-accent-active: #60C7AFBE;
666
+ --inverse-outline-transparent-white-active: #FFFFFFA3;
703
667
  --on-light-outline-accent: #0BA686;
704
- --on-light-outline-primary: #DDD9D7;
705
668
  --inverse-personas-sea-blue-text-accent: #7BC8C8;
706
669
  --surface-accent: #0BA686;
707
670
  --surface-info: #9BCAF8;
708
671
  --surface-solid-card-brightness-active: #212121FF;
672
+ --surface-solid-card-brightness-hover: #303030FF;
709
673
  --surface-solid-default: #F6F2F0;
674
+ --surface-solid-primary-brightness: #262626FF;
710
675
  --surface-transparent-navi: #23232399;
711
- --inverse-surface-accent: #0BA686;
712
676
  --inverse-surface-solid-primary: #FFFFFF;
713
677
  --on-dark-surface-accent-minor: #04473B;
714
678
  --on-light-surface-clear: #FFFFFF00;
715
679
  --text-primary-brightness-active: #FAFAFAC4;
716
680
  --inverse-text-accent: #0A8E73;
717
681
  --on-dark-text-accent: #61C8B0ED;
718
- --dark-background-hardline: #000000;
719
- --surface-solid-card-brightness-hover: #303030FF;
720
- --surface-solid-primary-brightness: #262626FF;
682
+ --on-light-outline-primary: #DDD9D7;
683
+ --inverse-surface-accent: #0BA686;
684
+ --on-dark-overlay-medium: #00000029;
685
+ --on-light-overlay-medium: #00000052;
721
686
  --inverse-surface-solid-default: #15110F;
722
687
  --on-dark-surface-solid-card-brightness-active: #212121FF;
723
688
  --on-dark-text-paragraph-active: #F5F1EF93;
724
- --overlay-medium: #00000029;
725
689
  --inverse-overlay-medium: #00000052;
726
- --on-dark-overlay-medium: #00000029;
727
- --on-light-overlay-medium: #00000052;
690
+ --overlay-medium: #00000029;
691
+ --dark-background-primary: #141413;
692
+ --dark-background-secondary: #0F0F0F;
693
+ --background-hardline: #000000;
694
+ --inverse-background-secondary: #F5F5F5;
695
+ --outline-accent-active: #099579FF;
696
+ --outline-deep-active: #5D5C5BFF;
697
+ --outline-primary-active: #2B2827FF;
698
+ --outline-transparent-white-active: #FFFFFF49;
699
+ --inverse-outline-accent-active: #088169FF;
700
+ --inverse-outline-primary-active: #C4BEBAFF;
701
+ --on-light-outline-accent-active: #088169FF;
702
+ --surface-clear: #FFFFFF00;
703
+ --surface-solid-secondary: #292929;
704
+ --surface-transparent-card-brightness-active: #FAFAFA0A;
705
+ --inverse-surface-clear: #FFFFFF00;
706
+ --on-dark-surface-info: #9BCAF8;
707
+ --on-dark-surface-solid-primary-brightness-active: #212121FF;
708
+ --on-light-surface-info: #3776BC;
709
+ --on-light-surface-solid-primary-brightness-active: #FFFFFFFF;
710
+ --text-ai: #9E96E9;
711
+ --inverse-text-ai: #5C4EDA;
712
+ --on-dark-text-ai: #9E96E9;
713
+ --on-light-text-ai: #5C4EDA;
714
+ --surface-ai: #8E85E0;
715
+ --inverse-surface-ai: #766ADF;
716
+ --on-dark-surface-ai: #8E85E0;
717
+ --on-light-surface-ai: #766ADF;
718
+ --surface-transparent-ai: #8E85E01F;
719
+ --inverse-surface-transparent-ai: #766ADF1F;
720
+ --on-dark-surface-transparent-ai: #8E85E01F;
721
+ --on-light-surface-transparent-ai: #766ADF1F;
722
+ --background-minor: #141413;
723
+ --on-light-background-minor: #FDFCFA;
724
+ --on-dark-background-primary-minor: #141413;
725
+ --inverse-background-secondary-minor: #F6F2F0;
726
+ --surface-accent-secondary-hover: #70CDB7FF;
727
+ --surface-solid-primary-hover: #2E2E2EFF;
728
+ --inverse-surface-accent-hover: #0CBB98FF;
729
+ --inverse-surface-accent-minor-hover: #C7F0E5FF;
730
+ --on-dark-text-accent-hover: #60C7AF8E;
731
+ --text-ai-hover: #FFFFFFFF;
732
+ --inverse-text-ai-hover: #000000FF;
733
+ --on-dark-text-ai-hover: #FFFFFFFF;
734
+ --on-light-text-ai-hover: #000000FF;
735
+ --surface-ai-hover: #9D96E4FF;
736
+ --inverse-surface-ai-hover: #877DE3FF;
737
+ --on-dark-surface-ai-hover: #9D96E4FF;
738
+ --on-light-surface-ai-hover: #877DE3FF;
739
+ --surface-transparent-ai-hover: #8E85E03D;
740
+ --inverse-surface-transparent-ai-hover: #776CE02E;
741
+ --on-dark-surface-transparent-ai-hover: #8E85E03D;
742
+ --on-light-surface-transparent-ai-hover: #776CE02E;
743
+ --on-dark-background-minor: #141413;
744
+ --inverse-background-primary-minor: #EBE7E5;
745
+ --background-secondary-minor: #0F0F0F;
746
+ --on-light-background-secondary-minor: #F6F2F0;
747
+ --dark-background-hardline: #000000;
748
+ --on-dark-outline-accent-hover: #0EE1B7FF;
749
+ --on-dark-outline-default-hover: #666666FF;
750
+ --surface-accent-active: #0A9E81FF;
751
+ --surface-info-active: #91C4F7FF;
752
+ --surface-solid-tertiary-active: #424242FF;
753
+ --inverse-surface-clear-active: #FFFFFF00;
754
+ --inverse-surface-solid-primary-active: #FFFFFFFF;
755
+ --inverse-surface-transparent-accent-active: #0BA88833;
756
+ --on-dark-surface-solid-card-brightness-hover: #303030FF;
757
+ --on-dark-surface-solid-primary-brightness-hover: #303030FF;
758
+ --on-light-surface-transparent-negative-active: #E9353B3D;
759
+ --text-accent-active: #4ABFA4FF;
760
+ --text-ai-active: #181254FF;
761
+ --inverse-text-ai-active: #3829C2FF;
762
+ --on-dark-text-ai-active: #181254FF;
763
+ --on-light-text-ai-active: #3829C2FF;
764
+ --surface-ai-active: #877DDEFF;
765
+ --inverse-surface-ai-active: #685BDCFF;
766
+ --on-dark-surface-ai-active: #877DDEFF;
767
+ --on-light-surface-ai-active: #685BDCFF;
768
+ --surface-transparent-ai-active: #8E85E00F;
769
+ --inverse-surface-transparent-ai-active: #776CE033;
770
+ --on-dark-surface-transparent-ai-active: #8E85E00F;
771
+ --on-light-surface-transparent-ai-active: #776CE033;
772
+ --inverse-background-minor: #FDFCFA;
773
+ --background-primary-minor: #141413;
774
+ --on-light-background-primary-minor: #EBE7E5;
775
+ --on-dark-background-secondary-minor: #0F0F0F;
728
776
  color: var(--text-primary);
729
777
  background-color: var(--background-primary);
730
778
  }
731
779
 
732
780
  :root {
733
- --on-light-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
734
- --on-dark-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
781
+ --background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100%);
782
+ --inverse-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100%);
783
+ --light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
784
+ --outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.6) 100%);
785
+ --on-light-outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.8) 100%);
786
+ --overlay-gradient: linear-gradient(180.00deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
787
+ --inverse-overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
735
788
  --on-dark-overlay-gradient: linear-gradient(270deg, #000000 0.0%, #00000000 100.0%);
736
- --inverse-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);
737
- --on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
738
- --on-dark-surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF00 0.0%, #FFFFFF3D 50.4%, #FFFFFF00 100.0%, #FFFFFF00 100.0%);
739
- --on-light-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);
789
+ --personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 88, 91) 100.0%);
790
+ --personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(179, 32, 32) 100.0%);
791
+ --personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);
792
+ --inverse-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(133, 82, 197) 100.0%);
793
+ --inverse-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(221, 109, 66) 100.0%);
794
+ --inverse-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(214, 82, 82) 100.0%);
740
795
  --inverse-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(153, 215, 217) 0.0%, rgb(116, 198, 200) 100.0%);
796
+ --on-dark-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(0, 70, 144) 100.0%);
797
+ --on-dark-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(229, 128, 66) 0.0%, rgb(164, 67, 7) 100.0%);
741
798
  --on-dark-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);
742
- --on-dark-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(229, 128, 66) 0.0%, rgb(199, 90, 23) 100.0%);
743
- --outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.6) 100%);
799
+ --on-dark-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(176, 84, 194) 100.0%);
800
+ --on-light-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
801
+ --on-light-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(214, 82, 82) 100.0%);
744
802
  --surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF00 0.0%, #FFFFFF3D 50.4%, #FFFFFF00 100.0%, #FFFFFF00 100.0%);
745
- --light-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0.0%, rgb(160, 222, 207) 100.0%);
746
- --overlay-gradient: linear-gradient(180.00deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
747
- --personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 137, 141) 100.0%);
748
- --inverse-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(252, 153, 153) 0.0%, rgb(223, 105, 105) 100.0%);
803
+ --inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
749
804
  --inverse-surface-skeleton-gradient: linear-gradient(90deg, #0808080F 0.0%, #0808080C 10.0%, #08080809 20.0%, #08080808 25.0%, #08080806 30.0%, #08080803 40.0%, #08080800 50.0%, #08080803 60.0%, #08080806 70.0%, #08080808 75.0%, #08080809 80.0%, #0808080C 90.0%, #0808080F 100.0%);
750
- --inverse-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);
751
- --inverse-overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
805
+ --on-dark-surface-skeleton-gradient: linear-gradient(90deg, #FFFFFF00 0.0%, #FFFFFF3D 50.4%, #FFFFFF00 100.0%, #FFFFFF00 100.0%);
752
806
  --on-light-surface-skeleton-gradient: linear-gradient(90deg, #0808080F 0.0%, #0808080C 10.0%, #08080809 20.0%, #08080808 25.0%, #08080806 30.0%, #08080803 40.0%, #08080800 50.0%, #08080803 60.0%, #08080806 70.0%, #08080808 75.0%, #08080809 80.0%, #0808080C 90.0%, #0808080F 100.0%);
753
- --personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);
754
- --inverse-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
755
- --background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100%);
756
- --inverse-background-gradient: linear-gradient(135.00deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100%);
757
- --personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(26, 158, 127) 0.0%, rgb(3, 135, 104) 100.0%);
758
- --on-light-outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.8) 100%);
759
- --inverse-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
760
- --on-light-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);
807
+ --on-light-text-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);
808
+ --inverse-text-gradient-a-i: linear-gradient(135.00deg, rgb(179, 49, 208) 8.0%, rgb(109, 78, 223) 56.0%, rgb(31, 185, 224) 100.0%);
761
809
  --dark-background-gradient: linear-gradient(135.00deg, rgb(2, 20, 9) 0.0%, rgb(20, 20, 19) 100.0%);
762
- --on-dark-text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(202, 70, 227) 8.0%, rgb(169, 141, 245) 56.0%, rgb(54, 211, 245) 100.0%);
763
- --on-dark-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(208, 79, 79) 100.0%);
764
- --inverse-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
765
- --personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
766
- --text-accent-gradient-a-i: linear-gradient(135.00deg, rgb(202, 70, 227) 8.0%, rgb(169, 141, 245) 56.0%, rgb(54, 211, 245) 100.0%);
810
+ --inverse-outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.8) 100%);
811
+ --on-dark-outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.6) 100%);
812
+ --on-light-overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
813
+ --personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(0, 70, 144) 100.0%);
814
+ --personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(81, 13, 166) 100.0%);
815
+ --personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(229, 128, 66) 0.0%, rgb(164, 67, 7) 100.0%);
816
+ --personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(9, 90, 7) 100.0%);
817
+ --personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(176, 84, 194) 100.0%);
818
+ --inverse-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(57, 129, 207) 100.0%);
819
+ --inverse-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(153, 215, 217) 0.0%, rgb(72, 181, 183) 100.0%);
820
+ --inverse-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
767
821
  --inverse-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);
768
- --personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(229, 128, 66) 0.0%, rgb(199, 90, 23) 100.0%);
769
- --on-dark-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(26, 158, 127) 0.0%, rgb(3, 135, 104) 100.0%);
770
- --on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
771
- --on-light-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%);
772
- --personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
773
- --surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
822
+ --on-dark-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(27, 173, 178) 0.0%, rgb(0, 88, 91) 100.0%);
823
+ --on-dark-personas-pink-surface-accent-gradient: linear-gradient(180.00deg, rgb(222, 113, 113) 0.0%, rgb(179, 32, 32) 100.0%);
824
+ --on-light-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(57, 129, 207) 100.0%);
825
+ --on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(153, 215, 217) 0.0%, rgb(72, 181, 183) 100.0%);
826
+ --on-light-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(133, 82, 197) 100.0%);
827
+ --on-light-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(221, 109, 66) 100.0%);
774
828
  --on-light-personas-sea-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(153, 215, 217) 0.0%, rgb(116, 198, 200) 100.0%);
775
- --on-light-personas-ochre-surface-accent-gradient: linear-gradient(180.00deg, rgb(248, 165, 133) 0.0%, rgb(228, 118, 76) 100.0%);
776
- --on-light-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(189, 145, 245) 0.0%, rgb(161, 117, 217) 100.0%);
777
- --inverse-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(147, 203, 146) 0.0%, rgb(115, 179, 114) 100.0%);
778
- --inverse-personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 179, 242) 0.0%, rgb(93, 153, 219) 100.0%);
779
- --on-dark-outline-white-gradient: linear-gradient(135.00deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.6) 100%);
780
- --inverse-outline-white-gradient: linear-gradient(135.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.16) 36.746%, rgba(255, 255, 255, 0.16) 66.734%, rgba(255, 255, 255, 0.8) 100%);
781
- --personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(177, 76, 194) 0.0%, rgb(158, 50, 175) 100.0%);
782
- --on-light-personas-green-surface-accent-gradient: linear-gradient(180.00deg, rgb(121, 215, 192) 0.0%, rgb(80, 184, 159) 100.0%);
783
829
  --on-light-personas-violet-surface-accent-gradient: linear-gradient(180.00deg, rgb(225, 157, 237) 0.0%, rgb(198, 122, 212) 100.0%);
784
- --personas-blue-surface-accent-gradient: linear-gradient(180.00deg, rgb(47, 130, 217) 0.0%, rgb(16, 99, 186) 100.0%);
785
- --on-light-overlay-gradient: linear-gradient(180.00deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
830
+ --surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
786
831
  --on-dark-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
832
+ --on-light-surface-accent-gradient-secondary: linear-gradient(90.00deg, rgb(11, 166, 134) 0.0%, rgb(9, 133, 107) 100.0%);
833
+ --on-dark-text-gradient-a-i: linear-gradient(135.00deg, rgb(202, 70, 227) 8.0%, rgb(169, 141, 245) 56.0%, rgb(54, 211, 245) 100.0%);
834
+ --text-gradient-a-i: linear-gradient(135.00deg, rgb(202, 70, 227) 8.0%, rgb(169, 141, 245) 56.0%, rgb(54, 211, 245) 100.0%);
787
835
  --on-dark-personas-olive-surface-accent-gradient: linear-gradient(180.00deg, rgb(33, 150, 31) 0.0%, rgb(18, 114, 16) 100.0%);
788
836
  --surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
789
837
  --surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
790
838
  --on-dark-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
791
839
  --on-dark-surface-accent-minor-gradient: linear-gradient(135.00deg, rgb(3, 67, 37) 0.0%, rgba(1, 24, 21, 0.98) 100.0%);
792
- --on-light-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
793
840
  --inverse-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
794
841
  --on-light-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
795
- --on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(113, 51, 190) 100.0%);
842
+ --on-light-surface-accent-minor-gradient: linear-gradient(133.15deg, rgb(193, 234, 207) 0%, rgb(160, 222, 207) 100.0%);
843
+ --on-dark-personas-indigo-surface-accent-gradient: linear-gradient(180.00deg, rgb(135, 77, 207) 0.0%, rgb(81, 13, 166) 100.0%);
796
844
  --inverse-surface-accent-gradient: linear-gradient(180.00deg, rgb(129, 211, 192) 0.0%, rgb(29, 145, 88) 100.0%);
797
845
  }
798
846
 
@@ -801,46 +849,46 @@
801
849
  --shadow-down-soft-s: 0rem 0.25rem 0.875rem -0.25rem #08080814, 0rem 0.0625rem 0.25rem -0.0625rem #0000000A;
802
850
  --shadow-down-soft-l: 0rem 3.75rem 7rem -0.5rem #00000014;
803
851
  --shadow-down-soft-m: 0rem 1.5rem 3rem -0.5rem #00000014;
804
- --shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
805
852
  --shadow-down-hard-l: 0rem 3.75rem 7rem -0.5rem #00000066;
806
- --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
807
- --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
808
- --shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
853
+ --shadow-down-hard-m: 0rem 1rem 2rem -0.5rem #0000003D;
809
854
  --shadow-up-hard-s: 0rem -0.25rem 0.75rem -0.1875rem #08080833, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
810
- --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
855
+ --shadow-up-soft-l: 0rem -3.75rem 7rem -0.5rem #00000014;
856
+ --shadow-up-soft-m: 0rem -1.5rem 3rem -0.5rem #00000014;
857
+ --shadow-up-soft-s: 0rem -0.25rem 0.875rem -0.25rem #08080814, 0rem -0.0625rem 0.25rem -0.0625rem #00000008;
811
858
  --shadow-up-hard-m: 0rem -1rem 2rem -0.5rem #0000003D;
859
+ --shadow-up-hard-l: 0rem -3.75rem 7rem -0.5rem #00000066;
812
860
  }
813
861
 
814
862
  :root {
815
863
  --border-radius-4xl: 2rem;
816
864
  --border-radius-3xl: 1.75rem;
817
865
  --border-radius-5xl: 2.5rem;
818
- --border-radius-s: 0.5rem;
819
- --border-radius-m: 0.75rem;
820
866
  --border-radius-l: 1rem;
821
- --border-radius-xxs: 0.25rem;
867
+ --border-radius-m: 0.75rem;
868
+ --border-radius-s: 0.5rem;
822
869
  --border-radius-xl: 1.25rem;
823
- --border-radius-xxl: 1.5rem;
870
+ --border-radius-xxs: 0.25rem;
824
871
  --border-radius-xs: 0.375rem;
872
+ --border-radius-xxl: 1.5rem;
825
873
  --border-radius-circle: 100rem;
826
874
  }
827
875
 
828
876
  :root {
829
877
  --spacing-16x: 2rem;
878
+ --spacing-0x: 0rem;
830
879
  --spacing-10x: 1.25rem;
831
880
  --spacing-12x: 1.5rem;
881
+ --spacing-20x: 2.5rem;
832
882
  --spacing-2x: 0.25rem;
833
883
  --spacing-3x: 0.375rem;
834
- --spacing-0x: 0rem;
835
884
  --spacing-40x: 5rem;
885
+ --spacing-4x: 0.5rem;
836
886
  --spacing-60x: 7.5rem;
837
887
  --spacing-8x: 1rem;
838
- --spacing-4x: 0.5rem;
839
- --spacing-20x: 2.5rem;
840
- --spacing-32x: 4rem;
841
- --spacing-6x: 0.75rem;
842
888
  --spacing-1x: 0.125rem;
843
889
  --spacing-24x: 3rem;
890
+ --spacing-32x: 4rem;
891
+ --spacing-6x: 0.75rem;
844
892
  }
845
893
 
846
894
  :root {
@@ -857,57 +905,15 @@
857
905
  --plasma-typo-h2-medium-font-family: var(--plasma-typo-display-font-family);
858
906
  --plasma-typo-h2-medium-letter-spacing: normal;
859
907
  --plasma-typo-h2-medium-font-style: normal;
860
- --plasma-typo-h1-medium-font-family: var(--plasma-typo-display-font-family);
861
- --plasma-typo-h1-medium-letter-spacing: normal;
862
- --plasma-typo-h1-medium-font-style: normal;
863
- --plasma-typo-h1-font-family: var(--plasma-typo-display-font-family);
864
- --plasma-typo-h1-letter-spacing: normal;
865
- --plasma-typo-h1-font-style: normal;
866
- --plasma-typo-h3-medium-font-family: var(--plasma-typo-display-font-family);
867
- --plasma-typo-h3-medium-letter-spacing: normal;
868
- --plasma-typo-h3-medium-font-style: normal;
869
- --plasma-typo-h2-font-family: var(--plasma-typo-display-font-family);
870
- --plasma-typo-h2-letter-spacing: normal;
871
- --plasma-typo-h2-font-style: normal;
872
- --plasma-typo-h3-bold-font-family: var(--plasma-typo-display-font-family);
873
- --plasma-typo-h3-bold-letter-spacing: normal;
874
- --plasma-typo-h3-bold-font-style: normal;
875
- --plasma-typo-h4-font-family: var(--plasma-typo-display-font-family);
876
- --plasma-typo-h4-letter-spacing: normal;
877
- --plasma-typo-h4-font-style: normal;
878
- --plasma-typo-h3-font-family: var(--plasma-typo-display-font-family);
879
- --plasma-typo-h3-letter-spacing: normal;
880
- --plasma-typo-h3-font-style: normal;
881
- --plasma-typo-dspl-s-bold-font-family: var(--plasma-typo-display-font-family);
882
- --plasma-typo-dspl-s-bold-letter-spacing: normal;
883
- --plasma-typo-dspl-s-bold-font-style: normal;
884
- --plasma-typo-h1-bold-font-family: var(--plasma-typo-display-font-family);
885
- --plasma-typo-h1-bold-letter-spacing: normal;
886
- --plasma-typo-h1-bold-font-style: normal;
887
- --plasma-typo-dspl-s-medium-font-family: var(--plasma-typo-display-font-family);
888
- --plasma-typo-dspl-s-medium-letter-spacing: normal;
889
- --plasma-typo-dspl-s-medium-font-style: normal;
890
- --plasma-typo-dspl-s-font-family: var(--plasma-typo-display-font-family);
891
- --plasma-typo-dspl-s-letter-spacing: normal;
892
- --plasma-typo-dspl-s-font-style: normal;
893
- --plasma-typo-h2-bold-font-family: var(--plasma-typo-display-font-family);
894
- --plasma-typo-h2-bold-letter-spacing: normal;
895
- --plasma-typo-h2-bold-font-style: normal;
896
908
  --plasma-typo-body-l-bold-font-family: var(--plasma-typo-text-font-family);
897
909
  --plasma-typo-body-l-bold-letter-spacing: normal;
898
910
  --plasma-typo-body-l-bold-font-style: normal;
899
- --plasma-typo-body-l-font-family: var(--plasma-typo-text-font-family);
900
- --plasma-typo-body-l-letter-spacing: normal;
901
- --plasma-typo-body-l-font-style: normal;
902
- --plasma-typo-h4-bold-font-family: var(--plasma-typo-display-font-family);
903
- --plasma-typo-h4-bold-letter-spacing: normal;
904
- --plasma-typo-h4-bold-font-style: normal;
905
- --plasma-typo-h4-medium-font-family: var(--plasma-typo-display-font-family);
906
- --plasma-typo-h4-medium-letter-spacing: normal;
907
- --plasma-typo-h4-medium-font-style: normal;
908
911
  --plasma-typo-body-l-medium-font-family: var(--plasma-typo-text-font-family);
909
912
  --plasma-typo-body-l-medium-letter-spacing: normal;
910
913
  --plasma-typo-body-l-medium-font-style: normal;
914
+ --plasma-typo-body-l-font-family: var(--plasma-typo-text-font-family);
915
+ --plasma-typo-body-l-letter-spacing: normal;
916
+ --plasma-typo-body-l-font-style: normal;
911
917
  --plasma-typo-body-m-bold-font-family: var(--plasma-typo-text-font-family);
912
918
  --plasma-typo-body-m-bold-letter-spacing: normal;
913
919
  --plasma-typo-body-m-bold-font-style: normal;
@@ -938,51 +944,102 @@
938
944
  --plasma-typo-body-xxs-font-family: var(--plasma-typo-text-font-family);
939
945
  --plasma-typo-body-xxs-letter-spacing: normal;
940
946
  --plasma-typo-body-xxs-font-style: normal;
947
+ --plasma-typo-dspl-s-bold-font-family: var(--plasma-typo-display-font-family);
948
+ --plasma-typo-dspl-s-bold-letter-spacing: normal;
949
+ --plasma-typo-dspl-s-bold-font-style: normal;
950
+ --plasma-typo-dspl-s-medium-font-family: var(--plasma-typo-display-font-family);
951
+ --plasma-typo-dspl-s-medium-letter-spacing: normal;
952
+ --plasma-typo-dspl-s-medium-font-style: normal;
953
+ --plasma-typo-dspl-s-font-family: var(--plasma-typo-display-font-family);
954
+ --plasma-typo-dspl-s-letter-spacing: normal;
955
+ --plasma-typo-dspl-s-font-style: normal;
956
+ --plasma-typo-h1-bold-font-family: var(--plasma-typo-display-font-family);
957
+ --plasma-typo-h1-bold-letter-spacing: normal;
958
+ --plasma-typo-h1-bold-font-style: normal;
959
+ --plasma-typo-h1-medium-font-family: var(--plasma-typo-display-font-family);
960
+ --plasma-typo-h1-medium-letter-spacing: normal;
961
+ --plasma-typo-h1-medium-font-style: normal;
962
+ --plasma-typo-h1-font-family: var(--plasma-typo-display-font-family);
963
+ --plasma-typo-h1-letter-spacing: normal;
964
+ --plasma-typo-h1-font-style: normal;
965
+ --plasma-typo-h2-bold-font-family: var(--plasma-typo-display-font-family);
966
+ --plasma-typo-h2-bold-letter-spacing: normal;
967
+ --plasma-typo-h2-bold-font-style: normal;
968
+ --plasma-typo-h2-font-family: var(--plasma-typo-display-font-family);
969
+ --plasma-typo-h2-letter-spacing: normal;
970
+ --plasma-typo-h2-font-style: normal;
971
+ --plasma-typo-h3-bold-font-family: var(--plasma-typo-display-font-family);
972
+ --plasma-typo-h3-bold-letter-spacing: normal;
973
+ --plasma-typo-h3-bold-font-style: normal;
974
+ --plasma-typo-h3-medium-font-family: var(--plasma-typo-display-font-family);
975
+ --plasma-typo-h3-medium-letter-spacing: normal;
976
+ --plasma-typo-h3-medium-font-style: normal;
977
+ --plasma-typo-h3-font-family: var(--plasma-typo-display-font-family);
978
+ --plasma-typo-h3-letter-spacing: normal;
979
+ --plasma-typo-h3-font-style: normal;
980
+ --plasma-typo-h4-bold-font-family: var(--plasma-typo-display-font-family);
981
+ --plasma-typo-h4-bold-letter-spacing: normal;
982
+ --plasma-typo-h4-bold-font-style: normal;
983
+ --plasma-typo-h4-medium-font-family: var(--plasma-typo-display-font-family);
984
+ --plasma-typo-h4-medium-letter-spacing: normal;
985
+ --plasma-typo-h4-medium-font-style: normal;
986
+ --plasma-typo-h4-font-family: var(--plasma-typo-display-font-family);
987
+ --plasma-typo-h4-letter-spacing: normal;
988
+ --plasma-typo-h4-font-style: normal;
941
989
  --plasma-typo-body-xxs-medium-font-family: var(--plasma-typo-text-font-family);
942
990
  --plasma-typo-body-xxs-medium-letter-spacing: normal;
943
991
  --plasma-typo-body-xxs-medium-font-style: normal;
944
- --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);
945
- --plasma-typo-text-l-letter-spacing: -0.02em;
946
- --plasma-typo-text-l-font-style: normal;
947
992
  --plasma-typo-text-l-bold-font-family: var(--plasma-typo-text-font-family);
948
993
  --plasma-typo-text-l-bold-letter-spacing: -0.02em;
949
994
  --plasma-typo-text-l-bold-font-style: normal;
950
995
  --plasma-typo-text-l-medium-font-family: var(--plasma-typo-text-font-family);
951
996
  --plasma-typo-text-l-medium-letter-spacing: -0.02em;
952
997
  --plasma-typo-text-l-medium-font-style: normal;
998
+ --plasma-typo-text-l-font-family: var(--plasma-typo-text-font-family);
999
+ --plasma-typo-text-l-letter-spacing: -0.02em;
1000
+ --plasma-typo-text-l-font-style: normal;
953
1001
  --plasma-typo-text-m-bold-font-family: var(--plasma-typo-text-font-family);
954
1002
  --plasma-typo-text-m-bold-letter-spacing: -0.02em;
955
1003
  --plasma-typo-text-m-bold-font-style: normal;
956
- --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);
957
- --plasma-typo-text-s-bold-letter-spacing: -0.02em;
958
- --plasma-typo-text-s-bold-font-style: normal;
959
- --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);
960
- --plasma-typo-text-xs-letter-spacing: -0.02em;
961
- --plasma-typo-text-xs-font-style: normal;
962
1004
  --plasma-typo-text-m-medium-font-family: var(--plasma-typo-text-font-family);
963
1005
  --plasma-typo-text-m-medium-letter-spacing: -0.02em;
964
1006
  --plasma-typo-text-m-medium-font-style: normal;
965
- --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);
966
- --plasma-typo-text-xs-bold-letter-spacing: -0.02em;
967
- --plasma-typo-text-xs-bold-font-style: normal;
968
1007
  --plasma-typo-text-m-font-family: var(--plasma-typo-text-font-family);
969
1008
  --plasma-typo-text-m-letter-spacing: -0.02em;
970
1009
  --plasma-typo-text-m-font-style: normal;
971
- --plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
972
- --plasma-typo-text-xs-medium-letter-spacing: -0.02em;
973
- --plasma-typo-text-xs-medium-font-style: normal;
1010
+ --plasma-typo-text-s-bold-font-family: var(--plasma-typo-text-font-family);
1011
+ --plasma-typo-text-s-bold-letter-spacing: -0.02em;
1012
+ --plasma-typo-text-s-bold-font-style: normal;
974
1013
  --plasma-typo-text-s-font-family: var(--plasma-typo-text-font-family);
975
1014
  --plasma-typo-text-s-letter-spacing: -0.02em;
976
1015
  --plasma-typo-text-s-font-style: normal;
1016
+ --plasma-typo-text-xs-bold-font-family: var(--plasma-typo-text-font-family);
1017
+ --plasma-typo-text-xs-bold-letter-spacing: -0.02em;
1018
+ --plasma-typo-text-xs-bold-font-style: normal;
1019
+ --plasma-typo-text-xs-medium-font-family: var(--plasma-typo-text-font-family);
1020
+ --plasma-typo-text-xs-medium-letter-spacing: -0.02em;
1021
+ --plasma-typo-text-xs-medium-font-style: normal;
1022
+ --plasma-typo-text-xs-font-family: var(--plasma-typo-text-font-family);
1023
+ --plasma-typo-text-xs-letter-spacing: -0.02em;
1024
+ --plasma-typo-text-xs-font-style: normal;
977
1025
  --plasma-typo-text-s-medium-font-family: var(--plasma-typo-text-font-family);
978
1026
  --plasma-typo-text-s-medium-letter-spacing: -0.02em;
979
1027
  --plasma-typo-text-s-medium-font-style: normal;
980
- --plasma-typo-xxl-medium-font-family: var(--plasma-typo-display-font-family);
981
- --plasma-typo-xxl-medium-letter-spacing: normal;
982
- --plasma-typo-xxl-medium-font-style: normal;
983
- --plasma-typo-xl-medium-font-family: var(--plasma-typo-display-font-family);
984
- --plasma-typo-xl-medium-letter-spacing: normal;
985
- --plasma-typo-xl-medium-font-style: normal;
1028
+ --plasma-typo-h-xl-medium-font-family: var(--plasma-typo-display-font-family);
1029
+ --plasma-typo-h-xl-medium-letter-spacing: normal;
1030
+ --plasma-typo-h-xl-medium-font-style: normal;
1031
+ --plasma-typo-h-xxl-medium-font-family: var(--plasma-typo-display-font-family);
1032
+ --plasma-typo-h-xxl-medium-letter-spacing: normal;
1033
+ --plasma-typo-h-xxl-medium-font-style: normal;
1034
+ --plasma-typo-body-xxxs-medium-font-family: var(--plasma-typo-display-font-family);
1035
+ --plasma-typo-body-xxxs-medium-letter-spacing: normal;
1036
+ --plasma-typo-body-xxxs-medium-font-style: normal;
1037
+ --plasma-typo-body-xxxs-font-family: var(--plasma-typo-display-font-family);
1038
+ --plasma-typo-body-xxxs-letter-spacing: normal;
1039
+ --plasma-typo-body-xxxs-font-style: normal;
1040
+ --plasma-typo-body-xxxs-bold-font-family: var(--plasma-typo-display-font-family);
1041
+ --plasma-typo-body-xxxs-bold-letter-spacing: normal;
1042
+ --plasma-typo-body-xxxs-bold-font-style: normal;
986
1043
  }
987
1044
 
988
1045
  @media (max-width: 559px) {
@@ -993,57 +1050,152 @@
993
1050
  --plasma-typo-h2-medium-font-size: 1.375rem;
994
1051
  --plasma-typo-h2-medium-font-weight: 500;
995
1052
  --plasma-typo-h2-medium-line-height: 1.75rem;
1053
+ --plasma-typo-body-l-bold-font-size: 0.9375rem;
1054
+ --plasma-typo-body-l-bold-font-weight: 700;
1055
+ --plasma-typo-body-l-bold-line-height: 1.25rem;
1056
+ --plasma-typo-body-l-medium-font-size: 0.9375rem;
1057
+ --plasma-typo-body-l-medium-font-weight: 500;
1058
+ --plasma-typo-body-l-medium-line-height: 1.25rem;
1059
+ --plasma-typo-body-l-font-size: 0.9375rem;
1060
+ --plasma-typo-body-l-font-weight: 400;
1061
+ --plasma-typo-body-l-line-height: 1.25rem;
1062
+ --plasma-typo-body-m-bold-font-size: 0.875rem;
1063
+ --plasma-typo-body-m-bold-font-weight: 700;
1064
+ --plasma-typo-body-m-bold-line-height: 1.125rem;
1065
+ --plasma-typo-body-m-medium-font-size: 0.875rem;
1066
+ --plasma-typo-body-m-medium-font-weight: 500;
1067
+ --plasma-typo-body-m-medium-line-height: 1.125rem;
1068
+ --plasma-typo-body-m-font-size: 0.875rem;
1069
+ --plasma-typo-body-m-font-weight: 400;
1070
+ --plasma-typo-body-m-line-height: 1.125rem;
1071
+ --plasma-typo-body-s-bold-font-size: 0.8125rem;
1072
+ --plasma-typo-body-s-bold-font-weight: 700;
1073
+ --plasma-typo-body-s-bold-line-height: 0.9375rem;
1074
+ --plasma-typo-body-s-medium-font-size: 0.8125rem;
1075
+ --plasma-typo-body-s-medium-font-weight: 500;
1076
+ --plasma-typo-body-s-medium-line-height: 0.9375rem;
1077
+ --plasma-typo-body-s-font-size: 0.8125rem;
1078
+ --plasma-typo-body-s-font-weight: 400;
1079
+ --plasma-typo-body-s-line-height: 0.9375rem;
1080
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
1081
+ --plasma-typo-body-xs-bold-font-weight: 700;
1082
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
1083
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
1084
+ --plasma-typo-body-xs-medium-font-weight: 500;
1085
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
1086
+ --plasma-typo-body-xs-font-size: 0.75rem;
1087
+ --plasma-typo-body-xs-font-weight: 400;
1088
+ --plasma-typo-body-xs-line-height: 0.875rem;
1089
+ --plasma-typo-body-xxs-font-size: 0.6875rem;
1090
+ --plasma-typo-body-xxs-font-weight: 400;
1091
+ --plasma-typo-body-xxs-line-height: 0.8125rem;
1092
+ --plasma-typo-dspl-s-bold-font-size: 2.125rem;
1093
+ --plasma-typo-dspl-s-bold-font-weight: 700;
1094
+ --plasma-typo-dspl-s-bold-line-height: 2.5625rem;
1095
+ --plasma-typo-dspl-s-medium-font-size: 2.125rem;
1096
+ --plasma-typo-dspl-s-medium-font-weight: 500;
1097
+ --plasma-typo-dspl-s-medium-line-height: 2.5625rem;
1098
+ --plasma-typo-dspl-s-font-size: 2.125rem;
1099
+ --plasma-typo-dspl-s-font-weight: 400;
1100
+ --plasma-typo-dspl-s-line-height: 2.5625rem;
1101
+ --plasma-typo-h1-bold-font-size: 1.75rem;
1102
+ --plasma-typo-h1-bold-font-weight: 700;
1103
+ --plasma-typo-h1-bold-line-height: 2.25rem;
996
1104
  --plasma-typo-h1-medium-font-size: 1.75rem;
997
1105
  --plasma-typo-h1-medium-font-weight: 500;
998
1106
  --plasma-typo-h1-medium-line-height: 2.25rem;
999
1107
  --plasma-typo-h1-font-size: 1.75rem;
1000
1108
  --plasma-typo-h1-font-weight: 400;
1001
1109
  --plasma-typo-h1-line-height: 2.25rem;
1002
- --plasma-typo-h3-medium-font-size: 1.25rem;
1003
- --plasma-typo-h3-medium-font-weight: 500;
1004
- --plasma-typo-h3-medium-line-height: 1.4375rem;
1110
+ --plasma-typo-h2-bold-font-size: 1.375rem;
1111
+ --plasma-typo-h2-bold-font-weight: 700;
1112
+ --plasma-typo-h2-bold-line-height: 1.75rem;
1005
1113
  --plasma-typo-h2-font-size: 1.375rem;
1006
1114
  --plasma-typo-h2-font-weight: 400;
1007
1115
  --plasma-typo-h2-line-height: 1.75rem;
1008
1116
  --plasma-typo-h3-bold-font-size: 1.25rem;
1009
1117
  --plasma-typo-h3-bold-font-weight: 700;
1010
1118
  --plasma-typo-h3-bold-line-height: 1.4375rem;
1011
- --plasma-typo-h4-font-size: 1rem;
1012
- --plasma-typo-h4-font-weight: 400;
1013
- --plasma-typo-h4-line-height: 1.25rem;
1119
+ --plasma-typo-h3-medium-font-size: 1.25rem;
1120
+ --plasma-typo-h3-medium-font-weight: 500;
1121
+ --plasma-typo-h3-medium-line-height: 1.4375rem;
1014
1122
  --plasma-typo-h3-font-size: 1.25rem;
1015
1123
  --plasma-typo-h3-font-weight: 400;
1016
1124
  --plasma-typo-h3-line-height: 1.4375rem;
1017
- --plasma-typo-dspl-s-bold-font-size: 2.125rem;
1018
- --plasma-typo-dspl-s-bold-font-weight: 700;
1019
- --plasma-typo-dspl-s-bold-line-height: 2.5625rem;
1020
- --plasma-typo-h1-bold-font-size: 1.75rem;
1021
- --plasma-typo-h1-bold-font-weight: 700;
1022
- --plasma-typo-h1-bold-line-height: 2.25rem;
1125
+ --plasma-typo-h4-bold-font-size: 1rem;
1126
+ --plasma-typo-h4-bold-font-weight: 700;
1127
+ --plasma-typo-h4-bold-line-height: 1.25rem;
1128
+ --plasma-typo-h4-medium-font-size: 1rem;
1129
+ --plasma-typo-h4-medium-font-weight: 500;
1130
+ --plasma-typo-h4-medium-line-height: 1.25rem;
1131
+ --plasma-typo-h4-font-size: 1rem;
1132
+ --plasma-typo-h4-font-weight: 400;
1133
+ --plasma-typo-h4-line-height: 1.25rem;
1134
+ --plasma-typo-body-xxs-medium-font-size: 0.6875rem;
1135
+ --plasma-typo-body-xxs-medium-font-weight: 500;
1136
+ --plasma-typo-body-xxs-medium-line-height: 0.8125rem;
1137
+ --plasma-typo-text-l-bold-font-size: 1.125rem;
1138
+ --plasma-typo-text-l-bold-font-weight: 600;
1139
+ --plasma-typo-text-l-bold-line-height: 1.625rem;
1140
+ --plasma-typo-text-l-medium-font-size: 1.125rem;
1141
+ --plasma-typo-text-l-medium-font-weight: 500;
1142
+ --plasma-typo-text-l-medium-line-height: 1.625rem;
1143
+ --plasma-typo-text-l-font-size: 1.125rem;
1144
+ --plasma-typo-text-l-font-weight: 400;
1145
+ --plasma-typo-text-l-line-height: 1.625rem;
1146
+ --plasma-typo-text-m-bold-font-size: 1rem;
1147
+ --plasma-typo-text-m-bold-font-weight: 600;
1148
+ --plasma-typo-text-m-bold-line-height: 1.5rem;
1149
+ --plasma-typo-text-m-medium-font-size: 1rem;
1150
+ --plasma-typo-text-m-medium-font-weight: 500;
1151
+ --plasma-typo-text-m-medium-line-height: 1.5rem;
1152
+ --plasma-typo-text-m-font-size: 1rem;
1153
+ --plasma-typo-text-m-font-weight: 400;
1154
+ --plasma-typo-text-m-line-height: 1.5rem;
1155
+ --plasma-typo-text-s-bold-font-size: 0.875rem;
1156
+ --plasma-typo-text-s-bold-font-weight: 600;
1157
+ --plasma-typo-text-s-bold-line-height: 1.25rem;
1158
+ --plasma-typo-text-s-font-size: 0.875rem;
1159
+ --plasma-typo-text-s-font-weight: 400;
1160
+ --plasma-typo-text-s-line-height: 1.25rem;
1161
+ --plasma-typo-text-xs-bold-font-size: 0.75rem;
1162
+ --plasma-typo-text-xs-bold-font-weight: 600;
1163
+ --plasma-typo-text-xs-bold-line-height: 1rem;
1164
+ --plasma-typo-text-xs-medium-font-size: 0.75rem;
1165
+ --plasma-typo-text-xs-medium-font-weight: 500;
1166
+ --plasma-typo-text-xs-medium-line-height: 1rem;
1167
+ --plasma-typo-text-xs-font-size: 0.75rem;
1168
+ --plasma-typo-text-xs-font-weight: 400;
1169
+ --plasma-typo-text-xs-line-height: 1rem;
1170
+ --plasma-typo-text-s-medium-font-size: 0.875rem;
1171
+ --plasma-typo-text-s-medium-font-weight: 500;
1172
+ --plasma-typo-text-s-medium-line-height: 1.25rem;
1173
+ --plasma-typo-h-xl-medium-font-size: 2.5rem;
1174
+ --plasma-typo-h-xl-medium-font-weight: 500;
1175
+ --plasma-typo-h-xl-medium-line-height: 3.125rem;
1176
+ --plasma-typo-h-xxl-medium-font-size: 4.5rem;
1177
+ --plasma-typo-h-xxl-medium-font-weight: 500;
1178
+ --plasma-typo-h-xxl-medium-line-height: 5.625rem;
1179
+ --plasma-typo-body-xxxs-medium-font-size: 0.4375rem;
1180
+ --plasma-typo-body-xxxs-medium-font-weight: 500;
1181
+ --plasma-typo-body-xxxs-medium-line-height: 0.5625rem;
1182
+ --plasma-typo-body-xxxs-font-size: 0.4375rem;
1183
+ --plasma-typo-body-xxxs-font-weight: 400;
1184
+ --plasma-typo-body-xxxs-line-height: 0.5625rem;
1185
+ --plasma-typo-body-xxxs-bold-font-size: 0.4375rem;
1186
+ --plasma-typo-body-xxxs-bold-font-weight: 700;
1187
+ --plasma-typo-body-xxxs-bold-line-height: 0.5625rem;
1188
+ }
1189
+ }
1190
+
1191
+ @media (min-width: 560px) and (max-width: 959px) {
1192
+ :root {
1023
1193
  --plasma-typo-dspl-s-medium-font-size: 2.125rem;
1024
1194
  --plasma-typo-dspl-s-medium-font-weight: 500;
1025
1195
  --plasma-typo-dspl-s-medium-line-height: 2.5625rem;
1026
- --plasma-typo-dspl-s-font-size: 2.125rem;
1027
- --plasma-typo-dspl-s-font-weight: 400;
1028
- --plasma-typo-dspl-s-line-height: 2.5625rem;
1029
- --plasma-typo-h2-bold-font-size: 1.375rem;
1030
- --plasma-typo-h2-bold-font-weight: 700;
1031
- --plasma-typo-h2-bold-line-height: 1.75rem;
1032
- --plasma-typo-body-l-bold-font-size: 0.9375rem;
1033
- --plasma-typo-body-l-bold-font-weight: 700;
1034
- --plasma-typo-body-l-bold-line-height: 1.25rem;
1035
- --plasma-typo-body-l-font-size: 0.9375rem;
1036
- --plasma-typo-body-l-font-weight: 400;
1037
- --plasma-typo-body-l-line-height: 1.25rem;
1038
- --plasma-typo-h4-bold-font-size: 1rem;
1039
- --plasma-typo-h4-bold-font-weight: 700;
1040
- --plasma-typo-h4-bold-line-height: 1.25rem;
1041
- --plasma-typo-h4-medium-font-size: 1rem;
1042
- --plasma-typo-h4-medium-font-weight: 500;
1043
- --plasma-typo-h4-medium-line-height: 1.25rem;
1044
- --plasma-typo-body-l-medium-font-size: 0.9375rem;
1045
- --plasma-typo-body-l-medium-font-weight: 500;
1046
- --plasma-typo-body-l-medium-line-height: 1.25rem;
1196
+ --plasma-typo-h1-bold-font-size: 1.75rem;
1197
+ --plasma-typo-h1-bold-font-weight: 700;
1198
+ --plasma-typo-h1-bold-line-height: 2.25rem;
1047
1199
  --plasma-typo-body-m-bold-font-size: 0.875rem;
1048
1200
  --plasma-typo-body-m-bold-font-weight: 700;
1049
1201
  --plasma-typo-body-m-bold-line-height: 1.125rem;
@@ -1071,143 +1223,51 @@
1071
1223
  --plasma-typo-body-xs-font-size: 0.75rem;
1072
1224
  --plasma-typo-body-xs-font-weight: 400;
1073
1225
  --plasma-typo-body-xs-line-height: 0.875rem;
1074
- --plasma-typo-body-xxs-font-size: 0.6875rem;
1075
- --plasma-typo-body-xxs-font-weight: 400;
1076
- --plasma-typo-body-xxs-line-height: 0.8125rem;
1077
1226
  --plasma-typo-body-xxs-medium-font-size: 0.6875rem;
1078
1227
  --plasma-typo-body-xxs-medium-font-weight: 500;
1079
1228
  --plasma-typo-body-xxs-medium-line-height: 0.8125rem;
1080
- --plasma-typo-text-l-font-size: 1.125rem;
1081
- --plasma-typo-text-l-font-weight: 400;
1082
- --plasma-typo-text-l-line-height: 1.625rem;
1083
- --plasma-typo-text-l-bold-font-size: 1.125rem;
1084
- --plasma-typo-text-l-bold-font-weight: 600;
1085
- --plasma-typo-text-l-bold-line-height: 1.625rem;
1086
- --plasma-typo-text-l-medium-font-size: 1.125rem;
1087
- --plasma-typo-text-l-medium-font-weight: 500;
1088
- --plasma-typo-text-l-medium-line-height: 1.625rem;
1089
- --plasma-typo-text-m-bold-font-size: 1rem;
1090
- --plasma-typo-text-m-bold-font-weight: 600;
1091
- --plasma-typo-text-m-bold-line-height: 1.5rem;
1092
- --plasma-typo-text-s-bold-font-size: 0.875rem;
1093
- --plasma-typo-text-s-bold-font-weight: 600;
1094
- --plasma-typo-text-s-bold-line-height: 1.25rem;
1095
- --plasma-typo-text-xs-font-size: 0.75rem;
1096
- --plasma-typo-text-xs-font-weight: 400;
1097
- --plasma-typo-text-xs-line-height: 1rem;
1098
- --plasma-typo-text-m-medium-font-size: 1rem;
1099
- --plasma-typo-text-m-medium-font-weight: 500;
1100
- --plasma-typo-text-m-medium-line-height: 1.5rem;
1101
- --plasma-typo-text-xs-bold-font-size: 0.75rem;
1102
- --plasma-typo-text-xs-bold-font-weight: 600;
1103
- --plasma-typo-text-xs-bold-line-height: 1rem;
1104
- --plasma-typo-text-m-font-size: 1rem;
1105
- --plasma-typo-text-m-font-weight: 400;
1106
- --plasma-typo-text-m-line-height: 1.5rem;
1107
- --plasma-typo-text-xs-medium-font-size: 0.75rem;
1108
- --plasma-typo-text-xs-medium-font-weight: 500;
1109
- --plasma-typo-text-xs-medium-line-height: 1rem;
1110
- --plasma-typo-text-s-font-size: 0.875rem;
1111
- --plasma-typo-text-s-font-weight: 400;
1112
- --plasma-typo-text-s-line-height: 1.25rem;
1113
- --plasma-typo-text-s-medium-font-size: 0.875rem;
1114
- --plasma-typo-text-s-medium-font-weight: 500;
1115
- --plasma-typo-text-s-medium-line-height: 1.25rem;
1116
- --plasma-typo-xxl-medium-font-size: 4.5rem;
1117
- --plasma-typo-xxl-medium-font-weight: 500;
1118
- --plasma-typo-xxl-medium-line-height: 5.625rem;
1119
- --plasma-typo-xl-medium-font-size: 2.5rem;
1120
- --plasma-typo-xl-medium-font-weight: 500;
1121
- --plasma-typo-xl-medium-line-height: 3.125rem;
1122
- }
1123
- }
1124
-
1125
- @media (min-width: 560px) and (max-width: 959px) {
1126
- :root {
1127
- --plasma-typo-h1-bold-font-size: 1.75rem;
1128
- --plasma-typo-h1-bold-font-weight: 700;
1129
- --plasma-typo-h1-bold-line-height: 2.25rem;
1130
- --plasma-typo-dspl-s-medium-font-size: 2.125rem;
1131
- --plasma-typo-dspl-s-medium-font-weight: 500;
1132
- --plasma-typo-dspl-s-medium-line-height: 2.5625rem;
1229
+ --plasma-typo-body-xxs-font-size: 0.6875rem;
1230
+ --plasma-typo-body-xxs-font-weight: 400;
1231
+ --plasma-typo-body-xxs-line-height: 0.8125rem;
1232
+ --plasma-typo-dspl-s-bold-font-size: 2.125rem;
1233
+ --plasma-typo-dspl-s-bold-font-weight: 700;
1234
+ --plasma-typo-dspl-s-bold-line-height: 2.5625rem;
1133
1235
  --plasma-typo-dspl-s-font-size: 2.125rem;
1134
1236
  --plasma-typo-dspl-s-font-weight: 400;
1135
1237
  --plasma-typo-dspl-s-line-height: 2.5625rem;
1136
- --plasma-typo-h2-bold-font-size: 1.375rem;
1137
- --plasma-typo-h2-bold-font-weight: 700;
1138
- --plasma-typo-h2-bold-line-height: 1.75rem;
1139
1238
  --plasma-typo-h1-medium-font-size: 1.75rem;
1140
1239
  --plasma-typo-h1-medium-font-weight: 500;
1141
1240
  --plasma-typo-h1-medium-line-height: 2.25rem;
1142
1241
  --plasma-typo-h1-font-size: 1.75rem;
1143
1242
  --plasma-typo-h1-font-weight: 400;
1144
1243
  --plasma-typo-h1-line-height: 2.25rem;
1145
- --plasma-typo-h3-bold-font-size: 1.25rem;
1146
- --plasma-typo-h3-bold-font-weight: 700;
1147
- --plasma-typo-h3-bold-line-height: 1.4375rem;
1244
+ --plasma-typo-h2-bold-font-size: 1.375rem;
1245
+ --plasma-typo-h2-bold-font-weight: 700;
1246
+ --plasma-typo-h2-bold-line-height: 1.75rem;
1148
1247
  --plasma-typo-h2-medium-font-size: 1.375rem;
1149
1248
  --plasma-typo-h2-medium-font-weight: 500;
1150
1249
  --plasma-typo-h2-medium-line-height: 1.75rem;
1151
1250
  --plasma-typo-h2-font-size: 1.375rem;
1152
1251
  --plasma-typo-h2-font-weight: 400;
1153
1252
  --plasma-typo-h2-line-height: 1.75rem;
1154
- --plasma-typo-h4-bold-font-size: 1rem;
1155
- --plasma-typo-h4-bold-font-weight: 700;
1156
- --plasma-typo-h4-bold-line-height: 1.25rem;
1253
+ --plasma-typo-h3-bold-font-size: 1.25rem;
1254
+ --plasma-typo-h3-bold-font-weight: 700;
1255
+ --plasma-typo-h3-bold-line-height: 1.4375rem;
1157
1256
  --plasma-typo-h3-medium-font-size: 1.25rem;
1158
1257
  --plasma-typo-h3-medium-font-weight: 500;
1159
1258
  --plasma-typo-h3-medium-line-height: 1.4375rem;
1160
1259
  --plasma-typo-h3-font-size: 1.25rem;
1161
1260
  --plasma-typo-h3-font-weight: 400;
1162
1261
  --plasma-typo-h3-line-height: 1.4375rem;
1262
+ --plasma-typo-h4-bold-font-size: 1rem;
1263
+ --plasma-typo-h4-bold-font-weight: 700;
1264
+ --plasma-typo-h4-bold-line-height: 1.25rem;
1163
1265
  --plasma-typo-h4-medium-font-size: 1rem;
1164
1266
  --plasma-typo-h4-medium-font-weight: 500;
1165
1267
  --plasma-typo-h4-medium-line-height: 1.25rem;
1166
1268
  --plasma-typo-h4-font-size: 1rem;
1167
1269
  --plasma-typo-h4-font-weight: 400;
1168
1270
  --plasma-typo-h4-line-height: 1.25rem;
1169
- --plasma-typo-body-s-bold-font-size: 0.8125rem;
1170
- --plasma-typo-body-s-bold-font-weight: 700;
1171
- --plasma-typo-body-s-bold-line-height: 0.9375rem;
1172
- --plasma-typo-body-m-medium-font-size: 0.875rem;
1173
- --plasma-typo-body-m-medium-font-weight: 500;
1174
- --plasma-typo-body-m-medium-line-height: 1.125rem;
1175
- --plasma-typo-body-m-font-size: 0.875rem;
1176
- --plasma-typo-body-m-font-weight: 400;
1177
- --plasma-typo-body-m-line-height: 1.125rem;
1178
- --plasma-typo-body-xs-bold-font-size: 0.75rem;
1179
- --plasma-typo-body-xs-bold-font-weight: 700;
1180
- --plasma-typo-body-xs-bold-line-height: 0.875rem;
1181
- --plasma-typo-body-s-medium-font-size: 0.8125rem;
1182
- --plasma-typo-body-s-medium-font-weight: 500;
1183
- --plasma-typo-body-s-medium-line-height: 0.9375rem;
1184
- --plasma-typo-body-s-font-size: 0.8125rem;
1185
- --plasma-typo-body-s-font-weight: 400;
1186
- --plasma-typo-body-s-line-height: 0.9375rem;
1187
- --plasma-typo-body-xs-medium-font-size: 0.75rem;
1188
- --plasma-typo-body-xs-medium-font-weight: 500;
1189
- --plasma-typo-body-xs-medium-line-height: 0.875rem;
1190
- --plasma-typo-body-xs-font-size: 0.75rem;
1191
- --plasma-typo-body-xs-font-weight: 400;
1192
- --plasma-typo-body-xs-line-height: 0.875rem;
1193
- --plasma-typo-body-xxs-medium-font-size: 0.6875rem;
1194
- --plasma-typo-body-xxs-medium-font-weight: 500;
1195
- --plasma-typo-body-xxs-medium-line-height: 0.8125rem;
1196
- --plasma-typo-body-xxs-font-size: 0.6875rem;
1197
- --plasma-typo-body-xxs-font-weight: 400;
1198
- --plasma-typo-body-xxs-line-height: 0.8125rem;
1199
- --plasma-typo-body-l-font-size: 0.9375rem;
1200
- --plasma-typo-body-l-font-weight: 400;
1201
- --plasma-typo-body-l-line-height: 1.25rem;
1202
- --plasma-typo-body-l-medium-font-size: 0.9375rem;
1203
- --plasma-typo-body-l-medium-font-weight: 500;
1204
- --plasma-typo-body-l-medium-line-height: 1.25rem;
1205
- --plasma-typo-dspl-s-bold-font-size: 2.125rem;
1206
- --plasma-typo-dspl-s-bold-font-weight: 700;
1207
- --plasma-typo-dspl-s-bold-line-height: 2.5625rem;
1208
- --plasma-typo-body-m-bold-font-size: 0.875rem;
1209
- --plasma-typo-body-m-bold-font-weight: 700;
1210
- --plasma-typo-body-m-bold-line-height: 1.125rem;
1211
1271
  --plasma-typo-text-l-font-size: 1.25rem;
1212
1272
  --plasma-typo-text-l-font-weight: 400;
1213
1273
  --plasma-typo-text-l-line-height: 1.75rem;
@@ -1226,6 +1286,15 @@
1226
1286
  --plasma-typo-text-s-medium-font-size: 0.875rem;
1227
1287
  --plasma-typo-text-s-medium-font-weight: 500;
1228
1288
  --plasma-typo-text-s-medium-line-height: 1.25rem;
1289
+ --plasma-typo-body-l-font-size: 0.9375rem;
1290
+ --plasma-typo-body-l-font-weight: 400;
1291
+ --plasma-typo-body-l-line-height: 1.25rem;
1292
+ --plasma-typo-text-l-bold-font-size: 1.25rem;
1293
+ --plasma-typo-text-l-bold-font-weight: 600;
1294
+ --plasma-typo-text-l-bold-line-height: 1.75rem;
1295
+ --plasma-typo-text-l-medium-font-size: 1.25rem;
1296
+ --plasma-typo-text-l-medium-font-weight: 500;
1297
+ --plasma-typo-text-l-medium-line-height: 1.75rem;
1229
1298
  --plasma-typo-text-s-font-size: 0.875rem;
1230
1299
  --plasma-typo-text-s-font-weight: 400;
1231
1300
  --plasma-typo-text-s-line-height: 1.25rem;
@@ -1238,29 +1307,68 @@
1238
1307
  --plasma-typo-text-xs-font-size: 0.75rem;
1239
1308
  --plasma-typo-text-xs-font-weight: 400;
1240
1309
  --plasma-typo-text-xs-line-height: 1rem;
1241
- --plasma-typo-text-l-bold-font-size: 1.25rem;
1242
- --plasma-typo-text-l-bold-font-weight: 600;
1243
- --plasma-typo-text-l-bold-line-height: 1.75rem;
1244
- --plasma-typo-text-l-medium-font-size: 1.25rem;
1245
- --plasma-typo-text-l-medium-font-weight: 500;
1246
- --plasma-typo-text-l-medium-line-height: 1.75rem;
1247
1310
  --plasma-typo-body-l-bold-font-size: 0.9375rem;
1248
1311
  --plasma-typo-body-l-bold-font-weight: 700;
1249
1312
  --plasma-typo-body-l-bold-line-height: 1.25rem;
1250
1313
  --plasma-typo-body-xxs-bold-font-size: 0.6875rem;
1251
1314
  --plasma-typo-body-xxs-bold-font-weight: 700;
1252
1315
  --plasma-typo-body-xxs-bold-line-height: 0.8125rem;
1253
- --plasma-typo-xxl-medium-font-size: 4.5rem;
1254
- --plasma-typo-xxl-medium-font-weight: 500;
1255
- --plasma-typo-xxl-medium-line-height: 5.625rem;
1256
- --plasma-typo-xl-medium-font-size: 2.5rem;
1257
- --plasma-typo-xl-medium-font-weight: 500;
1258
- --plasma-typo-xl-medium-line-height: 3.125rem;
1316
+ --plasma-typo-h-xl-medium-font-size: 2.5rem;
1317
+ --plasma-typo-h-xl-medium-font-weight: 500;
1318
+ --plasma-typo-h-xl-medium-line-height: 3.125rem;
1319
+ --plasma-typo-h-xxl-medium-font-size: 4.5rem;
1320
+ --plasma-typo-h-xxl-medium-font-weight: 500;
1321
+ --plasma-typo-h-xxl-medium-line-height: 5.625rem;
1322
+ --plasma-typo-body-l-medium-font-size: 0.9375rem;
1323
+ --plasma-typo-body-l-medium-font-weight: 500;
1324
+ --plasma-typo-body-l-medium-line-height: 1.25rem;
1325
+ --plasma-typo-body-xxxs-medium-font-size: 0.4375rem;
1326
+ --plasma-typo-body-xxxs-medium-font-weight: 500;
1327
+ --plasma-typo-body-xxxs-medium-line-height: 0.5625rem;
1328
+ --plasma-typo-body-xxxs-font-size: 0.4375rem;
1329
+ --plasma-typo-body-xxxs-font-weight: 400;
1330
+ --plasma-typo-body-xxxs-line-height: 0.5625rem;
1331
+ --plasma-typo-body-xxxs-bold-font-size: 0.4375rem;
1332
+ --plasma-typo-body-xxxs-bold-font-weight: 700;
1333
+ --plasma-typo-body-xxxs-bold-line-height: 0.5625rem;
1259
1334
  }
1260
1335
  }
1261
1336
 
1262
1337
  @media (min-width: 960px) {
1263
1338
  :root {
1339
+ --plasma-typo-body-m-bold-font-size: 0.875rem;
1340
+ --plasma-typo-body-m-bold-font-weight: 700;
1341
+ --plasma-typo-body-m-bold-line-height: 1.125rem;
1342
+ --plasma-typo-body-m-medium-font-size: 0.875rem;
1343
+ --plasma-typo-body-m-medium-font-weight: 500;
1344
+ --plasma-typo-body-m-medium-line-height: 1.125rem;
1345
+ --plasma-typo-body-m-font-size: 0.875rem;
1346
+ --plasma-typo-body-m-font-weight: 400;
1347
+ --plasma-typo-body-m-line-height: 1.125rem;
1348
+ --plasma-typo-body-s-bold-font-size: 0.8125rem;
1349
+ --plasma-typo-body-s-bold-font-weight: 700;
1350
+ --plasma-typo-body-s-bold-line-height: 0.9375rem;
1351
+ --plasma-typo-body-s-font-size: 0.8125rem;
1352
+ --plasma-typo-body-s-font-weight: 400;
1353
+ --plasma-typo-body-s-line-height: 0.9375rem;
1354
+ --plasma-typo-body-xs-bold-font-size: 0.75rem;
1355
+ --plasma-typo-body-xs-bold-font-weight: 700;
1356
+ --plasma-typo-body-xs-bold-line-height: 0.875rem;
1357
+ --plasma-typo-body-xs-medium-font-size: 0.75rem;
1358
+ --plasma-typo-body-xs-medium-font-weight: 500;
1359
+ --plasma-typo-body-xs-medium-line-height: 0.875rem;
1360
+ --plasma-typo-body-xs-font-size: 0.75rem;
1361
+ --plasma-typo-body-xs-font-weight: 400;
1362
+ --plasma-typo-body-xs-line-height: 0.875rem;
1363
+ --plasma-typo-body-xxs-bold-font-size: 0.6875rem;
1364
+ --plasma-typo-body-xxs-bold-font-weight: 700;
1365
+ --plasma-typo-body-xxs-bold-line-height: 0.8125rem;
1366
+ --plasma-typo-body-xxs-medium-font-size: 0.6875rem;
1367
+ --plasma-typo-body-xxs-medium-font-weight: 500;
1368
+ --plasma-typo-body-xxs-medium-line-height: 0.8125rem;
1369
+ --plasma-typo-body-xxs-font-size: 0.6875rem;
1370
+ --plasma-typo-body-xxs-font-weight: 400;
1371
+ --plasma-typo-body-xxs-line-height: 0.8125rem;
1264
1372
  --plasma-typo-dspl-s-bold-font-size: 2.125rem;
1265
1373
  --plasma-typo-dspl-s-bold-font-weight: 700;
1266
1374
  --plasma-typo-dspl-s-bold-line-height: 2.5625rem;
@@ -1270,6 +1378,9 @@
1270
1378
  --plasma-typo-dspl-s-font-size: 2.125rem;
1271
1379
  --plasma-typo-dspl-s-font-weight: 400;
1272
1380
  --plasma-typo-dspl-s-line-height: 2.5625rem;
1381
+ --plasma-typo-h1-bold-font-size: 1.75rem;
1382
+ --plasma-typo-h1-bold-font-weight: 700;
1383
+ --plasma-typo-h1-bold-line-height: 2.25rem;
1273
1384
  --plasma-typo-h1-medium-font-size: 1.75rem;
1274
1385
  --plasma-typo-h1-medium-font-weight: 500;
1275
1386
  --plasma-typo-h1-medium-line-height: 2.25rem;
@@ -1303,48 +1414,6 @@
1303
1414
  --plasma-typo-h4-font-size: 1rem;
1304
1415
  --plasma-typo-h4-font-weight: 400;
1305
1416
  --plasma-typo-h4-line-height: 1.25rem;
1306
- --plasma-typo-body-l-medium-font-size: 0.9375rem;
1307
- --plasma-typo-body-l-medium-font-weight: 500;
1308
- --plasma-typo-body-l-medium-line-height: 1.25rem;
1309
- --plasma-typo-body-l-font-size: 0.9375rem;
1310
- --plasma-typo-body-l-font-weight: 400;
1311
- --plasma-typo-body-l-line-height: 1.25rem;
1312
- --plasma-typo-body-m-bold-font-size: 0.875rem;
1313
- --plasma-typo-body-m-bold-font-weight: 700;
1314
- --plasma-typo-body-m-bold-line-height: 1.125rem;
1315
- --plasma-typo-body-m-medium-font-size: 0.875rem;
1316
- --plasma-typo-body-m-medium-font-weight: 500;
1317
- --plasma-typo-body-m-medium-line-height: 1.125rem;
1318
- --plasma-typo-body-m-font-size: 0.875rem;
1319
- --plasma-typo-body-m-font-weight: 400;
1320
- --plasma-typo-body-m-line-height: 1.125rem;
1321
- --plasma-typo-body-s-bold-font-size: 0.8125rem;
1322
- --plasma-typo-body-s-bold-font-weight: 700;
1323
- --plasma-typo-body-s-bold-line-height: 0.9375rem;
1324
- --plasma-typo-body-s-font-size: 0.8125rem;
1325
- --plasma-typo-body-s-font-weight: 400;
1326
- --plasma-typo-body-s-line-height: 0.9375rem;
1327
- --plasma-typo-h1-bold-font-size: 1.75rem;
1328
- --plasma-typo-h1-bold-font-weight: 700;
1329
- --plasma-typo-h1-bold-line-height: 2.25rem;
1330
- --plasma-typo-body-xs-bold-font-size: 0.75rem;
1331
- --plasma-typo-body-xs-bold-font-weight: 700;
1332
- --plasma-typo-body-xs-bold-line-height: 0.875rem;
1333
- --plasma-typo-body-xs-medium-font-size: 0.75rem;
1334
- --plasma-typo-body-xs-medium-font-weight: 500;
1335
- --plasma-typo-body-xs-medium-line-height: 0.875rem;
1336
- --plasma-typo-body-xs-font-size: 0.75rem;
1337
- --plasma-typo-body-xs-font-weight: 400;
1338
- --plasma-typo-body-xs-line-height: 0.875rem;
1339
- --plasma-typo-body-xxs-bold-font-size: 0.6875rem;
1340
- --plasma-typo-body-xxs-bold-font-weight: 700;
1341
- --plasma-typo-body-xxs-bold-line-height: 0.8125rem;
1342
- --plasma-typo-body-xxs-medium-font-size: 0.6875rem;
1343
- --plasma-typo-body-xxs-medium-font-weight: 500;
1344
- --plasma-typo-body-xxs-medium-line-height: 0.8125rem;
1345
- --plasma-typo-body-xxs-font-size: 0.6875rem;
1346
- --plasma-typo-body-xxs-font-weight: 400;
1347
- --plasma-typo-body-xxs-line-height: 0.8125rem;
1348
1417
  --plasma-typo-text-l-bold-font-size: 1.5rem;
1349
1418
  --plasma-typo-text-l-bold-font-weight: 600;
1350
1419
  --plasma-typo-text-l-bold-line-height: 2rem;
@@ -1372,6 +1441,9 @@
1372
1441
  --plasma-typo-text-xs-bold-font-size: 0.75rem;
1373
1442
  --plasma-typo-text-xs-bold-font-weight: 600;
1374
1443
  --plasma-typo-text-xs-bold-line-height: 1rem;
1444
+ --plasma-typo-body-l-font-size: 0.9375rem;
1445
+ --plasma-typo-body-l-font-weight: 400;
1446
+ --plasma-typo-body-l-line-height: 1.25rem;
1375
1447
  --plasma-typo-text-xs-medium-font-size: 0.75rem;
1376
1448
  --plasma-typo-text-xs-medium-font-weight: 500;
1377
1449
  --plasma-typo-text-xs-medium-line-height: 1rem;
@@ -1387,11 +1459,23 @@
1387
1459
  --plasma-typo-body-s-medium-font-size: 0.8125rem;
1388
1460
  --plasma-typo-body-s-medium-font-weight: 500;
1389
1461
  --plasma-typo-body-s-medium-line-height: 0.9375rem;
1390
- --plasma-typo-xxl-medium-font-size: 4.5rem;
1391
- --plasma-typo-xxl-medium-font-weight: 500;
1392
- --plasma-typo-xxl-medium-line-height: 5.625rem;
1393
- --plasma-typo-xl-medium-font-size: 2.5rem;
1394
- --plasma-typo-xl-medium-font-weight: 500;
1395
- --plasma-typo-xl-medium-line-height: 3.125rem;
1462
+ --plasma-typo-h-xl-medium-font-size: 2.5rem;
1463
+ --plasma-typo-h-xl-medium-font-weight: 500;
1464
+ --plasma-typo-h-xl-medium-line-height: 3.125rem;
1465
+ --plasma-typo-h-xxl-medium-font-size: 4.5rem;
1466
+ --plasma-typo-h-xxl-medium-font-weight: 500;
1467
+ --plasma-typo-h-xxl-medium-line-height: 5.625rem;
1468
+ --plasma-typo-body-l-medium-font-size: 0.9375rem;
1469
+ --plasma-typo-body-l-medium-font-weight: 500;
1470
+ --plasma-typo-body-l-medium-line-height: 1.25rem;
1471
+ --plasma-typo-body-xxxs-medium-font-size: 0.4375rem;
1472
+ --plasma-typo-body-xxxs-medium-font-weight: 500;
1473
+ --plasma-typo-body-xxxs-medium-line-height: 0.5625rem;
1474
+ --plasma-typo-body-xxxs-font-size: 0.4375rem;
1475
+ --plasma-typo-body-xxxs-font-weight: 400;
1476
+ --plasma-typo-body-xxxs-line-height: 0.5625rem;
1477
+ --plasma-typo-body-xxxs-bold-font-size: 0.4375rem;
1478
+ --plasma-typo-body-xxxs-bold-font-weight: 700;
1479
+ --plasma-typo-body-xxxs-bold-line-height: 0.5625rem;
1396
1480
  }
1397
1481
  }