@marioschmidt/design-system-tokens 1.0.21 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +532 -348
  2. package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +533 -349
  3. package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +538 -354
  4. package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +543 -359
  5. package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +554 -370
  6. package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +553 -369
  7. package/dist/android/res/values/shared/colorprimitive.xml +5 -5
  8. package/dist/android/res/values/shared/spaceprimitive.xml +1 -1
  9. package/dist/css/brands/advertorial/density/density-compact.css +1 -1
  10. package/dist/css/brands/advertorial/density/density-default.css +1 -1
  11. package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
  12. package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +1 -1
  13. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
  14. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1 -1
  15. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
  16. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
  17. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +50 -26
  18. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +50 -26
  19. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +711 -527
  20. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +708 -524
  21. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +711 -527
  22. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +711 -527
  23. package/dist/css/brands/bild/density/density-compact.css +1 -1
  24. package/dist/css/brands/bild/density/density-default.css +1 -1
  25. package/dist/css/brands/bild/density/density-spacious.css +1 -1
  26. package/dist/css/brands/bild/overrides/brandcolormapping.css +1 -1
  27. package/dist/css/brands/bild/overrides/brandtokenmapping.css +1 -1
  28. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
  29. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1 -1
  30. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
  31. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
  32. package/dist/css/brands/bild/semantic/color/colormode-dark.css +1 -1
  33. package/dist/css/brands/bild/semantic/color/colormode-light.css +1 -1
  34. package/dist/css/brands/bild/semantic/effects/effects-dark.css +50 -26
  35. package/dist/css/brands/bild/semantic/effects/effects-light.css +50 -26
  36. package/dist/css/brands/bild/semantic/typography/typography-lg.css +716 -532
  37. package/dist/css/brands/bild/semantic/typography/typography-md.css +709 -525
  38. package/dist/css/brands/bild/semantic/typography/typography-sm.css +711 -527
  39. package/dist/css/brands/bild/semantic/typography/typography-xs.css +711 -527
  40. package/dist/css/brands/sportbild/density/density-compact.css +1 -1
  41. package/dist/css/brands/sportbild/density/density-default.css +1 -1
  42. package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
  43. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +1 -1
  44. package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +1 -1
  45. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
  46. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1 -1
  47. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
  48. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
  49. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +1 -1
  50. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +1 -1
  51. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +50 -26
  52. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +50 -26
  53. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +750 -566
  54. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +749 -565
  55. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +751 -567
  56. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +751 -567
  57. package/dist/css/shared/colorprimitive.css +6 -6
  58. package/dist/css/shared/fontprimitive.css +1 -1
  59. package/dist/css/shared/sizeprimitive.css +1 -1
  60. package/dist/css/shared/spaceprimitive.css +2 -2
  61. package/dist/flutter/shared/colorprimitive.dart +5 -5
  62. package/dist/flutter/shared/spaceprimitive.dart +1 -1
  63. package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +364 -180
  64. package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +364 -180
  65. package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +364 -180
  66. package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +364 -180
  67. package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +364 -180
  68. package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +364 -180
  69. package/dist/ios/shared/Colorprimitive.swift +5 -5
  70. package/dist/ios/shared/Spaceprimitive.swift +1 -1
  71. package/dist/js/brands/advertorial/density/density-compact.js +1 -1
  72. package/dist/js/brands/advertorial/density/density-default.js +1 -1
  73. package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
  74. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +1 -1
  75. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
  76. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +1 -1
  77. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
  78. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
  79. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +1 -1
  80. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +1 -1
  81. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +1 -1
  82. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +1 -1
  83. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +1 -1
  84. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +1 -1
  85. package/dist/js/brands/bild/density/density-compact.js +1 -1
  86. package/dist/js/brands/bild/density/density-default.js +1 -1
  87. package/dist/js/brands/bild/density/density-spacious.js +1 -1
  88. package/dist/js/brands/bild/overrides/brandcolormapping.js +1 -1
  89. package/dist/js/brands/bild/overrides/brandtokenmapping.js +1 -1
  90. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
  91. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +1 -1
  92. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
  93. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
  94. package/dist/js/brands/bild/semantic/color/colormode-dark.js +1 -1
  95. package/dist/js/brands/bild/semantic/color/colormode-light.js +1 -1
  96. package/dist/js/brands/bild/semantic/effects/effects-dark.js +1 -1
  97. package/dist/js/brands/bild/semantic/effects/effects-light.js +1 -1
  98. package/dist/js/brands/bild/semantic/typography/typography-lg.js +1 -1
  99. package/dist/js/brands/bild/semantic/typography/typography-md.js +1 -1
  100. package/dist/js/brands/bild/semantic/typography/typography-sm.js +1 -1
  101. package/dist/js/brands/bild/semantic/typography/typography-xs.js +1 -1
  102. package/dist/js/brands/sportbild/density/density-compact.js +1 -1
  103. package/dist/js/brands/sportbild/density/density-default.js +1 -1
  104. package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
  105. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +1 -1
  106. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +1 -1
  107. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
  108. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +1 -1
  109. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
  110. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
  111. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +1 -1
  112. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +1 -1
  113. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +1 -1
  114. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +1 -1
  115. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +1 -1
  116. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +1 -1
  117. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +1 -1
  118. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +1 -1
  119. package/dist/js/shared/colorprimitive.js +6 -6
  120. package/dist/js/shared/fontprimitive.js +1 -1
  121. package/dist/js/shared/sizeprimitive.js +1 -1
  122. package/dist/js/shared/spaceprimitive.js +2 -2
  123. package/dist/json/shared/colorprimitive.json +15 -15
  124. package/dist/json/shared/spaceprimitive.json +3 -3
  125. package/dist/manifest.json +1 -1
  126. package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
  127. package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
  128. package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
  129. package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +1 -1
  130. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
  131. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
  132. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
  133. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
  134. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +1 -1
  135. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +1 -1
  136. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +1 -1
  137. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +1 -1
  138. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +1 -1
  139. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +1 -1
  140. package/dist/scss/brands/bild/density/density-compact.scss +1 -1
  141. package/dist/scss/brands/bild/density/density-default.scss +1 -1
  142. package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
  143. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +1 -1
  144. package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +1 -1
  145. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
  146. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
  147. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
  148. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
  149. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +1 -1
  150. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +1 -1
  151. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +1 -1
  152. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +1 -1
  153. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +1 -1
  154. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +1 -1
  155. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +1 -1
  156. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +1 -1
  157. package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
  158. package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
  159. package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
  160. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +1 -1
  161. package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +1 -1
  162. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
  163. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
  164. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
  165. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
  166. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +1 -1
  167. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +1 -1
  168. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +1 -1
  169. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +1 -1
  170. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +1 -1
  171. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +1 -1
  172. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +1 -1
  173. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +1 -1
  174. package/dist/scss/shared/colorprimitive.scss +6 -6
  175. package/dist/scss/shared/fontprimitive.scss +1 -1
  176. package/dist/scss/shared/sizeprimitive.scss +1 -1
  177. package/dist/scss/shared/spaceprimitive.scss +2 -2
  178. package/package.json +1 -1
@@ -1,661 +1,777 @@
1
1
  /**
2
2
  * Typography Classes - Bild / xs
3
- * Generiert am: 2025-11-24T20:34:57.405Z
3
+ * Generiert am: 2025-11-24T21:07:31.478Z
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 {
12
+ font-family: Gotham XNarrow;
13
+ font-weight: 700;
14
+ letter-spacing: 0px;
15
+ }
16
+
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: 12px;
21
+ line-height: 15.600000381469727px;
22
+ letter-spacing: 0px;
23
+ }
24
+
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: 22px;
49
+ line-height: 22px;
50
+ text-decoration: underline;
51
+ }
52
+
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 {
9
65
  font-family: Gotham;
10
- font-weight: 800;
11
- font-size: 40px;
12
- line-height: 40px;
13
- letter-spacing: -0.5px;
66
+ font-weight: 400;
14
67
  }
15
68
 
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 {
69
+ /* This text style is only used for audit pages of the design system. */
70
+ .specss {
18
71
  font-family: Gotham;
19
- font-weight: 800;
20
- font-size: 36px;
21
- line-height: 36px;
22
- letter-spacing: -0.5px;
23
72
  }
24
73
 
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 {
74
+ /* This text style is only used for audit pages of the design system. */
75
+ .specsms {
27
76
  font-family: Gotham;
28
- font-weight: 800;
29
- font-size: 28px;
30
- line-height: 28px;
31
- letter-spacing: -0.5px;
32
77
  }
33
78
 
34
- /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 48 - 48 - 72 - 100 */
35
- .headline-headline1 {
36
- font-family: Gotham Condensed;
37
- font-size: 48px;
38
- line-height: 48px;
39
- letter-spacing: 0px;
40
- font-style: 700;
79
+ /* This text style is only used for audit pages of the design system. */
80
+ .specsm {
81
+ font-family: Gotham;
41
82
  }
42
83
 
43
- /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's token for the font size parameter changes across device sizes as follows: 40 - 40 - 48 - 64 */
44
- .headline-headline2 {
45
- font-family: Gotham Condensed;
46
- font-size: 40px;
47
- line-height: 40px;
48
- letter-spacing: 0px;
49
- font-style: 700;
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;
50
91
  }
51
92
 
52
- /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. This text style's font size parameter is controlled by the headline3FontSize token: 28 - 28 - 36 - 40 */
53
- .headline-headline3 {
54
- font-family: Gotham Condensed;
55
- font-size: 28px;
56
- line-height: 28px;
57
- letter-spacing: 0px;
58
- font-style: 700;
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;
59
98
  }
60
99
 
61
- /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 22 - 22 - 26 - 32 */
62
- .headline-headline4 {
63
- font-family: Gotham Condensed;
64
- font-size: 22px;
65
- line-height: 22px;
66
- letter-spacing: 0px;
67
- font-style: 600;
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;
68
105
  }
69
106
 
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 {
72
- font-family: Gotham Condensed;
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 {
121
+ font-family: Gotham XNarrow;
73
122
  font-weight: 700;
74
- font-size: 24px;
75
- line-height: 24px;
123
+ font-size: 17px;
76
124
  letter-spacing: 0px;
77
125
  }
78
126
 
79
- /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 30 --//*//-- currently css uses kicker0 for the naming of this text style and sequence of font size changes */
80
- .kicker-kicker1 {
127
+
128
+ /* ============================================
129
+ ARTICLE
130
+ ============================================ */
131
+
132
+ /* This text style contains the variables necessary for setting how the font parameters for the article kicker behaves across breakpoints. For font size, this component level token currently references the semantic level token kicker1FontSize. */
133
+ .articlekicker {
81
134
  font-family: Gotham XNarrow;
82
135
  font-size: 18px;
83
136
  line-height: 19.799999237060547px;
84
- letter-spacing: 0px;
85
137
  font-style: 700;
86
138
  }
87
139
 
88
- /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 24 --//*//-- currently css uses kicker1 for the naming of this text style and sequence of font size changes */
89
- .kicker-kicker2 {
140
+ /* This text style is used on image captions that show up in article pages only. */
141
+ .articleimagecaption {
90
142
  font-family: Gotham XNarrow;
91
- font-size: 18px;
92
- line-height: 19.799999237060547px;
143
+ font-weight: 700;
144
+ font-size: 16px;
145
+ line-height: 19.5px;
93
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: Gotham Condensed;
152
+ font-size: 40px;
153
+ line-height: 40px;
94
154
  font-style: 700;
95
155
  }
96
156
 
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 {
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 {
99
159
  font-family: Gotham XNarrow;
160
+ font-weight: 400;
100
161
  font-size: 16px;
101
- line-height: 17.600000381469727px;
102
- font-style: 700;
162
+ line-height: 21px;
103
163
  }
104
164
 
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 {
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 {
167
+ font-family: Gotham;
168
+ font-weight: 800;
169
+ font-size: 12px;
170
+ }
171
+
172
+
173
+ /* ============================================
174
+ ATEASER
175
+ ============================================ */
176
+
177
+ /* 16 - 16 - 22 - 24 | This text style currently uses two different semantic styles within it, the kicker3 for XS & S, and kicker2 for MD & LG */
178
+ .ateaserkicker {
107
179
  font-family: Gotham XNarrow;
108
- font-size: 14px;
109
- line-height: 15.399999618530273px;
180
+ font-size: 16px;
181
+ line-height: 16px;
110
182
  letter-spacing: 0px;
111
183
  font-style: 700;
112
184
  }
113
185
 
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 {
116
- font-family: Gotham;
117
- font-weight: 800;
118
- font-size: 22px;
119
- line-height: 22px;
186
+ /* This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
187
+ .ateaserheadline {
188
+ font-family: Gotham Condensed;
189
+ font-size: 28px;
190
+ line-height: 28px;
120
191
  letter-spacing: 0px;
192
+ font-style: 700;
121
193
  }
122
194
 
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 {
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 {
202
+ font-family: Gotham XNarrow;
203
+ font-weight: 700;
204
+ font-size: 16px;
205
+ line-height: 16px;
206
+ }
207
+
208
+
209
+ /* ============================================
210
+ AVATAR
211
+ ============================================ */
212
+
213
+ /* This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16 */
214
+ .appavatar {
125
215
  font-family: Gotham;
126
216
  font-weight: 800;
127
- font-size: 22px;
128
- line-height: 22px;
217
+ font-size: 12px;
129
218
  letter-spacing: 0px;
130
219
  text-transform: upper;
131
220
  }
132
221
 
133
- /* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
222
+ /* This text style is used on article page avatar name labels in their default state. Font size: 16 - 16 - 16 - 18
134
223
 
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 {
137
- font-family: Gotham;
138
- font-weight: 800;
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 {
226
+ font-family: Gotham XNarrow;
227
+ font-weight: 700;
139
228
  font-size: 16px;
140
- line-height: 17.600000381469727px;
229
+ line-height: 21px;
141
230
  letter-spacing: 0px;
142
231
  }
143
232
 
144
- /* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
145
-
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: Gotham;
149
- font-weight: 800;
233
+ /* This text style is used on avatars that appear in article pages. Font size: 16 - 16 - 16 - 18 */
234
+ .avatarhover {
235
+ font-family: Gotham XNarrow;
236
+ font-weight: 700;
150
237
  font-size: 16px;
151
- line-height: 17.600000381469727px;
238
+ line-height: 21px;
152
239
  letter-spacing: 0px;
153
- text-transform: upper;
240
+ text-decoration: underline;
154
241
  }
155
242
 
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 {
158
- font-family: Gotham;
159
- font-weight: 800;
160
- font-size: 18px;
161
- line-height: 18px;
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: Gotham XNarrow;
246
+ font-weight: 400;
247
+ font-size: 16px;
248
+ line-height: 21px;
162
249
  letter-spacing: 0px;
163
250
  }
164
251
 
165
- /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
166
- .body-body {
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 {
167
254
  font-family: Gotham XNarrow;
168
255
  font-weight: 400;
169
- font-size: 21px;
170
- line-height: 28px;
256
+ font-size: 16px;
257
+ line-height: 21px;
171
258
  letter-spacing: 0px;
259
+ text-decoration: underline;
260
+ }
261
+
262
+
263
+ /* ============================================
264
+ BADGES
265
+ ============================================ */
266
+
267
+ /* 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during horizontal video advertisements. */
268
+ .videoadbadge {
269
+ font-family: Gotham XNarrow;
270
+ font-weight: 400;
271
+ font-size: 14px;
272
+ text-transform: upper;
273
+ }
274
+
275
+ /* This text style is used on horizontal video badges that contain either the video's total duration or a live status identifier. Font size: 16 - 16 - 18 - 18 */
276
+ .videotimebadge {
277
+ font-family: Gotham XNarrow;
278
+ font-weight: 400;
279
+ font-size: 16px;
280
+ line-height: 21px;
172
281
  }
173
282
 
283
+
284
+ /* ============================================
285
+ BODY
286
+ ============================================ */
287
+
174
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. */
175
- .body-bodyitalic {
289
+ .body {
176
290
  font-family: Gotham XNarrow;
291
+ font-weight: 400;
177
292
  font-size: 21px;
178
293
  line-height: 28px;
179
294
  letter-spacing: 0px;
180
295
  }
181
296
 
182
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. */
183
- .body-bodybold {
298
+ .bodyitalic {
184
299
  font-family: Gotham XNarrow;
185
- font-weight: 700;
186
300
  font-size: 21px;
187
301
  line-height: 28px;
188
302
  letter-spacing: 0px;
189
303
  }
190
304
 
191
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. */
192
- .body-bodybolditalic {
306
+ .bodybold {
193
307
  font-family: Gotham XNarrow;
308
+ font-weight: 700;
194
309
  font-size: 21px;
195
310
  line-height: 28px;
196
311
  letter-spacing: 0px;
197
312
  }
198
313
 
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 {
314
+ /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
315
+ .bodybolditalic {
201
316
  font-family: Gotham XNarrow;
202
- font-weight: 400;
203
317
  font-size: 21px;
204
318
  line-height: 28px;
205
319
  letter-spacing: 0px;
206
- text-decoration: underline;
207
320
  }
208
321
 
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 {
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 {
211
329
  font-family: Gotham XNarrow;
212
- font-size: 21px;
213
- line-height: 28px;
330
+ font-weight: 700;
331
+ font-size: 15px;
332
+ line-height: 15px;
214
333
  letter-spacing: 0px;
215
- text-decoration: underline;
216
334
  }
217
335
 
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 {
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 {
220
338
  font-family: Gotham XNarrow;
221
339
  font-weight: 700;
222
- font-size: 21px;
223
- line-height: 28px;
340
+ font-size: 15px;
341
+ line-height: 15px;
224
342
  letter-spacing: 0px;
225
343
  text-decoration: underline;
226
344
  }
227
345
 
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 {
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 {
230
348
  font-family: Gotham XNarrow;
231
- font-weight: 400;
232
- font-size: 21px;
233
- line-height: 28px;
349
+ font-weight: 700;
350
+ font-size: 15px;
351
+ line-height: 15px;
234
352
  letter-spacing: 0px;
235
353
  text-decoration: underline;
236
354
  }
237
355
 
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 {
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 {
240
363
  font-family: Gotham XNarrow;
241
364
  font-weight: 700;
242
365
  font-size: 21px;
243
- line-height: 28px;
366
+ line-height: 24px;
244
367
  letter-spacing: 0px;
245
- text-decoration: underline;
368
+ text-transform: upper;
246
369
  }
247
370
 
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 {
250
- font-family: Gotham XNarrow;
251
- font-weight: 400;
252
- font-size: 16px;
253
- line-height: 21px;
371
+ /* Use this text style on the upper title of the breaking news headline strip. Font size constant 13. */
372
+ .breakingnewsuppertitle {
373
+ font-family: Gotham;
374
+ font-weight: 800;
375
+ font-size: 13px;
376
+ line-height: 13px;
254
377
  letter-spacing: 0px;
255
378
  }
256
379
 
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 {
259
- font-family: Gotham XNarrow;
260
- font-weight: 700;
261
- font-size: 16px;
380
+ /* Use this font style on the breaking news badge's lower title. Font size constant 23. */
381
+ .breakingnewslowertitle {
382
+ font-family: Gotham;
383
+ font-weight: 800;
384
+ font-size: 23px;
262
385
  line-height: 21px;
263
386
  letter-spacing: 0px;
264
387
  }
265
388
 
266
- /* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
267
- .footnote-footnote2 {
268
- font-family: Gotham XNarrow;
269
- font-weight: 400;
270
- font-size: 12px;
271
- line-height: 15.600000381469727px;
272
- letter-spacing: 0px;
273
- }
274
389
 
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 {
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 {
277
396
  font-family: Gotham XNarrow;
278
- font-weight: 700;
279
- font-size: 12px;
280
- line-height: 15.600000381469727px;
281
- letter-spacing: 0px;
397
+ font-size: 15px;
398
+ line-height: 15px;
399
+ letter-spacing: 0.5px;
400
+ font-style: 600;
401
+ text-transform: upper;
282
402
  }
283
403
 
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 {
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 {
286
406
  font-family: Gotham XNarrow;
287
407
  font-weight: 400;
288
- font-size: 17px;
289
- line-height: 17px;
290
- letter-spacing: 0.25px;
408
+ font-size: 16px;
409
+ line-height: 16px;
291
410
  }
292
411
 
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 {
295
- font-family: Gotham XNarrow;
296
- font-weight: 700;
297
- font-size: 17px;
298
- line-height: 17px;
299
- letter-spacing: 0.25px;
300
- }
301
412
 
302
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size changes across device sizes: 10 - 10 - 15 - 17 */
303
- .label-label1boldresp {
304
- font-family: Gotham XNarrow;
305
- font-weight: 700;
306
- font-size: 10px;
307
- line-height: 10px;
308
- letter-spacing: 0.25px;
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 {
419
+ font-family: Gotham;
420
+ font-weight: 800;
421
+ font-size: 18px;
422
+ line-height: 18px;
423
+ letter-spacing: 0px;
309
424
  }
310
425
 
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 {
426
+
427
+ /* ============================================
428
+ CHIPS
429
+ ============================================ */
430
+
431
+ /* This text style is used on the chips component. They are commonly used for filtering parameters. font size: 16 - 16 - 16 - 18 */
432
+ .chipslabel {
313
433
  font-family: Gotham XNarrow;
314
434
  font-weight: 700;
315
- font-size: 17px;
316
- line-height: 17px;
317
- letter-spacing: 0.5px;
318
- text-transform: upper;
435
+ font-size: 16px;
319
436
  }
320
437
 
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 {
323
- font-family: Gotham XNarrow;
324
- font-weight: 400;
325
- font-size: 15px;
326
- line-height: 16px;
327
- letter-spacing: 0.25px;
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 {
445
+ font-family: Gotham;
446
+ font-weight: 800;
447
+ font-size: 40px;
448
+ line-height: 40px;
449
+ letter-spacing: -0.5px;
328
450
  }
329
451
 
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: Gotham XNarrow;
333
- font-weight: 400;
334
- font-size: 15px;
335
- line-height: 16px;
336
- letter-spacing: 0.25px;
337
- text-transform: upper;
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 {
454
+ font-family: Gotham;
455
+ font-weight: 800;
456
+ font-size: 36px;
457
+ line-height: 36px;
458
+ letter-spacing: -0.5px;
338
459
  }
339
460
 
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: Gotham XNarrow;
343
- font-weight: 700;
344
- font-size: 15px;
345
- line-height: 16px;
346
- letter-spacing: 0.25px;
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 {
463
+ font-family: Gotham;
464
+ font-weight: 800;
465
+ font-size: 28px;
466
+ line-height: 28px;
467
+ letter-spacing: -0.5px;
347
468
  }
348
469
 
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: Gotham XNarrow;
352
- font-weight: 700;
353
- font-size: 15px;
354
- line-height: 16px;
355
- letter-spacing: 0.25px;
356
- text-transform: upper;
357
- }
358
470
 
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 {
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 {
361
477
  font-family: Gotham XNarrow;
362
478
  font-weight: 400;
363
- font-size: 12px;
364
- line-height: 14.399999618530273px;
365
- letter-spacing: 0.25px;
479
+ font-size: 15px;
480
+ text-decoration: underline;
366
481
  }
367
482
 
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 {
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 {
370
485
  font-family: Gotham XNarrow;
371
486
  font-weight: 400;
372
- font-size: 12px;
373
- line-height: 14.399999618530273px;
374
- letter-spacing: 0.5px;
375
- text-transform: upper;
376
487
  }
377
488
 
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 {
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 {
380
491
  font-family: Gotham XNarrow;
381
492
  font-weight: 700;
382
- font-size: 12px;
383
- line-height: 14.399999618530273px;
384
- letter-spacing: 0.25px;
493
+ font-size: 11px;
494
+ line-height: 14px;
495
+ letter-spacing: 0px;
385
496
  }
386
497
 
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 {
498
+ /* User data and offer pages use this text style on footer links. Font size remains constant at 18px. */
499
+ .footerlinkuser&offerpages {
389
500
  font-family: Gotham XNarrow;
390
- font-weight: 700;
391
- font-size: 12px;
392
- line-height: 14.399999618530273px;
393
- letter-spacing: 0.5px;
394
- text-transform: upper;
501
+ font-weight: 400;
502
+ font-size: 18px;
503
+ line-height: 26px;
395
504
  }
396
505
 
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 {
506
+
507
+ /* ============================================
508
+ FOOTNOTE
509
+ ============================================ */
510
+
511
+ /* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This specific style is commonly used on small two lines of text that are seen on standard teasers. The font size of this text style is similar to the label text style. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 16 - 16 - 16 - 18 */
512
+ .footnote1 {
399
513
  font-family: Gotham XNarrow;
400
514
  font-weight: 400;
401
- font-size: 8px;
402
- line-height: 10px;
403
- letter-spacing: 0px;
404
- }
405
-
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 {
408
- font-family: Gotham;
409
- font-weight: 800;
410
515
  font-size: 16px;
411
- line-height: 16px;
516
+ line-height: 21px;
412
517
  letter-spacing: 0px;
413
518
  }
414
519
 
415
- /* This text style is for use on accordion labels */
416
- .accordion-accordionlabel {
520
+ /* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. 16 - 16 - 16 - 18 */
521
+ .footnote1bold {
417
522
  font-family: Gotham XNarrow;
418
523
  font-weight: 700;
419
- font-size: 17px;
524
+ font-size: 16px;
525
+ line-height: 21px;
420
526
  letter-spacing: 0px;
421
527
  }
422
528
 
423
- /* This text style contains the variables necessary for setting how the font parameters for the article kicker behaves across breakpoints. For font size, this component level token currently references the semantic level token kicker1FontSize. */
424
- .article-articlekicker {
529
+ /* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
530
+ .footnote2 {
425
531
  font-family: Gotham XNarrow;
426
- font-size: 18px;
427
- line-height: 19.799999237060547px;
428
- font-style: 700;
532
+ font-weight: 400;
533
+ font-size: 12px;
534
+ line-height: 15.600000381469727px;
535
+ letter-spacing: 0px;
429
536
  }
430
537
 
431
- /* This text style is used on image captions that show up in article pages only. */
432
- .article-articleimagecaption {
538
+ /* Footnotes are used for disclaimers, annotations, or secondary details. They are small in size and carry low visual weight. This text style should be chosen when longer small descriptive texts in a small font size is needed where as the label text style should be used for shorter identifier texts. Font size: 12 - 12 - 12 - 16 */
539
+ .footnote2bold {
433
540
  font-family: Gotham XNarrow;
434
541
  font-weight: 700;
435
- font-size: 16px;
436
- line-height: 19.5px;
542
+ font-size: 12px;
543
+ line-height: 15.600000381469727px;
437
544
  letter-spacing: 0px;
438
545
  }
439
546
 
440
- /* This component level text style is reserved for article page headline texts that show up at the top of article pages. This text style references the generic text styles headline1 and headline2 font size variables. 40 - 40 - 72 - 100 */
441
- .article-articleheadline {
547
+
548
+ /* ============================================
549
+ HEADLINE
550
+ ============================================ */
551
+
552
+ /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 48 - 48 - 72 - 100 */
553
+ .headline1 {
554
+ font-family: Gotham Condensed;
555
+ font-size: 48px;
556
+ line-height: 48px;
557
+ letter-spacing: 0px;
558
+ font-style: 700;
559
+ }
560
+
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 {
442
563
  font-family: Gotham Condensed;
443
564
  font-size: 40px;
444
565
  line-height: 40px;
566
+ letter-spacing: 0px;
445
567
  font-style: 700;
446
568
  }
447
569
 
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 {
450
- font-family: Gotham XNarrow;
451
- font-weight: 400;
452
- font-size: 16px;
453
- line-height: 21px;
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 {
572
+ font-family: Gotham Condensed;
573
+ font-size: 28px;
574
+ line-height: 28px;
575
+ letter-spacing: 0px;
576
+ font-style: 700;
454
577
  }
455
578
 
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: Gotham;
459
- font-weight: 800;
460
- font-size: 12px;
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 {
581
+ font-family: Gotham Condensed;
582
+ font-size: 22px;
583
+ line-height: 22px;
584
+ letter-spacing: 0px;
585
+ font-style: 600;
461
586
  }
462
587
 
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 {
588
+
589
+ /* ============================================
590
+ INPUTFIELD
591
+ ============================================ */
592
+
593
+ /* This text style is used in dropdowns and other text input fields such as date inputs, search input fields and other inputs for text found in forms for example. Font size references a variable from the density collection. 15 - 17 - 19 */
594
+ .textinputfieldlabel {
465
595
  font-family: Gotham XNarrow;
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: Gotham;
474
- font-weight: 800;
475
- font-size: 12px;
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: Gotham XNarrow;
485
- font-weight: 700;
486
- font-size: 16px;
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: Gotham XNarrow;
494
- font-weight: 700;
495
- font-size: 16px;
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: Gotham XNarrow;
504
- font-weight: 400;
505
627
  font-size: 16px;
506
- line-height: 21px;
507
- letter-spacing: 0px;
628
+ line-height: 17.600000381469727px;
629
+ font-style: 700;
508
630
  }
509
631
 
510
- /* This text style is used for the active state of the second line of avatar labels. This label text is used for secondary information such as the location of the individual in the world. 16 - 16 - 16 - 18 */
511
- .avatar-avatarsecondaryinfohover {
632
+ /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 14 - 14 - 16 - 16 --//*//-- currently css uses kicker3 for the naming of this text style and sequence of font size changes */
633
+ .kicker4 {
512
634
  font-family: Gotham XNarrow;
513
- font-weight: 400;
514
- font-size: 16px;
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: 14px;
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: Gotham XNarrow;
531
- font-weight: 400;
532
- font-size: 16px;
533
- line-height: 21px;
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: Gotham XNarrow;
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: 17px;
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: Gotham XNarrow;
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: 17px;
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: Gotham XNarrow;
558
667
  font-weight: 700;
559
- font-size: 15px;
560
- line-height: 15px;
561
- letter-spacing: 0px;
562
- text-decoration: underline;
668
+ font-size: 10px;
669
+ line-height: 10px;
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: Gotham XNarrow;
568
676
  font-weight: 700;
569
- font-size: 21px;
570
- line-height: 24px;
571
- letter-spacing: 0px;
677
+ font-size: 17px;
678
+ line-height: 17px;
679
+ letter-spacing: 0.5px;
572
680
  text-transform: upper;
573
681
  }
574
682
 
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: Gotham;
578
- font-weight: 800;
579
- font-size: 13px;
580
- line-height: 13px;
581
- letter-spacing: 0px;
582
- }
583
-
584
- /* Use this font style on the breaking news badge's lower title. Font size constant 23. */
585
- .breakingnews-breakingnewslowertitle {
586
- font-family: Gotham;
587
- font-weight: 800;
588
- font-size: 23px;
589
- line-height: 21px;
590
- letter-spacing: 0px;
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 {
685
+ font-family: Gotham XNarrow;
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: Gotham XNarrow;
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: Gotham XNarrow;
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: Gotham XNarrow;
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 {
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 {
620
723
  font-family: Gotham XNarrow;
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 {
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 {
628
732
  font-family: Gotham XNarrow;
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 {
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 {
634
742
  font-family: Gotham XNarrow;
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 {
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 {
643
751
  font-family: Gotham XNarrow;
644
- font-weight: 400;
645
- font-size: 18px;
646
- line-height: 26px;
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: Gotham XNarrow;
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: Gotham Condensed;
660
776
  font-weight: 600;
661
777
  font-size: 22px;
@@ -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: 14px;
671
787
  line-height: 14px;
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: Gotham XNarrow;
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: 14px;
@@ -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: Gotham;
693
814
  font-weight: 800;
694
815
  font-size: 14px;
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: Gotham;
701
827
  font-weight: 800;
702
828
  font-size: 12px;
@@ -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: Gotham;
710
836
  font-weight: 800;
711
837
  font-size: 12px;
@@ -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: Gotham XNarrow;
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: Gotham XNarrow;
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: Gotham XNarrow;
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: Gotham Condensed;
881
+ font-size: 22px;
882
+ line-height: 22px;
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: Gotham XNarrow;
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: Gotham XNarrow;
749
904
  font-weight: 700;
750
905
  font-size: 16px;
@@ -753,7 +908,7 @@ In the previous system, this style was named Caption. For greater clarity and co
753
908
  }
754
909
 
755
910
  /* This text style is used on NewsTicker Headlines. It references the semantic level text style headline3. 28 - 28 - 36 - 40 */
756
- .newsticker-newstickerheadline {
911
+ .newstickerheadline {
757
912
  font-family: Gotham Condensed;
758
913
  font-size: 28px;
759
914
  line-height: 28px;
@@ -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: Gotham XNarrow;
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: Gotham;
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: Gotham;
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: -0.5px;
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: Gotham Condensed;
965
+ font-size: 48px;
966
+ line-height: 48px;
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: Gotham;
979
+ font-weight: 800;
980
+ font-size: 16px;
981
+ line-height: 16px;
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: Gotham XNarrow;
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: Gotham Condensed;
1007
+ font-size: 22px;
1008
+ line-height: 22px;
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: Gotham Condensed;
1021
+ font-weight: 700;
1022
+ font-size: 24px;
1023
+ line-height: 24px;
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: Gotham XNarrow;
812
1043
  font-weight: 400;
813
1044
  font-size: 11px;
@@ -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: Gotham XNarrow;
821
1052
  font-weight: 700;
822
1053
  font-size: 11px;
@@ -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 {
829
- font-family: Gotham XNarrow;
830
- font-size: 16px;
831
- line-height: 16px;
832
- letter-spacing: 0px;
833
- font-style: 700;
834
- }
835
1058
 
836
- /* This text style references the semantic text styles headline3 (XS&SM) and headline2 (MD&LG). 28 - 28 - 48 - 64 */
837
- .ateaser-ateaserheadline {
838
- font-family: Gotham Condensed;
839
- font-size: 28px;
840
- line-height: 28px;
841
- letter-spacing: 0px;
842
- font-style: 700;
843
- }
1059
+ /* ============================================
1060
+ TEXTLINK
1061
+ ============================================ */
844
1062
 
845
- /* This component level text style references size variables for the semantic level. Specifically kicker4. 14 - 14 - 16 - 16 */
846
- .mqteaser-mqteaserkicker {
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 {
847
1065
  font-family: Gotham XNarrow;
848
- font-size: 14px;
849
- line-height: 15.399999618530273px;
850
- letter-spacing: 0px;
851
- font-style: 700;
852
- }
853
-
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 {
857
- font-family: Gotham Condensed;
858
- font-size: 22px;
859
- line-height: 22px;
860
- letter-spacing: 0px;
861
- font-style: 700;
862
- }
863
-
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 {
866
- font-family: Gotham Condensed;
867
- font-size: 48px;
868
- line-height: 48px;
869
- letter-spacing: 0px;
870
- font-style: 700;
871
- }
872
-
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 {
875
- font-family: Gotham Condensed;
876
- font-size: 22px;
877
- line-height: 22px;
1066
+ font-weight: 400;
1067
+ font-size: 21px;
1068
+ line-height: 28px;
878
1069
  letter-spacing: 0px;
879
- font-style: 600;
1070
+ text-decoration: underline;
880
1071
  }
881
1072
 
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 {
884
- font-family: Gotham;
885
- font-weight: 800;
886
- font-size: 14px;
887
- line-height: 14.100000381469727px;
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 {
1075
+ font-family: Gotham XNarrow;
1076
+ font-size: 21px;
1077
+ line-height: 28px;
888
1078
  letter-spacing: 0px;
889
- text-transform: upper;
1079
+ text-decoration: underline;
890
1080
  }
891
1081
 
892
- ..dsdocsstyles-.pageheaderdescription {
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 {
893
1084
  font-family: Gotham XNarrow;
894
1085
  font-weight: 700;
1086
+ font-size: 21px;
1087
+ line-height: 28px;
895
1088
  letter-spacing: 0px;
1089
+ text-decoration: underline;
896
1090
  }
897
1091
 
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: 12px;
902
- line-height: 15.600000381469727px;
903
- letter-spacing: 0px;
904
- }
905
-
906
- /* This text style is only used for mockup pages of the design system website. */
907
- ..dsdocsstyles-.bilddesignsidemenu {
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 {
908
1094
  font-family: Gotham XNarrow;
909
1095
  font-weight: 400;
1096
+ font-size: 21px;
1097
+ line-height: 28px;
1098
+ letter-spacing: 0px;
1099
+ text-decoration: underline;
910
1100
  }
911
1101
 
912
- /* This text style is only used for mockup pages of the design system website. */
913
- ..dsdocsstyles-.bilddesignsidemenuactive {
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 {
914
1104
  font-family: Gotham XNarrow;
915
- font-weight: 400;
1105
+ font-weight: 700;
1106
+ font-size: 21px;
1107
+ line-height: 28px;
1108
+ letter-spacing: 0px;
916
1109
  text-decoration: underline;
917
1110
  }
918
1111
 
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
1112
 
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;
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 {
1119
+ font-family: Gotham;
1120
+ font-weight: 800;
929
1121
  font-size: 22px;
930
1122
  line-height: 22px;
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;
1123
+ letter-spacing: 0px;
937
1124
  }
938
1125
 
939
- /* This text style is only used for audit pages of the design system. */
940
- ..specs-.specsxs {
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 {
941
1128
  font-family: Gotham;
942
- font-weight: 400;
1129
+ font-weight: 800;
1130
+ font-size: 22px;
1131
+ line-height: 22px;
1132
+ letter-spacing: 0px;
1133
+ text-transform: upper;
943
1134
  }
944
1135
 
945
- /* This text style is only used for audit pages of the design system. */
946
- ..specs-.specss {
947
- font-family: Gotham;
948
- }
1136
+ /* Title styles are mid-level headings, often used for module names, card headers, or section labels. They balance prominence with readability.
949
1137
 
950
- /* This text style is only used for audit pages of the design system. */
951
- ..specs-.specsms {
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 {
952
1140
  font-family: Gotham;
1141
+ font-weight: 800;
1142
+ font-size: 16px;
1143
+ line-height: 17.600000381469727px;
1144
+ letter-spacing: 0px;
953
1145
  }
954
1146
 
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 {
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 {
962
1151
  font-family: Gotham;
963
- font-weight: 400;
964
- font-size: 64px;
965
- line-height: 80px;
966
- text-decoration: underline;
1152
+ font-weight: 800;
1153
+ font-size: 16px;
1154
+ line-height: 17.600000381469727px;
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 {
1164
+ /* This text style is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18 */
1165
+ .apptoogleitemlabel {
985
1166
  font-family: Gotham;
986
- font-weight: 600;
987
- text-decoration: underline;
1167
+ font-weight: 800;
1168
+ font-size: 14px;
1169
+ line-height: 14.100000381469727px;
1170
+ letter-spacing: 0px;
1171
+ text-transform: upper;
988
1172
  }
989
1173