@times-design-system/theme-android 1.1.1-alpha.831

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 (40) hide show
  1. package/dist/TimesTypography.kt +954 -0
  2. package/dist/index.js +9 -0
  3. package/dist/palettes/DarkBrandColors.kt +168 -0
  4. package/dist/palettes/DarkBusinessColors.kt +150 -0
  5. package/dist/palettes/DarkChannelsColors.kt +281 -0
  6. package/dist/palettes/DarkCommentColors.kt +150 -0
  7. package/dist/palettes/DarkCoreColors.kt +150 -0
  8. package/dist/palettes/DarkCultureColors.kt +150 -0
  9. package/dist/palettes/DarkDataVisualisationColors.kt +204 -0
  10. package/dist/palettes/DarkHomeColors.kt +150 -0
  11. package/dist/palettes/DarkIrelandColors.kt +150 -0
  12. package/dist/palettes/DarkLifeAndStyleColors.kt +150 -0
  13. package/dist/palettes/DarkMarketingColors.kt +18 -0
  14. package/dist/palettes/DarkMoneyColors.kt +150 -0
  15. package/dist/palettes/DarkObituariesColors.kt +150 -0
  16. package/dist/palettes/DarkPuzzlesColors.kt +148 -0
  17. package/dist/palettes/DarkSportColors.kt +150 -0
  18. package/dist/palettes/DarkTravelColors.kt +150 -0
  19. package/dist/palettes/DarkUkColors.kt +150 -0
  20. package/dist/palettes/DarkWorldColors.kt +150 -0
  21. package/dist/palettes/FoundationColors.kt +2 -0
  22. package/dist/palettes/LightBrandColors.kt +168 -0
  23. package/dist/palettes/LightBusinessColors.kt +150 -0
  24. package/dist/palettes/LightChannelsColors.kt +281 -0
  25. package/dist/palettes/LightCommentColors.kt +150 -0
  26. package/dist/palettes/LightCoreColors.kt +150 -0
  27. package/dist/palettes/LightCultureColors.kt +150 -0
  28. package/dist/palettes/LightDataVisualisationColors.kt +204 -0
  29. package/dist/palettes/LightHomeColors.kt +150 -0
  30. package/dist/palettes/LightIrelandColors.kt +150 -0
  31. package/dist/palettes/LightLifeAndStyleColors.kt +150 -0
  32. package/dist/palettes/LightMarketingColors.kt +18 -0
  33. package/dist/palettes/LightMoneyColors.kt +150 -0
  34. package/dist/palettes/LightObituariesColors.kt +150 -0
  35. package/dist/palettes/LightPuzzlesColors.kt +148 -0
  36. package/dist/palettes/LightSportColors.kt +150 -0
  37. package/dist/palettes/LightTravelColors.kt +150 -0
  38. package/dist/palettes/LightUkColors.kt +150 -0
  39. package/dist/palettes/LightWorldColors.kt +150 -0
  40. package/package.json +47 -0
@@ -0,0 +1,954 @@
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,
173
+ fontSize = 56.sp,
174
+ lineHeight = 63.sp
175
+ ),
176
+ val brandHeadingStaticLight010 = TextStyle(
177
+ fontFamily = Times Modern,
178
+ fontWeight = Light,
179
+ fontSize = 19.sp,
180
+ lineHeight = 21.375.sp
181
+ ),
182
+ val brandHeadingStaticLight020 = TextStyle(
183
+ fontFamily = Times Modern,
184
+ fontWeight = Light,
185
+ fontSize = 20.sp,
186
+ lineHeight = 22.5.sp
187
+ ),
188
+ val brandHeadingStaticLight030 = TextStyle(
189
+ fontFamily = Times Modern,
190
+ fontWeight = Light,
191
+ fontSize = 24.sp,
192
+ lineHeight = 27.sp
193
+ ),
194
+ val brandHeadingStaticLight040 = TextStyle(
195
+ fontFamily = Times Modern,
196
+ fontWeight = Light,
197
+ fontSize = 28.sp,
198
+ lineHeight = 31.5.sp
199
+ ),
200
+ val brandHeadingStaticLight050 = TextStyle(
201
+ fontFamily = Times Modern,
202
+ fontWeight = Light,
203
+ fontSize = 32.sp,
204
+ lineHeight = 36.sp
205
+ ),
206
+ val brandHeadingStaticLight060 = TextStyle(
207
+ fontFamily = Times Modern,
208
+ fontWeight = Light,
209
+ fontSize = 36.sp,
210
+ lineHeight = 40.5.sp
211
+ ),
212
+ val brandHeadingStaticLight070 = TextStyle(
213
+ fontFamily = Times Modern,
214
+ fontWeight = Light,
215
+ fontSize = 40.sp,
216
+ lineHeight = 45.sp
217
+ ),
218
+ val brandHeadingStaticLight080 = TextStyle(
219
+ fontFamily = Times Modern,
220
+ fontWeight = Light,
221
+ fontSize = 46.sp,
222
+ lineHeight = 51.75.sp
223
+ ),
224
+ val brandHeadingStaticLight090 = TextStyle(
225
+ fontFamily = Times Modern,
226
+ fontWeight = Light,
227
+ fontSize = 48.sp,
228
+ lineHeight = 54.sp
229
+ ),
230
+ val brandHeadingStaticRegular100 = TextStyle(
231
+ fontFamily = Times Modern,
232
+ fontWeight = Regular,
233
+ fontSize = 56.sp,
234
+ lineHeight = 63.sp
235
+ ),
236
+ val brandHeadingStaticRegular010 = TextStyle(
237
+ fontFamily = Times Modern,
238
+ fontWeight = Regular,
239
+ fontSize = 19.sp,
240
+ lineHeight = 21.375.sp
241
+ ),
242
+ val brandHeadingStaticRegular020 = TextStyle(
243
+ fontFamily = Times Modern,
244
+ fontWeight = Regular,
245
+ fontSize = 20.sp,
246
+ lineHeight = 22.5.sp
247
+ ),
248
+ val brandHeadingStaticRegular030 = TextStyle(
249
+ fontFamily = Times Modern,
250
+ fontWeight = Regular,
251
+ fontSize = 24.sp,
252
+ lineHeight = 27.sp
253
+ ),
254
+ val brandHeadingStaticRegular040 = TextStyle(
255
+ fontFamily = Times Modern,
256
+ fontWeight = Regular,
257
+ fontSize = 28.sp,
258
+ lineHeight = 31.5.sp
259
+ ),
260
+ val brandHeadingStaticRegular050 = TextStyle(
261
+ fontFamily = Times Modern,
262
+ fontWeight = Regular,
263
+ fontSize = 32.sp,
264
+ lineHeight = 36.sp
265
+ ),
266
+ val brandHeadingStaticRegular060 = TextStyle(
267
+ fontFamily = Times Modern,
268
+ fontWeight = Regular,
269
+ fontSize = 36.sp,
270
+ lineHeight = 40.5.sp
271
+ ),
272
+ val brandHeadingStaticRegular070 = TextStyle(
273
+ fontFamily = Times Modern,
274
+ fontWeight = Regular,
275
+ fontSize = 40.sp,
276
+ lineHeight = 45.sp
277
+ ),
278
+ val brandHeadingStaticRegular080 = TextStyle(
279
+ fontFamily = Times Modern,
280
+ fontWeight = Regular,
281
+ fontSize = 46.sp,
282
+ lineHeight = 51.75.sp
283
+ ),
284
+ val brandHeadingStaticRegular090 = TextStyle(
285
+ fontFamily = Times Modern,
286
+ fontWeight = Regular,
287
+ fontSize = 48.sp,
288
+ lineHeight = 54.sp
289
+ ),
290
+ val brandHeadingStaticBold100 = TextStyle(
291
+ fontFamily = Times Modern,
292
+ fontWeight = Bold,
293
+ fontSize = 56.sp,
294
+ lineHeight = 63.sp
295
+ ),
296
+ val brandHeadingStaticBold010 = TextStyle(
297
+ fontFamily = Times Modern,
298
+ fontWeight = Bold,
299
+ fontSize = 19.sp,
300
+ lineHeight = 21.375.sp
301
+ ),
302
+ val brandHeadingStaticBold020 = TextStyle(
303
+ fontFamily = Times Modern,
304
+ fontWeight = Bold,
305
+ fontSize = 20.sp,
306
+ lineHeight = 22.5.sp
307
+ ),
308
+ val brandHeadingStaticBold030 = TextStyle(
309
+ fontFamily = Times Modern,
310
+ fontWeight = Bold,
311
+ fontSize = 24.sp,
312
+ lineHeight = 27.sp
313
+ ),
314
+ val brandHeadingStaticBold040 = TextStyle(
315
+ fontFamily = Times Modern,
316
+ fontWeight = Bold,
317
+ fontSize = 28.sp,
318
+ lineHeight = 31.5.sp
319
+ ),
320
+ val brandHeadingStaticBold050 = TextStyle(
321
+ fontFamily = Times Modern,
322
+ fontWeight = Bold,
323
+ fontSize = 32.sp,
324
+ lineHeight = 36.sp
325
+ ),
326
+ val brandHeadingStaticBold060 = TextStyle(
327
+ fontFamily = Times Modern,
328
+ fontWeight = Bold,
329
+ fontSize = 36.sp,
330
+ lineHeight = 40.5.sp
331
+ ),
332
+ val brandHeadingStaticBold070 = TextStyle(
333
+ fontFamily = Times Modern,
334
+ fontWeight = Bold,
335
+ fontSize = 40.sp,
336
+ lineHeight = 45.sp
337
+ ),
338
+ val brandHeadingStaticBold080 = TextStyle(
339
+ fontFamily = Times Modern,
340
+ fontWeight = Bold,
341
+ fontSize = 46.sp,
342
+ lineHeight = 51.75.sp
343
+ ),
344
+ val brandHeadingStaticBold090 = TextStyle(
345
+ fontFamily = Times Modern,
346
+ fontWeight = Bold,
347
+ fontSize = 48.sp,
348
+ lineHeight = 54.sp
349
+ ),
350
+ val brandHeadingStaticBlack100 = TextStyle(
351
+ fontFamily = Times Modern,
352
+ fontWeight = ExtraBold,
353
+ fontSize = 56.sp,
354
+ lineHeight = 63.sp
355
+ ),
356
+ val brandHeadingStaticBlack010 = TextStyle(
357
+ fontFamily = Times Modern,
358
+ fontWeight = ExtraBold,
359
+ fontSize = 19.sp,
360
+ lineHeight = 21.375.sp
361
+ ),
362
+ val brandHeadingStaticBlack020 = TextStyle(
363
+ fontFamily = Times Modern,
364
+ fontWeight = ExtraBold,
365
+ fontSize = 20.sp,
366
+ lineHeight = 22.5.sp
367
+ ),
368
+ val brandHeadingStaticBlack030 = TextStyle(
369
+ fontFamily = Times Modern,
370
+ fontWeight = ExtraBold,
371
+ fontSize = 24.sp,
372
+ lineHeight = 27.sp
373
+ ),
374
+ val brandHeadingStaticBlack040 = TextStyle(
375
+ fontFamily = Times Modern,
376
+ fontWeight = ExtraBold,
377
+ fontSize = 28.sp,
378
+ lineHeight = 31.5.sp
379
+ ),
380
+ val brandHeadingStaticBlack050 = TextStyle(
381
+ fontFamily = Times Modern,
382
+ fontWeight = ExtraBold,
383
+ fontSize = 32.sp,
384
+ lineHeight = 36.sp
385
+ ),
386
+ val brandHeadingStaticBlack060 = TextStyle(
387
+ fontFamily = Times Modern,
388
+ fontWeight = ExtraBold,
389
+ fontSize = 36.sp,
390
+ lineHeight = 40.5.sp
391
+ ),
392
+ val brandHeadingStaticBlack070 = TextStyle(
393
+ fontFamily = Times Modern,
394
+ fontWeight = ExtraBold,
395
+ fontSize = 40.sp,
396
+ lineHeight = 45.sp
397
+ ),
398
+ val brandHeadingStaticBlack080 = TextStyle(
399
+ fontFamily = Times Modern,
400
+ fontWeight = ExtraBold,
401
+ fontSize = 46.sp,
402
+ lineHeight = 51.75.sp
403
+ ),
404
+ val brandHeadingStaticBlack090 = TextStyle(
405
+ fontFamily = Times Modern,
406
+ fontWeight = ExtraBold,
407
+ fontSize = 48.sp,
408
+ 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
953
+ )
954
+ }