@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,169 +1,292 @@
1
1
  /**
2
2
  * Typography Classes - Advertorial / md
3
- * Generiert am: 2025-11-24T20:34:58.767Z
3
+ * Generiert am: 2025-11-24T21:07:32.846Z
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: 70px;
12
- line-height: 72px;
13
- letter-spacing: -1px;
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: 41px;
21
- line-height: 42px;
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: 10px;
21
+ line-height: 13px;
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: 31px;
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;
29
+ }
30
+
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;
36
+ }
37
+
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;
42
+ }
43
+
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;
48
+ font-size: 32px;
30
49
  line-height: 32px;
31
- letter-spacing: -1px;
50
+ text-decoration: underline;
32
51
  }
33
52
 
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 {
53
+ /* This text style is used on documentation pages that contain some token information. */
54
+ .tokenspecl {
55
+ font-family: Source Code Pro;
56
+ }
57
+
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 {
36
121
  font-family: Lucida Grande;
37
- font-size: 54px;
38
- line-height: 56.70000076293945px;
122
+ font-weight: 700;
123
+ font-size: 17px;
39
124
  letter-spacing: 0px;
40
- font-style: 700;
41
125
  }
42
126
 
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 {
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 {
45
134
  font-family: Lucida Grande;
46
- font-size: 36px;
47
- line-height: 39.599998474121094px;
48
- letter-spacing: 0px;
135
+ font-size: 18px;
136
+ line-height: 19.799999237060547px;
49
137
  font-style: 700;
50
138
  }
51
139
 
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 {
140
+ /* This text style is used on image captions that show up in article pages only. */
141
+ .articleimagecaption {
54
142
  font-family: Lucida Grande;
55
- font-size: 26px;
56
- line-height: 28.600000381469727px;
143
+ font-weight: 700;
144
+ font-size: 13px;
145
+ line-height: 19.5px;
57
146
  letter-spacing: 0px;
147
+ }
148
+
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 {
151
+ font-family: Lucida Grande;
152
+ font-size: 54px;
153
+ line-height: 54px;
58
154
  font-style: 700;
59
155
  }
60
156
 
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 {
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 {
63
159
  font-family: Lucida Grande;
64
- font-size: 20px;
65
- line-height: 20px;
66
- letter-spacing: 0px;
67
- font-style: 600;
160
+ font-weight: 400;
161
+ font-size: 13px;
162
+ line-height: 19px;
68
163
  }
69
164
 
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 {
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 {
72
167
  font-family: Lucida Grande;
73
- font-weight: 700;
74
- font-size: 18px;
75
- line-height: 23.399999618530273px;
76
- letter-spacing: 0px;
168
+ font-weight: 800;
169
+ font-size: 14px;
77
170
  }
78
171
 
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 {
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 {
81
179
  font-family: Lucida Grande;
82
180
  font-size: 18px;
83
- line-height: 19.799999237060547px;
181
+ line-height: 18px;
84
182
  letter-spacing: 0px;
85
183
  font-style: 700;
86
184
  }
87
185
 
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 {
186
+ /* This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
187
+ .ateaserheadline {
90
188
  font-family: Lucida Grande;
91
- font-size: 18px;
92
- line-height: 19.799999237060547px;
189
+ font-size: 36px;
190
+ line-height: 39.599998474121094px;
93
191
  letter-spacing: 0px;
94
192
  font-style: 700;
95
193
  }
96
194
 
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 {
195
+
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 {
99
202
  font-family: Lucida Grande;
100
- font-size: 14px;
101
- line-height: 15.399999618530273px;
102
- font-style: 700;
203
+ font-weight: 700;
204
+ font-size: 16px;
205
+ line-height: 16px;
103
206
  }
104
207
 
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 {
208
+
209
+ /* ============================================
210
+ AVATAR
211
+ ============================================ */
212
+
213
+ /* This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16 */
214
+ .appavatar {
107
215
  font-family: Lucida Grande;
216
+ font-weight: 800;
108
217
  font-size: 14px;
109
- line-height: 15.399999618530273px;
110
218
  letter-spacing: 0px;
111
- font-style: 700;
219
+ text-transform: upper;
112
220
  }
113
221
 
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 {
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 {
116
226
  font-family: Lucida Grande;
117
- font-weight: 800;
118
- font-size: 22px;
119
- line-height: 26.399999618530273px;
227
+ font-weight: 700;
228
+ font-size: 13px;
229
+ line-height: 21px;
120
230
  letter-spacing: 0px;
121
231
  }
122
232
 
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 {
233
+ /* This text style is used on avatars that appear in article pages. Font size: 16 - 16 - 16 - 18 */
234
+ .avatarhover {
125
235
  font-family: Lucida Grande;
126
- font-weight: 800;
127
- font-size: 22px;
128
- line-height: 26.399999618530273px;
236
+ font-weight: 700;
237
+ font-size: 13px;
238
+ line-height: 21px;
129
239
  letter-spacing: 0px;
130
- text-transform: upper;
240
+ text-decoration: underline;
131
241
  }
132
242
 
133
- /* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
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 {
245
+ font-family: Lucida Grande;
246
+ font-weight: 400;
247
+ font-size: 13px;
248
+ line-height: 21px;
249
+ letter-spacing: 0px;
250
+ }
134
251
 
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 {
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 {
137
254
  font-family: Lucida Grande;
138
- font-weight: 800;
139
- font-size: 16px;
140
- line-height: 19.200000762939453px;
255
+ font-weight: 400;
256
+ font-size: 13px;
257
+ line-height: 21px;
141
258
  letter-spacing: 0px;
259
+ text-decoration: underline;
142
260
  }
143
261
 
144
- /* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
145
262
 
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 {
148
- font-family: Lucida Grande;
149
- font-weight: 800;
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;
150
271
  font-size: 16px;
151
- line-height: 19.200000762939453px;
152
- letter-spacing: 0px;
153
272
  text-transform: upper;
154
273
  }
155
274
 
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 {
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 {
158
277
  font-family: Lucida Grande;
159
- font-weight: 800;
160
- font-size: 22px;
161
- line-height: 28.600000381469727px;
162
- letter-spacing: 0px;
278
+ font-weight: 400;
279
+ font-size: 18px;
280
+ line-height: 23.799999237060547px;
163
281
  }
164
282
 
283
+
284
+ /* ============================================
285
+ BODY
286
+ ============================================ */
287
+
165
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. */
166
- .body-body {
289
+ .body {
167
290
  font-family: Lucida Grande;
168
291
  font-weight: 400;
169
292
  font-size: 17px;
@@ -172,7 +295,7 @@ In the previous system, this style was named Caption. For greater clarity and co
172
295
  }
173
296
 
174
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. */
175
- .body-bodyitalic {
298
+ .bodyitalic {
176
299
  font-family: Lucida Grande;
177
300
  font-size: 17px;
178
301
  line-height: 29.75px;
@@ -180,7 +303,7 @@ In the previous system, this style was named Caption. For greater clarity and co
180
303
  }
181
304
 
182
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. */
183
- .body-bodybold {
306
+ .bodybold {
184
307
  font-family: Lucida Grande;
185
308
  font-weight: 700;
186
309
  font-size: 17px;
@@ -189,473 +312,466 @@ In the previous system, this style was named Caption. For greater clarity and co
189
312
  }
190
313
 
191
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. */
192
- .body-bodybolditalic {
315
+ .bodybolditalic {
193
316
  font-family: Lucida Grande;
194
317
  font-size: 17px;
195
318
  line-height: 29.75px;
196
319
  letter-spacing: 0px;
197
320
  }
198
321
 
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 {
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 {
201
329
  font-family: Lucida Grande;
202
- font-weight: 400;
203
- font-size: 17px;
204
- line-height: 29.75px;
330
+ font-weight: 700;
331
+ font-size: 15px;
332
+ line-height: 15px;
205
333
  letter-spacing: 0px;
206
- text-decoration: underline;
207
334
  }
208
335
 
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 {
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 {
211
338
  font-family: Lucida Grande;
212
- font-size: 17px;
213
- line-height: 29.75px;
339
+ font-weight: 700;
340
+ font-size: 15px;
341
+ line-height: 15px;
214
342
  letter-spacing: 0px;
215
343
  text-decoration: underline;
216
344
  }
217
345
 
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 {
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 {
220
348
  font-family: Lucida Grande;
221
349
  font-weight: 700;
222
- font-size: 17px;
223
- line-height: 29.75px;
350
+ font-size: 15px;
351
+ line-height: 15px;
224
352
  letter-spacing: 0px;
225
353
  text-decoration: underline;
226
354
  }
227
355
 
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 {
230
- font-family: Lucida Grande;
231
- font-weight: 400;
232
- font-size: 17px;
233
- line-height: 29.75px;
356
+
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 {
363
+ font-family: Lucida Grande;
364
+ font-weight: 700;
365
+ font-size: 21px;
366
+ line-height: 24px;
234
367
  letter-spacing: 0px;
235
- text-decoration: underline;
368
+ text-transform: upper;
236
369
  }
237
370
 
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 {
371
+ /* Use this text style on the upper title of the breaking news headline strip. Font size constant 13. */
372
+ .breakingnewsuppertitle {
240
373
  font-family: Lucida Grande;
241
- font-weight: 700;
374
+ font-weight: 800;
242
375
  font-size: 17px;
243
- line-height: 29.75px;
376
+ line-height: 12px;
244
377
  letter-spacing: 0px;
245
- text-decoration: underline;
246
378
  }
247
379
 
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 {
380
+ /* Use this font style on the breaking news badge's lower title. Font size constant 23. */
381
+ .breakingnewslowertitle {
250
382
  font-family: Lucida Grande;
251
- font-weight: 400;
252
- font-size: 13px;
253
- line-height: 16.899999618530273px;
383
+ font-weight: 800;
384
+ font-size: 30px;
385
+ line-height: 21px;
254
386
  letter-spacing: 0px;
255
387
  }
256
388
 
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 {
389
+
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 {
259
396
  font-family: Lucida Grande;
260
- font-weight: 700;
261
- font-size: 13px;
262
- line-height: 16.899999618530273px;
263
- letter-spacing: 0px;
397
+ font-size: 15px;
398
+ line-height: 15px;
399
+ letter-spacing: 0.5px;
400
+ font-style: 600;
401
+ text-transform: upper;
264
402
  }
265
403
 
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 {
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 {
268
406
  font-family: Lucida Grande;
269
407
  font-weight: 400;
270
- font-size: 10px;
271
- line-height: 13px;
272
- letter-spacing: 0px;
408
+ font-size: 16px;
409
+ line-height: 16px;
273
410
  }
274
411
 
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 {
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 {
277
419
  font-family: Lucida Grande;
278
- font-weight: 700;
279
- font-size: 10px;
280
- line-height: 13px;
420
+ font-weight: 800;
421
+ font-size: 22px;
422
+ line-height: 28.600000381469727px;
281
423
  letter-spacing: 0px;
282
424
  }
283
425
 
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 {
286
- font-family: Lucida Grande;
287
- font-weight: 400;
288
- font-size: 17px;
289
- line-height: 20.399999618530273px;
290
- letter-spacing: 0.25px;
291
- }
292
426
 
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 {
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 {
295
433
  font-family: Lucida Grande;
296
434
  font-weight: 700;
297
- font-size: 17px;
298
- line-height: 20.399999618530273px;
299
- letter-spacing: 0.25px;
435
+ font-size: 16px;
300
436
  }
301
437
 
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 {
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 {
304
445
  font-family: Lucida Grande;
305
- font-weight: 700;
306
- font-size: 15px;
307
- line-height: 15px;
308
- letter-spacing: 0.25px;
446
+ font-weight: 800;
447
+ font-size: 70px;
448
+ line-height: 72px;
449
+ letter-spacing: -1px;
309
450
  }
310
451
 
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 {
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 {
313
454
  font-family: Lucida Grande;
314
- font-weight: 700;
315
- font-size: 17px;
316
- line-height: 20.399999618530273px;
317
- letter-spacing: 0.5px;
318
- text-transform: upper;
455
+ font-weight: 800;
456
+ font-size: 41px;
457
+ line-height: 42px;
458
+ letter-spacing: -1px;
319
459
  }
320
460
 
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 {
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 {
323
463
  font-family: Lucida Grande;
324
- font-weight: 400;
325
- font-size: 15px;
326
- line-height: 16px;
327
- letter-spacing: 0.25px;
464
+ font-weight: 800;
465
+ font-size: 31px;
466
+ line-height: 32px;
467
+ letter-spacing: -1px;
328
468
  }
329
469
 
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 {
332
- font-family: Lucida Grande;
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;
333
478
  font-weight: 400;
334
479
  font-size: 15px;
335
- line-height: 16px;
336
- letter-spacing: 0.25px;
337
- text-transform: upper;
480
+ text-decoration: underline;
338
481
  }
339
482
 
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 {
342
- font-family: Lucida Grande;
343
- font-weight: 700;
344
- font-size: 15px;
345
- line-height: 16px;
346
- 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;
347
487
  }
348
488
 
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 {
351
- 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;
352
492
  font-weight: 700;
353
- font-size: 15px;
354
- line-height: 16px;
355
- letter-spacing: 0.25px;
356
- text-transform: upper;
493
+ font-size: 11px;
494
+ line-height: 14px;
495
+ letter-spacing: 0px;
357
496
  }
358
497
 
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 {
361
- 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;
362
501
  font-weight: 400;
363
- font-size: 12px;
364
- line-height: 14.399999618530273px;
365
- letter-spacing: 0.25px;
502
+ font-size: 18px;
503
+ line-height: 26px;
366
504
  }
367
505
 
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 {
370
- font-family: Lucida Grande;
371
- font-weight: 400;
372
- font-size: 12px;
373
- line-height: 14.399999618530273px;
374
- letter-spacing: 0.5px;
375
- text-transform: upper;
376
- }
377
506
 
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;
385
- }
507
+ /* ============================================
508
+ FOOTNOTE
509
+ ============================================ */
386
510
 
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 {
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 {
389
513
  font-family: Lucida Grande;
390
- font-weight: 700;
391
- font-size: 12px;
392
- line-height: 14.399999618530273px;
393
- letter-spacing: 0.5px;
394
- text-transform: upper;
514
+ font-weight: 400;
515
+ font-size: 13px;
516
+ line-height: 16.899999618530273px;
517
+ letter-spacing: 0px;
395
518
  }
396
519
 
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 {
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 {
399
522
  font-family: Lucida Grande;
400
- font-weight: 400;
401
- font-size: 8px;
402
- line-height: 10px;
523
+ font-weight: 700;
524
+ font-size: 13px;
525
+ line-height: 16.899999618530273px;
403
526
  letter-spacing: 0px;
404
527
  }
405
528
 
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 {
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 {
408
531
  font-family: Lucida Grande;
409
- font-weight: 800;
410
- font-size: 16px;
411
- line-height: 20.799999237060547px;
532
+ font-weight: 400;
533
+ font-size: 10px;
534
+ line-height: 13px;
412
535
  letter-spacing: 0px;
413
536
  }
414
537
 
415
- /* This text style is for use on accordion labels */
416
- .accordion-accordionlabel {
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 {
417
540
  font-family: Lucida Grande;
418
541
  font-weight: 700;
419
- font-size: 17px;
542
+ font-size: 10px;
543
+ line-height: 13px;
420
544
  letter-spacing: 0px;
421
545
  }
422
546
 
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 {
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 {
425
554
  font-family: Lucida Grande;
426
- font-size: 18px;
427
- line-height: 19.799999237060547px;
555
+ font-size: 54px;
556
+ line-height: 56.70000076293945px;
557
+ letter-spacing: 0px;
428
558
  font-style: 700;
429
559
  }
430
560
 
431
- /* This text style is used on image captions that show up in article pages only. */
432
- .article-articleimagecaption {
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 {
433
563
  font-family: Lucida Grande;
434
- font-weight: 700;
435
- font-size: 13px;
436
- line-height: 19.5px;
564
+ font-size: 36px;
565
+ line-height: 39.599998474121094px;
437
566
  letter-spacing: 0px;
567
+ font-style: 700;
438
568
  }
439
569
 
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 {
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 {
442
572
  font-family: Lucida Grande;
443
- font-size: 54px;
444
- line-height: 54px;
573
+ font-size: 26px;
574
+ line-height: 28.600000381469727px;
575
+ letter-spacing: 0px;
445
576
  font-style: 700;
446
577
  }
447
578
 
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 {
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 {
450
581
  font-family: Lucida Grande;
451
- font-weight: 400;
452
- font-size: 13px;
453
- line-height: 19px;
582
+ font-size: 20px;
583
+ line-height: 20px;
584
+ letter-spacing: 0px;
585
+ font-style: 600;
454
586
  }
455
587
 
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 {
458
- font-family: Lucida Grande;
459
- font-weight: 800;
460
- font-size: 14px;
461
- }
462
588
 
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 {
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 {
465
595
  font-family: Lucida Grande;
466
- font-weight: 700;
596
+ font-weight: 400;
467
597
  font-size: 16px;
468
598
  line-height: 16px;
469
599
  }
470
600
 
471
- /* This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16 */
472
- .avatar-appavatar {
473
- font-family: Lucida Grande;
474
- font-weight: 800;
475
- font-size: 14px;
476
- letter-spacing: 0px;
477
- text-transform: upper;
478
- }
479
601
 
480
- /* This text style is used on article page avatar name labels in their default state. Font size: 16 - 16 - 16 - 18
602
+ /* ============================================
603
+ KICKER
604
+ ============================================ */
481
605
 
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 {
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: 13px;
487
- line-height: 21px;
609
+ font-size: 18px;
610
+ line-height: 19.799999237060547px;
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: 13px;
496
- line-height: 21px;
618
+ font-size: 18px;
619
+ line-height: 19.799999237060547px;
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: 13px;
506
- line-height: 21px;
507
- letter-spacing: 0px;
627
+ font-size: 14px;
628
+ line-height: 15.399999618530273px;
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: 13px;
515
- line-height: 21px;
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: 15px;
541
- line-height: 15px;
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: 15px;
550
- line-height: 15px;
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
668
  font-size: 15px;
560
669
  line-height: 15px;
561
- letter-spacing: 0px;
562
- text-decoration: underline;
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: 16px;
705
+ font-weight: 700;
706
+ font-size: 15px;
608
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: 16px;
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: 16px;
@@ -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: 16px;
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: 26px;
882
+ line-height: 28.600000381469727px;
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: 16px;
@@ -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: 14px;
@@ -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: 26px;
759
914
  line-height: 28.600000381469727px;
@@ -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: 54px;
966
+ line-height: 56.70000076293945px;
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: 16px;
981
+ line-height: 20.799999237060547px;
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: 20px;
1008
+ line-height: 19.799999237060547px;
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: 18px;
1023
+ line-height: 23.399999618530273px;
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: 18px;
831
- line-height: 18px;
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: 36px;
840
- line-height: 39.599998474121094px;
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: 26px;
859
- line-height: 28.600000381469727px;
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: 54px;
868
- line-height: 56.70000076293945px;
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: 20px;
877
- line-height: 19.799999237060547px;
1120
+ font-weight: 800;
1121
+ font-size: 22px;
1122
+ line-height: 26.399999618530273px;
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: 16px;
887
- line-height: 16.200000762939453px;
1130
+ font-size: 22px;
1131
+ line-height: 26.399999618530273px;
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: 10px;
902
- line-height: 13px;
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: 16px;
1143
+ line-height: 19.200000762939453px;
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: 16px;
1154
+ line-height: 19.200000762939453px;
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: 16px;
1169
+ line-height: 16.200000762939453px;
1170
+ letter-spacing: 0px;
1171
+ text-transform: upper;
988
1172
  }
989
1173