@salutejs-ds/sdds_sbcom 0.1.16 → 0.1.18

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