@marioschmidt/design-system-tokens 1.0.21 → 1.0.23

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 (178) hide show
  1. package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +532 -348
  2. package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +533 -349
  3. package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +538 -354
  4. package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +543 -359
  5. package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +554 -370
  6. package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +553 -369
  7. package/dist/android/res/values/shared/colorprimitive.xml +5 -5
  8. package/dist/android/res/values/shared/spaceprimitive.xml +1 -1
  9. package/dist/css/brands/advertorial/density/density-compact.css +1 -1
  10. package/dist/css/brands/advertorial/density/density-default.css +1 -1
  11. package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
  12. package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +1 -1
  13. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
  14. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1 -1
  15. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
  16. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
  17. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +50 -26
  18. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +50 -26
  19. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +711 -527
  20. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +708 -524
  21. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +711 -527
  22. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +711 -527
  23. package/dist/css/brands/bild/density/density-compact.css +1 -1
  24. package/dist/css/brands/bild/density/density-default.css +1 -1
  25. package/dist/css/brands/bild/density/density-spacious.css +1 -1
  26. package/dist/css/brands/bild/overrides/brandcolormapping.css +1 -1
  27. package/dist/css/brands/bild/overrides/brandtokenmapping.css +1 -1
  28. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
  29. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1 -1
  30. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
  31. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
  32. package/dist/css/brands/bild/semantic/color/colormode-dark.css +1 -1
  33. package/dist/css/brands/bild/semantic/color/colormode-light.css +1 -1
  34. package/dist/css/brands/bild/semantic/effects/effects-dark.css +50 -26
  35. package/dist/css/brands/bild/semantic/effects/effects-light.css +50 -26
  36. package/dist/css/brands/bild/semantic/typography/typography-lg.css +716 -532
  37. package/dist/css/brands/bild/semantic/typography/typography-md.css +709 -525
  38. package/dist/css/brands/bild/semantic/typography/typography-sm.css +711 -527
  39. package/dist/css/brands/bild/semantic/typography/typography-xs.css +711 -527
  40. package/dist/css/brands/sportbild/density/density-compact.css +1 -1
  41. package/dist/css/brands/sportbild/density/density-default.css +1 -1
  42. package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
  43. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +1 -1
  44. package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +1 -1
  45. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
  46. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1 -1
  47. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
  48. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
  49. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +1 -1
  50. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +1 -1
  51. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +50 -26
  52. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +50 -26
  53. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +750 -566
  54. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +749 -565
  55. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +751 -567
  56. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +751 -567
  57. package/dist/css/shared/colorprimitive.css +6 -6
  58. package/dist/css/shared/fontprimitive.css +1 -1
  59. package/dist/css/shared/sizeprimitive.css +1 -1
  60. package/dist/css/shared/spaceprimitive.css +2 -2
  61. package/dist/flutter/shared/colorprimitive.dart +5 -5
  62. package/dist/flutter/shared/spaceprimitive.dart +1 -1
  63. package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +364 -180
  64. package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +364 -180
  65. package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +364 -180
  66. package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +364 -180
  67. package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +364 -180
  68. package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +364 -180
  69. package/dist/ios/shared/Colorprimitive.swift +5 -5
  70. package/dist/ios/shared/Spaceprimitive.swift +1 -1
  71. package/dist/js/brands/advertorial/density/density-compact.js +1 -1
  72. package/dist/js/brands/advertorial/density/density-default.js +1 -1
  73. package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
  74. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +1 -1
  75. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
  76. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +1 -1
  77. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
  78. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
  79. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +1 -1
  80. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +1 -1
  81. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +1 -1
  82. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +1 -1
  83. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +1 -1
  84. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +1 -1
  85. package/dist/js/brands/bild/density/density-compact.js +1 -1
  86. package/dist/js/brands/bild/density/density-default.js +1 -1
  87. package/dist/js/brands/bild/density/density-spacious.js +1 -1
  88. package/dist/js/brands/bild/overrides/brandcolormapping.js +1 -1
  89. package/dist/js/brands/bild/overrides/brandtokenmapping.js +1 -1
  90. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
  91. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +1 -1
  92. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
  93. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
  94. package/dist/js/brands/bild/semantic/color/colormode-dark.js +1 -1
  95. package/dist/js/brands/bild/semantic/color/colormode-light.js +1 -1
  96. package/dist/js/brands/bild/semantic/effects/effects-dark.js +1 -1
  97. package/dist/js/brands/bild/semantic/effects/effects-light.js +1 -1
  98. package/dist/js/brands/bild/semantic/typography/typography-lg.js +1 -1
  99. package/dist/js/brands/bild/semantic/typography/typography-md.js +1 -1
  100. package/dist/js/brands/bild/semantic/typography/typography-sm.js +1 -1
  101. package/dist/js/brands/bild/semantic/typography/typography-xs.js +1 -1
  102. package/dist/js/brands/sportbild/density/density-compact.js +1 -1
  103. package/dist/js/brands/sportbild/density/density-default.js +1 -1
  104. package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
  105. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +1 -1
  106. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +1 -1
  107. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
  108. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +1 -1
  109. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
  110. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
  111. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +1 -1
  112. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +1 -1
  113. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +1 -1
  114. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +1 -1
  115. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +1 -1
  116. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +1 -1
  117. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +1 -1
  118. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +1 -1
  119. package/dist/js/shared/colorprimitive.js +6 -6
  120. package/dist/js/shared/fontprimitive.js +1 -1
  121. package/dist/js/shared/sizeprimitive.js +1 -1
  122. package/dist/js/shared/spaceprimitive.js +2 -2
  123. package/dist/json/shared/colorprimitive.json +15 -15
  124. package/dist/json/shared/spaceprimitive.json +3 -3
  125. package/dist/manifest.json +1 -1
  126. package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
  127. package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
  128. package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
  129. package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +1 -1
  130. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
  131. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
  132. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
  133. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
  134. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +1 -1
  135. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +1 -1
  136. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +1 -1
  137. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +1 -1
  138. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +1 -1
  139. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +1 -1
  140. package/dist/scss/brands/bild/density/density-compact.scss +1 -1
  141. package/dist/scss/brands/bild/density/density-default.scss +1 -1
  142. package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
  143. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +1 -1
  144. package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +1 -1
  145. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
  146. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
  147. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
  148. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
  149. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +1 -1
  150. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +1 -1
  151. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +1 -1
  152. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +1 -1
  153. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +1 -1
  154. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +1 -1
  155. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +1 -1
  156. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +1 -1
  157. package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
  158. package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
  159. package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
  160. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +1 -1
  161. package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +1 -1
  162. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
  163. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
  164. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
  165. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
  166. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +1 -1
  167. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +1 -1
  168. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +1 -1
  169. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +1 -1
  170. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +1 -1
  171. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +1 -1
  172. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +1 -1
  173. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +1 -1
  174. package/dist/scss/shared/colorprimitive.scss +6 -6
  175. package/dist/scss/shared/fontprimitive.scss +1 -1
  176. package/dist/scss/shared/sizeprimitive.scss +1 -1
  177. package/dist/scss/shared/spaceprimitive.scss +2 -2
  178. package/package.json +1 -1
@@ -1,661 +1,777 @@
1
1
  /**
2
2
  * Typography Classes - Advertorial / lg
3
- * Generiert am: 2025-11-24T20:34:58.906Z
3
+ * Generiert am: 2025-11-24T21:07:32.986Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
7
- /* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 40 - 40 - 72 - 120 */
8
- .display-display1 {
7
+ /* ============================================
8
+ .DSDOCSSTYLES
9
+ ============================================ */
10
+
11
+ .pageheaderdescription {
9
12
  font-family: Lucida Grande;
10
- font-weight: 800;
11
- font-size: 116px;
12
- line-height: 120px;
13
- letter-spacing: -2px;
13
+ font-weight: 700;
14
+ letter-spacing: 0px;
14
15
  }
15
16
 
16
- /* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 36 - 36 - 42 - 64 */
17
- .display-display2 {
18
- font-family: Lucida Grande;
19
- font-weight: 800;
20
- font-size: 62px;
21
- line-height: 64px;
22
- letter-spacing: -1px;
17
+ /* This text style is only used on the design system's documentation for code syntax snippets. */
18
+ .codesnippets {
19
+ font-family: Source Code Pro;
20
+ font-size: 13px;
21
+ line-height: 16.899999618530273px;
22
+ letter-spacing: 0px;
23
23
  }
24
24
 
25
- /* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 28 - 28 - 32 - 40 */
26
- .display-display3 {
27
- font-family: Lucida Grande;
28
- font-weight: 800;
29
- font-size: 39px;
30
- line-height: 40px;
31
- letter-spacing: -1px;
25
+ /* This text style is only used for mockup pages of the design system website. */
26
+ .bilddesignsidemenu {
27
+ font-family: Gotham XNarrow;
28
+ font-weight: 400;
32
29
  }
33
30
 
34
- /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 48 - 48 - 72 - 100 */
35
- .headline-headline1 {
36
- font-family: Lucida Grande;
37
- font-size: 70px;
38
- line-height: 77px;
39
- letter-spacing: 0px;
40
- font-style: 700;
31
+ /* This text style is only used for mockup pages of the design system website. */
32
+ .bilddesignsidemenuactive {
33
+ font-family: Gotham XNarrow;
34
+ font-weight: 400;
35
+ text-decoration: underline;
41
36
  }
42
37
 
43
- /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's token for the font size parameter changes across device sizes as follows: 40 - 40 - 48 - 64 */
44
- .headline-headline2 {
45
- font-family: Lucida Grande;
46
- font-size: 48px;
47
- line-height: 52.79999923706055px;
48
- letter-spacing: 0px;
49
- font-style: 700;
38
+ /* This text style is only used for mockup pages of the design system website. */
39
+ .bilddesignsidemenuhover {
40
+ font-family: Gotham XNarrow;
41
+ font-weight: 600;
50
42
  }
51
43
 
52
- /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's font size parameter is controlled by the headline3FontSize token: 28 - 28 - 36 - 40 */
53
- .headline-headline3 {
54
- font-family: Lucida Grande;
44
+ /* This text style is only used for mockups the vertical video component teaser headlines. */
45
+ .verticalvideosmockheadlines {
46
+ font-family: Gotham Condensed;
47
+ font-weight: 600;
55
48
  font-size: 32px;
56
- line-height: 35.20000076293945px;
57
- letter-spacing: 0px;
58
- font-style: 700;
49
+ line-height: 32px;
50
+ text-decoration: underline;
59
51
  }
60
52
 
61
- /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 22 - 22 - 26 - 32 */
62
- .headline-headline4 {
63
- font-family: Lucida Grande;
64
- font-size: 22px;
65
- line-height: 22px;
66
- letter-spacing: 0px;
67
- font-style: 600;
53
+ /* This text style is used on documentation pages that contain some token information. */
54
+ .tokenspecl {
55
+ font-family: Source Code Pro;
68
56
  }
69
57
 
70
- /* This Subheadlines text style is used in articles. They are placed under the headline at the top of an article. Subheadlines can appear in some teasers also. Font size: 24 - 24 - 32 - 36 */
71
- .subheadline-subheadline1 {
58
+
59
+ /* ============================================
60
+ .SPECS
61
+ ============================================ */
62
+
63
+ /* This text style is only used for audit pages of the design system. */
64
+ .specsxs {
65
+ font-family: Gotham;
66
+ font-weight: 400;
67
+ }
68
+
69
+ /* This text style is only used for audit pages of the design system. */
70
+ .specss {
71
+ font-family: Gotham;
72
+ }
73
+
74
+ /* This text style is only used for audit pages of the design system. */
75
+ .specsms {
76
+ font-family: Gotham;
77
+ }
78
+
79
+ /* This text style is only used for audit pages of the design system. */
80
+ .specsm {
81
+ font-family: Gotham;
82
+ }
83
+
84
+ /* This text style is only used for audit pages of the design system. */
85
+ .specsml {
86
+ font-family: Gotham;
87
+ font-weight: 400;
88
+ font-size: 64px;
89
+ line-height: 80px;
90
+ text-decoration: underline;
91
+ }
92
+
93
+ /* This text style is only used for audit pages of the design system. */
94
+ .specsl {
95
+ font-family: Gotham;
96
+ font-weight: 400;
97
+ text-decoration: underline;
98
+ }
99
+
100
+ /* This text style is only used for audit pages of the design system. */
101
+ .specsxl {
102
+ font-family: Gotham;
103
+ font-weight: 600;
104
+ text-decoration: underline;
105
+ }
106
+
107
+ /* This text style is only used for audit pages of the design system. */
108
+ .specsxxl {
109
+ font-family: Gotham;
110
+ font-weight: 600;
111
+ text-decoration: underline;
112
+ }
113
+
114
+
115
+ /* ============================================
116
+ ACCORDION
117
+ ============================================ */
118
+
119
+ /* This text style is for use on accordion labels */
120
+ .accordionlabel {
72
121
  font-family: Lucida Grande;
73
122
  font-weight: 700;
74
- font-size: 28px;
75
- line-height: 36.400001525878906px;
123
+ font-size: 17px;
76
124
  letter-spacing: 0px;
77
125
  }
78
126
 
79
- /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 30 --//*//-- currently css uses kicker0 for the naming of this text style and sequence of font size changes */
80
- .kicker-kicker1 {
127
+
128
+ /* ============================================
129
+ ARTICLE
130
+ ============================================ */
131
+
132
+ /* This text style contains the variables necessary for setting how the font parameters for the article kicker behaves across breakpoints. For font size, this component level token currently references the semantic level token kicker1FontSize. */
133
+ .articlekicker {
81
134
  font-family: Lucida Grande;
82
135
  font-size: 25px;
83
136
  line-height: 27.5px;
84
- letter-spacing: 0px;
85
137
  font-style: 700;
86
138
  }
87
139
 
88
- /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 24 --//*//-- currently css uses kicker1 for the naming of this text style and sequence of font size changes */
89
- .kicker-kicker2 {
140
+ /* This text style is used on image captions that show up in article pages only. */
141
+ .articleimagecaption {
90
142
  font-family: Lucida Grande;
91
- font-size: 21px;
92
- line-height: 23.100000381469727px;
143
+ font-weight: 700;
144
+ font-size: 16px;
145
+ line-height: 24px;
93
146
  letter-spacing: 0px;
94
- font-style: 700;
95
147
  }
96
148
 
97
- /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 16 - 16 - 18 - 20 --//*//-- currently css uses kicker2 for the naming of this text style and sequence of font size changes */
98
- .kicker-kicker3 {
149
+ /* This component level text style is reserved for article page headline texts that show up at the top of article pages. This text style references the generic text styles headline1 and headline2 font size variables. 40 - 40 - 72 - 100 */
150
+ .articleheadline {
99
151
  font-family: Lucida Grande;
100
- font-size: 16px;
101
- line-height: 17.600000381469727px;
152
+ font-size: 70px;
153
+ line-height: 70px;
102
154
  font-style: 700;
103
155
  }
104
156
 
105
- /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 14 - 14 - 16 - 16 --//*//-- currently css uses kicker3 for the naming of this text style and sequence of font size changes */
106
- .kicker-kicker4 {
157
+ /* This text style is used on short pieces of text that give information about where an image originated. It can also be used on short texts that give information about where a video originated. */
158
+ .articlemetasource {
107
159
  font-family: Lucida Grande;
108
- font-size: 14px;
109
- line-height: 15.399999618530273px;
110
- letter-spacing: 0px;
111
- font-style: 700;
160
+ font-weight: 400;
161
+ font-size: 16px;
162
+ line-height: 24px;
112
163
  }
113
164
 
114
- /* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28 */
115
- .title-title1 {
165
+ /* Use this text style for time and day text string that commonly shows up along with the article authors avatars. Font size: 12 - 12 - 14 - 16 */
166
+ .articletimestamp {
116
167
  font-family: Lucida Grande;
117
168
  font-weight: 800;
118
- font-size: 28px;
119
- line-height: 33.599998474121094px;
169
+ font-size: 16px;
170
+ }
171
+
172
+
173
+ /* ============================================
174
+ ATEASER
175
+ ============================================ */
176
+
177
+ /* 16 - 16 - 22 - 24 | This text style currently uses two different semantic styles within it, the kicker3 for XS & S, and kicker2 for MD & LG */
178
+ .ateaserkicker {
179
+ font-family: Lucida Grande;
180
+ font-size: 21px;
181
+ line-height: 21px;
120
182
  letter-spacing: 0px;
183
+ font-style: 700;
121
184
  }
122
185
 
123
- /* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28 */
124
- .title-title1uppercase {
186
+ /* This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
187
+ .ateaserheadline {
125
188
  font-family: Lucida Grande;
126
- font-weight: 800;
127
- font-size: 28px;
128
- line-height: 33.599998474121094px;
189
+ font-size: 48px;
190
+ line-height: 52.79999923706055px;
129
191
  letter-spacing: 0px;
130
- text-transform: upper;
192
+ font-style: 700;
131
193
  }
132
194
 
133
- /* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
134
195
 
135
- In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20 */
136
- .title-title2 {
196
+ /* ============================================
197
+ AUDIOPLAYER
198
+ ============================================ */
199
+
200
+ /* This text style is used on audio player labels for elapsed time, reproduction speed and short functionality description text. Font size: 16 - 16 - 16 - 18 */
201
+ .audioplayerlabel {
137
202
  font-family: Lucida Grande;
138
- font-weight: 800;
203
+ font-weight: 700;
139
204
  font-size: 18px;
140
- line-height: 23.399999618530273px;
141
- letter-spacing: 0px;
205
+ line-height: 18px;
142
206
  }
143
207
 
144
- /* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
145
208
 
146
- In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20 */
147
- .title-title2uppercase {
209
+ /* ============================================
210
+ AVATAR
211
+ ============================================ */
212
+
213
+ /* This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16 */
214
+ .appavatar {
148
215
  font-family: Lucida Grande;
149
216
  font-weight: 800;
150
- font-size: 18px;
151
- line-height: 23.399999618530273px;
217
+ font-size: 16px;
152
218
  letter-spacing: 0px;
153
219
  text-transform: upper;
154
220
  }
155
221
 
156
- /* Callouts highlight key information, quotes, or important notes inside content. They stand apart from body text to draw attention. There is overlap between this text style and the title text styles. Font size: 18 - 18 - 22 - 22 */
157
- .callout-callout {
222
+ /* This text style is used on article page avatar name labels in their default state. Font size: 16 - 16 - 16 - 18
223
+
224
+ 09-2025, on large devices this component uses the css var --footnote-font-size-lg at 1024px bp changes to --footnote-font-size-sm */
225
+ .avatardefault {
158
226
  font-family: Lucida Grande;
159
- font-weight: 800;
160
- font-size: 22px;
161
- line-height: 28.600000381469727px;
227
+ font-weight: 700;
228
+ font-size: 15px;
229
+ line-height: 23px;
162
230
  letter-spacing: 0px;
163
231
  }
164
232
 
165
- /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
166
- .body-body {
233
+ /* This text style is used on avatars that appear in article pages. Font size: 16 - 16 - 16 - 18 */
234
+ .avatarhover {
167
235
  font-family: Lucida Grande;
168
- font-weight: 400;
169
- font-size: 17px;
170
- line-height: 29.75px;
236
+ font-weight: 700;
237
+ font-size: 15px;
238
+ line-height: 23px;
171
239
  letter-spacing: 0px;
240
+ text-decoration: underline;
172
241
  }
173
242
 
174
- /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
175
- .body-bodyitalic {
243
+ /* This text style is used on avatars that show up on article pages. Some avatars have the individual's first and last name on a single line. The second line of the avatar label is then used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18 */
244
+ .avatarsecondaryinfo {
176
245
  font-family: Lucida Grande;
177
- font-size: 17px;
178
- line-height: 29.75px;
246
+ font-weight: 400;
247
+ font-size: 15px;
248
+ line-height: 23px;
179
249
  letter-spacing: 0px;
180
250
  }
181
251
 
182
- /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
183
- .body-bodybold {
252
+ /* This text style is used for the active state of the second line of avatar labels. This label text is used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18 */
253
+ .avatarsecondaryinfohover {
184
254
  font-family: Lucida Grande;
185
- font-weight: 700;
186
- font-size: 17px;
187
- line-height: 29.75px;
255
+ font-weight: 400;
256
+ font-size: 15px;
257
+ line-height: 23px;
188
258
  letter-spacing: 0px;
259
+ text-decoration: underline;
189
260
  }
190
261
 
191
- /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
192
- .body-bodybolditalic {
262
+
263
+ /* ============================================
264
+ BADGES
265
+ ============================================ */
266
+
267
+ /* 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during horizontal video advertisements. */
268
+ .videoadbadge {
269
+ font-family: Gotham XNarrow;
270
+ font-weight: 400;
271
+ font-size: 16px;
272
+ text-transform: upper;
273
+ }
274
+
275
+ /* This text style is used on horizontal video badges that contain either the video's total duration or a live status identifier. Font size: 16 - 16 - 18 - 18 */
276
+ .videotimebadge {
193
277
  font-family: Lucida Grande;
194
- font-size: 17px;
195
- line-height: 29.75px;
196
- letter-spacing: 0px;
278
+ font-weight: 400;
279
+ font-size: 18px;
280
+ line-height: 23.799999237060547px;
197
281
  }
198
282
 
199
- /* Use this text style for styling elements that are clickable text links inside body texts. This style is often found in article texts. Font size remains constant at 21 across device sizes. */
200
- .textlink-textlink {
283
+
284
+ /* ============================================
285
+ BODY
286
+ ============================================ */
287
+
288
+ /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
289
+ .body {
201
290
  font-family: Lucida Grande;
202
291
  font-weight: 400;
203
292
  font-size: 17px;
204
293
  line-height: 29.75px;
205
294
  letter-spacing: 0px;
206
- text-decoration: underline;
207
295
  }
208
296
 
209
- /* Use this text style for styling elements that are clickable text links inside body texts that are using the italic style. This style is often found in article texts that need to show contrast for publications titles, specific words or names. Font size remains constant at 21 across device sizes. */
210
- .textlink-textlinkitalic {
297
+ /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
298
+ .bodyitalic {
211
299
  font-family: Lucida Grande;
212
300
  font-size: 17px;
213
301
  line-height: 29.75px;
214
302
  letter-spacing: 0px;
215
- text-decoration: underline;
216
303
  }
217
304
 
218
- /* Use this text style for styling elements that are clickable text links inside emphasized body texts that are using the bold or html strong style. This style is often found in article texts that need to show contrast for specific words or names. Font size remains constant at 21 across device sizes. */
219
- .textlink-textlinkbold {
305
+ /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
306
+ .bodybold {
220
307
  font-family: Lucida Grande;
221
308
  font-weight: 700;
222
309
  font-size: 17px;
223
310
  line-height: 29.75px;
224
311
  letter-spacing: 0px;
225
- text-decoration: underline;
226
312
  }
227
313
 
228
- /* Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes. */
229
- .textlink-textlinkhover {
314
+ /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
315
+ .bodybolditalic {
230
316
  font-family: Lucida Grande;
231
- font-weight: 400;
232
317
  font-size: 17px;
233
318
  line-height: 29.75px;
234
319
  letter-spacing: 0px;
235
- text-decoration: underline;
236
320
  }
237
321
 
238
- /* Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes. */
239
- .textlink-textlinkboldhover {
322
+
323
+ /* ============================================
324
+ BREADCRUMB
325
+ ============================================ */
326
+
327
+ /* This text style is used for the last items in a breadcrumbs chain. It is commonly used in article pages and is a h1 in html. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
328
+ .breadcrumb {
240
329
  font-family: Lucida Grande;
241
330
  font-weight: 700;
242
- font-size: 17px;
243
- line-height: 29.75px;
331
+ font-size: 12px;
332
+ line-height: 12px;
244
333
  letter-spacing: 0px;
245
- text-decoration: underline;
246
334
  }
247
335
 
248
- /* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This specific style is commonly used on small two lines of text that are seen on standard teasers. The font size of this text style is similar to the label text style. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 16 - 16 - 16 - 18 */
249
- .footnote-footnote1 {
336
+ /* This text style is used for breadcrumb links that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
337
+ .breadcrumblink {
250
338
  font-family: Lucida Grande;
251
- font-weight: 400;
252
- font-size: 15px;
253
- line-height: 19.5px;
339
+ font-weight: 700;
340
+ font-size: 12px;
341
+ line-height: 12px;
254
342
  letter-spacing: 0px;
343
+ text-decoration: underline;
255
344
  }
256
345
 
257
- /* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. 16 - 16 - 16 - 18 */
258
- .footnote-footnote1bold {
346
+ /* This text style is used for the hover state of breadcrumbs that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
347
+ .breadcrumblinkhover {
259
348
  font-family: Lucida Grande;
260
349
  font-weight: 700;
261
- font-size: 15px;
262
- line-height: 19.5px;
350
+ font-size: 12px;
351
+ line-height: 12px;
263
352
  letter-spacing: 0px;
353
+ text-decoration: underline;
264
354
  }
265
355
 
266
- /* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
267
- .footnote-footnote2 {
268
- font-family: Lucida Grande;
269
- font-weight: 400;
270
- font-size: 13px;
271
- line-height: 16.899999618530273px;
272
- letter-spacing: 0px;
273
- }
274
356
 
275
- /* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
276
- .footnote-footnote2bold {
357
+ /* ============================================
358
+ BREAKINGNEWS
359
+ ============================================ */
360
+
361
+ /* Use this text style on breaking news headlines that horizontally scroll in the breaking news animated strip. Font size constant 21. */
362
+ .breakingnewstext {
277
363
  font-family: Lucida Grande;
278
364
  font-weight: 700;
279
- font-size: 13px;
280
- line-height: 16.899999618530273px;
365
+ font-size: 21px;
366
+ line-height: 24px;
281
367
  letter-spacing: 0px;
368
+ text-transform: upper;
282
369
  }
283
370
 
284
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
285
- .label-label1 {
371
+ /* Use this text style on the upper title of the breaking news headline strip. Font size constant 13. */
372
+ .breakingnewsuppertitle {
286
373
  font-family: Lucida Grande;
287
- font-weight: 400;
374
+ font-weight: 800;
288
375
  font-size: 17px;
289
- line-height: 20.399999618530273px;
290
- letter-spacing: 0.25px;
376
+ line-height: 12px;
377
+ letter-spacing: 0px;
291
378
  }
292
379
 
293
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
294
- .label-label1bold {
380
+ /* Use this font style on the breaking news badge's lower title. Font size constant 23. */
381
+ .breakingnewslowertitle {
295
382
  font-family: Lucida Grande;
296
- font-weight: 700;
297
- font-size: 17px;
298
- line-height: 20.399999618530273px;
299
- letter-spacing: 0.25px;
383
+ font-weight: 800;
384
+ font-size: 30px;
385
+ line-height: 21px;
386
+ letter-spacing: 0px;
300
387
  }
301
388
 
302
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size changes across device sizes: 10 - 10 - 15 - 17 */
303
- .label-label1boldresp {
304
- font-family: Lucida Grande;
305
- font-weight: 700;
306
- font-size: 17px;
307
- line-height: 17px;
308
- letter-spacing: 0.25px;
309
- }
310
389
 
311
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
312
- .label-label1uppercasebold {
390
+ /* ============================================
391
+ BUTTON
392
+ ============================================ */
393
+
394
+ /* This text style is used on button labels. Its font size variable is currently in the Density collection. Font size changes across devices: 15 - 17 - 19 Current online CSS .btn--narrow & .btn */
395
+ .buttonlabel {
313
396
  font-family: Lucida Grande;
314
- font-weight: 700;
315
- font-size: 17px;
316
- line-height: 20.399999618530273px;
397
+ font-size: 15px;
398
+ line-height: 15px;
317
399
  letter-spacing: 0.5px;
400
+ font-style: 600;
318
401
  text-transform: upper;
319
402
  }
320
403
 
321
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
322
- .label-label2 {
404
+ /* This text style is used on buttons that are commonly used inside of a container for advertizers and partners. This text is used in buttons that open links to external content. Font size: 16 - 16 - 16 - 18 */
405
+ .partnerlinkbuttonlabel {
323
406
  font-family: Lucida Grande;
324
407
  font-weight: 400;
325
- font-size: 15px;
326
- line-height: 16px;
327
- letter-spacing: 0.25px;
408
+ font-size: 18px;
409
+ line-height: 18px;
328
410
  }
329
411
 
330
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
331
- .label-label2uppercase {
412
+
413
+ /* ============================================
414
+ CALLOUT
415
+ ============================================ */
416
+
417
+ /* Callouts highlight key information, quotes, or important notes inside content. They stand apart from body text to draw attention. There is overlap between this text style and the title text styles. Font size: 18 - 18 - 22 - 22 */
418
+ .callout {
332
419
  font-family: Lucida Grande;
333
- font-weight: 400;
334
- font-size: 15px;
335
- line-height: 16px;
336
- letter-spacing: 0.25px;
337
- text-transform: upper;
420
+ font-weight: 800;
421
+ font-size: 22px;
422
+ line-height: 28.600000381469727px;
423
+ letter-spacing: 0px;
338
424
  }
339
425
 
340
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
341
- .label-label2bold {
426
+
427
+ /* ============================================
428
+ CHIPS
429
+ ============================================ */
430
+
431
+ /* This text style is used on the chips component. They are commonly used for filtering parameters. font size: 16 - 16 - 16 - 18 */
432
+ .chipslabel {
342
433
  font-family: Lucida Grande;
343
434
  font-weight: 700;
344
- font-size: 15px;
345
- line-height: 16px;
346
- letter-spacing: 0.25px;
435
+ font-size: 18px;
347
436
  }
348
437
 
349
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This style used on special navi component simiiar to link lane menu items. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. The font size value remains constant at 15 across device sizes. */
350
- .label-label2uppercasebold {
438
+
439
+ /* ============================================
440
+ DISPLAY
441
+ ============================================ */
442
+
443
+ /* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 40 - 40 - 72 - 120 */
444
+ .display1 {
351
445
  font-family: Lucida Grande;
352
- font-weight: 700;
353
- font-size: 15px;
354
- line-height: 16px;
355
- letter-spacing: 0.25px;
356
- text-transform: upper;
446
+ font-weight: 800;
447
+ font-size: 116px;
448
+ line-height: 120px;
449
+ letter-spacing: -2px;
357
450
  }
358
451
 
359
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
360
- .label-label3 {
452
+ /* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 36 - 36 - 42 - 64 */
453
+ .display2 {
361
454
  font-family: Lucida Grande;
362
- font-weight: 400;
363
- font-size: 12px;
364
- line-height: 14.399999618530273px;
365
- letter-spacing: 0.25px;
455
+ font-weight: 800;
456
+ font-size: 62px;
457
+ line-height: 64px;
458
+ letter-spacing: -1px;
366
459
  }
367
460
 
368
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. Current online CSS .nav_btn--type-list & .nav_btn__text // --nav-btn */
369
- .label-label3uppercase {
461
+ /* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 28 - 28 - 32 - 40 */
462
+ .display3 {
370
463
  font-family: Lucida Grande;
464
+ font-weight: 800;
465
+ font-size: 39px;
466
+ line-height: 40px;
467
+ letter-spacing: -1px;
468
+ }
469
+
470
+
471
+ /* ============================================
472
+ FOOTER
473
+ ============================================ */
474
+
475
+ /* This text style is used for link texts contained inside cards that commonly show up at the bottom of pages in footers. This link text style's font size parameter uses the label2 font size variable. */
476
+ .footercardlink {
477
+ font-family: Gotham XNarrow;
371
478
  font-weight: 400;
372
- font-size: 12px;
373
- line-height: 14.399999618530273px;
374
- letter-spacing: 0.5px;
375
- text-transform: upper;
479
+ font-size: 15px;
480
+ text-decoration: underline;
376
481
  }
377
482
 
378
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
379
- .label-label3bold {
380
- font-family: Lucida Grande;
381
- font-weight: 700;
382
- font-size: 12px;
383
- line-height: 14.399999618530273px;
384
- letter-spacing: 0.25px;
483
+ /* This text style is found on footers that separate links with a vertical bar. Font size remains constant at 20 px across devices. */
484
+ .footerlinkseparator {
485
+ font-family: Gotham XNarrow;
486
+ font-weight: 400;
385
487
  }
386
488
 
387
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
388
- .label-label3uppercasebold {
389
- font-family: Lucida Grande;
489
+ /* This text style is used in footer links that show up at the bottom of content pages. Font size constant at 11px. */
490
+ .footerlinks {
491
+ font-family: Gotham XNarrow;
390
492
  font-weight: 700;
391
- font-size: 12px;
392
- line-height: 14.399999618530273px;
393
- letter-spacing: 0.5px;
394
- text-transform: upper;
493
+ font-size: 11px;
494
+ line-height: 14px;
495
+ letter-spacing: 0px;
395
496
  }
396
497
 
397
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 8. */
398
- .label-label4 {
399
- font-family: Lucida Grande;
498
+ /* User data and offer pages use this text style on footer links. Font size remains constant at 18px. */
499
+ .footerlinkuser&offerpages {
500
+ font-family: Gotham XNarrow;
400
501
  font-weight: 400;
401
- font-size: 8px;
402
- line-height: 10px;
403
- letter-spacing: 0px;
502
+ font-size: 18px;
503
+ line-height: 26px;
404
504
  }
405
505
 
406
- /* Use this text style for sections of text that are inside a fieldset with a quotation given by a person in an interview or a section of text from a larger body of text that need to be emphasized. */
407
- .quote-quote {
506
+
507
+ /* ============================================
508
+ FOOTNOTE
509
+ ============================================ */
510
+
511
+ /* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This specific style is commonly used on small two lines of text that are seen on standard teasers. The font size of this text style is similar to the label text style. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 16 - 16 - 16 - 18 */
512
+ .footnote1 {
408
513
  font-family: Lucida Grande;
409
- font-weight: 800;
410
- font-size: 18px;
411
- line-height: 23.399999618530273px;
514
+ font-weight: 400;
515
+ font-size: 15px;
516
+ line-height: 19.5px;
412
517
  letter-spacing: 0px;
413
518
  }
414
519
 
415
- /* This text style is for use on accordion labels */
416
- .accordion-accordionlabel {
520
+ /* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. 16 - 16 - 16 - 18 */
521
+ .footnote1bold {
417
522
  font-family: Lucida Grande;
418
523
  font-weight: 700;
419
- font-size: 17px;
524
+ font-size: 15px;
525
+ line-height: 19.5px;
420
526
  letter-spacing: 0px;
421
527
  }
422
528
 
423
- /* This text style contains the variables necessary for setting how the font parameters for the article kicker behaves across breakpoints. For font size, this component level token currently references the semantic level token kicker1FontSize. */
424
- .article-articlekicker {
529
+ /* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
530
+ .footnote2 {
425
531
  font-family: Lucida Grande;
426
- font-size: 25px;
427
- line-height: 27.5px;
428
- font-style: 700;
532
+ font-weight: 400;
533
+ font-size: 13px;
534
+ line-height: 16.899999618530273px;
535
+ letter-spacing: 0px;
429
536
  }
430
537
 
431
- /* This text style is used on image captions that show up in article pages only. */
432
- .article-articleimagecaption {
538
+ /* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
539
+ .footnote2bold {
433
540
  font-family: Lucida Grande;
434
541
  font-weight: 700;
435
- font-size: 16px;
436
- line-height: 24px;
542
+ font-size: 13px;
543
+ line-height: 16.899999618530273px;
437
544
  letter-spacing: 0px;
438
545
  }
439
546
 
440
- /* This component level text style is reserved for article page headline texts that show up at the top of article pages. This text style references the generic text styles headline1 and headline2 font size variables. 40 - 40 - 72 - 100 */
441
- .article-articleheadline {
547
+
548
+ /* ============================================
549
+ HEADLINE
550
+ ============================================ */
551
+
552
+ /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 48 - 48 - 72 - 100 */
553
+ .headline1 {
442
554
  font-family: Lucida Grande;
443
555
  font-size: 70px;
444
- line-height: 70px;
556
+ line-height: 77px;
557
+ letter-spacing: 0px;
445
558
  font-style: 700;
446
559
  }
447
560
 
448
- /* This text style is used on short pieces of text that give information about where an image originated. It can also be used on short texts that give information about where a video originated. */
449
- .article-articlemetasource {
561
+ /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's token for the font size parameter changes across device sizes as follows: 40 - 40 - 48 - 64 */
562
+ .headline2 {
450
563
  font-family: Lucida Grande;
451
- font-weight: 400;
452
- font-size: 16px;
453
- line-height: 24px;
564
+ font-size: 48px;
565
+ line-height: 52.79999923706055px;
566
+ letter-spacing: 0px;
567
+ font-style: 700;
454
568
  }
455
569
 
456
- /* Use this text style for time and day text string that commonly shows up along with the article authors avatars. Font size: 12 - 12 - 14 - 16 */
457
- .article-articletimestamp {
570
+ /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's font size parameter is controlled by the headline3FontSize token: 28 - 28 - 36 - 40 */
571
+ .headline3 {
458
572
  font-family: Lucida Grande;
459
- font-weight: 800;
460
- font-size: 16px;
573
+ font-size: 32px;
574
+ line-height: 35.20000076293945px;
575
+ letter-spacing: 0px;
576
+ font-style: 700;
461
577
  }
462
578
 
463
- /* This text style is used on audio player labels for elapsed time, reproduction speed and short functionality description text. Font size: 16 - 16 - 16 - 18 */
464
- .audioplayer-audioplayerlabel {
579
+ /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 22 - 22 - 26 - 32 */
580
+ .headline4 {
465
581
  font-family: Lucida Grande;
466
- font-weight: 700;
467
- font-size: 18px;
468
- line-height: 18px;
582
+ font-size: 22px;
583
+ line-height: 22px;
584
+ letter-spacing: 0px;
585
+ font-style: 600;
469
586
  }
470
587
 
471
- /* This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16 */
472
- .avatar-appavatar {
588
+
589
+ /* ============================================
590
+ INPUTFIELD
591
+ ============================================ */
592
+
593
+ /* This text style is used in dropdowns and other text input fields such as date inputs, search input fields and other inputs for text found in forms for example. Font size references a variable from the density collection. 15 - 17 - 19 */
594
+ .textinputfieldlabel {
473
595
  font-family: Lucida Grande;
474
- font-weight: 800;
596
+ font-weight: 400;
475
597
  font-size: 16px;
476
- letter-spacing: 0px;
477
- text-transform: upper;
598
+ line-height: 16px;
478
599
  }
479
600
 
480
- /* This text style is used on article page avatar name labels in their default state. Font size: 16 - 16 - 16 - 18
481
601
 
482
- 09-2025, on large devices this component uses the css var --footnote-font-size-lg at 1024px bp changes to --footnote-font-size-sm */
483
- .avatar-avatardefault {
602
+ /* ============================================
603
+ KICKER
604
+ ============================================ */
605
+
606
+ /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 30 --//*//-- currently css uses kicker0 for the naming of this text style and sequence of font size changes */
607
+ .kicker1 {
484
608
  font-family: Lucida Grande;
485
- font-weight: 700;
486
- font-size: 15px;
487
- line-height: 23px;
609
+ font-size: 25px;
610
+ line-height: 27.5px;
488
611
  letter-spacing: 0px;
612
+ font-style: 700;
489
613
  }
490
614
 
491
- /* This text style is used on avatars that appear in article pages. Font size: 16 - 16 - 16 - 18 */
492
- .avatar-avatarhover {
615
+ /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 24 --//*//-- currently css uses kicker1 for the naming of this text style and sequence of font size changes */
616
+ .kicker2 {
493
617
  font-family: Lucida Grande;
494
- font-weight: 700;
495
- font-size: 15px;
496
- line-height: 23px;
618
+ font-size: 21px;
619
+ line-height: 23.100000381469727px;
497
620
  letter-spacing: 0px;
498
- text-decoration: underline;
621
+ font-style: 700;
499
622
  }
500
623
 
501
- /* This text style is used on avatars that show up on article pages. Some avatars have the individual's first and last name on a single line. The second line of the avatar label is then used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18 */
502
- .avatar-avatarsecondaryinfo {
624
+ /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 16 - 16 - 18 - 20 --//*//-- currently css uses kicker2 for the naming of this text style and sequence of font size changes */
625
+ .kicker3 {
503
626
  font-family: Lucida Grande;
504
- font-weight: 400;
505
- font-size: 15px;
506
- line-height: 23px;
507
- letter-spacing: 0px;
627
+ font-size: 16px;
628
+ line-height: 17.600000381469727px;
629
+ font-style: 700;
508
630
  }
509
631
 
510
- /* This text style is used for the active state of the second line of avatar labels. This label text is used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18 */
511
- .avatar-avatarsecondaryinfohover {
632
+ /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 14 - 14 - 16 - 16 --//*//-- currently css uses kicker3 for the naming of this text style and sequence of font size changes */
633
+ .kicker4 {
512
634
  font-family: Lucida Grande;
513
- font-weight: 400;
514
- font-size: 15px;
515
- line-height: 23px;
635
+ font-size: 14px;
636
+ line-height: 15.399999618530273px;
516
637
  letter-spacing: 0px;
517
- text-decoration: underline;
638
+ font-style: 700;
518
639
  }
519
640
 
520
- /* 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during horizontal video advertisements. */
521
- .badges-videoadbadge {
522
- font-family: Gotham XNarrow;
523
- font-weight: 400;
524
- font-size: 16px;
525
- text-transform: upper;
526
- }
527
641
 
528
- /* This text style is used on horizontal video badges that contain either the video's total duration or a live status identifier. Font size: 16 - 16 - 18 - 18 */
529
- .badges-videotimebadge {
530
- font-family: Lucida Grande;
531
- font-weight: 400;
532
- font-size: 18px;
533
- line-height: 23.799999237060547px;
534
- }
642
+ /* ============================================
643
+ LABEL
644
+ ============================================ */
535
645
 
536
- /* This text style is used for the last items in a breadcrumbs chain. It is commonly used in article pages and is a h1 in html. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
537
- .breadcrumb-breadcrumb {
646
+ /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
647
+ .label1 {
538
648
  font-family: Lucida Grande;
539
- font-weight: 700;
540
- font-size: 12px;
541
- line-height: 12px;
542
- letter-spacing: 0px;
649
+ font-weight: 400;
650
+ font-size: 17px;
651
+ line-height: 20.399999618530273px;
652
+ letter-spacing: 0.25px;
543
653
  }
544
654
 
545
- /* This text style is used for breadcrumb links that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
546
- .breadcrumb-breadcrumblink {
655
+ /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
656
+ .label1bold {
547
657
  font-family: Lucida Grande;
548
658
  font-weight: 700;
549
- font-size: 12px;
550
- line-height: 12px;
551
- letter-spacing: 0px;
552
- text-decoration: underline;
659
+ font-size: 17px;
660
+ line-height: 20.399999618530273px;
661
+ letter-spacing: 0.25px;
553
662
  }
554
663
 
555
- /* This text style is used for the hover state of breadcrumbs that are commonly used in article pages. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
556
- .breadcrumb-breadcrumblinkhover {
664
+ /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size changes across device sizes: 10 - 10 - 15 - 17 */
665
+ .label1boldresp {
557
666
  font-family: Lucida Grande;
558
667
  font-weight: 700;
559
- font-size: 12px;
560
- line-height: 12px;
561
- letter-spacing: 0px;
562
- text-decoration: underline;
668
+ font-size: 17px;
669
+ line-height: 17px;
670
+ letter-spacing: 0.25px;
563
671
  }
564
672
 
565
- /* Use this text style on breaking news headlines that horizontally scroll in the breaking news animated strip. Font size constant 21. */
566
- .breakingnews-breakingnewstext {
673
+ /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 17 across device sizes. */
674
+ .label1uppercasebold {
567
675
  font-family: Lucida Grande;
568
676
  font-weight: 700;
569
- font-size: 21px;
570
- line-height: 24px;
571
- letter-spacing: 0px;
572
- text-transform: upper;
573
- }
574
-
575
- /* Use this text style on the upper title of the breaking news headline strip. Font size constant 13. */
576
- .breakingnews-breakingnewsuppertitle {
577
- font-family: Lucida Grande;
578
- font-weight: 800;
579
677
  font-size: 17px;
580
- line-height: 12px;
581
- letter-spacing: 0px;
678
+ line-height: 20.399999618530273px;
679
+ letter-spacing: 0.5px;
680
+ text-transform: upper;
582
681
  }
583
682
 
584
- /* Use this font style on the breaking news badge's lower title. Font size constant 23. */
585
- .breakingnews-breakingnewslowertitle {
683
+ /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
684
+ .label2 {
586
685
  font-family: Lucida Grande;
587
- font-weight: 800;
588
- font-size: 30px;
589
- line-height: 21px;
590
- letter-spacing: 0px;
686
+ font-weight: 400;
687
+ font-size: 15px;
688
+ line-height: 16px;
689
+ letter-spacing: 0.25px;
591
690
  }
592
691
 
593
- /* This text style is used on button labels. Its font size variable is currently in the Density collection. Font size changes across devices: 15 - 17 - 19 Current online CSS .btn--narrow & .btn */
594
- .button-buttonlabel {
692
+ /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
693
+ .label2uppercase {
595
694
  font-family: Lucida Grande;
695
+ font-weight: 400;
596
696
  font-size: 15px;
597
- line-height: 15px;
598
- letter-spacing: 0.5px;
599
- font-style: 600;
697
+ line-height: 16px;
698
+ letter-spacing: 0.25px;
600
699
  text-transform: upper;
601
700
  }
602
701
 
603
- /* This text style is used on buttons that are commonly used inside of a container for advertizers and partners. This text is used in buttons that open links to external content. Font size: 16 - 16 - 16 - 18 */
604
- .button-partnerlinkbuttonlabel {
702
+ /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 15 across device sizes. */
703
+ .label2bold {
605
704
  font-family: Lucida Grande;
606
- font-weight: 400;
607
- font-size: 18px;
608
- line-height: 18px;
705
+ font-weight: 700;
706
+ font-size: 15px;
707
+ line-height: 16px;
708
+ letter-spacing: 0.25px;
609
709
  }
610
710
 
611
- /* This text style is used on the chips component. They are commonly used for filtering parameters. font size: 16 - 16 - 16 - 18 */
612
- .chips-chipslabel {
711
+ /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This style used on special navi component simiiar to link lane menu items. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. The font size value remains constant at 15 across device sizes. */
712
+ .label2uppercasebold {
613
713
  font-family: Lucida Grande;
614
714
  font-weight: 700;
615
- font-size: 18px;
715
+ font-size: 15px;
716
+ line-height: 16px;
717
+ letter-spacing: 0.25px;
718
+ text-transform: upper;
616
719
  }
617
720
 
618
- /* This text style is used for link texts contained inside cards that commonly show up at the bottom of pages in footers. This link text style's font size parameter uses the label2 font size variable. */
619
- .footer-footercardlink {
620
- font-family: Gotham XNarrow;
721
+ /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
722
+ .label3 {
723
+ font-family: Lucida Grande;
621
724
  font-weight: 400;
622
- font-size: 15px;
623
- text-decoration: underline;
725
+ font-size: 12px;
726
+ line-height: 14.399999618530273px;
727
+ letter-spacing: 0.25px;
624
728
  }
625
729
 
626
- /* This text style is found on footers that separate links with a vertical bar. Font size remains constant at 20 px across devices. */
627
- .footer-footerlinkseparator {
628
- font-family: Gotham XNarrow;
730
+ /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. Current online CSS .nav_btn--type-list & .nav_btn__text // --nav-btn */
731
+ .label3uppercase {
732
+ font-family: Lucida Grande;
629
733
  font-weight: 400;
734
+ font-size: 12px;
735
+ line-height: 14.399999618530273px;
736
+ letter-spacing: 0.5px;
737
+ text-transform: upper;
630
738
  }
631
739
 
632
- /* This text style is used in footer links that show up at the bottom of content pages. Font size constant at 11px. */
633
- .footer-footerlinks {
634
- font-family: Gotham XNarrow;
740
+ /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
741
+ .label3bold {
742
+ font-family: Lucida Grande;
635
743
  font-weight: 700;
636
- font-size: 11px;
637
- line-height: 14px;
638
- letter-spacing: 0px;
744
+ font-size: 12px;
745
+ line-height: 14.399999618530273px;
746
+ letter-spacing: 0.25px;
639
747
  }
640
748
 
641
- /* User data and offer pages use this text style on footer links. Font size remains constant at 18px. */
642
- .footer-footerlinkuser&offerpages {
643
- font-family: Gotham XNarrow;
644
- font-weight: 400;
645
- font-size: 18px;
646
- line-height: 26px;
749
+ /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 12 across device sizes. */
750
+ .label3uppercasebold {
751
+ font-family: Lucida Grande;
752
+ font-weight: 700;
753
+ font-size: 12px;
754
+ line-height: 14.399999618530273px;
755
+ letter-spacing: 0.5px;
756
+ text-transform: upper;
647
757
  }
648
758
 
649
- /* This text style is used in dropdowns and other text input fields such as date inputs, search input fields and other inputs for text found in forms for example. Font size references a variable from the density collection. 15 - 17 - 19 */
650
- .inputfield-textinputfieldlabel {
759
+ /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 8. */
760
+ .label4 {
651
761
  font-family: Lucida Grande;
652
762
  font-weight: 400;
653
- font-size: 16px;
654
- line-height: 16px;
763
+ font-size: 8px;
764
+ line-height: 10px;
765
+ letter-spacing: 0px;
655
766
  }
656
767
 
768
+
769
+ /* ============================================
770
+ LIVETICKER
771
+ ============================================ */
772
+
657
773
  /* This text style is used on live ticker headlines. The font size changes between device sizes. 22 - 22 - 32 -32 */
658
- .liveticker-livetickerheadline {
774
+ .livetickerheadline {
659
775
  font-family: Lucida Grande;
660
776
  font-weight: 600;
661
777
  font-size: 32px;
@@ -664,15 +780,20 @@ In the previous system, this style was named Caption. For greater clarity and co
664
780
  }
665
781
 
666
782
  /* Use this text style on the live ticker time stamps. 14 - 14 - 16 - 16 */
667
- .liveticker-livetickertimestamp {
783
+ .livetickertimestamp {
668
784
  font-family: Gotham XNarrow;
669
785
  font-weight: 700;
670
786
  font-size: 16px;
671
787
  line-height: 16px;
672
788
  }
673
789
 
790
+
791
+ /* ============================================
792
+ MEDIAPLAYERS
793
+ ============================================ */
794
+
674
795
  /* This text style is used on controller labels of the podcast media player. Font size: 16 - 16 - 16 - 18 */
675
- .mediaplayers-podcastplayerlabel {
796
+ .podcastplayerlabel {
676
797
  font-family: Lucida Grande;
677
798
  font-weight: 400;
678
799
  font-size: 18px;
@@ -680,7 +801,7 @@ In the previous system, this style was named Caption. For greater clarity and co
680
801
  }
681
802
 
682
803
  /* 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during the video advertisement. */
683
- .mediaplayers-videoadtime {
804
+ .videoadtime {
684
805
  font-family: Gotham;
685
806
  font-weight: 800;
686
807
  font-size: 16px;
@@ -688,15 +809,20 @@ In the previous system, this style was named Caption. For greater clarity and co
688
809
  }
689
810
 
690
811
  /* Use this text style on video player time badges that display elapsed, total or live information text labels. This text style references the label2 font size variable. 15px constant */
691
- .mediaplayers-videoplayertime {
812
+ .videoplayertime {
692
813
  font-family: Lucida Grande;
693
814
  font-weight: 800;
694
815
  font-size: 18px;
695
816
  text-transform: upper;
696
817
  }
697
818
 
819
+
820
+ /* ============================================
821
+ MENU
822
+ ============================================ */
823
+
698
824
  /* This text style is used on a small title that is placed above tab elements that are seen on iOS and Android top menu bar. */
699
- .menu-apptopbarstagetitle {
825
+ .apptopbarstagetitle {
700
826
  font-family: Lucida Grande;
701
827
  font-weight: 800;
702
828
  font-size: 14px;
@@ -705,7 +831,7 @@ In the previous system, this style was named Caption. For greater clarity and co
705
831
  }
706
832
 
707
833
  /* iOS and Android apps currently have a top bar with tabs that when selected display different content within the main view of the device. This text style is used for a title text that provides information for the user to situate where they are within the app's content possibilities. */
708
- .menu-apptopbartabstitle {
834
+ .apptopbartabstitle {
709
835
  font-family: Lucida Grande;
710
836
  font-weight: 800;
711
837
  font-size: 14px;
@@ -715,7 +841,7 @@ In the previous system, this style was named Caption. For greater clarity and co
715
841
  }
716
842
 
717
843
  /* Used on menu link lane items and on mobile side menu drawer. Current online CSS naming: --nav-btn */
718
- .menu-menuitemlabel {
844
+ .menuitemlabel {
719
845
  font-family: Lucida Grande;
720
846
  font-size: 15px;
721
847
  line-height: 15px;
@@ -725,7 +851,7 @@ In the previous system, this style was named Caption. For greater clarity and co
725
851
  }
726
852
 
727
853
  /* Use this tokenized font style for menu items with icons that are more important than the menu link lane items. Current online CSS: .nav_btn--type-util */
728
- .menu-menuitemutillabel {
854
+ .menuitemutillabel {
729
855
  font-family: Lucida Grande;
730
856
  font-size: 12px;
731
857
  line-height: 12px;
@@ -734,8 +860,37 @@ In the previous system, this style was named Caption. For greater clarity and co
734
860
  text-transform: upper;
735
861
  }
736
862
 
863
+
864
+ /* ============================================
865
+ MQTEASER
866
+ ============================================ */
867
+
868
+ /* This component level text style references size variables for the semantic level. Specifically kicker4. 14 - 14 - 16 - 16 */
869
+ .mqteaserkicker {
870
+ font-family: Lucida Grande;
871
+ font-size: 14px;
872
+ line-height: 15.399999618530273px;
873
+ letter-spacing: 0px;
874
+ font-style: 700;
875
+ }
876
+
877
+ /* This component level text style references the semantic level text sizes of headline3 and headline4.
878
+ XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40 */
879
+ .mqteaserheadline {
880
+ font-family: Lucida Grande;
881
+ font-size: 32px;
882
+ line-height: 35.20000076293945px;
883
+ letter-spacing: 0px;
884
+ font-style: 700;
885
+ }
886
+
887
+
888
+ /* ============================================
889
+ NEWSTICKER
890
+ ============================================ */
891
+
737
892
  /* The vertical newsticker component has timestamps that use this text style. 16 - 16 - 16 - 18 */
738
- .newsticker-newstickertimestamp {
893
+ .newstickertimestamp {
739
894
  font-family: Lucida Grande;
740
895
  font-weight: 700;
741
896
  font-size: 18px;
@@ -744,7 +899,7 @@ In the previous system, this style was named Caption. For greater clarity and co
744
899
  }
745
900
 
746
901
  /* This text style is a component level option for the newsticker kicker. Currently the newsticker kicker uses the semantic text style kicker3. This text style references the semantic one. */
747
- .newsticker-newstickerkicker {
902
+ .newstickerkicker {
748
903
  font-family: Lucida Grande;
749
904
  font-weight: 700;
750
905
  font-size: 16px;
@@ -753,7 +908,7 @@ In the previous system, this style was named Caption. For greater clarity and co
753
908
  }
754
909
 
755
910
  /* This text style is used on NewsTicker Headlines. It references the semantic level text style headline3. 28 - 28 - 36 - 40 */
756
- .newsticker-newstickerheadline {
911
+ .newstickerheadline {
757
912
  font-family: Lucida Grande;
758
913
  font-size: 32px;
759
914
  line-height: 35.20000076293945px;
@@ -761,8 +916,13 @@ In the previous system, this style was named Caption. For greater clarity and co
761
916
  font-style: 700;
762
917
  }
763
918
 
919
+
920
+ /* ============================================
921
+ PAGINATION
922
+ ============================================ */
923
+
764
924
  /* This component level text style stores the variables for the pagination component's active state (label1 with red accent color underline). Its size remains constant at 17px across device sizes. */
765
- .pagination-numberedpaginationactive {
925
+ .numberedpaginationactive {
766
926
  font-family: Lucida Grande;
767
927
  font-weight: 700;
768
928
  font-size: 17px;
@@ -771,8 +931,13 @@ In the previous system, this style was named Caption. For greater clarity and co
771
931
  text-decoration: underline;
772
932
  }
773
933
 
934
+
935
+ /* ============================================
936
+ PAYWALL
937
+ ============================================ */
938
+
774
939
  /* This text style is used for the paywall price tag text. */
775
- .paywall-paywallcardpricetag {
940
+ .paywallcardpricetag {
776
941
  font-family: Lucida Grande;
777
942
  font-weight: 800;
778
943
  font-size: 64px;
@@ -781,7 +946,7 @@ In the previous system, this style was named Caption. For greater clarity and co
781
946
  }
782
947
 
783
948
  /* This text style is used on the paywall card under the price value. */
784
- .paywall-paywallcardnote {
949
+ .paywallcardnote {
785
950
  font-family: Lucida Grande;
786
951
  font-weight: 800;
787
952
  font-size: 40px;
@@ -789,8 +954,41 @@ In the previous system, this style was named Caption. For greater clarity and co
789
954
  letter-spacing: -1px;
790
955
  }
791
956
 
957
+
958
+ /* ============================================
959
+ QTEASER
960
+ ============================================ */
961
+
962
+ /* This component level text style is used on the quad teaser headline. Its font size parameter references the semantic level variable headline1. 48 - 48 - 72 - 100 */
963
+ .qteaserheadline {
964
+ font-family: Lucida Grande;
965
+ font-size: 70px;
966
+ line-height: 77px;
967
+ letter-spacing: 0px;
968
+ font-style: 700;
969
+ }
970
+
971
+
972
+ /* ============================================
973
+ QUOTE
974
+ ============================================ */
975
+
976
+ /* Use this text style for sections of text that are inside a fieldset with a quotation given by a person in an interview or a section of text from a larger body of text that need to be emphasized. */
977
+ .quote {
978
+ font-family: Lucida Grande;
979
+ font-weight: 800;
980
+ font-size: 18px;
981
+ line-height: 23.399999618530273px;
982
+ letter-spacing: 0px;
983
+ }
984
+
985
+
986
+ /* ============================================
987
+ SPECIALNAVI
988
+ ============================================ */
989
+
792
990
  /* Used on menu link lane items and on mobile side menu drawer. */
793
- .specialnavi-specianaviitemlabel {
991
+ .specianaviitemlabel {
794
992
  font-family: Lucida Grande;
795
993
  font-size: 15px;
796
994
  line-height: 15px;
@@ -798,8 +996,41 @@ In the previous system, this style was named Caption. For greater clarity and co
798
996
  font-style: 700;
799
997
  }
800
998
 
999
+
1000
+ /* ============================================
1001
+ STDTEASER
1002
+ ============================================ */
1003
+
1004
+ /* Standard teasers typography changes more than other teasers. On desktop they have a kicker, a headline and a short text. On mobile devices the short text is eliminated and the headline gains weight at device widths 600px. Then at small mobile sizes the weight drops once again. */
1005
+ .stdteaserheadline {
1006
+ font-family: Lucida Grande;
1007
+ font-size: 22px;
1008
+ line-height: 27.5px;
1009
+ letter-spacing: 0px;
1010
+ font-style: 600;
1011
+ }
1012
+
1013
+
1014
+ /* ============================================
1015
+ SUBHEADLINE
1016
+ ============================================ */
1017
+
1018
+ /* This Subheadlines text style is used in articles. They are placed under the headline at the top of an article. Subheadlines can appear in some teasers also. Font size: 24 - 24 - 32 - 36 */
1019
+ .subheadline1 {
1020
+ font-family: Lucida Grande;
1021
+ font-weight: 700;
1022
+ font-size: 28px;
1023
+ line-height: 36.400001525878906px;
1024
+ letter-spacing: 0px;
1025
+ }
1026
+
1027
+
1028
+ /* ============================================
1029
+ TABS
1030
+ ============================================ */
1031
+
801
1032
  /* This text style stores variables for the tab component. Tabs are similar to submenus and special navigation elements but tabs do not link to other URLs. */
802
- .tabs-tablabel {
1033
+ .tablabel {
803
1034
  font-family: Gotham XNarrow;
804
1035
  font-weight: 700;
805
1036
  font-size: 16px;
@@ -807,7 +1038,7 @@ In the previous system, this style was named Caption. For greater clarity and co
807
1038
  }
808
1039
 
809
1040
  /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
810
- .tabs-appbottombarlabeldefault {
1041
+ .appbottombarlabeldefault {
811
1042
  font-family: Lucida Grande;
812
1043
  font-weight: 400;
813
1044
  font-size: 16px;
@@ -816,7 +1047,7 @@ In the previous system, this style was named Caption. For greater clarity and co
816
1047
  }
817
1048
 
818
1049
  /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
819
- .tabs-appbottombarlabelactive {
1050
+ .appbottombarlabelactive {
820
1051
  font-family: Lucida Grande;
821
1052
  font-weight: 700;
822
1053
  font-size: 16px;
@@ -824,166 +1055,119 @@ In the previous system, this style was named Caption. For greater clarity and co
824
1055
  letter-spacing: 0px;
825
1056
  }
826
1057
 
827
- /* 16 - 16 - 22 - 24 | This text style currently uses two different semantic styles within it, the kicker3 for XS & S, and kicker2 for MD & LG */
828
- .ateaser-ateaserkicker {
1058
+
1059
+ /* ============================================
1060
+ TEXTLINK
1061
+ ============================================ */
1062
+
1063
+ /* Use this text style for styling elements that are clickable text links inside body texts. This style is often found in article texts. Font size remains constant at 21 across device sizes. */
1064
+ .textlink {
829
1065
  font-family: Lucida Grande;
830
- font-size: 21px;
831
- line-height: 21px;
1066
+ font-weight: 400;
1067
+ font-size: 17px;
1068
+ line-height: 29.75px;
832
1069
  letter-spacing: 0px;
833
- font-style: 700;
1070
+ text-decoration: underline;
834
1071
  }
835
1072
 
836
- /* This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
837
- .ateaser-ateaserheadline {
1073
+ /* Use this text style for styling elements that are clickable text links inside body texts that are using the italic style. This style is often found in article texts that need to show contrast for publications titles, specific words or names. Font size remains constant at 21 across device sizes. */
1074
+ .textlinkitalic {
838
1075
  font-family: Lucida Grande;
839
- font-size: 48px;
840
- line-height: 52.79999923706055px;
1076
+ font-size: 17px;
1077
+ line-height: 29.75px;
841
1078
  letter-spacing: 0px;
842
- font-style: 700;
1079
+ text-decoration: underline;
843
1080
  }
844
1081
 
845
- /* This component level text style references size variables for the semantic level. Specifically kicker4. 14 - 14 - 16 - 16 */
846
- .mqteaser-mqteaserkicker {
1082
+ /* Use this text style for styling elements that are clickable text links inside emphasized body texts that are using the bold or html strong style. This style is often found in article texts that need to show contrast for specific words or names. Font size remains constant at 21 across device sizes. */
1083
+ .textlinkbold {
847
1084
  font-family: Lucida Grande;
848
- font-size: 14px;
849
- line-height: 15.399999618530273px;
1085
+ font-weight: 700;
1086
+ font-size: 17px;
1087
+ line-height: 29.75px;
850
1088
  letter-spacing: 0px;
851
- font-style: 700;
1089
+ text-decoration: underline;
852
1090
  }
853
1091
 
854
- /* This component level text style references the semantic level text sizes of headline3 and headline4.
855
- XS-headline4FontSize:22 // SM-headline4FontSize:22 // MD-headline3FontSize:36 // LG-headline3FontSize:40 */
856
- .mqteaser-mqteaserheadline {
1092
+ /* Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes. */
1093
+ .textlinkhover {
857
1094
  font-family: Lucida Grande;
858
- font-size: 32px;
859
- line-height: 35.20000076293945px;
1095
+ font-weight: 400;
1096
+ font-size: 17px;
1097
+ line-height: 29.75px;
860
1098
  letter-spacing: 0px;
861
- font-style: 700;
1099
+ text-decoration: underline;
862
1100
  }
863
1101
 
864
- /* This component level text style is used on the quad teaser headline. Its font size parameter references the semantic level variable headline1. 48 - 48 - 72 - 100 */
865
- .qteaser-qteaserheadline {
1102
+ /* Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes. */
1103
+ .textlinkboldhover {
866
1104
  font-family: Lucida Grande;
867
- font-size: 70px;
868
- line-height: 77px;
1105
+ font-weight: 700;
1106
+ font-size: 17px;
1107
+ line-height: 29.75px;
869
1108
  letter-spacing: 0px;
870
- font-style: 700;
1109
+ text-decoration: underline;
871
1110
  }
872
1111
 
873
- /* Standard teasers typography changes more than other teasers. On desktop they have a kicker, a headline and a short text. On mobile devices the short text is eliminated and the headline gains weight at device widths 600px. Then at small mobile sizes the weight drops once again. */
874
- .stdteaser-stdteaserheadline {
1112
+
1113
+ /* ============================================
1114
+ TITLE
1115
+ ============================================ */
1116
+
1117
+ /* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28 */
1118
+ .title1 {
875
1119
  font-family: Lucida Grande;
876
- font-size: 22px;
877
- line-height: 27.5px;
1120
+ font-weight: 800;
1121
+ font-size: 28px;
1122
+ line-height: 33.599998474121094px;
878
1123
  letter-spacing: 0px;
879
- font-style: 600;
880
1124
  }
881
1125
 
882
- /* This text style is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18 */
883
- .toggleswitches-apptoogleitemlabel {
1126
+ /* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability. Font size: 22 - 22 - 22 - 28 */
1127
+ .title1uppercase {
884
1128
  font-family: Lucida Grande;
885
1129
  font-weight: 800;
886
- font-size: 18px;
887
- line-height: 18.200000762939453px;
1130
+ font-size: 28px;
1131
+ line-height: 33.599998474121094px;
888
1132
  letter-spacing: 0px;
889
1133
  text-transform: upper;
890
1134
  }
891
1135
 
892
- ..dsdocsstyles-.pageheaderdescription {
893
- font-family: Lucida Grande;
894
- font-weight: 700;
895
- letter-spacing: 0px;
896
- }
1136
+ /* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
897
1137
 
898
- /* This text style is only used on the design system's documentation for code syntax snippets. */
899
- ..dsdocsstyles-.codesnippets {
900
- font-family: Source Code Pro;
901
- font-size: 13px;
902
- line-height: 16.899999618530273px;
1138
+ In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20 */
1139
+ .title2 {
1140
+ font-family: Lucida Grande;
1141
+ font-weight: 800;
1142
+ font-size: 18px;
1143
+ line-height: 23.399999618530273px;
903
1144
  letter-spacing: 0px;
904
1145
  }
905
1146
 
906
- /* This text style is only used for mockup pages of the design system website. */
907
- ..dsdocsstyles-.bilddesignsidemenu {
908
- font-family: Gotham XNarrow;
909
- font-weight: 400;
910
- }
911
-
912
- /* This text style is only used for mockup pages of the design system website. */
913
- ..dsdocsstyles-.bilddesignsidemenuactive {
914
- font-family: Gotham XNarrow;
915
- font-weight: 400;
916
- text-decoration: underline;
917
- }
918
-
919
- /* This text style is only used for mockup pages of the design system website. */
920
- ..dsdocsstyles-.bilddesignsidemenuhover {
921
- font-family: Gotham XNarrow;
922
- font-weight: 600;
923
- }
924
-
925
- /* This text style is only used for mockups the vertical video component teaser headlines. */
926
- ..dsdocsstyles-.verticalvideosmockheadlines {
927
- font-family: Gotham Condensed;
928
- font-weight: 600;
929
- font-size: 32px;
930
- line-height: 32px;
931
- text-decoration: underline;
932
- }
933
-
934
- /* This text style is used on documentation pages that contain some token information. */
935
- ..dsdocsstyles-.tokenspecl {
936
- font-family: Source Code Pro;
937
- }
938
-
939
- /* This text style is only used for audit pages of the design system. */
940
- ..specs-.specsxs {
941
- font-family: Gotham;
942
- font-weight: 400;
943
- }
944
-
945
- /* This text style is only used for audit pages of the design system. */
946
- ..specs-.specss {
947
- font-family: Gotham;
948
- }
949
-
950
- /* This text style is only used for audit pages of the design system. */
951
- ..specs-.specsms {
952
- font-family: Gotham;
953
- }
954
-
955
- /* This text style is only used for audit pages of the design system. */
956
- ..specs-.specsm {
957
- font-family: Gotham;
958
- }
1147
+ /* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
959
1148
 
960
- /* This text style is only used for audit pages of the design system. */
961
- ..specs-.specsml {
962
- font-family: Gotham;
963
- font-weight: 400;
964
- font-size: 64px;
965
- line-height: 80px;
966
- text-decoration: underline;
1149
+ In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20 */
1150
+ .title2uppercase {
1151
+ font-family: Lucida Grande;
1152
+ font-weight: 800;
1153
+ font-size: 18px;
1154
+ line-height: 23.399999618530273px;
1155
+ letter-spacing: 0px;
1156
+ text-transform: upper;
967
1157
  }
968
1158
 
969
- /* This text style is only used for audit pages of the design system. */
970
- ..specs-.specsl {
971
- font-family: Gotham;
972
- font-weight: 400;
973
- text-decoration: underline;
974
- }
975
1159
 
976
- /* This text style is only used for audit pages of the design system. */
977
- ..specs-.specsxl {
978
- font-family: Gotham;
979
- font-weight: 600;
980
- text-decoration: underline;
981
- }
1160
+ /* ============================================
1161
+ TOGGLESWITCHES
1162
+ ============================================ */
982
1163
 
983
- /* This text style is only used for audit pages of the design system. */
984
- ..specs-.specsxxl {
985
- font-family: Gotham;
986
- font-weight: 600;
987
- text-decoration: underline;
1164
+ /* This text style is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18 */
1165
+ .apptoogleitemlabel {
1166
+ font-family: Lucida Grande;
1167
+ font-weight: 800;
1168
+ font-size: 18px;
1169
+ line-height: 18.200000762939453px;
1170
+ letter-spacing: 0px;
1171
+ text-transform: upper;
988
1172
  }
989
1173