@statistikzh/leu 0.8.0 → 0.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/.github/workflows/release-please.yml +3 -3
  2. package/CHANGELOG.md +34 -0
  3. package/dist/Accordion.d.ts +1 -1
  4. package/dist/Accordion.js +1 -1
  5. package/dist/Breadcrumb.d.ts +1 -1
  6. package/dist/Breadcrumb.js +1 -1
  7. package/dist/Button.d.ts +45 -1
  8. package/dist/Button.d.ts.map +1 -1
  9. package/dist/Button.js +473 -6
  10. package/dist/ButtonGroup.d.ts +1 -1
  11. package/dist/ButtonGroup.js +1 -1
  12. package/dist/Checkbox.d.ts +1 -1
  13. package/dist/Checkbox.js +2 -2
  14. package/dist/CheckboxGroup.d.ts +1 -1
  15. package/dist/CheckboxGroup.js +1 -1
  16. package/dist/Chip.d.ts +1 -1
  17. package/dist/Chip.js +1 -1
  18. package/dist/ChipGroup.d.ts +1 -1
  19. package/dist/ChipGroup.js +2 -2
  20. package/dist/ChipLink.js +1 -1
  21. package/dist/ChipRemovable.js +1 -1
  22. package/dist/ChipSelectable.js +1 -1
  23. package/dist/Dialog.d.ts +17 -0
  24. package/dist/Dialog.d.ts.map +1 -0
  25. package/dist/Dialog.js +255 -0
  26. package/dist/Dropdown.d.ts +1 -1
  27. package/dist/Dropdown.d.ts.map +1 -1
  28. package/dist/Dropdown.js +4 -3
  29. package/dist/Icon.d.ts +1 -1
  30. package/dist/Icon.js +1 -1
  31. package/dist/Input.d.ts +1 -1
  32. package/dist/Input.d.ts.map +1 -1
  33. package/dist/Input.js +3 -1
  34. package/dist/{LeuElement-a20c5fd6.d.ts → LeuElement-6fbc0dee.d.ts} +1 -1
  35. package/dist/LeuElement-6fbc0dee.d.ts.map +1 -0
  36. package/dist/{LeuElement-a20c5fd6.js → LeuElement-6fbc0dee.js} +1 -1
  37. package/dist/Menu.d.ts +1 -1
  38. package/dist/Menu.js +1 -1
  39. package/dist/MenuItem.d.ts +5 -1
  40. package/dist/MenuItem.d.ts.map +1 -1
  41. package/dist/MenuItem.js +18 -3
  42. package/dist/Pagination.d.ts +1 -1
  43. package/dist/Pagination.d.ts.map +1 -1
  44. package/dist/Pagination.js +3 -2
  45. package/dist/Popup.d.ts +1 -1
  46. package/dist/Popup.js +1 -1
  47. package/dist/Radio.d.ts +1 -1
  48. package/dist/Radio.js +2 -2
  49. package/dist/RadioGroup.d.ts +1 -1
  50. package/dist/RadioGroup.js +1 -1
  51. package/dist/ScrollTop.d.ts +1 -1
  52. package/dist/ScrollTop.d.ts.map +1 -1
  53. package/dist/ScrollTop.js +3 -2
  54. package/dist/Select.d.ts +1 -1
  55. package/dist/Select.d.ts.map +1 -1
  56. package/dist/Select.js +10 -5
  57. package/dist/Spinner.d.ts +9 -0
  58. package/dist/Spinner.d.ts.map +1 -0
  59. package/dist/Spinner.js +53 -0
  60. package/dist/Table.d.ts +1 -1
  61. package/dist/Table.d.ts.map +1 -1
  62. package/dist/Table.js +3 -2
  63. package/dist/VisuallyHidden.d.ts +1 -1
  64. package/dist/VisuallyHidden.js +1 -1
  65. package/dist/hasSlotController-04d0dfa2.d.ts +38 -0
  66. package/dist/hasSlotController-04d0dfa2.d.ts.map +1 -0
  67. package/dist/hasSlotController-04d0dfa2.js +75 -0
  68. package/dist/index.d.ts +1 -1
  69. package/dist/index.js +3 -2
  70. package/dist/leu-accordion.js +1 -1
  71. package/dist/leu-breadcrumb.js +1 -1
  72. package/dist/leu-button-group.js +1 -1
  73. package/dist/leu-button.d.ts +1 -1
  74. package/dist/leu-button.d.ts.map +1 -1
  75. package/dist/leu-button.js +3 -2
  76. package/dist/leu-checkbox-group.js +1 -1
  77. package/dist/leu-checkbox.js +1 -1
  78. package/dist/leu-chip-group.js +1 -1
  79. package/dist/leu-chip-link.js +1 -1
  80. package/dist/leu-chip-removable.js +1 -1
  81. package/dist/leu-chip-selectable.js +1 -1
  82. package/dist/leu-dialog.d.ts +3 -0
  83. package/dist/leu-dialog.d.ts.map +1 -0
  84. package/dist/leu-dialog.js +11 -0
  85. package/dist/leu-dropdown.js +3 -2
  86. package/dist/leu-icon.js +1 -1
  87. package/dist/leu-input.js +1 -1
  88. package/dist/leu-menu-item.js +1 -1
  89. package/dist/leu-menu.js +1 -1
  90. package/dist/leu-pagination.js +3 -2
  91. package/dist/leu-popup.js +1 -1
  92. package/dist/leu-radio-group.js +1 -1
  93. package/dist/leu-radio.js +1 -1
  94. package/dist/leu-scroll-top.js +3 -2
  95. package/dist/leu-select.js +3 -2
  96. package/dist/leu-spinner.d.ts +3 -0
  97. package/dist/leu-spinner.d.ts.map +1 -0
  98. package/dist/leu-spinner.js +7 -0
  99. package/dist/leu-table.js +3 -2
  100. package/dist/leu-visually-hidden.js +1 -1
  101. package/dist/theme.css +370 -217
  102. package/dist/vscode.html-custom-data.json +31 -0
  103. package/dist/vue/index.d.ts +34 -0
  104. package/dist/web-types.json +47 -1
  105. package/package.json +1 -1
  106. package/rollup.config.js +4 -1
  107. package/scripts/generate-component/templates/[namespace]-[name].js +1 -2
  108. package/scripts/postcss-leu-font-styles.cjs +29 -35
  109. package/src/components/button/button.css +2 -3
  110. package/src/components/checkbox/Checkbox.js +1 -1
  111. package/src/components/checkbox/stories/checkbox.stories.js +7 -2
  112. package/src/components/chip/chip-group.css +1 -1
  113. package/src/components/dialog/Dialog.js +100 -0
  114. package/src/components/dialog/dialog.css +162 -0
  115. package/src/components/dialog/leu-dialog.js +5 -0
  116. package/src/components/dialog/stories/dialog.stories.js +144 -0
  117. package/src/components/dialog/test/dialog.test.js +85 -0
  118. package/src/components/dropdown/Dropdown.js +1 -1
  119. package/src/components/dropdown/test/dropdown.test.js +20 -3
  120. package/src/components/input/input.css +2 -0
  121. package/src/components/menu/MenuItem.js +21 -2
  122. package/src/components/menu/stories/menu-item.stories.js +18 -8
  123. package/src/components/menu/test/menu-item.test.js +23 -0
  124. package/src/components/radio/Radio.js +1 -1
  125. package/src/components/radio/stories/radio.stories.js +7 -1
  126. package/src/components/select/Select.js +8 -6
  127. package/src/components/select/test/select.test.js +30 -0
  128. package/src/components/spinner/Spinner.js +31 -0
  129. package/src/components/spinner/leu-spinner.js +5 -0
  130. package/src/components/spinner/spinner.css +20 -0
  131. package/src/components/spinner/stories/spinner.stories.js +29 -0
  132. package/src/components/spinner/test/spinner.test.js +30 -0
  133. package/src/styles/custom-properties.css +35 -3
  134. package/src/styles/font-definitions.json +27 -19
  135. package/src/styles/style.stories.js +61 -0
  136. package/dist/Button-3adfb3ed.d.ts +0 -83
  137. package/dist/Button-3adfb3ed.d.ts.map +0 -1
  138. package/dist/Button-3adfb3ed.js +0 -545
  139. package/dist/LeuElement-a20c5fd6.d.ts.map +0 -1
package/dist/theme.css CHANGED
@@ -1,4 +1,5 @@
1
- :root {
1
+ :root,
2
+ :host {
2
3
  --leu-color-black-100: #000;
3
4
  --leu-color-black-80: #333;
4
5
  --leu-color-black-60: #666;
@@ -42,396 +43,548 @@
42
43
  --leu-color-func-red: #d93c1a;
43
44
  --leu-color-func-green: #1a7f1f;
44
45
 
45
- --leu-font-family-regular: HelveticaNowRegular, Helvetica, sans-serif; /* stylelint-disable-line value-keyword-case */
46
- --leu-font-family-black: HelveticaNowBlack, Arial Black, Helvetica, sans-serif; /* stylelint-disable-line value-keyword-case */
46
+ /* stylelint-disable value-keyword-case */
47
+ --leu-font-family-regular: InterRegular, HelveticaNowRegular, Helvetica,
48
+ sans-serif;
49
+ --leu-font-family-black: InterBlack, HelveticaNowBlack, Arial Black, Helvetica,
50
+ sans-serif;
51
+ /* stylelint-enable value-keyword-case */
47
52
 
48
53
  --leu-box-shadow-short: 0px 0px 2px var(--leu-color-black-transp-40);
49
54
  --leu-box-shadow-regular: 0px 0px 16px var(--leu-color-black-transp-20);
50
55
  --leu-box-shadow-long: 0px 0px 80px var(--leu-color-black-transp-20);
51
56
 
52
57
  --leu-z-index-popup: 100;
58
+ --leu-t-font-feature-settings: "ss07", "ss08", "cv03", "cv04", "cv10";
53
59
 
54
- --leu-t-30-regular-font-size: 0.75rem;
60
+ /*
61
+ * Grid system
62
+ *
63
+ * The design system uses a 6 columns system on smaller screens.
64
+ * For simplicity we use a 12 column grid for all breakpoints (zh web implementation does the same).
65
+ *
66
+ * The goal is to keep the css footprint small
67
+ * by not generating all classes for every cell width for every breakpoint.
68
+ * Most components don't need a grid and those who do probably have a very simple configuration.
69
+ * If we have enough use cases for a more complex grid system we can add it later.
70
+ */
71
+ --leu-grid-gap: 1rem;
72
+ --leu-grid-template-columns: repeat(12, minmax(0, 4.25rem));
73
+ --leu-grid-max-width: 73rem;
55
74
 
56
- --leu-t-30-regular-line-height: 1.5;
75
+ --leu-grid-columns-full: 1 / -1;
76
+ --leu-grid-columns-offset: 1 / -1;
57
77
 
58
- --leu-t-30-regular-spacing: 0.5625rem;
78
+ --leu-t-tiny-regular-font-size: 0.75rem;
59
79
 
60
- --leu-t-30-regular-font: var(--leu-t-30-regular-font-size) / var(--leu-t-30-regular-line-height) var(--leu-font-family-regular);
80
+ --leu-t-tiny-regular-line-height: 1.5;
61
81
 
62
- --leu-t-30-black-font-size: 0.75rem;
82
+ --leu-t-tiny-regular-spacing: 0.5625rem;
63
83
 
64
- --leu-t-30-black-line-height: 1.5;
84
+ --leu-t-tiny-regular-font: var(--leu-t-tiny-regular-font-size) / var(--leu-t-tiny-regular-line-height) var(--leu-font-family-regular);
65
85
 
66
- --leu-t-30-black-spacing: 0.5625rem;
86
+ --leu-t-tiny-black-font-size: 0.75rem;
67
87
 
68
- --leu-t-30-black-font: var(--leu-t-30-black-font-size) / var(--leu-t-30-black-line-height) var(--leu-font-family-black);
88
+ --leu-t-tiny-black-line-height: 1.5;
69
89
 
70
- --leu-t-35-regular-font-size: 0.875rem;
90
+ --leu-t-tiny-black-spacing: 0.5625rem;
71
91
 
72
- --leu-t-35-regular-line-height: 1.4;
92
+ --leu-t-tiny-black-font: var(--leu-t-tiny-black-font-size) / var(--leu-t-tiny-black-line-height) var(--leu-font-family-black);
73
93
 
74
- --leu-t-35-regular-spacing: 0.625rem;
94
+ --leu-t-small-regular-font-size: 0.875rem;
75
95
 
76
- --leu-t-35-regular-font: var(--leu-t-35-regular-font-size) / var(--leu-t-35-regular-line-height) var(--leu-font-family-regular);
96
+ --leu-t-small-regular-line-height: 1.4;
77
97
 
78
- --leu-t-35-black-font-size: 0.875rem;
98
+ --leu-t-small-regular-spacing: 0.625rem;
79
99
 
80
- --leu-t-35-black-line-height: 1.4;
100
+ --leu-t-small-regular-font: var(--leu-t-small-regular-font-size) / var(--leu-t-small-regular-line-height) var(--leu-font-family-regular);
81
101
 
82
- --leu-t-35-black-spacing: 0.625rem;
102
+ --leu-t-small-black-font-size: 0.875rem;
83
103
 
84
- --leu-t-35-black-font: var(--leu-t-35-black-font-size) / var(--leu-t-35-black-line-height) var(--leu-font-family-black);
104
+ --leu-t-small-black-line-height: 1.4;
85
105
 
86
- --leu-t-40-regular-font-size: 1rem;
106
+ --leu-t-small-black-spacing: 0.625rem;
87
107
 
88
- --leu-t-40-regular-line-height: 1.5;
108
+ --leu-t-small-black-font: var(--leu-t-small-black-font-size) / var(--leu-t-small-black-line-height) var(--leu-font-family-black);
89
109
 
90
- --leu-t-40-regular-spacing: 0.75rem;
110
+ --leu-t-regular-regular-font-size: 1rem;
91
111
 
92
- --leu-t-40-regular-font: var(--leu-t-40-regular-font-size) / var(--leu-t-40-regular-line-height) var(--leu-font-family-regular);
112
+ --leu-t-regular-regular-line-height: 1.5;
93
113
 
94
- --leu-t-40-black-font-size: 1rem;
114
+ --leu-t-regular-regular-spacing: 0.75rem;
95
115
 
96
- --leu-t-40-black-line-height: 1.5;
116
+ --leu-t-regular-regular-font: var(--leu-t-regular-regular-font-size) / var(--leu-t-regular-regular-line-height) var(--leu-font-family-regular);
97
117
 
98
- --leu-t-40-black-spacing: 0.75rem;
118
+ --leu-t-regular-black-font-size: 1rem;
99
119
 
100
- --leu-t-40-black-font: var(--leu-t-40-black-font-size) / var(--leu-t-40-black-line-height) var(--leu-font-family-black);
120
+ --leu-t-regular-black-line-height: 1.5;
101
121
 
102
- --leu-t-45-regular-font-size: 1.125rem;
122
+ --leu-t-regular-black-spacing: 0.75rem;
103
123
 
104
- --leu-t-45-regular-line-height: 1.5;
124
+ --leu-t-regular-black-font: var(--leu-t-regular-black-font-size) / var(--leu-t-regular-black-line-height) var(--leu-font-family-black);
105
125
 
106
- --leu-t-45-regular-spacing: 0.8125rem;
126
+ --leu-t-bigger-regular-regular-font-size: 1.125rem;
107
127
 
108
- --leu-t-45-regular-font: var(--leu-t-45-regular-font-size) / var(--leu-t-45-regular-line-height) var(--leu-font-family-regular);
128
+ --leu-t-bigger-regular-regular-line-height: 1.5;
109
129
 
110
- --leu-t-45-black-font-size: 1.125rem;
130
+ --leu-t-bigger-regular-regular-spacing: 0.8125rem;
111
131
 
112
- --leu-t-45-black-line-height: 1.3;
132
+ --leu-t-bigger-regular-regular-font: var(--leu-t-bigger-regular-regular-font-size) / var(--leu-t-bigger-regular-regular-line-height) var(--leu-font-family-regular);
113
133
 
114
- --leu-t-45-black-spacing: 0.75rem;
134
+ --leu-t-bigger-regular-black-font-size: 1.125rem;
115
135
 
116
- --leu-t-45-black-font: var(--leu-t-45-black-font-size) / var(--leu-t-45-black-line-height) var(--leu-font-family-black);
136
+ --leu-t-bigger-regular-black-line-height: 1.3;
117
137
 
118
- --leu-t-50-regular-font-size: 1.25rem;
138
+ --leu-t-bigger-regular-black-spacing: 0.75rem;
119
139
 
120
- --leu-t-50-regular-line-height: 1.5;
140
+ --leu-t-bigger-regular-black-font: var(--leu-t-bigger-regular-black-font-size) / var(--leu-t-bigger-regular-black-line-height) var(--leu-font-family-black);
121
141
 
122
- --leu-t-50-regular-spacing: 0.9375rem;
142
+ --leu-t-medium-regular-font-size: 1.25rem;
123
143
 
124
- --leu-t-50-regular-font: var(--leu-t-50-regular-font-size) / var(--leu-t-50-regular-line-height) var(--leu-font-family-regular);
144
+ --leu-t-medium-regular-line-height: 1.5;
125
145
 
126
- --leu-t-50-black-font-size: 1.25rem;
146
+ --leu-t-medium-regular-spacing: 0.9375rem;
127
147
 
128
- --leu-t-50-black-line-height: 1.3;
148
+ --leu-t-medium-regular-font: var(--leu-t-medium-regular-font-size) / var(--leu-t-medium-regular-line-height) var(--leu-font-family-regular);
129
149
 
130
- --leu-t-50-black-spacing: 0.8125rem;
150
+ --leu-t-medium-black-font-size: 1.25rem;
131
151
 
132
- --leu-t-50-black-font: var(--leu-t-50-black-font-size) / var(--leu-t-50-black-line-height) var(--leu-font-family-black);
152
+ --leu-t-medium-black-line-height: 1.3;
133
153
 
134
- --leu-t-60-regular-font-size: 1.5rem;
154
+ --leu-t-medium-black-spacing: 0.8125rem;
135
155
 
136
- --leu-t-60-regular-line-height: 1.5;
156
+ --leu-t-medium-black-font: var(--leu-t-medium-black-font-size) / var(--leu-t-medium-black-line-height) var(--leu-font-family-black);
137
157
 
138
- --leu-t-60-regular-spacing: 1.125rem;
158
+ --leu-t-large-regular-font-size: 1.5rem;
139
159
 
140
- --leu-t-60-regular-font: var(--leu-t-60-regular-font-size) / var(--leu-t-60-regular-line-height) var(--leu-font-family-regular);
160
+ --leu-t-large-regular-line-height: 1.5;
141
161
 
142
- --leu-t-60-black-font-size: 1.5rem;
162
+ --leu-t-large-regular-spacing: 1.125rem;
143
163
 
144
- --leu-t-60-black-line-height: 1.3;
164
+ --leu-t-large-regular-font: var(--leu-t-large-regular-font-size) / var(--leu-t-large-regular-line-height) var(--leu-font-family-regular);
145
165
 
146
- --leu-t-60-black-spacing: 0.9375rem;
166
+ --leu-t-large-black-font-size: 1.5rem;
147
167
 
148
- --leu-t-60-black-font: var(--leu-t-60-black-font-size) / var(--leu-t-60-black-line-height) var(--leu-font-family-black);
168
+ --leu-t-large-black-line-height: 1.3;
149
169
 
150
- --leu-t-70-black-font-size: 1.75rem;
170
+ --leu-t-large-black-spacing: 0.9375rem;
151
171
 
152
- --leu-t-70-black-line-height: 1.2;
172
+ --leu-t-large-black-font: var(--leu-t-large-black-font-size) / var(--leu-t-large-black-line-height) var(--leu-font-family-black);
153
173
 
154
- --leu-t-70-black-spacing: 1.0625rem;
174
+ --leu-t-small-big-black-font-size: 1.75rem;
155
175
 
156
- --leu-t-70-black-font: var(--leu-t-70-black-font-size) / var(--leu-t-70-black-line-height) var(--leu-font-family-black);
176
+ --leu-t-small-big-black-line-height: 1.2;
157
177
 
158
- --leu-t-80-black-font-size: 2rem;
178
+ --leu-t-small-big-black-spacing: 1.0625rem;
159
179
 
160
- --leu-t-80-black-line-height: 1.2;
180
+ --leu-t-small-big-black-font: var(--leu-t-small-big-black-font-size) / var(--leu-t-small-big-black-line-height) var(--leu-font-family-black);
161
181
 
162
- --leu-t-80-black-spacing: 1.1875rem;
182
+ --leu-t-big-black-font-size: 2rem;
163
183
 
164
- --leu-t-80-black-font: var(--leu-t-80-black-font-size) / var(--leu-t-80-black-line-height) var(--leu-font-family-black);
184
+ --leu-t-big-black-line-height: 1.2;
165
185
 
166
- --leu-t-100-black-font-size: 2.5rem;
186
+ --leu-t-big-black-spacing: 1.1875rem;
167
187
 
168
- --leu-t-100-black-line-height: 1.2;
188
+ --leu-t-big-black-font: var(--leu-t-big-black-font-size) / var(--leu-t-big-black-line-height) var(--leu-font-family-black);
169
189
 
170
- --leu-t-100-black-spacing: 1.5rem;
190
+ --leu-t-bigger-big-black-font-size: 2.5rem;
171
191
 
172
- --leu-t-100-black-font: var(--leu-t-100-black-font-size) / var(--leu-t-100-black-line-height) var(--leu-font-family-black);
192
+ --leu-t-bigger-big-black-line-height: 1.2;
173
193
 
174
- --leu-t-120-black-font-size: 3rem;
194
+ --leu-t-bigger-big-black-spacing: 1.5rem;
175
195
 
176
- --leu-t-120-black-line-height: 1;
196
+ --leu-t-bigger-big-black-font: var(--leu-t-bigger-big-black-font-size) / var(--leu-t-bigger-big-black-line-height) var(--leu-font-family-black);
177
197
 
178
- --leu-t-120-black-spacing: 1.5rem;
198
+ --leu-t-small-huge-black-font-size: 3rem;
179
199
 
180
- --leu-t-120-black-font: var(--leu-t-120-black-font-size) / var(--leu-t-120-black-line-height) var(--leu-font-family-black);
200
+ --leu-t-small-huge-black-line-height: 1;
181
201
 
182
- --leu-t-140-black-font-size: 3.5rem;
202
+ --leu-t-small-huge-black-spacing: 1.5rem;
183
203
 
184
- --leu-t-140-black-line-height: 1;
204
+ --leu-t-small-huge-black-font: var(--leu-t-small-huge-black-font-size) / var(--leu-t-small-huge-black-line-height) var(--leu-font-family-black);
185
205
 
186
- --leu-t-140-black-spacing: 1.75rem;
206
+ --leu-t-huge-black-font-size: 3.5rem;
187
207
 
188
- --leu-t-140-black-font: var(--leu-t-140-black-font-size) / var(--leu-t-140-black-line-height) var(--leu-font-family-black);
208
+ --leu-t-huge-black-line-height: 1;
189
209
 
190
- --leu-t-180-black-font-size: 4.5rem;
210
+ --leu-t-huge-black-spacing: 1.75rem;
191
211
 
192
- --leu-t-180-black-line-height: 1;
212
+ --leu-t-huge-black-font: var(--leu-t-huge-black-font-size) / var(--leu-t-huge-black-line-height) var(--leu-font-family-black);
193
213
 
194
- --leu-t-180-black-spacing: 2.25rem;
214
+ --leu-t-giant-black-font-size: 4.5rem;
195
215
 
196
- --leu-t-180-black-font: var(--leu-t-180-black-font-size) / var(--leu-t-180-black-line-height) var(--leu-font-family-black);
216
+ --leu-t-giant-black-line-height: 1;
197
217
 
198
- --leu-t-curve-35-black-font-size: var(--leu-t-30-black-font-size);
218
+ --leu-t-giant-black-spacing: 2.25rem;
199
219
 
200
- --leu-t-curve-35-black-line-height: var(--leu-t-30-black-line-height);
220
+ --leu-t-giant-black-font: var(--leu-t-giant-black-font-size) / var(--leu-t-giant-black-line-height) var(--leu-font-family-black);
201
221
 
202
- --leu-t-curve-35-black-spacing: var(--leu-t-30-black-spacing);
222
+ --leu-t-curve-tiny-regular-font-size: var(--leu-t-tiny-regular-font-size);
203
223
 
204
- --leu-t-curve-35-black-font: var(--leu-t-30-black-font);
224
+ --leu-t-curve-tiny-regular-line-height: var(--leu-t-tiny-regular-line-height);
205
225
 
206
- --leu-t-curve-45-black-font-size: var(--leu-t-35-black-font-size);
226
+ --leu-t-curve-tiny-regular-spacing: var(--leu-t-tiny-regular-spacing);
207
227
 
208
- --leu-t-curve-45-black-line-height: var(--leu-t-35-black-line-height);
228
+ --leu-t-curve-tiny-regular-font: var(--leu-t-tiny-regular-font);
209
229
 
210
- --leu-t-curve-45-black-spacing: var(--leu-t-35-black-spacing);
230
+ --leu-t-curve-tiny-black-font-size: var(--leu-t-tiny-black-font-size);
211
231
 
212
- --leu-t-curve-45-black-font: var(--leu-t-35-black-font);
232
+ --leu-t-curve-tiny-black-line-height: var(--leu-t-tiny-black-line-height);
213
233
 
214
- --leu-t-curve-50-black-font-size: var(--leu-t-40-black-font-size);
234
+ --leu-t-curve-tiny-black-spacing: var(--leu-t-tiny-black-spacing);
215
235
 
216
- --leu-t-curve-50-black-line-height: var(--leu-t-40-black-line-height);
236
+ --leu-t-curve-tiny-black-font: var(--leu-t-tiny-black-font);
217
237
 
218
- --leu-t-curve-50-black-spacing: var(--leu-t-40-black-spacing);
238
+ --leu-t-curve-small-regular-font-size: var(--leu-t-small-regular-font-size);
219
239
 
220
- --leu-t-curve-50-black-font: var(--leu-t-40-black-font);
240
+ --leu-t-curve-small-regular-line-height: var(--leu-t-small-regular-line-height);
221
241
 
222
- --leu-t-curve-60-black-font-size: var(--leu-t-45-black-font-size);
242
+ --leu-t-curve-small-regular-spacing: var(--leu-t-small-regular-spacing);
223
243
 
224
- --leu-t-curve-60-black-line-height: var(--leu-t-45-black-line-height);
244
+ --leu-t-curve-small-regular-font: var(--leu-t-small-regular-font);
225
245
 
226
- --leu-t-curve-60-black-spacing: var(--leu-t-45-black-spacing);
246
+ --leu-t-curve-small-black-font-size: var(--leu-t-small-black-font-size);
227
247
 
228
- --leu-t-curve-60-black-font: var(--leu-t-45-black-font);
248
+ --leu-t-curve-small-black-line-height: var(--leu-t-small-black-line-height);
229
249
 
230
- --leu-t-curve-70-black-font-size: var(--leu-t-45-black-font-size);
250
+ --leu-t-curve-small-black-spacing: var(--leu-t-small-black-spacing);
231
251
 
232
- --leu-t-curve-70-black-line-height: var(--leu-t-45-black-line-height);
252
+ --leu-t-curve-small-black-font: var(--leu-t-small-black-font);
233
253
 
234
- --leu-t-curve-70-black-spacing: var(--leu-t-45-black-spacing);
254
+ --leu-t-curve-regular-regular-font-size: var(--leu-t-regular-regular-font-size);
235
255
 
236
- --leu-t-curve-70-black-font: var(--leu-t-45-black-font);
256
+ --leu-t-curve-regular-regular-line-height: var(--leu-t-regular-regular-line-height);
237
257
 
238
- --leu-t-curve-80-black-font-size: var(--leu-t-45-black-font-size);
258
+ --leu-t-curve-regular-regular-spacing: var(--leu-t-regular-regular-spacing);
239
259
 
240
- --leu-t-curve-80-black-line-height: var(--leu-t-45-black-line-height);
260
+ --leu-t-curve-regular-regular-font: var(--leu-t-regular-regular-font);
241
261
 
242
- --leu-t-curve-80-black-spacing: var(--leu-t-45-black-spacing);
262
+ --leu-t-curve-regular-black-font-size: var(--leu-t-regular-black-font-size);
243
263
 
244
- --leu-t-curve-80-black-font: var(--leu-t-45-black-font);
264
+ --leu-t-curve-regular-black-line-height: var(--leu-t-regular-black-line-height);
245
265
 
246
- --leu-t-curve-120-black-font-size: var(--leu-t-60-black-font-size);
266
+ --leu-t-curve-regular-black-spacing: var(--leu-t-regular-black-spacing);
247
267
 
248
- --leu-t-curve-120-black-line-height: var(--leu-t-60-black-line-height);
268
+ --leu-t-curve-regular-black-font: var(--leu-t-regular-black-font);
249
269
 
250
- --leu-t-curve-120-black-spacing: var(--leu-t-60-black-spacing);
270
+ --leu-t-curve-bigger-regular-regular-font-size: var(--leu-t-bigger-regular-regular-font-size);
251
271
 
252
- --leu-t-curve-120-black-font: var(--leu-t-60-black-font);
272
+ --leu-t-curve-bigger-regular-regular-line-height: var(--leu-t-bigger-regular-regular-line-height);
253
273
 
254
- --leu-t-curve-180-black-font-size: var(--leu-t-70-black-font-size);
274
+ --leu-t-curve-bigger-regular-regular-spacing: var(--leu-t-bigger-regular-regular-spacing);
255
275
 
256
- --leu-t-curve-180-black-line-height: var(--leu-t-70-black-line-height);
276
+ --leu-t-curve-bigger-regular-regular-font: var(--leu-t-bigger-regular-regular-font);
257
277
 
258
- --leu-t-curve-180-black-spacing: var(--leu-t-70-black-spacing);
278
+ --leu-t-curve-bigger-regular-black-font-size: var(--leu-t-bigger-regular-black-font-size);
259
279
 
260
- --leu-t-curve-180-black-font: var(--leu-t-70-black-font);
280
+ --leu-t-curve-bigger-regular-black-line-height: var(--leu-t-bigger-regular-black-line-height);
281
+
282
+ --leu-t-curve-bigger-regular-black-spacing: var(--leu-t-bigger-regular-black-spacing);
283
+
284
+ --leu-t-curve-bigger-regular-black-font: var(--leu-t-bigger-regular-black-font);
285
+
286
+ --leu-t-curve-medium-black-font-size: var(--leu-t-bigger-regular-black-font-size);
287
+
288
+ --leu-t-curve-medium-black-line-height: var(--leu-t-bigger-regular-black-line-height);
289
+
290
+ --leu-t-curve-medium-black-spacing: var(--leu-t-bigger-regular-black-spacing);
291
+
292
+ --leu-t-curve-medium-black-font: var(--leu-t-bigger-regular-black-font);
293
+
294
+ --leu-t-curve-large-black-font-size: var(--leu-t-bigger-regular-black-font-size);
295
+
296
+ --leu-t-curve-large-black-line-height: var(--leu-t-bigger-regular-black-line-height);
297
+
298
+ --leu-t-curve-large-black-spacing: var(--leu-t-bigger-regular-black-spacing);
299
+
300
+ --leu-t-curve-large-black-font: var(--leu-t-bigger-regular-black-font);
301
+
302
+ --leu-t-curve-big-black-font-size: var(--leu-t-large-black-font-size);
303
+
304
+ --leu-t-curve-big-black-line-height: var(--leu-t-large-black-line-height);
305
+
306
+ --leu-t-curve-big-black-spacing: var(--leu-t-large-black-spacing);
307
+
308
+ --leu-t-curve-big-black-font: var(--leu-t-large-black-font);
309
+
310
+ --leu-t-curve-huge-black-font-size: var(--leu-t-small-big-black-font-size);
311
+
312
+ --leu-t-curve-huge-black-line-height: var(--leu-t-small-big-black-line-height);
313
+
314
+ --leu-t-curve-huge-black-spacing: var(--leu-t-small-big-black-spacing);
315
+
316
+ --leu-t-curve-huge-black-font: var(--leu-t-small-big-black-font);
261
317
  }
262
318
  @media (min-width: 600px) {
263
- :root {
264
- --leu-t-curve-35-black-font-size: var(--leu-t-35-black-font-size);
265
- --leu-t-curve-35-black-line-height: var(--leu-t-35-black-line-height);
266
- --leu-t-curve-35-black-spacing: var(--leu-t-35-black-spacing);
267
- --leu-t-curve-35-black-font: var(--leu-t-35-black-font);
319
+ :root,
320
+ :host {
321
+ --leu-t-curve-tiny-regular-font-size: var(--leu-t-small-regular-font-size);
322
+ --leu-t-curve-tiny-regular-line-height: var(--leu-t-small-regular-line-height);
323
+ --leu-t-curve-tiny-regular-spacing: var(--leu-t-small-regular-spacing);
324
+ --leu-t-curve-tiny-regular-font: var(--leu-t-small-regular-font);
268
325
  }
269
326
  }
270
327
  @media (min-width: 600px) {
271
- :root {
272
- --leu-t-curve-45-black-font-size: var(--leu-t-40-black-font-size);
273
- --leu-t-curve-45-black-line-height: var(--leu-t-40-black-line-height);
274
- --leu-t-curve-45-black-spacing: var(--leu-t-40-black-spacing);
275
- --leu-t-curve-45-black-font: var(--leu-t-40-black-font);
328
+ :root,
329
+ :host {
330
+ --leu-t-curve-tiny-black-font-size: var(--leu-t-small-black-font-size);
331
+ --leu-t-curve-tiny-black-line-height: var(--leu-t-small-black-line-height);
332
+ --leu-t-curve-tiny-black-spacing: var(--leu-t-small-black-spacing);
333
+ --leu-t-curve-tiny-black-font: var(--leu-t-small-black-font);
334
+ }
335
+ }
336
+ @media (min-width: 600px) {
337
+ :root,
338
+ :host {
339
+ --leu-t-curve-small-regular-font-size: var(--leu-t-regular-regular-font-size);
340
+ --leu-t-curve-small-regular-line-height: var(--leu-t-regular-regular-line-height);
341
+ --leu-t-curve-small-regular-spacing: var(--leu-t-regular-regular-spacing);
342
+ --leu-t-curve-small-regular-font: var(--leu-t-regular-regular-font);
276
343
  }
277
344
  }
278
345
  @media (min-width: 1024px) {
279
- :root {
280
- --leu-t-curve-45-black-font-size: var(--leu-t-45-black-font-size);
281
- --leu-t-curve-45-black-line-height: var(--leu-t-45-black-line-height);
282
- --leu-t-curve-45-black-spacing: var(--leu-t-45-black-spacing);
283
- --leu-t-curve-45-black-font: var(--leu-t-45-black-font);
346
+ :root,
347
+ :host {
348
+ --leu-t-curve-small-regular-font-size: var(--leu-t-bigger-regular-regular-font-size);
349
+ --leu-t-curve-small-regular-line-height: var(--leu-t-bigger-regular-regular-line-height);
350
+ --leu-t-curve-small-regular-spacing: var(--leu-t-bigger-regular-regular-spacing);
351
+ --leu-t-curve-small-regular-font: var(--leu-t-bigger-regular-regular-font);
352
+ }
353
+ }
354
+ @media (min-width: 600px) {
355
+ :root,
356
+ :host {
357
+ --leu-t-curve-small-black-font-size: var(--leu-t-regular-black-font-size);
358
+ --leu-t-curve-small-black-line-height: var(--leu-t-regular-black-line-height);
359
+ --leu-t-curve-small-black-spacing: var(--leu-t-regular-black-spacing);
360
+ --leu-t-curve-small-black-font: var(--leu-t-regular-black-font);
361
+ }
362
+ }
363
+ @media (min-width: 1024px) {
364
+ :root,
365
+ :host {
366
+ --leu-t-curve-small-black-font-size: var(--leu-t-bigger-regular-black-font-size);
367
+ --leu-t-curve-small-black-line-height: var(--leu-t-bigger-regular-black-line-height);
368
+ --leu-t-curve-small-black-spacing: var(--leu-t-bigger-regular-black-spacing);
369
+ --leu-t-curve-small-black-font: var(--leu-t-bigger-regular-black-font);
370
+ }
371
+ }
372
+ @media (min-width: 400px) {
373
+ :root,
374
+ :host {
375
+ --leu-t-curve-regular-regular-font-size: var(--leu-t-bigger-regular-regular-font-size);
376
+ --leu-t-curve-regular-regular-line-height: var(--leu-t-bigger-regular-regular-line-height);
377
+ --leu-t-curve-regular-regular-spacing: var(--leu-t-bigger-regular-regular-spacing);
378
+ --leu-t-curve-regular-regular-font: var(--leu-t-bigger-regular-regular-font);
379
+ }
380
+ }
381
+ @media (min-width: 1280px) {
382
+ :root,
383
+ :host {
384
+ --leu-t-curve-regular-regular-font-size: var(--leu-t-medium-regular-font-size);
385
+ --leu-t-curve-regular-regular-line-height: var(--leu-t-medium-regular-line-height);
386
+ --leu-t-curve-regular-regular-spacing: var(--leu-t-medium-regular-spacing);
387
+ --leu-t-curve-regular-regular-font: var(--leu-t-medium-regular-font);
284
388
  }
285
389
  }
286
390
  @media (min-width: 400px) {
287
- :root {
288
- --leu-t-curve-50-black-font-size: var(--leu-t-45-black-font-size);
289
- --leu-t-curve-50-black-line-height: var(--leu-t-45-black-line-height);
290
- --leu-t-curve-50-black-spacing: var(--leu-t-45-black-spacing);
291
- --leu-t-curve-50-black-font: var(--leu-t-45-black-font);
391
+ :root,
392
+ :host {
393
+ --leu-t-curve-regular-black-font-size: var(--leu-t-bigger-regular-black-font-size);
394
+ --leu-t-curve-regular-black-line-height: var(--leu-t-bigger-regular-black-line-height);
395
+ --leu-t-curve-regular-black-spacing: var(--leu-t-bigger-regular-black-spacing);
396
+ --leu-t-curve-regular-black-font: var(--leu-t-bigger-regular-black-font);
292
397
  }
293
398
  }
294
399
  @media (min-width: 1280px) {
295
- :root {
296
- --leu-t-curve-50-black-font-size: var(--leu-t-50-black-font-size);
297
- --leu-t-curve-50-black-line-height: var(--leu-t-50-black-line-height);
298
- --leu-t-curve-50-black-spacing: var(--leu-t-50-black-spacing);
299
- --leu-t-curve-50-black-font: var(--leu-t-50-black-font);
400
+ :root,
401
+ :host {
402
+ --leu-t-curve-regular-black-font-size: var(--leu-t-medium-black-font-size);
403
+ --leu-t-curve-regular-black-line-height: var(--leu-t-medium-black-line-height);
404
+ --leu-t-curve-regular-black-spacing: var(--leu-t-medium-black-spacing);
405
+ --leu-t-curve-regular-black-font: var(--leu-t-medium-black-font);
300
406
  }
301
407
  }
302
408
  @media (min-width: 600px) {
303
- :root {
304
- --leu-t-curve-60-black-font-size: var(--leu-t-50-black-font-size);
305
- --leu-t-curve-60-black-line-height: var(--leu-t-50-black-line-height);
306
- --leu-t-curve-60-black-spacing: var(--leu-t-50-black-spacing);
307
- --leu-t-curve-60-black-font: var(--leu-t-50-black-font);
409
+ :root,
410
+ :host {
411
+ --leu-t-curve-bigger-regular-regular-font-size: var(--leu-t-medium-regular-font-size);
412
+ --leu-t-curve-bigger-regular-regular-line-height: var(--leu-t-medium-regular-line-height);
413
+ --leu-t-curve-bigger-regular-regular-spacing: var(--leu-t-medium-regular-spacing);
414
+ --leu-t-curve-bigger-regular-regular-font: var(--leu-t-medium-regular-font);
308
415
  }
309
416
  }
310
417
  @media (min-width: 1280px) {
311
- :root {
312
- --leu-t-curve-60-black-font-size: var(--leu-t-60-black-font-size);
313
- --leu-t-curve-60-black-line-height: var(--leu-t-60-black-line-height);
314
- --leu-t-curve-60-black-spacing: var(--leu-t-60-black-spacing);
315
- --leu-t-curve-60-black-font: var(--leu-t-60-black-font);
418
+ :root,
419
+ :host {
420
+ --leu-t-curve-bigger-regular-regular-font-size: var(--leu-t-large-regular-font-size);
421
+ --leu-t-curve-bigger-regular-regular-line-height: var(--leu-t-large-regular-line-height);
422
+ --leu-t-curve-bigger-regular-regular-spacing: var(--leu-t-large-regular-spacing);
423
+ --leu-t-curve-bigger-regular-regular-font: var(--leu-t-large-regular-font);
424
+ }
425
+ }
426
+ @media (min-width: 600px) {
427
+ :root,
428
+ :host {
429
+ --leu-t-curve-bigger-regular-black-font-size: var(--leu-t-medium-black-font-size);
430
+ --leu-t-curve-bigger-regular-black-line-height: var(--leu-t-medium-black-line-height);
431
+ --leu-t-curve-bigger-regular-black-spacing: var(--leu-t-medium-black-spacing);
432
+ --leu-t-curve-bigger-regular-black-font: var(--leu-t-medium-black-font);
433
+ }
434
+ }
435
+ @media (min-width: 1280px) {
436
+ :root,
437
+ :host {
438
+ --leu-t-curve-bigger-regular-black-font-size: var(--leu-t-large-black-font-size);
439
+ --leu-t-curve-bigger-regular-black-line-height: var(--leu-t-large-black-line-height);
440
+ --leu-t-curve-bigger-regular-black-spacing: var(--leu-t-large-black-spacing);
441
+ --leu-t-curve-bigger-regular-black-font: var(--leu-t-large-black-font);
316
442
  }
317
443
  }
318
444
  @media (min-width: 400px) {
319
- :root {
320
- --leu-t-curve-70-black-font-size: var(--leu-t-50-black-font-size);
321
- --leu-t-curve-70-black-line-height: var(--leu-t-50-black-line-height);
322
- --leu-t-curve-70-black-spacing: var(--leu-t-50-black-spacing);
323
- --leu-t-curve-70-black-font: var(--leu-t-50-black-font);
445
+ :root,
446
+ :host {
447
+ --leu-t-curve-medium-black-font-size: var(--leu-t-medium-black-font-size);
448
+ --leu-t-curve-medium-black-line-height: var(--leu-t-medium-black-line-height);
449
+ --leu-t-curve-medium-black-spacing: var(--leu-t-medium-black-spacing);
450
+ --leu-t-curve-medium-black-font: var(--leu-t-medium-black-font);
324
451
  }
325
452
  }
326
453
  @media (min-width: 1024px) {
327
- :root {
328
- --leu-t-curve-70-black-font-size: var(--leu-t-60-black-font-size);
329
- --leu-t-curve-70-black-line-height: var(--leu-t-60-black-line-height);
330
- --leu-t-curve-70-black-spacing: var(--leu-t-60-black-spacing);
331
- --leu-t-curve-70-black-font: var(--leu-t-60-black-font);
454
+ :root,
455
+ :host {
456
+ --leu-t-curve-medium-black-font-size: var(--leu-t-large-black-font-size);
457
+ --leu-t-curve-medium-black-line-height: var(--leu-t-large-black-line-height);
458
+ --leu-t-curve-medium-black-spacing: var(--leu-t-large-black-spacing);
459
+ --leu-t-curve-medium-black-font: var(--leu-t-large-black-font);
332
460
  }
333
461
  }
334
462
  @media (min-width: 1280px) {
335
- :root {
336
- --leu-t-curve-70-black-font-size: var(--leu-t-70-black-font-size);
337
- --leu-t-curve-70-black-line-height: var(--leu-t-70-black-line-height);
338
- --leu-t-curve-70-black-spacing: var(--leu-t-70-black-spacing);
339
- --leu-t-curve-70-black-font: var(--leu-t-70-black-font);
463
+ :root,
464
+ :host {
465
+ --leu-t-curve-medium-black-font-size: var(--leu-t-small-big-black-font-size);
466
+ --leu-t-curve-medium-black-line-height: var(--leu-t-small-big-black-line-height);
467
+ --leu-t-curve-medium-black-spacing: var(--leu-t-small-big-black-spacing);
468
+ --leu-t-curve-medium-black-font: var(--leu-t-small-big-black-font);
340
469
  }
341
470
  }
342
471
  @media (min-width: 600px) {
343
- :root {
344
- --leu-t-curve-80-black-font-size: var(--leu-t-60-black-font-size);
345
- --leu-t-curve-80-black-line-height: var(--leu-t-60-black-line-height);
346
- --leu-t-curve-80-black-spacing: var(--leu-t-60-black-spacing);
347
- --leu-t-curve-80-black-font: var(--leu-t-60-black-font);
472
+ :root,
473
+ :host {
474
+ --leu-t-curve-large-black-font-size: var(--leu-t-large-black-font-size);
475
+ --leu-t-curve-large-black-line-height: var(--leu-t-large-black-line-height);
476
+ --leu-t-curve-large-black-spacing: var(--leu-t-large-black-spacing);
477
+ --leu-t-curve-large-black-font: var(--leu-t-large-black-font);
348
478
  }
349
479
  }
350
480
  @media (min-width: 1024px) {
351
- :root {
352
- --leu-t-curve-80-black-font-size: var(--leu-t-70-black-font-size);
353
- --leu-t-curve-80-black-line-height: var(--leu-t-70-black-line-height);
354
- --leu-t-curve-80-black-spacing: var(--leu-t-70-black-spacing);
355
- --leu-t-curve-80-black-font: var(--leu-t-70-black-font);
481
+ :root,
482
+ :host {
483
+ --leu-t-curve-large-black-font-size: var(--leu-t-small-big-black-font-size);
484
+ --leu-t-curve-large-black-line-height: var(--leu-t-small-big-black-line-height);
485
+ --leu-t-curve-large-black-spacing: var(--leu-t-small-big-black-spacing);
486
+ --leu-t-curve-large-black-font: var(--leu-t-small-big-black-font);
356
487
  }
357
488
  }
358
489
  @media (min-width: 1280px) {
359
- :root {
360
- --leu-t-curve-80-black-font-size: var(--leu-t-80-black-font-size);
361
- --leu-t-curve-80-black-line-height: var(--leu-t-80-black-line-height);
362
- --leu-t-curve-80-black-spacing: var(--leu-t-80-black-spacing);
363
- --leu-t-curve-80-black-font: var(--leu-t-80-black-font);
490
+ :root,
491
+ :host {
492
+ --leu-t-curve-large-black-font-size: var(--leu-t-big-black-font-size);
493
+ --leu-t-curve-large-black-line-height: var(--leu-t-big-black-line-height);
494
+ --leu-t-curve-large-black-spacing: var(--leu-t-big-black-spacing);
495
+ --leu-t-curve-large-black-font: var(--leu-t-big-black-font);
364
496
  }
365
497
  }
366
498
  @media (min-width: 600px) {
367
- :root {
368
- --leu-t-curve-120-black-font-size: var(--leu-t-70-black-font-size);
369
- --leu-t-curve-120-black-line-height: var(--leu-t-70-black-line-height);
370
- --leu-t-curve-120-black-spacing: var(--leu-t-70-black-spacing);
371
- --leu-t-curve-120-black-font: var(--leu-t-70-black-font);
499
+ :root,
500
+ :host {
501
+ --leu-t-curve-big-black-font-size: var(--leu-t-small-big-black-font-size);
502
+ --leu-t-curve-big-black-line-height: var(--leu-t-small-big-black-line-height);
503
+ --leu-t-curve-big-black-spacing: var(--leu-t-small-big-black-spacing);
504
+ --leu-t-curve-big-black-font: var(--leu-t-small-big-black-font);
372
505
  }
373
506
  }
374
507
  @media (min-width: 840px) {
375
- :root {
376
- --leu-t-curve-120-black-font-size: var(--leu-t-80-black-font-size);
377
- --leu-t-curve-120-black-line-height: var(--leu-t-80-black-line-height);
378
- --leu-t-curve-120-black-spacing: var(--leu-t-80-black-spacing);
379
- --leu-t-curve-120-black-font: var(--leu-t-80-black-font);
508
+ :root,
509
+ :host {
510
+ --leu-t-curve-big-black-font-size: var(--leu-t-big-black-font-size);
511
+ --leu-t-curve-big-black-line-height: var(--leu-t-big-black-line-height);
512
+ --leu-t-curve-big-black-spacing: var(--leu-t-big-black-spacing);
513
+ --leu-t-curve-big-black-font: var(--leu-t-big-black-font);
380
514
  }
381
515
  }
382
516
  @media (min-width: 1024px) {
383
- :root {
384
- --leu-t-curve-120-black-font-size: var(--leu-t-100-black-font-size);
385
- --leu-t-curve-120-black-line-height: var(--leu-t-100-black-line-height);
386
- --leu-t-curve-120-black-spacing: var(--leu-t-100-black-spacing);
387
- --leu-t-curve-120-black-font: var(--leu-t-100-black-font);
517
+ :root,
518
+ :host {
519
+ --leu-t-curve-big-black-font-size: var(--leu-t-bigger-big-black-font-size);
520
+ --leu-t-curve-big-black-line-height: var(--leu-t-bigger-big-black-line-height);
521
+ --leu-t-curve-big-black-spacing: var(--leu-t-bigger-big-black-spacing);
522
+ --leu-t-curve-big-black-font: var(--leu-t-bigger-big-black-font);
388
523
  }
389
524
  }
390
525
  @media (min-width: 1280px) {
391
- :root {
392
- --leu-t-curve-120-black-font-size: var(--leu-t-120-black-font-size);
393
- --leu-t-curve-120-black-line-height: var(--leu-t-120-black-line-height);
394
- --leu-t-curve-120-black-spacing: var(--leu-t-120-black-spacing);
395
- --leu-t-curve-120-black-font: var(--leu-t-120-black-font);
526
+ :root,
527
+ :host {
528
+ --leu-t-curve-big-black-font-size: var(--leu-t-small-huge-black-font-size);
529
+ --leu-t-curve-big-black-line-height: var(--leu-t-small-huge-black-line-height);
530
+ --leu-t-curve-big-black-spacing: var(--leu-t-small-huge-black-spacing);
531
+ --leu-t-curve-big-black-font: var(--leu-t-small-huge-black-font);
396
532
  }
397
533
  }
398
534
  @media (min-width: 400px) {
399
- :root {
400
- --leu-t-curve-180-black-font-size: var(--leu-t-80-black-font-size);
401
- --leu-t-curve-180-black-line-height: var(--leu-t-80-black-line-height);
402
- --leu-t-curve-180-black-spacing: var(--leu-t-80-black-spacing);
403
- --leu-t-curve-180-black-font: var(--leu-t-80-black-font);
535
+ :root,
536
+ :host {
537
+ --leu-t-curve-huge-black-font-size: var(--leu-t-big-black-font-size);
538
+ --leu-t-curve-huge-black-line-height: var(--leu-t-big-black-line-height);
539
+ --leu-t-curve-huge-black-spacing: var(--leu-t-big-black-spacing);
540
+ --leu-t-curve-huge-black-font: var(--leu-t-big-black-font);
404
541
  }
405
542
  }
406
543
  @media (min-width: 600px) {
407
- :root {
408
- --leu-t-curve-180-black-font-size: var(--leu-t-100-black-font-size);
409
- --leu-t-curve-180-black-line-height: var(--leu-t-100-black-line-height);
410
- --leu-t-curve-180-black-spacing: var(--leu-t-100-black-spacing);
411
- --leu-t-curve-180-black-font: var(--leu-t-100-black-font);
544
+ :root,
545
+ :host {
546
+ --leu-t-curve-huge-black-font-size: var(--leu-t-bigger-big-black-font-size);
547
+ --leu-t-curve-huge-black-line-height: var(--leu-t-bigger-big-black-line-height);
548
+ --leu-t-curve-huge-black-spacing: var(--leu-t-bigger-big-black-spacing);
549
+ --leu-t-curve-huge-black-font: var(--leu-t-bigger-big-black-font);
412
550
  }
413
551
  }
414
552
  @media (min-width: 840px) {
415
- :root {
416
- --leu-t-curve-180-black-font-size: var(--leu-t-120-black-font-size);
417
- --leu-t-curve-180-black-line-height: var(--leu-t-120-black-line-height);
418
- --leu-t-curve-180-black-spacing: var(--leu-t-120-black-spacing);
419
- --leu-t-curve-180-black-font: var(--leu-t-120-black-font);
553
+ :root,
554
+ :host {
555
+ --leu-t-curve-huge-black-font-size: var(--leu-t-small-huge-black-font-size);
556
+ --leu-t-curve-huge-black-line-height: var(--leu-t-small-huge-black-line-height);
557
+ --leu-t-curve-huge-black-spacing: var(--leu-t-small-huge-black-spacing);
558
+ --leu-t-curve-huge-black-font: var(--leu-t-small-huge-black-font);
420
559
  }
421
560
  }
422
561
  @media (min-width: 1024px) {
423
- :root {
424
- --leu-t-curve-180-black-font-size: var(--leu-t-140-black-font-size);
425
- --leu-t-curve-180-black-line-height: var(--leu-t-140-black-line-height);
426
- --leu-t-curve-180-black-spacing: var(--leu-t-140-black-spacing);
427
- --leu-t-curve-180-black-font: var(--leu-t-140-black-font);
562
+ :root,
563
+ :host {
564
+ --leu-t-curve-huge-black-font-size: var(--leu-t-huge-black-font-size);
565
+ --leu-t-curve-huge-black-line-height: var(--leu-t-huge-black-line-height);
566
+ --leu-t-curve-huge-black-spacing: var(--leu-t-huge-black-spacing);
567
+ --leu-t-curve-huge-black-font: var(--leu-t-huge-black-font);
428
568
  }
429
569
  }
430
570
  @media (min-width: 1280px) {
431
- :root {
432
- --leu-t-curve-180-black-font-size: var(--leu-t-180-black-font-size);
433
- --leu-t-curve-180-black-line-height: var(--leu-t-180-black-line-height);
434
- --leu-t-curve-180-black-spacing: var(--leu-t-180-black-spacing);
435
- --leu-t-curve-180-black-font: var(--leu-t-180-black-font);
571
+ :root,
572
+ :host {
573
+ --leu-t-curve-huge-black-font-size: var(--leu-t-giant-black-font-size);
574
+ --leu-t-curve-huge-black-line-height: var(--leu-t-giant-black-line-height);
575
+ --leu-t-curve-huge-black-spacing: var(--leu-t-giant-black-spacing);
576
+ --leu-t-curve-huge-black-font: var(--leu-t-giant-black-font);
577
+ }
436
578
  }
579
+ @media (min-width: 600px) {
580
+ :root,
581
+ :host {
582
+ --leu-grid-columns-offset: 3 / -1;
583
+ }
584
+ }
585
+ @media (min-width: 840px) {
586
+ :root,
587
+ :host {
588
+ --leu-grid-gap: 2rem;
437
589
  }
590
+ }