@times-design-system/theme-android 1.1.1-alpha.831 → 1.5.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 (46) hide show
  1. package/dist/TimesSpacing.kt +28 -0
  2. package/dist/TimesTypography.kt +563 -872
  3. package/dist/index.js +1 -0
  4. package/dist/interfaces/TDSBrandColors.kt +172 -0
  5. package/dist/interfaces/TDSChannelsColors.kt +285 -0
  6. package/dist/interfaces/TDSColors.kt +229 -0
  7. package/dist/interfaces/TDSDataVisualisationColors.kt +208 -0
  8. package/dist/interfaces/TDSMarketingColors.kt +22 -0
  9. package/dist/palettes/DarkBrandColors.kt +165 -167
  10. package/dist/palettes/DarkBusinessColors.kt +34 -149
  11. package/dist/palettes/DarkChannelsColors.kt +278 -280
  12. package/dist/palettes/DarkCommentColors.kt +34 -149
  13. package/dist/palettes/DarkCoreColors.kt +228 -149
  14. package/dist/palettes/DarkCultureColors.kt +34 -149
  15. package/dist/palettes/DarkDataVisualisationColors.kt +201 -203
  16. package/dist/palettes/DarkHomeColors.kt +34 -149
  17. package/dist/palettes/DarkIrelandColors.kt +34 -149
  18. package/dist/palettes/DarkLifeAndStyleColors.kt +34 -149
  19. package/dist/palettes/DarkMarketingColors.kt +15 -17
  20. package/dist/palettes/DarkMoneyColors.kt +36 -149
  21. package/dist/palettes/DarkObituariesColors.kt +34 -149
  22. package/dist/palettes/DarkPuzzlesColors.kt +32 -147
  23. package/dist/palettes/DarkSportColors.kt +34 -149
  24. package/dist/palettes/DarkTravelColors.kt +34 -149
  25. package/dist/palettes/DarkUkColors.kt +33 -149
  26. package/dist/palettes/DarkWorldColors.kt +34 -149
  27. package/dist/palettes/LightBrandColors.kt +165 -167
  28. package/dist/palettes/LightBusinessColors.kt +27 -149
  29. package/dist/palettes/LightChannelsColors.kt +278 -280
  30. package/dist/palettes/LightCommentColors.kt +27 -149
  31. package/dist/palettes/LightCoreColors.kt +224 -149
  32. package/dist/palettes/LightCultureColors.kt +27 -149
  33. package/dist/palettes/LightDataVisualisationColors.kt +201 -203
  34. package/dist/palettes/LightHomeColors.kt +26 -149
  35. package/dist/palettes/LightIrelandColors.kt +27 -149
  36. package/dist/palettes/LightLifeAndStyleColors.kt +27 -149
  37. package/dist/palettes/LightMarketingColors.kt +15 -17
  38. package/dist/palettes/LightMoneyColors.kt +27 -149
  39. package/dist/palettes/LightObituariesColors.kt +27 -149
  40. package/dist/palettes/LightPuzzlesColors.kt +25 -147
  41. package/dist/palettes/LightSportColors.kt +27 -149
  42. package/dist/palettes/LightTravelColors.kt +27 -149
  43. package/dist/palettes/LightUkColors.kt +27 -149
  44. package/dist/palettes/LightWorldColors.kt +27 -149
  45. package/package.json +5 -3
  46. package/dist/palettes/FoundationColors.kt +0 -2
@@ -1,954 +1,645 @@
1
- object TimesTypography {
2
- val brandHeadingFluidLight2xsmall = TextStyle(
3
- fontFamily = Times Modern,
4
- fontWeight = Light,
5
- fontSize = 1.1875.sp,
6
- lineHeight = 1.3359375.sp
7
- ),
8
- val brandHeadingFluidLightXsmall = TextStyle(
9
- fontFamily = Times Modern,
10
- fontWeight = Light,
11
- fontSize = 1.25.sp,
12
- lineHeight = 1.40625.sp
13
- ),
14
- val brandHeadingFluidLightSmall = TextStyle(
15
- fontFamily = Times Modern,
16
- fontWeight = Light,
17
- fontSize = 1.5.sp,
18
- lineHeight = 1.6875.sp
19
- ),
20
- val brandHeadingFluidLightMedium = TextStyle(
21
- fontFamily = Times Modern,
22
- fontWeight = Light,
23
- fontSize = 1.75.sp,
24
- lineHeight = 1.96875.sp
25
- ),
26
- val brandHeadingFluidLightLarge = TextStyle(
27
- fontFamily = Times Modern,
28
- fontWeight = Light,
29
- fontSize = 2.sp,
30
- lineHeight = 2.25.sp
31
- ),
32
- val brandHeadingFluidLightXlarge = TextStyle(
33
- fontFamily = Times Modern,
34
- fontWeight = Light,
35
- fontSize = 2.125.sp,
36
- lineHeight = 2.390625.sp
37
- ),
38
- val brandHeadingFluidLight2xlarge = TextStyle(
39
- fontFamily = Times Modern,
40
- fontWeight = Light,
41
- fontSize = 2.25.sp,
42
- lineHeight = 2.53125.sp
43
- ),
44
- val brandHeadingFluidRegular2xsmall = TextStyle(
45
- fontFamily = Times Modern,
46
- fontWeight = Regular,
47
- fontSize = 1.1875.sp,
48
- lineHeight = 1.3359375.sp
49
- ),
50
- val brandHeadingFluidRegularXsmall = TextStyle(
51
- fontFamily = Times Modern,
52
- fontWeight = Regular,
53
- fontSize = 1.25.sp,
54
- lineHeight = 1.40625.sp
55
- ),
56
- val brandHeadingFluidRegularSmall = TextStyle(
57
- fontFamily = Times Modern,
58
- fontWeight = Regular,
59
- fontSize = 1.5.sp,
60
- lineHeight = 1.6875.sp
61
- ),
62
- val brandHeadingFluidRegularMedium = TextStyle(
63
- fontFamily = Times Modern,
64
- fontWeight = Regular,
65
- fontSize = 1.75.sp,
66
- lineHeight = 1.96875.sp
67
- ),
68
- val brandHeadingFluidRegularLarge = TextStyle(
69
- fontFamily = Times Modern,
70
- fontWeight = Regular,
71
- fontSize = 2.sp,
72
- lineHeight = 2.25.sp
73
- ),
74
- val brandHeadingFluidRegularXlarge = TextStyle(
75
- fontFamily = Times Modern,
76
- fontWeight = Regular,
77
- fontSize = 2.125.sp,
78
- lineHeight = 2.390625.sp
79
- ),
80
- val brandHeadingFluidRegular2xlarge = TextStyle(
81
- fontFamily = Times Modern,
82
- fontWeight = Regular,
83
- fontSize = 2.25.sp,
84
- lineHeight = 2.53125.sp
85
- ),
86
- val brandHeadingFluidBold2xsmall = TextStyle(
87
- fontFamily = Times Modern,
88
- fontWeight = Bold,
89
- fontSize = 1.1875.sp,
90
- lineHeight = 1.3359375.sp
91
- ),
92
- val brandHeadingFluidBoldXsmall = TextStyle(
93
- fontFamily = Times Modern,
94
- fontWeight = Bold,
95
- fontSize = 1.25.sp,
96
- lineHeight = 1.40625.sp
97
- ),
98
- val brandHeadingFluidBoldSmall = TextStyle(
99
- fontFamily = Times Modern,
100
- fontWeight = Bold,
101
- fontSize = 1.5.sp,
102
- lineHeight = 1.6875.sp
103
- ),
104
- val brandHeadingFluidBoldMedium = TextStyle(
105
- fontFamily = Times Modern,
106
- fontWeight = Bold,
107
- fontSize = 1.75.sp,
108
- lineHeight = 1.96875.sp
109
- ),
110
- val brandHeadingFluidBoldLarge = TextStyle(
111
- fontFamily = Times Modern,
112
- fontWeight = Bold,
113
- fontSize = 2.sp,
114
- lineHeight = 2.25.sp
115
- ),
116
- val brandHeadingFluidBoldXlarge = TextStyle(
117
- fontFamily = Times Modern,
118
- fontWeight = Bold,
119
- fontSize = 2.125.sp,
120
- lineHeight = 2.390625.sp
121
- ),
122
- val brandHeadingFluidBold2xlarge = TextStyle(
123
- fontFamily = Times Modern,
124
- fontWeight = Bold,
125
- fontSize = 2.25.sp,
126
- lineHeight = 2.53125.sp
127
- ),
128
- val brandHeadingFluidBlack2xsmall = TextStyle(
129
- fontFamily = Times Modern,
130
- fontWeight = ExtraBold,
131
- fontSize = 1.1875.sp,
132
- lineHeight = 1.3359375.sp
133
- ),
134
- val brandHeadingFluidBlackXsmall = TextStyle(
135
- fontFamily = Times Modern,
136
- fontWeight = ExtraBold,
137
- fontSize = 1.25.sp,
138
- lineHeight = 1.40625.sp
139
- ),
140
- val brandHeadingFluidBlackSmall = TextStyle(
141
- fontFamily = Times Modern,
142
- fontWeight = ExtraBold,
143
- fontSize = 1.5.sp,
144
- lineHeight = 1.6875.sp
145
- ),
146
- val brandHeadingFluidBlackMedium = TextStyle(
147
- fontFamily = Times Modern,
148
- fontWeight = ExtraBold,
149
- fontSize = 1.75.sp,
150
- lineHeight = 1.96875.sp
151
- ),
152
- val brandHeadingFluidBlackLarge = TextStyle(
153
- fontFamily = Times Modern,
154
- fontWeight = ExtraBold,
155
- fontSize = 2.sp,
156
- lineHeight = 2.25.sp
157
- ),
158
- val brandHeadingFluidBlackXlarge = TextStyle(
159
- fontFamily = Times Modern,
160
- fontWeight = Bold,
161
- fontSize = 2.125.sp,
162
- lineHeight = 2.390625.sp
163
- ),
164
- val brandHeadingFluidBlack2xlarge = TextStyle(
165
- fontFamily = Times Modern,
166
- fontWeight = ExtraBold,
167
- fontSize = 2.25.sp,
168
- lineHeight = 2.53125.sp
169
- ),
170
- val brandHeadingStaticLight100 = TextStyle(
171
- fontFamily = Times Modern,
172
- fontWeight = Light,
1
+ package uk.co.thetimes.timesDesignSystem
2
+
3
+ import androidx.compose.ui.text.style.TextDecoration
4
+ import androidx.compose.ui.unit.TextUnit
5
+ import androidx.compose.ui.unit.sp
6
+
7
+ enum class TDSFontFamily {
8
+ TimesModernLight,
9
+ TimesModernRegular,
10
+ TimesModernBold,
11
+ TimesModernExtraBold,
12
+ TimesDigitalW04Regular,
13
+ TimesDigitalW04Bold,
14
+ TimesRobotoRegular,
15
+ TimesRobotoBold,
16
+ TimesRobotoMedium
17
+ }
18
+
19
+ data class TDSTextStyle(
20
+ val fontFamily: TDSFontFamily,
21
+ val fontSize: TextUnit,
22
+ val lineHeight: TextUnit,
23
+ val textDecoration: TextDecoration.Underline?
24
+ )
25
+
26
+ class TimesTypography {
27
+ val brandHeadingFluidLight2xsmall = TDSTextStyle(
28
+ fontFamily = TDSFontFamily.TimesModernLight,
29
+ fontSize = 19.sp,
30
+ lineHeight = 21.375.sp
31
+ )
32
+ val brandHeadingFluidLightXsmall = TDSTextStyle(
33
+ fontFamily = TDSFontFamily.TimesModernLight,
34
+ fontSize = 20.sp,
35
+ lineHeight = 22.5.sp
36
+ )
37
+ val brandHeadingFluidLightSmall = TDSTextStyle(
38
+ fontFamily = TDSFontFamily.TimesModernLight,
39
+ fontSize = 24.sp,
40
+ lineHeight = 27.sp
41
+ )
42
+ val brandHeadingFluidLightMedium = TDSTextStyle(
43
+ fontFamily = TDSFontFamily.TimesModernLight,
44
+ fontSize = 28.sp,
45
+ lineHeight = 31.5.sp
46
+ )
47
+ val brandHeadingFluidLightLarge = TDSTextStyle(
48
+ fontFamily = TDSFontFamily.TimesModernLight,
49
+ fontSize = 32.sp,
50
+ lineHeight = 36.sp
51
+ )
52
+ val brandHeadingFluidLightXlarge = TDSTextStyle(
53
+ fontFamily = TDSFontFamily.TimesModernLight,
54
+ fontSize = 34.sp,
55
+ lineHeight = 38.25.sp
56
+ )
57
+ val brandHeadingFluidLight2xlarge = TDSTextStyle(
58
+ fontFamily = TDSFontFamily.TimesModernLight,
59
+ fontSize = 36.sp,
60
+ lineHeight = 40.5.sp
61
+ )
62
+ val brandHeadingFluidRegular2xsmall = TDSTextStyle(
63
+ fontFamily = TDSFontFamily.TimesModernRegular,
64
+ fontSize = 19.sp,
65
+ lineHeight = 21.375.sp
66
+ )
67
+ val brandHeadingFluidRegularXsmall = TDSTextStyle(
68
+ fontFamily = TDSFontFamily.TimesModernRegular,
69
+ fontSize = 20.sp,
70
+ lineHeight = 22.5.sp
71
+ )
72
+ val brandHeadingFluidRegularSmall = TDSTextStyle(
73
+ fontFamily = TDSFontFamily.TimesModernRegular,
74
+ fontSize = 24.sp,
75
+ lineHeight = 27.sp
76
+ )
77
+ val brandHeadingFluidRegularMedium = TDSTextStyle(
78
+ fontFamily = TDSFontFamily.TimesModernRegular,
79
+ fontSize = 28.sp,
80
+ lineHeight = 31.5.sp
81
+ )
82
+ val brandHeadingFluidRegularLarge = TDSTextStyle(
83
+ fontFamily = TDSFontFamily.TimesModernRegular,
84
+ fontSize = 32.sp,
85
+ lineHeight = 36.sp
86
+ )
87
+ val brandHeadingFluidRegularXlarge = TDSTextStyle(
88
+ fontFamily = TDSFontFamily.TimesModernRegular,
89
+ fontSize = 34.sp,
90
+ lineHeight = 38.25.sp
91
+ )
92
+ val brandHeadingFluidRegular2xlarge = TDSTextStyle(
93
+ fontFamily = TDSFontFamily.TimesModernRegular,
94
+ fontSize = 36.sp,
95
+ lineHeight = 40.5.sp
96
+ )
97
+ val brandHeadingFluidBold2xsmall = TDSTextStyle(
98
+ fontFamily = TDSFontFamily.TimesModernBold,
99
+ fontSize = 19.sp,
100
+ lineHeight = 21.375.sp
101
+ )
102
+ val brandHeadingFluidBoldXsmall = TDSTextStyle(
103
+ fontFamily = TDSFontFamily.TimesModernBold,
104
+ fontSize = 20.sp,
105
+ lineHeight = 22.5.sp
106
+ )
107
+ val brandHeadingFluidBoldSmall = TDSTextStyle(
108
+ fontFamily = TDSFontFamily.TimesModernBold,
109
+ fontSize = 24.sp,
110
+ lineHeight = 27.sp
111
+ )
112
+ val brandHeadingFluidBoldMedium = TDSTextStyle(
113
+ fontFamily = TDSFontFamily.TimesModernBold,
114
+ fontSize = 28.sp,
115
+ lineHeight = 31.5.sp
116
+ )
117
+ val brandHeadingFluidBoldLarge = TDSTextStyle(
118
+ fontFamily = TDSFontFamily.TimesModernBold,
119
+ fontSize = 32.sp,
120
+ lineHeight = 36.sp
121
+ )
122
+ val brandHeadingFluidBoldXlarge = TDSTextStyle(
123
+ fontFamily = TDSFontFamily.TimesModernBold,
124
+ fontSize = 34.sp,
125
+ lineHeight = 38.25.sp
126
+ )
127
+ val brandHeadingFluidBold2xlarge = TDSTextStyle(
128
+ fontFamily = TDSFontFamily.TimesModernBold,
129
+ fontSize = 36.sp,
130
+ lineHeight = 40.5.sp
131
+ )
132
+ val brandHeadingFluidBlack2xsmall = TDSTextStyle(
133
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
134
+ fontSize = 19.sp,
135
+ lineHeight = 21.375.sp
136
+ )
137
+ val brandHeadingFluidBlackXsmall = TDSTextStyle(
138
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
139
+ fontSize = 20.sp,
140
+ lineHeight = 22.5.sp
141
+ )
142
+ val brandHeadingFluidBlackSmall = TDSTextStyle(
143
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
144
+ fontSize = 24.sp,
145
+ lineHeight = 27.sp
146
+ )
147
+ val brandHeadingFluidBlackMedium = TDSTextStyle(
148
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
149
+ fontSize = 28.sp,
150
+ lineHeight = 31.5.sp
151
+ )
152
+ val brandHeadingFluidBlackLarge = TDSTextStyle(
153
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
154
+ fontSize = 32.sp,
155
+ lineHeight = 36.sp
156
+ )
157
+ val brandHeadingFluidBlackXlarge = TDSTextStyle(
158
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
159
+ fontSize = 34.sp,
160
+ lineHeight = 38.25.sp
161
+ )
162
+ val brandHeadingFluidBlack2xlarge = TDSTextStyle(
163
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
164
+ fontSize = 36.sp,
165
+ lineHeight = 40.5.sp
166
+ )
167
+ val brandHeadingStaticLight100 = TDSTextStyle(
168
+ fontFamily = TDSFontFamily.TimesModernLight,
173
169
  fontSize = 56.sp,
174
170
  lineHeight = 63.sp
175
- ),
176
- val brandHeadingStaticLight010 = TextStyle(
177
- fontFamily = Times Modern,
178
- fontWeight = Light,
171
+ )
172
+ val brandHeadingStaticLight010 = TDSTextStyle(
173
+ fontFamily = TDSFontFamily.TimesModernLight,
179
174
  fontSize = 19.sp,
180
175
  lineHeight = 21.375.sp
181
- ),
182
- val brandHeadingStaticLight020 = TextStyle(
183
- fontFamily = Times Modern,
184
- fontWeight = Light,
176
+ )
177
+ val brandHeadingStaticLight020 = TDSTextStyle(
178
+ fontFamily = TDSFontFamily.TimesModernLight,
185
179
  fontSize = 20.sp,
186
180
  lineHeight = 22.5.sp
187
- ),
188
- val brandHeadingStaticLight030 = TextStyle(
189
- fontFamily = Times Modern,
190
- fontWeight = Light,
181
+ )
182
+ val brandHeadingStaticLight030 = TDSTextStyle(
183
+ fontFamily = TDSFontFamily.TimesModernLight,
191
184
  fontSize = 24.sp,
192
185
  lineHeight = 27.sp
193
- ),
194
- val brandHeadingStaticLight040 = TextStyle(
195
- fontFamily = Times Modern,
196
- fontWeight = Light,
186
+ )
187
+ val brandHeadingStaticLight040 = TDSTextStyle(
188
+ fontFamily = TDSFontFamily.TimesModernLight,
197
189
  fontSize = 28.sp,
198
190
  lineHeight = 31.5.sp
199
- ),
200
- val brandHeadingStaticLight050 = TextStyle(
201
- fontFamily = Times Modern,
202
- fontWeight = Light,
191
+ )
192
+ val brandHeadingStaticLight050 = TDSTextStyle(
193
+ fontFamily = TDSFontFamily.TimesModernLight,
203
194
  fontSize = 32.sp,
204
195
  lineHeight = 36.sp
205
- ),
206
- val brandHeadingStaticLight060 = TextStyle(
207
- fontFamily = Times Modern,
208
- fontWeight = Light,
196
+ )
197
+ val brandHeadingStaticLight060 = TDSTextStyle(
198
+ fontFamily = TDSFontFamily.TimesModernLight,
209
199
  fontSize = 36.sp,
210
200
  lineHeight = 40.5.sp
211
- ),
212
- val brandHeadingStaticLight070 = TextStyle(
213
- fontFamily = Times Modern,
214
- fontWeight = Light,
201
+ )
202
+ val brandHeadingStaticLight070 = TDSTextStyle(
203
+ fontFamily = TDSFontFamily.TimesModernLight,
215
204
  fontSize = 40.sp,
216
205
  lineHeight = 45.sp
217
- ),
218
- val brandHeadingStaticLight080 = TextStyle(
219
- fontFamily = Times Modern,
220
- fontWeight = Light,
206
+ )
207
+ val brandHeadingStaticLight080 = TDSTextStyle(
208
+ fontFamily = TDSFontFamily.TimesModernLight,
221
209
  fontSize = 46.sp,
222
210
  lineHeight = 51.75.sp
223
- ),
224
- val brandHeadingStaticLight090 = TextStyle(
225
- fontFamily = Times Modern,
226
- fontWeight = Light,
211
+ )
212
+ val brandHeadingStaticLight090 = TDSTextStyle(
213
+ fontFamily = TDSFontFamily.TimesModernLight,
227
214
  fontSize = 48.sp,
228
215
  lineHeight = 54.sp
229
- ),
230
- val brandHeadingStaticRegular100 = TextStyle(
231
- fontFamily = Times Modern,
232
- fontWeight = Regular,
216
+ )
217
+ val brandHeadingStaticRegular100 = TDSTextStyle(
218
+ fontFamily = TDSFontFamily.TimesModernRegular,
233
219
  fontSize = 56.sp,
234
220
  lineHeight = 63.sp
235
- ),
236
- val brandHeadingStaticRegular010 = TextStyle(
237
- fontFamily = Times Modern,
238
- fontWeight = Regular,
221
+ )
222
+ val brandHeadingStaticRegular010 = TDSTextStyle(
223
+ fontFamily = TDSFontFamily.TimesModernRegular,
239
224
  fontSize = 19.sp,
240
225
  lineHeight = 21.375.sp
241
- ),
242
- val brandHeadingStaticRegular020 = TextStyle(
243
- fontFamily = Times Modern,
244
- fontWeight = Regular,
226
+ )
227
+ val brandHeadingStaticRegular020 = TDSTextStyle(
228
+ fontFamily = TDSFontFamily.TimesModernRegular,
245
229
  fontSize = 20.sp,
246
230
  lineHeight = 22.5.sp
247
- ),
248
- val brandHeadingStaticRegular030 = TextStyle(
249
- fontFamily = Times Modern,
250
- fontWeight = Regular,
231
+ )
232
+ val brandHeadingStaticRegular030 = TDSTextStyle(
233
+ fontFamily = TDSFontFamily.TimesModernRegular,
251
234
  fontSize = 24.sp,
252
235
  lineHeight = 27.sp
253
- ),
254
- val brandHeadingStaticRegular040 = TextStyle(
255
- fontFamily = Times Modern,
256
- fontWeight = Regular,
236
+ )
237
+ val brandHeadingStaticRegular040 = TDSTextStyle(
238
+ fontFamily = TDSFontFamily.TimesModernRegular,
257
239
  fontSize = 28.sp,
258
240
  lineHeight = 31.5.sp
259
- ),
260
- val brandHeadingStaticRegular050 = TextStyle(
261
- fontFamily = Times Modern,
262
- fontWeight = Regular,
241
+ )
242
+ val brandHeadingStaticRegular050 = TDSTextStyle(
243
+ fontFamily = TDSFontFamily.TimesModernRegular,
263
244
  fontSize = 32.sp,
264
245
  lineHeight = 36.sp
265
- ),
266
- val brandHeadingStaticRegular060 = TextStyle(
267
- fontFamily = Times Modern,
268
- fontWeight = Regular,
246
+ )
247
+ val brandHeadingStaticRegular060 = TDSTextStyle(
248
+ fontFamily = TDSFontFamily.TimesModernRegular,
269
249
  fontSize = 36.sp,
270
250
  lineHeight = 40.5.sp
271
- ),
272
- val brandHeadingStaticRegular070 = TextStyle(
273
- fontFamily = Times Modern,
274
- fontWeight = Regular,
251
+ )
252
+ val brandHeadingStaticRegular070 = TDSTextStyle(
253
+ fontFamily = TDSFontFamily.TimesModernRegular,
275
254
  fontSize = 40.sp,
276
255
  lineHeight = 45.sp
277
- ),
278
- val brandHeadingStaticRegular080 = TextStyle(
279
- fontFamily = Times Modern,
280
- fontWeight = Regular,
256
+ )
257
+ val brandHeadingStaticRegular080 = TDSTextStyle(
258
+ fontFamily = TDSFontFamily.TimesModernRegular,
281
259
  fontSize = 46.sp,
282
260
  lineHeight = 51.75.sp
283
- ),
284
- val brandHeadingStaticRegular090 = TextStyle(
285
- fontFamily = Times Modern,
286
- fontWeight = Regular,
261
+ )
262
+ val brandHeadingStaticRegular090 = TDSTextStyle(
263
+ fontFamily = TDSFontFamily.TimesModernRegular,
287
264
  fontSize = 48.sp,
288
265
  lineHeight = 54.sp
289
- ),
290
- val brandHeadingStaticBold100 = TextStyle(
291
- fontFamily = Times Modern,
292
- fontWeight = Bold,
266
+ )
267
+ val brandHeadingStaticBold100 = TDSTextStyle(
268
+ fontFamily = TDSFontFamily.TimesModernBold,
293
269
  fontSize = 56.sp,
294
270
  lineHeight = 63.sp
295
- ),
296
- val brandHeadingStaticBold010 = TextStyle(
297
- fontFamily = Times Modern,
298
- fontWeight = Bold,
271
+ )
272
+ val brandHeadingStaticBold010 = TDSTextStyle(
273
+ fontFamily = TDSFontFamily.TimesModernBold,
299
274
  fontSize = 19.sp,
300
275
  lineHeight = 21.375.sp
301
- ),
302
- val brandHeadingStaticBold020 = TextStyle(
303
- fontFamily = Times Modern,
304
- fontWeight = Bold,
276
+ )
277
+ val brandHeadingStaticBold020 = TDSTextStyle(
278
+ fontFamily = TDSFontFamily.TimesModernBold,
305
279
  fontSize = 20.sp,
306
280
  lineHeight = 22.5.sp
307
- ),
308
- val brandHeadingStaticBold030 = TextStyle(
309
- fontFamily = Times Modern,
310
- fontWeight = Bold,
281
+ )
282
+ val brandHeadingStaticBold030 = TDSTextStyle(
283
+ fontFamily = TDSFontFamily.TimesModernBold,
311
284
  fontSize = 24.sp,
312
285
  lineHeight = 27.sp
313
- ),
314
- val brandHeadingStaticBold040 = TextStyle(
315
- fontFamily = Times Modern,
316
- fontWeight = Bold,
286
+ )
287
+ val brandHeadingStaticBold040 = TDSTextStyle(
288
+ fontFamily = TDSFontFamily.TimesModernBold,
317
289
  fontSize = 28.sp,
318
290
  lineHeight = 31.5.sp
319
- ),
320
- val brandHeadingStaticBold050 = TextStyle(
321
- fontFamily = Times Modern,
322
- fontWeight = Bold,
291
+ )
292
+ val brandHeadingStaticBold050 = TDSTextStyle(
293
+ fontFamily = TDSFontFamily.TimesModernBold,
323
294
  fontSize = 32.sp,
324
295
  lineHeight = 36.sp
325
- ),
326
- val brandHeadingStaticBold060 = TextStyle(
327
- fontFamily = Times Modern,
328
- fontWeight = Bold,
296
+ )
297
+ val brandHeadingStaticBold060 = TDSTextStyle(
298
+ fontFamily = TDSFontFamily.TimesModernBold,
329
299
  fontSize = 36.sp,
330
300
  lineHeight = 40.5.sp
331
- ),
332
- val brandHeadingStaticBold070 = TextStyle(
333
- fontFamily = Times Modern,
334
- fontWeight = Bold,
301
+ )
302
+ val brandHeadingStaticBold070 = TDSTextStyle(
303
+ fontFamily = TDSFontFamily.TimesModernBold,
335
304
  fontSize = 40.sp,
336
305
  lineHeight = 45.sp
337
- ),
338
- val brandHeadingStaticBold080 = TextStyle(
339
- fontFamily = Times Modern,
340
- fontWeight = Bold,
306
+ )
307
+ val brandHeadingStaticBold080 = TDSTextStyle(
308
+ fontFamily = TDSFontFamily.TimesModernBold,
341
309
  fontSize = 46.sp,
342
310
  lineHeight = 51.75.sp
343
- ),
344
- val brandHeadingStaticBold090 = TextStyle(
345
- fontFamily = Times Modern,
346
- fontWeight = Bold,
311
+ )
312
+ val brandHeadingStaticBold090 = TDSTextStyle(
313
+ fontFamily = TDSFontFamily.TimesModernBold,
347
314
  fontSize = 48.sp,
348
315
  lineHeight = 54.sp
349
- ),
350
- val brandHeadingStaticBlack100 = TextStyle(
351
- fontFamily = Times Modern,
352
- fontWeight = ExtraBold,
316
+ )
317
+ val brandHeadingStaticBlack100 = TDSTextStyle(
318
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
353
319
  fontSize = 56.sp,
354
320
  lineHeight = 63.sp
355
- ),
356
- val brandHeadingStaticBlack010 = TextStyle(
357
- fontFamily = Times Modern,
358
- fontWeight = ExtraBold,
321
+ )
322
+ val brandHeadingStaticBlack010 = TDSTextStyle(
323
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
359
324
  fontSize = 19.sp,
360
325
  lineHeight = 21.375.sp
361
- ),
362
- val brandHeadingStaticBlack020 = TextStyle(
363
- fontFamily = Times Modern,
364
- fontWeight = ExtraBold,
326
+ )
327
+ val brandHeadingStaticBlack020 = TDSTextStyle(
328
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
365
329
  fontSize = 20.sp,
366
330
  lineHeight = 22.5.sp
367
- ),
368
- val brandHeadingStaticBlack030 = TextStyle(
369
- fontFamily = Times Modern,
370
- fontWeight = ExtraBold,
331
+ )
332
+ val brandHeadingStaticBlack030 = TDSTextStyle(
333
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
371
334
  fontSize = 24.sp,
372
335
  lineHeight = 27.sp
373
- ),
374
- val brandHeadingStaticBlack040 = TextStyle(
375
- fontFamily = Times Modern,
376
- fontWeight = ExtraBold,
336
+ )
337
+ val brandHeadingStaticBlack040 = TDSTextStyle(
338
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
377
339
  fontSize = 28.sp,
378
340
  lineHeight = 31.5.sp
379
- ),
380
- val brandHeadingStaticBlack050 = TextStyle(
381
- fontFamily = Times Modern,
382
- fontWeight = ExtraBold,
341
+ )
342
+ val brandHeadingStaticBlack050 = TDSTextStyle(
343
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
383
344
  fontSize = 32.sp,
384
345
  lineHeight = 36.sp
385
- ),
386
- val brandHeadingStaticBlack060 = TextStyle(
387
- fontFamily = Times Modern,
388
- fontWeight = ExtraBold,
346
+ )
347
+ val brandHeadingStaticBlack060 = TDSTextStyle(
348
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
389
349
  fontSize = 36.sp,
390
350
  lineHeight = 40.5.sp
391
- ),
392
- val brandHeadingStaticBlack070 = TextStyle(
393
- fontFamily = Times Modern,
394
- fontWeight = ExtraBold,
351
+ )
352
+ val brandHeadingStaticBlack070 = TDSTextStyle(
353
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
395
354
  fontSize = 40.sp,
396
355
  lineHeight = 45.sp
397
- ),
398
- val brandHeadingStaticBlack080 = TextStyle(
399
- fontFamily = Times Modern,
400
- fontWeight = ExtraBold,
356
+ )
357
+ val brandHeadingStaticBlack080 = TDSTextStyle(
358
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
401
359
  fontSize = 46.sp,
402
360
  lineHeight = 51.75.sp
403
- ),
404
- val brandHeadingStaticBlack090 = TextStyle(
405
- fontFamily = Times Modern,
406
- fontWeight = ExtraBold,
361
+ )
362
+ val brandHeadingStaticBlack090 = TDSTextStyle(
363
+ fontFamily = TDSFontFamily.TimesModernExtraBold,
407
364
  fontSize = 48.sp,
408
365
  lineHeight = 54.sp
409
- ),
410
- val brandDisplayLight100 = TextStyle(
411
- fontFamily = Times Modern,
412
- fontWeight = Light,
413
- fontSize = 300.sp,
414
- lineHeight = 337.5.sp
415
- ),
416
- val brandDisplayLight010 = TextStyle(
417
- fontFamily = Times Modern,
418
- fontWeight = Light,
419
- fontSize = 68.sp,
420
- lineHeight = 76.5.sp
421
- ),
422
- val brandDisplayLight020 = TextStyle(
423
- fontFamily = Times Modern,
424
- fontWeight = Light,
425
- fontSize = 94.sp,
426
- lineHeight = 105.75.sp
427
- ),
428
- val brandDisplayLight030 = TextStyle(
429
- fontFamily = Times Modern,
430
- fontWeight = Light,
431
- fontSize = 120.sp,
432
- lineHeight = 135.sp
433
- ),
434
- val brandDisplayLight040 = TextStyle(
435
- fontFamily = Times Modern,
436
- fontWeight = Light,
437
- fontSize = 145.sp,
438
- lineHeight = 163.125.sp
439
- ),
440
- val brandDisplayLight050 = TextStyle(
441
- fontFamily = Times Modern,
442
- fontWeight = Light,
443
- fontSize = 171.sp,
444
- lineHeight = 192.375.sp
445
- ),
446
- val brandDisplayLight060 = TextStyle(
447
- fontFamily = Times Modern,
448
- fontWeight = Light,
449
- fontSize = 197.sp,
450
- lineHeight = 221.625.sp
451
- ),
452
- val brandDisplayLight070 = TextStyle(
453
- fontFamily = Times Modern,
454
- fontWeight = Light,
455
- fontSize = 223.sp,
456
- lineHeight = 250.875.sp
457
- ),
458
- val brandDisplayLight080 = TextStyle(
459
- fontFamily = Times Modern,
460
- fontWeight = Light,
461
- fontSize = 248.sp,
462
- lineHeight = 279.sp
463
- ),
464
- val brandDisplayLight090 = TextStyle(
465
- fontFamily = Times Modern,
466
- fontWeight = Light,
467
- fontSize = 274.sp,
468
- lineHeight = 308.25.sp
469
- ),
470
- val brandDisplayRegular100 = TextStyle(
471
- fontFamily = Times Modern,
472
- fontWeight = Regular,
473
- fontSize = 300.sp,
474
- lineHeight = 337.5.sp
475
- ),
476
- val brandDisplayRegular010 = TextStyle(
477
- fontFamily = Times Modern,
478
- fontWeight = Regular,
479
- fontSize = 68.sp,
480
- lineHeight = 76.5.sp
481
- ),
482
- val brandDisplayRegular020 = TextStyle(
483
- fontFamily = Times Modern,
484
- fontWeight = Regular,
485
- fontSize = 94.sp,
486
- lineHeight = 105.75.sp
487
- ),
488
- val brandDisplayRegular030 = TextStyle(
489
- fontFamily = Times Modern,
490
- fontWeight = Regular,
491
- fontSize = 120.sp,
492
- lineHeight = 135.sp
493
- ),
494
- val brandDisplayRegular040 = TextStyle(
495
- fontFamily = Times Modern,
496
- fontWeight = Regular,
497
- fontSize = 145.sp,
498
- lineHeight = 163.125.sp
499
- ),
500
- val brandDisplayRegular050 = TextStyle(
501
- fontFamily = Times Modern,
502
- fontWeight = Regular,
503
- fontSize = 171.sp,
504
- lineHeight = 192.375.sp
505
- ),
506
- val brandDisplayRegular060 = TextStyle(
507
- fontFamily = Times Modern,
508
- fontWeight = Regular,
509
- fontSize = 197.sp,
510
- lineHeight = 221.625.sp
511
- ),
512
- val brandDisplayRegular070 = TextStyle(
513
- fontFamily = Times Modern,
514
- fontWeight = Regular,
515
- fontSize = 223.sp,
516
- lineHeight = 250.875.sp
517
- ),
518
- val brandDisplayRegular080 = TextStyle(
519
- fontFamily = Times Modern,
520
- fontWeight = Regular,
521
- fontSize = 248.sp,
522
- lineHeight = 279.sp
523
- ),
524
- val brandDisplayRegular090 = TextStyle(
525
- fontFamily = Times Modern,
526
- fontWeight = Regular,
527
- fontSize = 274.sp,
528
- lineHeight = 308.25.sp
529
- ),
530
- val brandDisplayBold100 = TextStyle(
531
- fontFamily = Times Modern,
532
- fontWeight = Bold,
533
- fontSize = 300.sp,
534
- lineHeight = 337.5.sp
535
- ),
536
- val brandDisplayBold010 = TextStyle(
537
- fontFamily = Times Modern,
538
- fontWeight = Bold,
539
- fontSize = 68.sp,
540
- lineHeight = 76.5.sp
541
- ),
542
- val brandDisplayBold020 = TextStyle(
543
- fontFamily = Times Modern,
544
- fontWeight = Bold,
545
- fontSize = 94.sp,
546
- lineHeight = 105.75.sp
547
- ),
548
- val brandDisplayBold030 = TextStyle(
549
- fontFamily = Times Modern,
550
- fontWeight = Bold,
551
- fontSize = 120.sp,
552
- lineHeight = 135.sp
553
- ),
554
- val brandDisplayBold040 = TextStyle(
555
- fontFamily = Times Modern,
556
- fontWeight = Bold,
557
- fontSize = 145.sp,
558
- lineHeight = 163.125.sp
559
- ),
560
- val brandDisplayBold050 = TextStyle(
561
- fontFamily = Times Modern,
562
- fontWeight = Bold,
563
- fontSize = 171.sp,
564
- lineHeight = 192.375.sp
565
- ),
566
- val brandDisplayBold060 = TextStyle(
567
- fontFamily = Times Modern,
568
- fontWeight = Bold,
569
- fontSize = 197.sp,
570
- lineHeight = 221.625.sp
571
- ),
572
- val brandDisplayBold070 = TextStyle(
573
- fontFamily = Times Modern,
574
- fontWeight = Bold,
575
- fontSize = 223.sp,
576
- lineHeight = 250.875.sp
577
- ),
578
- val brandDisplayBold080 = TextStyle(
579
- fontFamily = Times Modern,
580
- fontWeight = Bold,
581
- fontSize = 248.sp,
582
- lineHeight = 279.sp
583
- ),
584
- val brandDisplayBold090 = TextStyle(
585
- fontFamily = Times Modern,
586
- fontWeight = Bold,
587
- fontSize = 274.sp,
588
- lineHeight = 308.25.sp
589
- ),
590
- val brandDisplayBlack100 = TextStyle(
591
- fontFamily = Times Modern,
592
- fontWeight = ExtraBold,
593
- fontSize = 300.sp,
594
- lineHeight = 337.5.sp
595
- ),
596
- val brandDisplayBlack010 = TextStyle(
597
- fontFamily = Times Modern,
598
- fontWeight = ExtraBold,
599
- fontSize = 68.sp,
600
- lineHeight = 76.5.sp
601
- ),
602
- val brandDisplayBlack020 = TextStyle(
603
- fontFamily = Times Modern,
604
- fontWeight = ExtraBold,
605
- fontSize = 94.sp,
606
- lineHeight = 105.75.sp
607
- ),
608
- val brandDisplayBlack030 = TextStyle(
609
- fontFamily = Times Modern,
610
- fontWeight = ExtraBold,
611
- fontSize = 120.sp,
612
- lineHeight = 135.sp
613
- ),
614
- val brandDisplayBlack040 = TextStyle(
615
- fontFamily = Times Modern,
616
- fontWeight = ExtraBold,
617
- fontSize = 145.sp,
618
- lineHeight = 163.125.sp
619
- ),
620
- val brandDisplayBlack050 = TextStyle(
621
- fontFamily = Times Modern,
622
- fontWeight = ExtraBold,
623
- fontSize = 171.sp,
624
- lineHeight = 192.375.sp
625
- ),
626
- val brandDisplayBlack060 = TextStyle(
627
- fontFamily = Times Modern,
628
- fontWeight = ExtraBold,
629
- fontSize = 197.sp,
630
- lineHeight = 221.625.sp
631
- ),
632
- val brandDisplayBlack070 = TextStyle(
633
- fontFamily = Times Modern,
634
- fontWeight = ExtraBold,
635
- fontSize = 223.sp,
636
- lineHeight = 250.875.sp
637
- ),
638
- val brandDisplayBlack080 = TextStyle(
639
- fontFamily = Times Modern,
640
- fontWeight = ExtraBold,
641
- fontSize = 248.sp,
642
- lineHeight = 279.sp
643
- ),
644
- val brandDisplayBlack090 = TextStyle(
645
- fontFamily = Times Modern,
646
- fontWeight = ExtraBold,
647
- fontSize = 274.sp,
648
- lineHeight = 308.25.sp
649
- ),
650
- val brandSubheadingLightSmall = TextStyle(
651
- fontFamily = Times Modern,
652
- fontWeight = Light,
653
- fontSize = 0.875.sp,
654
- lineHeight = 0.984375.sp
655
- ),
656
- val brandSubheadingLightMedium = TextStyle(
657
- fontFamily = Times Modern,
658
- fontWeight = Light,
659
- fontSize = 1.125.sp,
660
- lineHeight = 1.265625.sp
661
- ),
662
- val brandSubheadingLightLarge = TextStyle(
663
- fontFamily = Times Modern,
664
- fontWeight = Light,
665
- fontSize = 1.25.sp,
666
- lineHeight = 1.40625.sp
667
- ),
668
- val brandSubheadingLightXlarge = TextStyle(
669
- fontFamily = Times Modern,
670
- fontWeight = Light,
671
- fontSize = 1.5.sp,
672
- lineHeight = 1.6875.sp
673
- ),
674
- val brandSubheadingRegularSmall = TextStyle(
675
- fontFamily = Times Modern,
676
- fontWeight = Regular,
677
- fontSize = 0.875.sp,
678
- lineHeight = 0.984375.sp
679
- ),
680
- val brandSubheadingRegularMedium = TextStyle(
681
- fontFamily = Times Modern,
682
- fontWeight = Regular,
683
- fontSize = 1.125.sp,
684
- lineHeight = 1.265625.sp
685
- ),
686
- val brandSubheadingRegularLarge = TextStyle(
687
- fontFamily = Times Modern,
688
- fontWeight = Regular,
689
- fontSize = 1.25.sp,
690
- lineHeight = 1.40625.sp
691
- ),
692
- val brandSubheadingRegularXlarge = TextStyle(
693
- fontFamily = Times Modern,
694
- fontWeight = Regular,
695
- fontSize = 1.5.sp,
696
- lineHeight = 1.6875.sp
697
- ),
698
- val brandSubheadingBoldSmall = TextStyle(
699
- fontFamily = Times Modern,
700
- fontWeight = Bold,
701
- fontSize = 0.875.sp,
702
- lineHeight = 0.984375.sp
703
- ),
704
- val brandSubheadingBoldMedium = TextStyle(
705
- fontFamily = Times Modern,
706
- fontWeight = Bold,
707
- fontSize = 1.125.sp,
708
- lineHeight = 1.265625.sp
709
- ),
710
- val brandSubheadingBoldLarge = TextStyle(
711
- fontFamily = Times Modern,
712
- fontWeight = Bold,
713
- fontSize = 1.25.sp,
714
- lineHeight = 1.40625.sp
715
- ),
716
- val brandSubheadingBoldXlarge = TextStyle(
717
- fontFamily = Times Modern,
718
- fontWeight = Bold,
719
- fontSize = 1.5.sp,
720
- lineHeight = 1.6875.sp
721
- ),
722
- val brandStandfirstLarge = TextStyle(
723
- fontFamily = Times Modern,
724
- fontWeight = Regular,
725
- fontSize = 1.25.sp,
726
- lineHeight = 1.40625.sp
727
- ),
728
- val brandStandfirstMedium = TextStyle(
729
- fontFamily = Times Modern,
730
- fontWeight = Regular,
731
- fontSize = 0.875.sp,
732
- lineHeight = 0.984375.sp
733
- ),
734
- val brandParagraphRegularSmall = TextStyle(
735
- fontFamily = Times Digital W04 Regular,
736
- fontSize = 1.sp,
737
- lineHeight = 1.5.sp,
738
- paragraphSpacing = 1rem
739
- ),
740
- val brandParagraphRegularMedium = TextStyle(
741
- fontFamily = Times Digital W04 Regular,
742
- fontSize = 1.0625.sp,
743
- lineHeight = 1.59375.sp,
744
- paragraphSpacing = 1rem
745
- ),
746
- val brandParagraphBoldSmall = TextStyle(
747
- fontFamily = Times Digital W04 Bold,
748
- fontSize = 1.sp,
749
- lineHeight = 1.5.sp,
750
- paragraphSpacing = 1rem
751
- ),
752
- val brandParagraphBoldMedium = TextStyle(
753
- fontFamily = Times Digital W04 Bold,
754
- fontSize = 1.0625.sp,
755
- lineHeight = 1.59375.sp,
756
- paragraphSpacing = 1rem
757
- ),
758
- val brandCaption = TextStyle(
759
- fontFamily = Roboto,
760
- fontWeight = Regular,
761
- fontSize = 0.875.sp,
762
- lineHeight = 1.3125.sp
763
- ),
764
- val brandBylineMedium = TextStyle(
765
- fontFamily = Roboto,
766
- fontWeight = Regular,
767
- fontSize = 0.875.sp,
768
- lineHeight = 0.984375.sp
769
- ),
770
- val brandBylineSmall = TextStyle(
771
- fontFamily = Roboto,
772
- fontWeight = Regular,
773
- fontSize = 0.75.sp,
774
- lineHeight = 0.84375.sp
775
- ),
776
- val utilityHeadingSmall = TextStyle(
777
- fontFamily = Roboto,
778
- fontWeight = Bold,
779
- fontSize = 1.125.sp,
780
- lineHeight = 1.40625.sp
781
- ),
782
- val utilityHeadingMedium = TextStyle(
783
- fontFamily = Roboto,
784
- fontWeight = Bold,
785
- fontSize = 1.5.sp,
786
- lineHeight = 1.875.sp
787
- ),
788
- val utilityHeadingLarge = TextStyle(
789
- fontFamily = Roboto,
790
- fontWeight = Bold,
791
- fontSize = 1.75.sp,
792
- lineHeight = 2.1875.sp
793
- ),
794
- val utilitySubheadingXsmall = TextStyle(
795
- fontFamily = Roboto,
796
- fontWeight = Medium,
797
- fontSize = 0.75.sp,
798
- lineHeight = 0.9375.sp
799
- ),
800
- val utilitySubheadingSmall = TextStyle(
801
- fontFamily = Roboto,
802
- fontWeight = Medium,
803
- fontSize = 0.875.sp,
804
- lineHeight = 1.09375.sp
805
- ),
806
- val utilitySubheadingMedium = TextStyle(
807
- fontFamily = Roboto,
808
- fontWeight = Medium,
809
- fontSize = 1.sp,
810
- lineHeight = 1.25.sp
811
- ),
812
- val utilitySubheadingLarge = TextStyle(
813
- fontFamily = Roboto,
814
- fontWeight = Medium,
815
- fontSize = 1.25.sp,
816
- lineHeight = 1.5625.sp
817
- ),
818
- val utilityBodyRegularXsmall = TextStyle(
819
- fontFamily = Roboto,
820
- fontWeight = Regular,
821
- fontSize = 0.75.sp,
822
- lineHeight = 1.125.sp
823
- ),
824
- val utilityBodyRegular2xsmall = TextStyle(
825
- fontFamily = Roboto,
826
- fontWeight = Regular,
827
- fontSize = 0.625.sp,
828
- lineHeight = 0.9375.sp
829
- ),
830
- val utilityBodyRegularSmall = TextStyle(
831
- fontFamily = Roboto,
832
- fontWeight = Regular,
833
- fontSize = 0.875.sp,
834
- lineHeight = 1.3125.sp
835
- ),
836
- val utilityBodyRegularMedium = TextStyle(
837
- fontFamily = Roboto,
838
- fontWeight = Regular,
839
- fontSize = 1.sp,
840
- lineHeight = 1.5.sp
841
- ),
842
- val utilityBodyRegularLarge = TextStyle(
843
- fontFamily = Roboto,
844
- fontWeight = Regular,
845
- fontSize = 1.125.sp,
846
- lineHeight = 1.6875.sp
847
- ),
848
- val utilityBodyBold2xsmall = TextStyle(
849
- fontFamily = Roboto,
850
- fontWeight = Medium,
851
- fontSize = 0.625.sp,
852
- lineHeight = 0.9375.sp
853
- ),
854
- val utilityBodyBoldXsmall = TextStyle(
855
- fontFamily = Roboto,
856
- fontWeight = Medium,
857
- fontSize = 0.75.sp,
858
- lineHeight = 1.125.sp
859
- ),
860
- val utilityBodyBoldSmall = TextStyle(
861
- fontFamily = Roboto,
862
- fontWeight = Medium,
863
- fontSize = 0.875.sp,
864
- lineHeight = 1.3125.sp
865
- ),
866
- val utilityBodyBoldMedium = TextStyle(
867
- fontFamily = Roboto,
868
- fontWeight = Medium,
869
- fontSize = 1.sp,
870
- lineHeight = 1.5.sp
871
- ),
872
- val utilityBodyBoldLarge = TextStyle(
873
- fontFamily = Roboto,
874
- fontWeight = Bold,
875
- fontSize = 1.125.sp,
876
- lineHeight = 1.6875.sp
877
- ),
878
- val utilityButtonXsmall = TextStyle(
879
- fontFamily = Roboto,
880
- fontWeight = Regular,
881
- fontSize = 0.75.sp,
882
- lineHeight = 0.75.sp
883
- ),
884
- val utilityButtonSmall = TextStyle(
885
- fontFamily = Roboto,
886
- fontWeight = Regular,
887
- fontSize = 0.875.sp,
888
- lineHeight = 0.875.sp
889
- ),
890
- val utilityButtonMedium = TextStyle(
891
- fontFamily = Roboto,
892
- fontWeight = Regular,
893
- fontSize = 1.sp,
894
- lineHeight = 1.sp
895
- ),
896
- val utilityButtonLarge = TextStyle(
897
- fontFamily = Roboto,
898
- fontWeight = Regular,
899
- fontSize = 1.125.sp,
900
- lineHeight = 1.125.sp
901
- ),
902
- val utilityLabelXsmall = TextStyle(
903
- fontFamily = Roboto,
904
- fontWeight = Medium,
905
- fontSize = 0.75.sp,
906
- lineHeight = 0.84375.sp
907
- ),
908
- val utilityLabelSmall = TextStyle(
909
- fontFamily = Roboto,
910
- fontWeight = Medium,
911
- fontSize = 0.875.sp,
912
- lineHeight = 0.984375.sp
913
- ),
914
- val utilityLabelMedium = TextStyle(
915
- fontFamily = Roboto,
916
- fontWeight = Medium,
917
- fontSize = 1.sp,
918
- lineHeight = 1.125.sp
919
- ),
920
- val utilityLabelLarge = TextStyle(
921
- fontFamily = Roboto,
922
- fontWeight = Medium,
923
- fontSize = 1.125.sp,
924
- lineHeight = 1.265625.sp
925
- ),
926
- val utilityLinkXsmall = TextStyle(
927
- fontFamily = Roboto,
928
- fontWeight = Regular,
929
- fontSize = 0.75.sp,
930
- lineHeight = 0.75.sp,
931
- textDecoration = underline
932
- ),
933
- val utilityLinkSmall = TextStyle(
934
- fontFamily = Roboto,
935
- fontWeight = Regular,
936
- fontSize = 0.875.sp,
937
- lineHeight = 0.875.sp,
938
- textDecoration = underline
939
- ),
940
- val utilityLinkMedium = TextStyle(
941
- fontFamily = Roboto,
942
- fontWeight = Regular,
943
- fontSize = 1.sp,
944
- lineHeight = 1.sp,
945
- textDecoration = underline
946
- ),
947
- val utilityLinkLarge = TextStyle(
948
- fontFamily = Roboto,
949
- fontWeight = Regular,
950
- fontSize = 1.125.sp,
951
- lineHeight = 1.125.sp,
952
- textDecoration = underline
366
+ )
367
+ val brandSubheadingLightSmall = TDSTextStyle(
368
+ fontFamily = TDSFontFamily.TimesModernLight,
369
+ fontSize = 14.sp,
370
+ lineHeight = 15.75.sp
371
+ )
372
+ val brandSubheadingLightMedium = TDSTextStyle(
373
+ fontFamily = TDSFontFamily.TimesModernLight,
374
+ fontSize = 18.sp,
375
+ lineHeight = 20.25.sp
376
+ )
377
+ val brandSubheadingLightLarge = TDSTextStyle(
378
+ fontFamily = TDSFontFamily.TimesModernLight,
379
+ fontSize = 20.sp,
380
+ lineHeight = 22.5.sp
381
+ )
382
+ val brandSubheadingLightXlarge = TDSTextStyle(
383
+ fontFamily = TDSFontFamily.TimesModernLight,
384
+ fontSize = 24.sp,
385
+ lineHeight = 27.sp
386
+ )
387
+ val brandSubheadingRegularSmall = TDSTextStyle(
388
+ fontFamily = TDSFontFamily.TimesModernRegular,
389
+ fontSize = 14.sp,
390
+ lineHeight = 15.75.sp
391
+ )
392
+ val brandSubheadingRegularMedium = TDSTextStyle(
393
+ fontFamily = TDSFontFamily.TimesModernRegular,
394
+ fontSize = 18.sp,
395
+ lineHeight = 20.25.sp
396
+ )
397
+ val brandSubheadingRegularLarge = TDSTextStyle(
398
+ fontFamily = TDSFontFamily.TimesModernRegular,
399
+ fontSize = 20.sp,
400
+ lineHeight = 22.5.sp
401
+ )
402
+ val brandSubheadingRegularXlarge = TDSTextStyle(
403
+ fontFamily = TDSFontFamily.TimesModernRegular,
404
+ fontSize = 24.sp,
405
+ lineHeight = 27.sp
406
+ )
407
+ val brandSubheadingBoldSmall = TDSTextStyle(
408
+ fontFamily = TDSFontFamily.TimesModernBold,
409
+ fontSize = 14.sp,
410
+ lineHeight = 15.75.sp
411
+ )
412
+ val brandSubheadingBoldMedium = TDSTextStyle(
413
+ fontFamily = TDSFontFamily.TimesModernBold,
414
+ fontSize = 18.sp,
415
+ lineHeight = 20.25.sp
416
+ )
417
+ val brandSubheadingBoldLarge = TDSTextStyle(
418
+ fontFamily = TDSFontFamily.TimesModernBold,
419
+ fontSize = 20.sp,
420
+ lineHeight = 22.5.sp
421
+ )
422
+ val brandSubheadingBoldXlarge = TDSTextStyle(
423
+ fontFamily = TDSFontFamily.TimesModernBold,
424
+ fontSize = 24.sp,
425
+ lineHeight = 27.sp
426
+ )
427
+ val brandStandfirstLarge = TDSTextStyle(
428
+ fontFamily = TDSFontFamily.TimesModernRegular,
429
+ fontSize = 20.sp,
430
+ lineHeight = 22.5.sp
431
+ )
432
+ val brandStandfirstMedium = TDSTextStyle(
433
+ fontFamily = TDSFontFamily.TimesModernRegular,
434
+ fontSize = 14.sp,
435
+ lineHeight = 15.75.sp
436
+ )
437
+ val brandParagraphRegularSmall = TDSTextStyle(
438
+ fontFamily = TDSFontFamily.TimesDigitalW04Regular,
439
+ fontSize = 16.sp,
440
+ lineHeight = 24.sp
441
+ )
442
+ val brandParagraphRegularMedium = TDSTextStyle(
443
+ fontFamily = TDSFontFamily.TimesDigitalW04Regular,
444
+ fontSize = 17.sp,
445
+ lineHeight = 25.5.sp
446
+ )
447
+ val brandParagraphBoldSmall = TDSTextStyle(
448
+ fontFamily = TDSFontFamily.TimesDigitalW04Bold,
449
+ fontSize = 16.sp,
450
+ lineHeight = 24.sp
451
+ )
452
+ val brandParagraphBoldMedium = TDSTextStyle(
453
+ fontFamily = TDSFontFamily.TimesDigitalW04Bold,
454
+ fontSize = 17.sp,
455
+ lineHeight = 25.5.sp
456
+ )
457
+ val brandCaption = TDSTextStyle(
458
+ fontFamily = TDSFontFamily.TimesRobotoRegular,
459
+ fontSize = 14.sp,
460
+ lineHeight = 21.sp
461
+ )
462
+ val brandBylineMedium = TDSTextStyle(
463
+ fontFamily = TDSFontFamily.TimesRobotoRegular,
464
+ fontSize = 14.sp,
465
+ lineHeight = 15.75.sp
466
+ )
467
+ val brandBylineSmall = TDSTextStyle(
468
+ fontFamily = TDSFontFamily.TimesRobotoRegular,
469
+ fontSize = 12.sp,
470
+ lineHeight = 13.5.sp
471
+ )
472
+ val utilityHeadingSmall = TDSTextStyle(
473
+ fontFamily = TDSFontFamily.TimesRobotoBold,
474
+ fontSize = 18.sp,
475
+ lineHeight = 22.5.sp
476
+ )
477
+ val utilityHeadingMedium = TDSTextStyle(
478
+ fontFamily = TDSFontFamily.TimesRobotoBold,
479
+ fontSize = 24.sp,
480
+ lineHeight = 30.sp
481
+ )
482
+ val utilityHeadingLarge = TDSTextStyle(
483
+ fontFamily = TDSFontFamily.TimesRobotoBold,
484
+ fontSize = 28.sp,
485
+ lineHeight = 35.sp
486
+ )
487
+ val utilitySubheadingXsmall = TDSTextStyle(
488
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
489
+ fontSize = 12.sp,
490
+ lineHeight = 15.sp
491
+ )
492
+ val utilitySubheadingSmall = TDSTextStyle(
493
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
494
+ fontSize = 14.sp,
495
+ lineHeight = 17.5.sp
496
+ )
497
+ val utilitySubheadingMedium = TDSTextStyle(
498
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
499
+ fontSize = 16.sp,
500
+ lineHeight = 20.sp
501
+ )
502
+ val utilitySubheadingLarge = TDSTextStyle(
503
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
504
+ fontSize = 20.sp,
505
+ lineHeight = 25.sp
506
+ )
507
+ val utilityBodyRegularXsmall = TDSTextStyle(
508
+ fontFamily = TDSFontFamily.TimesRobotoRegular,
509
+ fontSize = 12.sp,
510
+ lineHeight = 18.sp
511
+ )
512
+ val utilityBodyRegular2xsmall = TDSTextStyle(
513
+ fontFamily = TDSFontFamily.TimesRobotoRegular,
514
+ fontSize = 10.sp,
515
+ lineHeight = 15.sp
516
+ )
517
+ val utilityBodyRegularSmall = TDSTextStyle(
518
+ fontFamily = TDSFontFamily.TimesRobotoRegular,
519
+ fontSize = 14.sp,
520
+ lineHeight = 21.sp
521
+ )
522
+ val utilityBodyRegularMedium = TDSTextStyle(
523
+ fontFamily = TDSFontFamily.TimesRobotoRegular,
524
+ fontSize = 16.sp,
525
+ lineHeight = 24.sp
526
+ )
527
+ val utilityBodyRegularLarge = TDSTextStyle(
528
+ fontFamily = TDSFontFamily.TimesRobotoRegular,
529
+ fontSize = 18.sp,
530
+ lineHeight = 27.sp
531
+ )
532
+ val utilityBodyBold2xsmall = TDSTextStyle(
533
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
534
+ fontSize = 10.sp,
535
+ lineHeight = 15.sp
536
+ )
537
+ val utilityBodyBoldXsmall = TDSTextStyle(
538
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
539
+ fontSize = 12.sp,
540
+ lineHeight = 18.sp
541
+ )
542
+ val utilityBodyBoldSmall = TDSTextStyle(
543
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
544
+ fontSize = 14.sp,
545
+ lineHeight = 21.sp
546
+ )
547
+ val utilityBodyBoldMedium = TDSTextStyle(
548
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
549
+ fontSize = 16.sp,
550
+ lineHeight = 24.sp
551
+ )
552
+ val utilityBodyBoldLarge = TDSTextStyle(
553
+ fontFamily = TDSFontFamily.TimesRobotoBold,
554
+ fontSize = 18.sp,
555
+ lineHeight = 27.sp
556
+ )
557
+ val utilityButtonXsmall = TDSTextStyle(
558
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
559
+ fontSize = 12.sp,
560
+ lineHeight = 12.sp
561
+ )
562
+ val utilityButtonSmall = TDSTextStyle(
563
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
564
+ fontSize = 14.sp,
565
+ lineHeight = 14.sp
566
+ )
567
+ val utilityButtonMedium = TDSTextStyle(
568
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
569
+ fontSize = 16.sp,
570
+ lineHeight = 16.sp
571
+ )
572
+ val utilityButtonLarge = TDSTextStyle(
573
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
574
+ fontSize = 18.sp,
575
+ lineHeight = 18.sp
576
+ )
577
+ val utilityLabelXsmall = TDSTextStyle(
578
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
579
+ fontSize = 12.sp,
580
+ lineHeight = 13.5.sp
581
+ )
582
+ val utilityLabelSmall = TDSTextStyle(
583
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
584
+ fontSize = 14.sp,
585
+ lineHeight = 15.75.sp
586
+ )
587
+ val utilityLabelMedium = TDSTextStyle(
588
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
589
+ fontSize = 16.sp,
590
+ lineHeight = 18.sp
591
+ )
592
+ val utilityLabelLarge = TDSTextStyle(
593
+ fontFamily = TDSFontFamily.TimesRobotoMedium,
594
+ fontSize = 18.sp,
595
+ lineHeight = 20.25.sp
596
+ )
597
+ val utilityLinkUtilityXsmall = TDSTextStyle(
598
+ fontFamily = TDSFontFamily.TimesRobotoBold,
599
+ fontSize = 12.sp,
600
+ lineHeight = 18.sp,
601
+ textDecoration = TextDecoration.Underline
602
+ )
603
+ val utilityLinkUtilitySmall = TDSTextStyle(
604
+ fontFamily = TDSFontFamily.TimesRobotoBold,
605
+ fontSize = 14.sp,
606
+ lineHeight = 21.sp,
607
+ textDecoration = TextDecoration.Underline
608
+ )
609
+ val utilityLinkUtilityMedium = TDSTextStyle(
610
+ fontFamily = TDSFontFamily.TimesRobotoBold,
611
+ fontSize = 16.sp,
612
+ lineHeight = 24.sp,
613
+ textDecoration = TextDecoration.Underline
614
+ )
615
+ val utilityLinkUtilityLarge = TDSTextStyle(
616
+ fontFamily = TDSFontFamily.TimesRobotoBold,
617
+ fontSize = 18.sp,
618
+ lineHeight = 27.sp,
619
+ textDecoration = TextDecoration.Underline
620
+ )
621
+ val utilityLinkBrandXsmall = TDSTextStyle(
622
+ fontFamily = TDSFontFamily.TimesDigitalW04Regular,
623
+ fontSize = 12.sp,
624
+ lineHeight = 18.sp,
625
+ textDecoration = TextDecoration.Underline
626
+ )
627
+ val utilityLinkBrandSmall = TDSTextStyle(
628
+ fontFamily = TDSFontFamily.TimesDigitalW04Regular,
629
+ fontSize = 14.sp,
630
+ lineHeight = 21.sp,
631
+ textDecoration = TextDecoration.Underline
632
+ )
633
+ val utilityLinkBrandMedium = TDSTextStyle(
634
+ fontFamily = TDSFontFamily.TimesDigitalW04Regular,
635
+ fontSize = 16.sp,
636
+ lineHeight = 24.sp,
637
+ textDecoration = TextDecoration.Underline
638
+ )
639
+ val utilityLinkBrandLarge = TDSTextStyle(
640
+ fontFamily = TDSFontFamily.TimesDigitalW04Regular,
641
+ fontSize = 18.sp,
642
+ lineHeight = 27.sp,
643
+ textDecoration = TextDecoration.Underline
953
644
  )
954
645
  }