@marioschmidt/design-system-tokens 1.0.21 → 1.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/dist/android/brands/advertorial/sizeclass-compact/typography_styles.xml +532 -348
  2. package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +533 -349
  3. package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +538 -354
  4. package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +543 -359
  5. package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +554 -370
  6. package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +553 -369
  7. package/dist/android/res/values/shared/colorprimitive.xml +5 -5
  8. package/dist/android/res/values/shared/spaceprimitive.xml +1 -1
  9. package/dist/css/brands/advertorial/density/density-compact.css +1 -1
  10. package/dist/css/brands/advertorial/density/density-default.css +1 -1
  11. package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
  12. package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +1 -1
  13. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
  14. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1 -1
  15. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
  16. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
  17. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +50 -26
  18. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +50 -26
  19. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +711 -527
  20. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +708 -524
  21. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +711 -527
  22. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +711 -527
  23. package/dist/css/brands/bild/density/density-compact.css +1 -1
  24. package/dist/css/brands/bild/density/density-default.css +1 -1
  25. package/dist/css/brands/bild/density/density-spacious.css +1 -1
  26. package/dist/css/brands/bild/overrides/brandcolormapping.css +1 -1
  27. package/dist/css/brands/bild/overrides/brandtokenmapping.css +1 -1
  28. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
  29. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1 -1
  30. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
  31. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
  32. package/dist/css/brands/bild/semantic/color/colormode-dark.css +1 -1
  33. package/dist/css/brands/bild/semantic/color/colormode-light.css +1 -1
  34. package/dist/css/brands/bild/semantic/effects/effects-dark.css +50 -26
  35. package/dist/css/brands/bild/semantic/effects/effects-light.css +50 -26
  36. package/dist/css/brands/bild/semantic/typography/typography-lg.css +716 -532
  37. package/dist/css/brands/bild/semantic/typography/typography-md.css +709 -525
  38. package/dist/css/brands/bild/semantic/typography/typography-sm.css +711 -527
  39. package/dist/css/brands/bild/semantic/typography/typography-xs.css +711 -527
  40. package/dist/css/brands/sportbild/density/density-compact.css +1 -1
  41. package/dist/css/brands/sportbild/density/density-default.css +1 -1
  42. package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
  43. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +1 -1
  44. package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +1 -1
  45. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1 -1
  46. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1 -1
  47. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1 -1
  48. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1 -1
  49. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +1 -1
  50. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +1 -1
  51. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +50 -26
  52. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +50 -26
  53. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +750 -566
  54. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +749 -565
  55. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +751 -567
  56. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +751 -567
  57. package/dist/css/shared/colorprimitive.css +6 -6
  58. package/dist/css/shared/fontprimitive.css +1 -1
  59. package/dist/css/shared/sizeprimitive.css +1 -1
  60. package/dist/css/shared/spaceprimitive.css +2 -2
  61. package/dist/flutter/shared/colorprimitive.dart +5 -5
  62. package/dist/flutter/shared/spaceprimitive.dart +1 -1
  63. package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +364 -180
  64. package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +364 -180
  65. package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +364 -180
  66. package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +364 -180
  67. package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +364 -180
  68. package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +364 -180
  69. package/dist/ios/shared/Colorprimitive.swift +5 -5
  70. package/dist/ios/shared/Spaceprimitive.swift +1 -1
  71. package/dist/js/brands/advertorial/density/density-compact.js +1 -1
  72. package/dist/js/brands/advertorial/density/density-default.js +1 -1
  73. package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
  74. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +1 -1
  75. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
  76. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +1 -1
  77. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
  78. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
  79. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +1 -1
  80. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +1 -1
  81. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +1 -1
  82. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +1 -1
  83. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +1 -1
  84. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +1 -1
  85. package/dist/js/brands/bild/density/density-compact.js +1 -1
  86. package/dist/js/brands/bild/density/density-default.js +1 -1
  87. package/dist/js/brands/bild/density/density-spacious.js +1 -1
  88. package/dist/js/brands/bild/overrides/brandcolormapping.js +1 -1
  89. package/dist/js/brands/bild/overrides/brandtokenmapping.js +1 -1
  90. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
  91. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +1 -1
  92. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
  93. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
  94. package/dist/js/brands/bild/semantic/color/colormode-dark.js +1 -1
  95. package/dist/js/brands/bild/semantic/color/colormode-light.js +1 -1
  96. package/dist/js/brands/bild/semantic/effects/effects-dark.js +1 -1
  97. package/dist/js/brands/bild/semantic/effects/effects-light.js +1 -1
  98. package/dist/js/brands/bild/semantic/typography/typography-lg.js +1 -1
  99. package/dist/js/brands/bild/semantic/typography/typography-md.js +1 -1
  100. package/dist/js/brands/bild/semantic/typography/typography-sm.js +1 -1
  101. package/dist/js/brands/bild/semantic/typography/typography-xs.js +1 -1
  102. package/dist/js/brands/sportbild/density/density-compact.js +1 -1
  103. package/dist/js/brands/sportbild/density/density-default.js +1 -1
  104. package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
  105. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +1 -1
  106. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +1 -1
  107. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +1 -1
  108. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +1 -1
  109. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +1 -1
  110. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +1 -1
  111. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +1 -1
  112. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +1 -1
  113. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +1 -1
  114. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +1 -1
  115. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +1 -1
  116. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +1 -1
  117. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +1 -1
  118. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +1 -1
  119. package/dist/js/shared/colorprimitive.js +6 -6
  120. package/dist/js/shared/fontprimitive.js +1 -1
  121. package/dist/js/shared/sizeprimitive.js +1 -1
  122. package/dist/js/shared/spaceprimitive.js +2 -2
  123. package/dist/json/shared/colorprimitive.json +15 -15
  124. package/dist/json/shared/spaceprimitive.json +3 -3
  125. package/dist/manifest.json +1 -1
  126. package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
  127. package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
  128. package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
  129. package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +1 -1
  130. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
  131. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
  132. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
  133. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
  134. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +1 -1
  135. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +1 -1
  136. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +1 -1
  137. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +1 -1
  138. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +1 -1
  139. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +1 -1
  140. package/dist/scss/brands/bild/density/density-compact.scss +1 -1
  141. package/dist/scss/brands/bild/density/density-default.scss +1 -1
  142. package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
  143. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +1 -1
  144. package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +1 -1
  145. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
  146. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
  147. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
  148. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
  149. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +1 -1
  150. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +1 -1
  151. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +1 -1
  152. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +1 -1
  153. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +1 -1
  154. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +1 -1
  155. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +1 -1
  156. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +1 -1
  157. package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
  158. package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
  159. package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
  160. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +1 -1
  161. package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +1 -1
  162. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +1 -1
  163. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +1 -1
  164. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +1 -1
  165. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +1 -1
  166. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +1 -1
  167. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +1 -1
  168. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +1 -1
  169. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +1 -1
  170. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +1 -1
  171. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +1 -1
  172. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +1 -1
  173. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +1 -1
  174. package/dist/scss/shared/colorprimitive.scss +6 -6
  175. package/dist/scss/shared/fontprimitive.scss +1 -1
  176. package/dist/scss/shared/sizeprimitive.scss +1 -1
  177. package/dist/scss/shared/spaceprimitive.scss +2 -2
  178. package/package.json +1 -1
@@ -1,169 +1,292 @@
1
1
  /**
2
2
  * Typography Classes - Sportbild / md
3
- * Generiert am: 2025-11-24T20:34:58.247Z
3
+ * Generiert am: 2025-11-24T21:07:32.303Z
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 {
9
- font-family: AntennaCond;
10
- font-weight: 800;
11
- font-size: 68px;
12
- line-height: 72px;
13
- letter-spacing: -1px;
7
+ /* ============================================
8
+ .DSDOCSSTYLES
9
+ ============================================ */
10
+
11
+ .pageheaderdescription {
12
+ font-family: Inter;
13
+ font-weight: 700;
14
+ letter-spacing: 0px;
14
15
  }
15
16
 
16
- /* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 36 - 36 - 42 - 64 */
17
- .display-display2 {
18
- font-family: AntennaCond;
19
- font-weight: 800;
20
- font-size: 40px;
21
- line-height: 42px;
22
- letter-spacing: -1px;
17
+ /* This text style is only used on the design system's documentation for code syntax snippets. */
18
+ .codesnippets {
19
+ font-family: Source Code Pro;
20
+ font-size: 10px;
21
+ line-height: 13px;
22
+ letter-spacing: 0px;
23
23
  }
24
24
 
25
- /* Display styles are used for large, attention-grabbing text, typically in hero sections, landing pages, or promotional contexts. They emphasize hierarchy and visual impact. Font size: 28 - 28 - 32 - 40 */
26
- .display-display3 {
27
- font-family: AntennaCond;
28
- font-weight: 800;
29
- font-size: 30px;
25
+ /* This text style is only used for mockup pages of the design system website. */
26
+ .bilddesignsidemenu {
27
+ font-family: Gotham XNarrow;
28
+ font-weight: 400;
29
+ }
30
+
31
+ /* This text style is only used for mockup pages of the design system website. */
32
+ .bilddesignsidemenuactive {
33
+ font-family: Gotham XNarrow;
34
+ font-weight: 400;
35
+ text-decoration: underline;
36
+ }
37
+
38
+ /* This text style is only used for mockup pages of the design system website. */
39
+ .bilddesignsidemenuhover {
40
+ font-family: Gotham XNarrow;
41
+ font-weight: 600;
42
+ }
43
+
44
+ /* This text style is only used for mockups the vertical video component teaser headlines. */
45
+ .verticalvideosmockheadlines {
46
+ font-family: Gotham Condensed;
47
+ font-weight: 600;
48
+ font-size: 32px;
30
49
  line-height: 32px;
31
- letter-spacing: -1px;
50
+ text-decoration: underline;
32
51
  }
33
52
 
34
- /* Headlines structure content into clear sections. They are prominent but more versatile than Display styles, used across articles, teasers and modules. Font size: 48 - 48 - 72 - 100 */
35
- .headline-headline1 {
36
- font-family: AntennaExtraCond;
37
- font-size: 60px;
38
- line-height: 69px;
39
- letter-spacing: 0px;
40
- font-style: bold italic;
53
+ /* This text style is used on documentation pages that contain some token information. */
54
+ .tokenspecl {
55
+ font-family: Source Code Pro;
41
56
  }
42
57
 
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: AntennaExtraCond;
46
- font-size: 44px;
47
- line-height: 50.599998474121094px;
48
- letter-spacing: 0px;
49
- font-style: bold italic;
58
+
59
+ /* ============================================
60
+ .SPECS
61
+ ============================================ */
62
+
63
+ /* This text style is only used for audit pages of the design system. */
64
+ .specsxs {
65
+ font-family: Gotham;
66
+ font-weight: 400;
50
67
  }
51
68
 
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: AntennaExtraCond;
55
- font-size: 30px;
56
- line-height: 34.5px;
57
- letter-spacing: 0px;
58
- font-style: bold italic;
69
+ /* This text style is only used for audit pages of the design system. */
70
+ .specss {
71
+ font-family: Gotham;
59
72
  }
60
73
 
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: AntennaExtraCond;
64
- font-size: 26px;
65
- line-height: 26px;
66
- letter-spacing: 0px;
67
- font-style: bold italic;
74
+ /* This text style is only used for audit pages of the design system. */
75
+ .specsms {
76
+ font-family: Gotham;
68
77
  }
69
78
 
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: AntennaCond;
79
+ /* This text style is only used for audit pages of the design system. */
80
+ .specsm {
81
+ font-family: Gotham;
82
+ }
83
+
84
+ /* This text style is only used for audit pages of the design system. */
85
+ .specsml {
86
+ font-family: Gotham;
87
+ font-weight: 400;
88
+ font-size: 64px;
89
+ line-height: 80px;
90
+ text-decoration: underline;
91
+ }
92
+
93
+ /* This text style is only used for audit pages of the design system. */
94
+ .specsl {
95
+ font-family: Gotham;
96
+ font-weight: 400;
97
+ text-decoration: underline;
98
+ }
99
+
100
+ /* This text style is only used for audit pages of the design system. */
101
+ .specsxl {
102
+ font-family: Gotham;
103
+ font-weight: 600;
104
+ text-decoration: underline;
105
+ }
106
+
107
+ /* This text style is only used for audit pages of the design system. */
108
+ .specsxxl {
109
+ font-family: Gotham;
110
+ font-weight: 600;
111
+ text-decoration: underline;
112
+ }
113
+
114
+
115
+ /* ============================================
116
+ ACCORDION
117
+ ============================================ */
118
+
119
+ /* This text style is for use on accordion labels */
120
+ .accordionlabel {
121
+ font-family: Inter;
73
122
  font-weight: 700;
74
- font-size: 22px;
75
- line-height: 28.600000381469727px;
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: AntennaExtraCond;
82
135
  font-size: 26px;
83
136
  line-height: 28.600000381469727px;
84
- letter-spacing: 0px;
85
137
  font-style: black italic;
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 {
90
- font-family: AntennaExtraCond;
91
- font-size: 26px;
92
- line-height: 28.600000381469727px;
140
+ /* This text style is used on image captions that show up in article pages only. */
141
+ .articleimagecaption {
142
+ font-family: Inter;
143
+ font-weight: 700;
144
+ font-size: 13px;
145
+ line-height: 16.899999618530273px;
93
146
  letter-spacing: 0px;
94
- font-style: black italic;
95
147
  }
96
148
 
97
- /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 16 - 16 - 18 - 20 --//*//-- currently css uses kicker2 for the naming of this text style and sequence of font size changes */
98
- .kicker-kicker3 {
149
+ /* This component level text style is reserved for article page headline texts that show up at the top of article pages. This text style references the generic text styles headline1 and headline2 font size variables. 40 - 40 - 72 - 100 */
150
+ .articleheadline {
99
151
  font-family: AntennaExtraCond;
100
- font-size: 20px;
101
- line-height: 22px;
102
- font-style: black italic;
152
+ font-size: 60px;
153
+ line-height: 60px;
154
+ font-style: bold italic;
103
155
  }
104
156
 
105
- /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 14 - 14 - 16 - 16 --//*//-- currently css uses kicker3 for the naming of this text style and sequence of font size changes */
106
- .kicker-kicker4 {
157
+ /* This text style is used on short pieces of text that give information about where an image originated. It can also be used on short texts that give information about where a video originated. */
158
+ .articlemetasource {
159
+ font-family: Inter;
160
+ font-weight: 400;
161
+ font-size: 13px;
162
+ line-height: 17px;
163
+ }
164
+
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: AntennaCond;
168
+ font-weight: 800;
169
+ font-size: 14px;
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: AntennaExtraCond;
108
- font-size: 16px;
109
- line-height: 17.600000381469727px;
180
+ font-size: 26px;
181
+ line-height: 26px;
110
182
  letter-spacing: 0px;
111
183
  font-style: black italic;
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: AntennaCond;
117
- font-weight: 800;
118
- font-size: 28px;
119
- line-height: 30.799999237060547px;
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: AntennaExtraCond;
189
+ font-size: 44px;
190
+ line-height: 50.599998474121094px;
120
191
  letter-spacing: 0px;
192
+ font-style: bold italic;
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: AntennaExtraCond;
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: AntennaCond;
126
216
  font-weight: 800;
127
- font-size: 28px;
128
- line-height: 30.799999237060547px;
217
+ font-size: 14px;
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: AntennaCond;
138
- font-weight: 800;
139
- font-size: 18px;
140
- line-height: 23.399999618530273px;
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: Inter;
227
+ font-weight: 700;
228
+ font-size: 13px;
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.
233
+ /* This text style is used on avatars that appear in article pages. Font size: 16 - 16 - 16 - 18 */
234
+ .avatarhover {
235
+ font-family: Inter;
236
+ font-weight: 700;
237
+ font-size: 13px;
238
+ line-height: 21px;
239
+ letter-spacing: 0px;
240
+ text-decoration: underline;
241
+ }
145
242
 
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: AntennaCond;
149
- font-weight: 800;
150
- font-size: 18px;
151
- line-height: 23.399999618530273px;
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: Inter;
246
+ font-weight: 400;
247
+ font-size: 13px;
248
+ line-height: 21px;
152
249
  letter-spacing: 0px;
153
- text-transform: upper;
154
250
  }
155
251
 
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: AntennaCond;
159
- font-weight: 800;
160
- font-size: 24px;
161
- line-height: 31.200000762939453px;
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 {
254
+ font-family: Inter;
255
+ font-weight: 400;
256
+ font-size: 13px;
257
+ line-height: 21px;
162
258
  letter-spacing: 0px;
259
+ text-decoration: underline;
163
260
  }
164
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: 16px;
272
+ text-transform: upper;
273
+ }
274
+
275
+ /* This text style is used on horizontal video badges that contain either the video's total duration or a live status identifier. Font size: 16 - 16 - 18 - 18 */
276
+ .videotimebadge {
277
+ font-family: Inter;
278
+ font-weight: 400;
279
+ font-size: 18px;
280
+ line-height: 23.799999237060547px;
281
+ }
282
+
283
+
284
+ /* ============================================
285
+ BODY
286
+ ============================================ */
287
+
165
288
  /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
166
- .body-body {
289
+ .body {
167
290
  font-family: Inter;
168
291
  font-weight: 400;
169
292
  font-size: 17px;
@@ -172,7 +295,7 @@ In the previous system, this style was named Caption. For greater clarity and co
172
295
  }
173
296
 
174
297
  /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
175
- .body-bodyitalic {
298
+ .bodyitalic {
176
299
  font-family: Inter;
177
300
  font-size: 17px;
178
301
  line-height: 29.75px;
@@ -180,7 +303,7 @@ In the previous system, this style was named Caption. For greater clarity and co
180
303
  }
181
304
 
182
305
  /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
183
- .body-bodybold {
306
+ .bodybold {
184
307
  font-family: Inter;
185
308
  font-weight: 700;
186
309
  font-size: 17px;
@@ -189,64 +312,204 @@ In the previous system, this style was named Caption. For greater clarity and co
189
312
  }
190
313
 
191
314
  /* Body styles are the default for running text. They prioritize readability and are optimized for long-form content across devices. Font size remains constant at 21 across device sizes. */
192
- .body-bodybolditalic {
315
+ .bodybolditalic {
193
316
  font-family: Inter;
194
317
  font-size: 17px;
195
318
  line-height: 29.75px;
196
319
  letter-spacing: 0px;
197
320
  }
198
321
 
199
- /* Use this text style for styling elements that are clickable text links inside body texts. This style is often found in article texts. Font size remains constant at 21 across device sizes. */
200
- .textlink-textlink {
322
+
323
+ /* ============================================
324
+ BREADCRUMB
325
+ ============================================ */
326
+
327
+ /* This text style is used for the last items in a breadcrumbs chain. It is commonly used in article pages and is a h1 in html. This text style's font size parameter is controlled by the breadcrumbFontSize variable. 15 - 15 - 15 - 12. Breadcrumb labels are smaller on largest devices. */
328
+ .breadcrumb {
329
+ font-family: Inter;
330
+ font-weight: 700;
331
+ font-size: 14px;
332
+ line-height: 14px;
333
+ letter-spacing: 0px;
334
+ }
335
+
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 {
201
338
  font-family: Inter;
202
339
  font-weight: 400;
203
- font-size: 17px;
204
- line-height: 29.75px;
340
+ font-size: 14px;
341
+ line-height: 14px;
205
342
  letter-spacing: 0px;
206
343
  text-decoration: underline;
207
344
  }
208
345
 
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 {
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 {
211
348
  font-family: Inter;
212
- font-size: 17px;
213
- line-height: 29.75px;
349
+ font-weight: 700;
350
+ font-size: 14px;
351
+ line-height: 14px;
214
352
  letter-spacing: 0px;
215
353
  text-decoration: underline;
216
354
  }
217
355
 
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 {
220
- font-family: Inter;
356
+
357
+ /* ============================================
358
+ BREAKINGNEWS
359
+ ============================================ */
360
+
361
+ /* Use this text style on breaking news headlines that horizontally scroll in the breaking news animated strip. Font size constant 21. */
362
+ .breakingnewstext {
363
+ font-family: AntennaExtraCond;
221
364
  font-weight: 700;
365
+ font-size: 21px;
366
+ line-height: 24px;
367
+ letter-spacing: 0px;
368
+ text-transform: upper;
369
+ }
370
+
371
+ /* Use this text style on the upper title of the breaking news headline strip. Font size constant 13. */
372
+ .breakingnewsuppertitle {
373
+ font-family: AntennaCond;
374
+ font-weight: 800;
222
375
  font-size: 17px;
223
- line-height: 29.75px;
376
+ line-height: 12px;
224
377
  letter-spacing: 0px;
225
- text-decoration: underline;
226
378
  }
227
379
 
228
- /* Use this style for body text links or other text links that are in active state. Font size remains constant at 21 across device sizes. */
229
- .textlink-textlinkhover {
230
- font-family: Inter;
380
+ /* Use this font style on the breaking news badge's lower title. Font size constant 23. */
381
+ .breakingnewslowertitle {
382
+ font-family: AntennaCond;
383
+ font-weight: 800;
384
+ font-size: 30px;
385
+ line-height: 21px;
386
+ letter-spacing: 0px;
387
+ }
388
+
389
+
390
+ /* ============================================
391
+ BUTTON
392
+ ============================================ */
393
+
394
+ /* This text style is used on button labels. Its font size variable is currently in the Density collection. Font size changes across devices: 15 - 17 - 19 Current online CSS .btn--narrow & .btn */
395
+ .buttonlabel {
396
+ font-family: AntennaExtraCond;
397
+ font-size: 15px;
398
+ line-height: 15px;
399
+ letter-spacing: 0.5px;
400
+ font-style: bold italic;
401
+ text-transform: upper;
402
+ }
403
+
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 {
406
+ font-family: AntennaExtraCond;
231
407
  font-weight: 400;
232
- font-size: 17px;
233
- line-height: 29.75px;
408
+ font-size: 16px;
409
+ line-height: 16px;
410
+ }
411
+
412
+
413
+ /* ============================================
414
+ CALLOUT
415
+ ============================================ */
416
+
417
+ /* Callouts highlight key information, quotes, or important notes inside content. They stand apart from body text to draw attention. There is overlap between this text style and the title text styles. Font size: 18 - 18 - 22 - 22 */
418
+ .callout {
419
+ font-family: AntennaCond;
420
+ font-weight: 800;
421
+ font-size: 24px;
422
+ line-height: 31.200000762939453px;
234
423
  letter-spacing: 0px;
424
+ }
425
+
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 {
433
+ font-family: Inter;
434
+ font-weight: 700;
435
+ font-size: 16px;
436
+ }
437
+
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: AntennaCond;
446
+ font-weight: 800;
447
+ font-size: 68px;
448
+ line-height: 72px;
449
+ letter-spacing: -1px;
450
+ }
451
+
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: AntennaCond;
455
+ font-weight: 800;
456
+ font-size: 40px;
457
+ line-height: 42px;
458
+ letter-spacing: -1px;
459
+ }
460
+
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: AntennaCond;
464
+ font-weight: 800;
465
+ font-size: 30px;
466
+ line-height: 32px;
467
+ letter-spacing: -1px;
468
+ }
469
+
470
+
471
+ /* ============================================
472
+ FOOTER
473
+ ============================================ */
474
+
475
+ /* This text style is used for link texts contained inside cards that commonly show up at the bottom of pages in footers. This link text style's font size parameter uses the label2 font size variable. */
476
+ .footercardlink {
477
+ font-family: Gotham XNarrow;
478
+ font-weight: 400;
479
+ font-size: 15px;
235
480
  text-decoration: underline;
236
481
  }
237
482
 
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 {
483
+ /* This text style is found on footers that separate links with a vertical bar. Font size remains constant at 20 px across devices. */
484
+ .footerlinkseparator {
485
+ font-family: Gotham XNarrow;
486
+ font-weight: 400;
487
+ }
488
+
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 {
240
491
  font-family: Inter;
241
492
  font-weight: 700;
242
- font-size: 17px;
243
- line-height: 29.75px;
493
+ font-size: 11px;
494
+ line-height: 14px;
244
495
  letter-spacing: 0px;
245
- text-decoration: underline;
246
496
  }
247
497
 
498
+ /* User data and offer pages use this text style on footer links. Font size remains constant at 18px. */
499
+ .footerlinkuser&offerpages {
500
+ font-family: Inter;
501
+ font-weight: 400;
502
+ font-size: 18px;
503
+ line-height: 26px;
504
+ }
505
+
506
+
507
+ /* ============================================
508
+ FOOTNOTE
509
+ ============================================ */
510
+
248
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 */
249
- .footnote-footnote1 {
512
+ .footnote1 {
250
513
  font-family: Inter;
251
514
  font-weight: 400;
252
515
  font-size: 13px;
@@ -254,35 +517,134 @@ In the previous system, this style was named Caption. For greater clarity and co
254
517
  letter-spacing: 0px;
255
518
  }
256
519
 
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: Inter;
260
- font-weight: 700;
261
- font-size: 13px;
262
- line-height: 17.030000686645508px;
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 {
522
+ font-family: Inter;
523
+ font-weight: 700;
524
+ font-size: 13px;
525
+ line-height: 17.030000686645508px;
526
+ letter-spacing: 0px;
527
+ }
528
+
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 {
531
+ font-family: Inter;
532
+ font-weight: 400;
533
+ font-size: 10px;
534
+ line-height: 13px;
535
+ letter-spacing: 0px;
536
+ }
537
+
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 {
540
+ font-family: Inter;
541
+ font-weight: 700;
542
+ font-size: 10px;
543
+ line-height: 13px;
544
+ letter-spacing: 0px;
545
+ }
546
+
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: AntennaExtraCond;
555
+ font-size: 60px;
556
+ line-height: 69px;
557
+ letter-spacing: 0px;
558
+ font-style: bold italic;
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 {
563
+ font-family: AntennaExtraCond;
564
+ font-size: 44px;
565
+ line-height: 50.599998474121094px;
566
+ letter-spacing: 0px;
567
+ font-style: bold italic;
568
+ }
569
+
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: AntennaExtraCond;
573
+ font-size: 30px;
574
+ line-height: 34.5px;
575
+ letter-spacing: 0px;
576
+ font-style: bold italic;
577
+ }
578
+
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: AntennaExtraCond;
582
+ font-size: 26px;
583
+ line-height: 26px;
584
+ letter-spacing: 0px;
585
+ font-style: bold italic;
586
+ }
587
+
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 {
595
+ font-family: Inter;
596
+ font-weight: 400;
597
+ font-size: 16px;
598
+ line-height: 16px;
599
+ }
600
+
601
+
602
+ /* ============================================
603
+ KICKER
604
+ ============================================ */
605
+
606
+ /* Kickers are short introductory lines placed above a headline to provide context, category, or emphasis. They support content orientation. Font size: 18 - 18 - 22 - 30 --//*//-- currently css uses kicker0 for the naming of this text style and sequence of font size changes */
607
+ .kicker1 {
608
+ font-family: AntennaExtraCond;
609
+ font-size: 26px;
610
+ line-height: 28.600000381469727px;
611
+ letter-spacing: 0px;
612
+ font-style: black italic;
613
+ }
614
+
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 {
617
+ font-family: AntennaExtraCond;
618
+ font-size: 26px;
619
+ line-height: 28.600000381469727px;
263
620
  letter-spacing: 0px;
621
+ font-style: black italic;
264
622
  }
265
623
 
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: Inter;
269
- font-weight: 400;
270
- font-size: 10px;
271
- line-height: 13px;
272
- letter-spacing: 0px;
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 {
626
+ font-family: AntennaExtraCond;
627
+ font-size: 20px;
628
+ line-height: 22px;
629
+ font-style: black italic;
273
630
  }
274
631
 
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 {
277
- font-family: Inter;
278
- font-weight: 700;
279
- font-size: 10px;
280
- line-height: 13px;
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 {
634
+ font-family: AntennaExtraCond;
635
+ font-size: 16px;
636
+ line-height: 17.600000381469727px;
281
637
  letter-spacing: 0px;
638
+ font-style: black italic;
282
639
  }
283
640
 
641
+
642
+ /* ============================================
643
+ LABEL
644
+ ============================================ */
645
+
284
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. */
285
- .label-label1 {
647
+ .label1 {
286
648
  font-family: AntennaExtraCond;
287
649
  font-weight: 400;
288
650
  font-size: 17px;
@@ -291,7 +653,7 @@ In the previous system, this style was named Caption. For greater clarity and co
291
653
  }
292
654
 
293
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. */
294
- .label-label1bold {
656
+ .label1bold {
295
657
  font-family: AntennaExtraCond;
296
658
  font-weight: 700;
297
659
  font-size: 17px;
@@ -300,7 +662,7 @@ In the previous system, this style was named Caption. For greater clarity and co
300
662
  }
301
663
 
302
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 */
303
- .label-label1boldresp {
665
+ .label1boldresp {
304
666
  font-family: AntennaExtraCond;
305
667
  font-weight: 700;
306
668
  font-size: 15px;
@@ -309,7 +671,7 @@ In the previous system, this style was named Caption. For greater clarity and co
309
671
  }
310
672
 
311
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. */
312
- .label-label1uppercasebold {
674
+ .label1uppercasebold {
313
675
  font-family: AntennaExtraCond;
314
676
  font-weight: 700;
315
677
  font-size: 17px;
@@ -319,7 +681,7 @@ In the previous system, this style was named Caption. For greater clarity and co
319
681
  }
320
682
 
321
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. */
322
- .label-label2 {
684
+ .label2 {
323
685
  font-family: AntennaExtraCond;
324
686
  font-weight: 400;
325
687
  font-size: 15px;
@@ -328,7 +690,7 @@ In the previous system, this style was named Caption. For greater clarity and co
328
690
  }
329
691
 
330
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. */
331
- .label-label2uppercase {
693
+ .label2uppercase {
332
694
  font-family: AntennaExtraCond;
333
695
  font-weight: 400;
334
696
  font-size: 15px;
@@ -338,7 +700,7 @@ In the previous system, this style was named Caption. For greater clarity and co
338
700
  }
339
701
 
340
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. */
341
- .label-label2bold {
703
+ .label2bold {
342
704
  font-family: AntennaExtraCond;
343
705
  font-weight: 700;
344
706
  font-size: 15px;
@@ -347,7 +709,7 @@ In the previous system, this style was named Caption. For greater clarity and co
347
709
  }
348
710
 
349
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. */
350
- .label-label2uppercasebold {
712
+ .label2uppercasebold {
351
713
  font-family: AntennaExtraCond;
352
714
  font-weight: 700;
353
715
  font-size: 15px;
@@ -357,7 +719,7 @@ In the previous system, this style was named Caption. For greater clarity and co
357
719
  }
358
720
 
359
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. */
360
- .label-label3 {
722
+ .label3 {
361
723
  font-family: AntennaExtraCond;
362
724
  font-weight: 400;
363
725
  font-size: 12px;
@@ -366,7 +728,7 @@ In the previous system, this style was named Caption. For greater clarity and co
366
728
  }
367
729
 
368
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 */
369
- .label-label3uppercase {
731
+ .label3uppercase {
370
732
  font-family: AntennaExtraCond;
371
733
  font-weight: 400;
372
734
  font-size: 12px;
@@ -376,7 +738,7 @@ In the previous system, this style was named Caption. For greater clarity and co
376
738
  }
377
739
 
378
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. */
379
- .label-label3bold {
741
+ .label3bold {
380
742
  font-family: AntennaExtraCond;
381
743
  font-weight: 700;
382
744
  font-size: 12px;
@@ -385,277 +747,31 @@ In the previous system, this style was named Caption. For greater clarity and co
385
747
  }
386
748
 
387
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. */
388
- .label-label3uppercasebold {
750
+ .label3uppercasebold {
389
751
  font-family: AntennaExtraCond;
390
752
  font-weight: 700;
391
753
  font-size: 12px;
392
754
  line-height: 14.399999618530273px;
393
755
  letter-spacing: 0.5px;
394
- text-transform: upper;
395
- }
396
-
397
- /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. This text style should be chosen when shorter small identifier texts in a small font size is needed where as the footnote text style should be used for longer descriptive texts. This text style's font size value remains constant at 8. */
398
- .label-label4 {
399
- font-family: AntennaExtraCond;
400
- 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: AntennaCond;
409
- font-weight: 800;
410
- font-size: 18px;
411
- line-height: 23.399999618530273px;
412
- letter-spacing: 0px;
413
- }
414
-
415
- /* This text style is for use on accordion labels */
416
- .accordion-accordionlabel {
417
- font-family: Inter;
418
- font-weight: 700;
419
- font-size: 17px;
420
- letter-spacing: 0px;
421
- }
422
-
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 {
425
- font-family: AntennaExtraCond;
426
- font-size: 26px;
427
- line-height: 28.600000381469727px;
428
- font-style: black italic;
429
- }
430
-
431
- /* This text style is used on image captions that show up in article pages only. */
432
- .article-articleimagecaption {
433
- font-family: Inter;
434
- font-weight: 700;
435
- font-size: 13px;
436
- line-height: 16.899999618530273px;
437
- letter-spacing: 0px;
438
- }
439
-
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 {
442
- font-family: AntennaExtraCond;
443
- font-size: 60px;
444
- line-height: 60px;
445
- font-style: bold italic;
446
- }
447
-
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: Inter;
451
- font-weight: 400;
452
- font-size: 13px;
453
- line-height: 17px;
454
- }
455
-
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: AntennaCond;
459
- font-weight: 800;
460
- font-size: 14px;
461
- }
462
-
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 {
465
- font-family: AntennaExtraCond;
466
- font-weight: 700;
467
- font-size: 16px;
468
- line-height: 16px;
469
- }
470
-
471
- /* This text style is used for avatar on iOS & Android apps. 12 - 12 - 14 - 16 */
472
- .avatar-appavatar {
473
- font-family: AntennaCond;
474
- font-weight: 800;
475
- font-size: 14px;
476
- letter-spacing: 0px;
477
- text-transform: upper;
478
- }
479
-
480
- /* This text style is used on article page avatar name labels in their default state. Font size: 16 - 16 - 16 - 18
481
-
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 {
484
- font-family: Inter;
485
- font-weight: 700;
486
- font-size: 13px;
487
- line-height: 21px;
488
- letter-spacing: 0px;
489
- }
490
-
491
- /* This text style is used on avatars that appear in article pages. Font size: 16 - 16 - 16 - 18 */
492
- .avatar-avatarhover {
493
- font-family: Inter;
494
- font-weight: 700;
495
- font-size: 13px;
496
- line-height: 21px;
497
- letter-spacing: 0px;
498
- text-decoration: underline;
499
- }
500
-
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 {
503
- font-family: Inter;
504
- font-weight: 400;
505
- font-size: 13px;
506
- line-height: 21px;
507
- letter-spacing: 0px;
508
- }
509
-
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 {
512
- font-family: Inter;
513
- font-weight: 400;
514
- font-size: 13px;
515
- line-height: 21px;
516
- letter-spacing: 0px;
517
- text-decoration: underline;
518
- }
519
-
520
- /* 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during horizontal video advertisements. */
521
- .badges-videoadbadge {
522
- font-family: Gotham XNarrow;
523
- font-weight: 400;
524
- font-size: 16px;
525
- text-transform: upper;
526
- }
527
-
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: Inter;
531
- font-weight: 400;
532
- font-size: 18px;
533
- line-height: 23.799999237060547px;
534
- }
535
-
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 {
538
- font-family: Inter;
539
- font-weight: 700;
540
- font-size: 14px;
541
- line-height: 14px;
542
- letter-spacing: 0px;
543
- }
544
-
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 {
547
- font-family: Inter;
548
- font-weight: 400;
549
- font-size: 14px;
550
- line-height: 14px;
551
- letter-spacing: 0px;
552
- text-decoration: underline;
553
- }
554
-
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 {
557
- font-family: Inter;
558
- font-weight: 700;
559
- font-size: 14px;
560
- line-height: 14px;
561
- letter-spacing: 0px;
562
- text-decoration: underline;
563
- }
564
-
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 {
567
- font-family: AntennaExtraCond;
568
- font-weight: 700;
569
- font-size: 21px;
570
- line-height: 24px;
571
- letter-spacing: 0px;
572
- text-transform: upper;
573
- }
574
-
575
- /* Use this text style on the upper title of the breaking news headline strip. Font size constant 13. */
576
- .breakingnews-breakingnewsuppertitle {
577
- font-family: AntennaCond;
578
- font-weight: 800;
579
- font-size: 17px;
580
- line-height: 12px;
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: AntennaCond;
587
- font-weight: 800;
588
- font-size: 30px;
589
- line-height: 21px;
590
- letter-spacing: 0px;
591
- }
592
-
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 {
595
- font-family: AntennaExtraCond;
596
- font-size: 15px;
597
- line-height: 15px;
598
- letter-spacing: 0.5px;
599
- font-style: bold italic;
600
- text-transform: upper;
601
- }
602
-
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 {
605
- font-family: AntennaExtraCond;
606
- font-weight: 400;
607
- font-size: 16px;
608
- line-height: 16px;
609
- }
610
-
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 {
613
- font-family: Inter;
614
- font-weight: 700;
615
- font-size: 16px;
616
- }
617
-
618
- /* This text style is used for link texts contained inside cards that commonly show up at the bottom of pages in footers. This link text style's font size parameter uses the label2 font size variable. */
619
- .footer-footercardlink {
620
- font-family: Gotham XNarrow;
621
- font-weight: 400;
622
- font-size: 15px;
623
- text-decoration: underline;
624
- }
625
-
626
- /* This text style is found on footers that separate links with a vertical bar. Font size remains constant at 20 px across devices. */
627
- .footer-footerlinkseparator {
628
- font-family: Gotham XNarrow;
629
- font-weight: 400;
630
- }
631
-
632
- /* This text style is used in footer links that show up at the bottom of content pages. Font size constant at 11px. */
633
- .footer-footerlinks {
634
- font-family: Inter;
635
- font-weight: 700;
636
- font-size: 11px;
637
- line-height: 14px;
638
- letter-spacing: 0px;
756
+ text-transform: upper;
639
757
  }
640
758
 
641
- /* User data and offer pages use this text style on footer links. Font size remains constant at 18px. */
642
- .footer-footerlinkuser&offerpages {
643
- font-family: Inter;
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 {
761
+ font-family: AntennaExtraCond;
644
762
  font-weight: 400;
645
- font-size: 18px;
646
- line-height: 26px;
763
+ font-size: 8px;
764
+ line-height: 10px;
765
+ letter-spacing: 0px;
647
766
  }
648
767
 
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 {
651
- font-family: Inter;
652
- font-weight: 400;
653
- font-size: 16px;
654
- line-height: 16px;
655
- }
768
+
769
+ /* ============================================
770
+ LIVETICKER
771
+ ============================================ */
656
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: AntennaExtraCond;
660
776
  font-weight: 600;
661
777
  font-size: 32px;
@@ -664,15 +780,20 @@ In the previous system, this style was named Caption. For greater clarity and co
664
780
  }
665
781
 
666
782
  /* Use this text style on the live ticker time stamps. 14 - 14 - 16 - 16 */
667
- .liveticker-livetickertimestamp {
783
+ .livetickertimestamp {
668
784
  font-family: Gotham XNarrow;
669
785
  font-weight: 700;
670
786
  font-size: 16px;
671
787
  line-height: 16px;
672
788
  }
673
789
 
790
+
791
+ /* ============================================
792
+ MEDIAPLAYERS
793
+ ============================================ */
794
+
674
795
  /* This text style is used on controller labels of the podcast media player. Font size: 16 - 16 - 16 - 18 */
675
- .mediaplayers-podcastplayerlabel {
796
+ .podcastplayerlabel {
676
797
  font-family: AntennaExtraCond;
677
798
  font-weight: 400;
678
799
  font-size: 16px;
@@ -680,7 +801,7 @@ In the previous system, this style was named Caption. For greater clarity and co
680
801
  }
681
802
 
682
803
  /* 14 - 14 - 16 - 16 -- This text style is specific to the video horizontal player's ad badge that shows up next to the yellow progress bar that plays during the video advertisement. */
683
- .mediaplayers-videoadtime {
804
+ .videoadtime {
684
805
  font-family: Gotham;
685
806
  font-weight: 800;
686
807
  font-size: 16px;
@@ -688,15 +809,20 @@ In the previous system, this style was named Caption. For greater clarity and co
688
809
  }
689
810
 
690
811
  /* Use this text style on video player time badges that display elapsed, total or live information text labels. This text style references the label2 font size variable. 15px constant */
691
- .mediaplayers-videoplayertime {
812
+ .videoplayertime {
692
813
  font-family: AntennaCond;
693
814
  font-weight: 800;
694
815
  font-size: 16px;
695
816
  text-transform: upper;
696
817
  }
697
818
 
819
+
820
+ /* ============================================
821
+ MENU
822
+ ============================================ */
823
+
698
824
  /* This text style is used on a small title that is placed above tab elements that are seen on iOS and Android top menu bar. */
699
- .menu-apptopbarstagetitle {
825
+ .apptopbarstagetitle {
700
826
  font-family: AntennaCond;
701
827
  font-weight: 800;
702
828
  font-size: 13px;
@@ -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: AntennaCond;
710
836
  font-weight: 800;
711
837
  font-size: 13px;
@@ -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: AntennaExtraCond;
720
846
  font-size: 18px;
721
847
  line-height: 18px;
@@ -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: AntennaExtraCond;
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: AntennaExtraCond;
871
+ font-size: 16px;
872
+ line-height: 17.600000381469727px;
873
+ letter-spacing: 0px;
874
+ font-style: black italic;
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: AntennaExtraCond;
881
+ font-size: 30px;
882
+ line-height: 34.5px;
883
+ letter-spacing: 0px;
884
+ font-style: bold italic;
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: AntennaExtraCond;
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: AntennaExtraCond;
749
904
  font-weight: 700;
750
905
  font-size: 20px;
@@ -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: AntennaExtraCond;
758
913
  font-size: 30px;
759
914
  line-height: 34.5px;
@@ -761,8 +916,13 @@ In the previous system, this style was named Caption. For greater clarity and co
761
916
  font-style: bold italic;
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: AntennaExtraCond;
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: AntennaCond;
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: AntennaCond;
786
951
  font-weight: 800;
787
952
  font-size: 40px;
@@ -789,8 +954,41 @@ In the previous system, this style was named Caption. For greater clarity and co
789
954
  letter-spacing: -1px;
790
955
  }
791
956
 
957
+
958
+ /* ============================================
959
+ QTEASER
960
+ ============================================ */
961
+
962
+ /* This component level text style is used on the quad teaser headline. Its font size parameter references the semantic level variable headline1. 48 - 48 - 72 - 100 */
963
+ .qteaserheadline {
964
+ font-family: AntennaExtraCond;
965
+ font-size: 60px;
966
+ line-height: 69px;
967
+ letter-spacing: 0px;
968
+ font-style: bold italic;
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: AntennaCond;
979
+ font-weight: 800;
980
+ font-size: 18px;
981
+ line-height: 23.399999618530273px;
982
+ letter-spacing: 0px;
983
+ }
984
+
985
+
986
+ /* ============================================
987
+ SPECIALNAVI
988
+ ============================================ */
989
+
792
990
  /* Used on menu link lane items and on mobile side menu drawer. */
793
- .specialnavi-specianaviitemlabel {
991
+ .specianaviitemlabel {
794
992
  font-family: AntennaExtraCond;
795
993
  font-size: 18px;
796
994
  line-height: 18px;
@@ -798,8 +996,41 @@ In the previous system, this style was named Caption. For greater clarity and co
798
996
  font-style: black italic;
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: AntennaExtraCond;
1007
+ font-size: 26px;
1008
+ line-height: 28.600000381469727px;
1009
+ letter-spacing: 0px;
1010
+ font-style: bold italic;
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: AntennaCond;
1021
+ font-weight: 700;
1022
+ font-size: 22px;
1023
+ line-height: 28.600000381469727px;
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: Inter;
812
1043
  font-weight: 400;
813
1044
  font-size: 16px;
@@ -816,7 +1047,7 @@ In the previous system, this style was named Caption. For greater clarity and co
816
1047
  }
817
1048
 
818
1049
  /* Labels identify interface elements such as form fields, buttons, or navigation items. They ensure clarity and usability in functional contexts. */
819
- .tabs-appbottombarlabelactive {
1050
+ .appbottombarlabelactive {
820
1051
  font-family: Inter;
821
1052
  font-weight: 700;
822
1053
  font-size: 16px;
@@ -824,166 +1055,119 @@ In the previous system, this style was named Caption. For greater clarity and co
824
1055
  letter-spacing: 0px;
825
1056
  }
826
1057
 
827
- /* 16 - 16 - 22 - 24 | This text style currently uses two different semantic styles within it, the kicker3 for XS & S, and kicker2 for MD & LG */
828
- .ateaser-ateaserkicker {
829
- font-family: AntennaExtraCond;
830
- font-size: 26px;
831
- line-height: 26px;
832
- letter-spacing: 0px;
833
- font-style: black italic;
834
- }
835
-
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: AntennaExtraCond;
839
- font-size: 44px;
840
- line-height: 50.599998474121094px;
841
- letter-spacing: 0px;
842
- font-style: bold italic;
843
- }
844
1058
 
845
- /* This component level text style references size variables for the semantic level. Specifically kicker4. 14 - 14 - 16 - 16 */
846
- .mqteaser-mqteaserkicker {
847
- font-family: AntennaExtraCond;
848
- font-size: 16px;
849
- line-height: 17.600000381469727px;
850
- letter-spacing: 0px;
851
- font-style: black italic;
852
- }
1059
+ /* ============================================
1060
+ TEXTLINK
1061
+ ============================================ */
853
1062
 
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: AntennaExtraCond;
858
- font-size: 30px;
859
- line-height: 34.5px;
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 {
1065
+ font-family: Inter;
1066
+ font-weight: 400;
1067
+ font-size: 17px;
1068
+ line-height: 29.75px;
860
1069
  letter-spacing: 0px;
861
- font-style: bold italic;
1070
+ text-decoration: underline;
862
1071
  }
863
1072
 
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: AntennaExtraCond;
867
- font-size: 60px;
868
- line-height: 69px;
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: Inter;
1076
+ font-size: 17px;
1077
+ line-height: 29.75px;
869
1078
  letter-spacing: 0px;
870
- font-style: bold italic;
1079
+ text-decoration: underline;
871
1080
  }
872
1081
 
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: AntennaExtraCond;
876
- font-size: 26px;
877
- line-height: 28.600000381469727px;
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 {
1084
+ font-family: Inter;
1085
+ font-weight: 700;
1086
+ font-size: 17px;
1087
+ line-height: 29.75px;
878
1088
  letter-spacing: 0px;
879
- font-style: bold italic;
1089
+ text-decoration: underline;
880
1090
  }
881
1091
 
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: AntennaCond;
885
- font-weight: 800;
886
- font-size: 16px;
887
- line-height: 16.200000762939453px;
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 {
1094
+ font-family: Inter;
1095
+ font-weight: 400;
1096
+ font-size: 17px;
1097
+ line-height: 29.75px;
888
1098
  letter-spacing: 0px;
889
- text-transform: upper;
1099
+ text-decoration: underline;
890
1100
  }
891
1101
 
892
- ..dsdocsstyles-.pageheaderdescription {
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 {
893
1104
  font-family: Inter;
894
1105
  font-weight: 700;
1106
+ font-size: 17px;
1107
+ line-height: 29.75px;
895
1108
  letter-spacing: 0px;
896
- }
897
-
898
- /* This text style is only used on the design system's documentation for code syntax snippets. */
899
- ..dsdocsstyles-.codesnippets {
900
- font-family: Source Code Pro;
901
- font-size: 10px;
902
- line-height: 13px;
903
- letter-spacing: 0px;
904
- }
905
-
906
- /* This text style is only used for mockup pages of the design system website. */
907
- ..dsdocsstyles-.bilddesignsidemenu {
908
- font-family: Gotham XNarrow;
909
- font-weight: 400;
910
- }
911
-
912
- /* This text style is only used for mockup pages of the design system website. */
913
- ..dsdocsstyles-.bilddesignsidemenuactive {
914
- font-family: Gotham XNarrow;
915
- font-weight: 400;
916
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;
929
- font-size: 32px;
930
- line-height: 32px;
931
- text-decoration: underline;
932
- }
1113
+ /* ============================================
1114
+ TITLE
1115
+ ============================================ */
933
1116
 
934
- /* This text style is used on documentation pages that contain some token information. */
935
- ..dsdocsstyles-.tokenspecl {
936
- font-family: Source Code Pro;
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: AntennaCond;
1120
+ font-weight: 800;
1121
+ font-size: 28px;
1122
+ line-height: 30.799999237060547px;
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 {
941
- font-family: Gotham;
942
- font-weight: 400;
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 {
1128
+ font-family: AntennaCond;
1129
+ font-weight: 800;
1130
+ font-size: 28px;
1131
+ line-height: 30.799999237060547px;
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 {
952
- font-family: Gotham;
1138
+ In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20 */
1139
+ .title2 {
1140
+ font-family: AntennaCond;
1141
+ font-weight: 800;
1142
+ font-size: 18px;
1143
+ line-height: 23.399999618530273px;
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 {
962
- font-family: Gotham;
963
- font-weight: 400;
964
- font-size: 64px;
965
- line-height: 80px;
966
- text-decoration: underline;
1149
+ In the previous system, this style was named Caption. For greater clarity and consistency, it has been renamed to title2. Font size: 16 - 16 - 18 - 20 */
1150
+ .title2uppercase {
1151
+ font-family: AntennaCond;
1152
+ font-weight: 800;
1153
+ font-size: 18px;
1154
+ line-height: 23.399999618530273px;
1155
+ letter-spacing: 0px;
1156
+ text-transform: upper;
967
1157
  }
968
1158
 
969
- /* This text style is only used for audit pages of the design system. */
970
- ..specs-.specsl {
971
- font-family: Gotham;
972
- font-weight: 400;
973
- text-decoration: underline;
974
- }
975
1159
 
976
- /* This text style is only used for audit pages of the design system. */
977
- ..specs-.specsxl {
978
- font-family: Gotham;
979
- font-weight: 600;
980
- text-decoration: underline;
981
- }
1160
+ /* ============================================
1161
+ TOGGLESWITCHES
1162
+ ============================================ */
982
1163
 
983
- /* This text style is only used for audit pages of the design system. */
984
- ..specs-.specsxxl {
985
- font-family: Gotham;
986
- font-weight: 600;
987
- text-decoration: underline;
1164
+ /* This text style is used on labels in list items with toggle switches found in app preferences. 14 - 14 - 16 - 18 */
1165
+ .apptoogleitemlabel {
1166
+ font-family: AntennaCond;
1167
+ font-weight: 800;
1168
+ font-size: 16px;
1169
+ line-height: 16.200000762939453px;
1170
+ letter-spacing: 0px;
1171
+ text-transform: upper;
988
1172
  }
989
1173