tenara-ui-components 0.2.10 → 0.3.0

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 (191) hide show
  1. package/README.md +48 -18
  2. package/dist/components/atoms/Breadcrumb/Breadcrumb.d.ts +14 -0
  3. package/dist/components/atoms/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  4. package/dist/components/atoms/Breadcrumb/index.d.ts +3 -0
  5. package/dist/components/atoms/Breadcrumb/index.d.ts.map +1 -0
  6. package/dist/components/atoms/BulletList/BulletList.d.ts +22 -0
  7. package/dist/components/atoms/BulletList/BulletList.d.ts.map +1 -0
  8. package/dist/components/atoms/BulletList/index.d.ts +3 -0
  9. package/dist/components/atoms/BulletList/index.d.ts.map +1 -0
  10. package/dist/components/atoms/Button/Button.d.ts +8 -3
  11. package/dist/components/atoms/Button/Button.d.ts.map +1 -1
  12. package/dist/components/atoms/Button/buttonIcons.d.ts +5 -1
  13. package/dist/components/atoms/Button/buttonIcons.d.ts.map +1 -1
  14. package/dist/components/atoms/Button/index.d.ts +3 -0
  15. package/dist/components/atoms/Button/index.d.ts.map +1 -0
  16. package/dist/components/atoms/ButtonLink/ButtonLink.d.ts +5 -1
  17. package/dist/components/atoms/ButtonLink/ButtonLink.d.ts.map +1 -1
  18. package/dist/components/atoms/ColorTable/ColorTable.d.ts +3 -3
  19. package/dist/components/atoms/ColorTable/ColorTable.d.ts.map +1 -1
  20. package/dist/components/atoms/Container/Container.d.ts +15 -0
  21. package/dist/components/atoms/Container/Container.d.ts.map +1 -0
  22. package/dist/components/atoms/Container/index.d.ts +3 -0
  23. package/dist/components/atoms/Container/index.d.ts.map +1 -0
  24. package/dist/components/atoms/Divider/Divider.d.ts +20 -0
  25. package/dist/components/atoms/Divider/Divider.d.ts.map +1 -0
  26. package/dist/components/atoms/Divider/index.d.ts +3 -0
  27. package/dist/components/atoms/Divider/index.d.ts.map +1 -0
  28. package/dist/components/atoms/Grid/Grid.d.ts +41 -18
  29. package/dist/components/atoms/Grid/Grid.d.ts.map +1 -1
  30. package/dist/components/atoms/Heading/Heading.d.ts +8 -0
  31. package/dist/components/atoms/Heading/Heading.d.ts.map +1 -1
  32. package/dist/components/atoms/Icon/Icon.d.ts +42 -0
  33. package/dist/components/atoms/Icon/Icon.d.ts.map +1 -0
  34. package/dist/components/atoms/Icon/index.d.ts +3 -0
  35. package/dist/components/atoms/Icon/index.d.ts.map +1 -0
  36. package/dist/components/atoms/Media/Media.d.ts +63 -0
  37. package/dist/components/atoms/Media/Media.d.ts.map +1 -0
  38. package/dist/components/atoms/Media/index.d.ts +3 -0
  39. package/dist/components/atoms/Media/index.d.ts.map +1 -0
  40. package/dist/components/atoms/Modal/Modal.d.ts +24 -0
  41. package/dist/components/atoms/Modal/Modal.d.ts.map +1 -0
  42. package/dist/components/atoms/Modal/index.d.ts +3 -0
  43. package/dist/components/atoms/Modal/index.d.ts.map +1 -0
  44. package/dist/components/atoms/Paragraph/Paragraph.d.ts +41 -0
  45. package/dist/components/atoms/Paragraph/Paragraph.d.ts.map +1 -0
  46. package/dist/components/atoms/Paragraph/index.d.ts +3 -0
  47. package/dist/components/atoms/Paragraph/index.d.ts.map +1 -0
  48. package/dist/components/atoms/PlayButton/PlayButton.d.ts +26 -0
  49. package/dist/components/atoms/PlayButton/PlayButton.d.ts.map +1 -0
  50. package/dist/components/atoms/PlayButton/index.d.ts +3 -0
  51. package/dist/components/atoms/PlayButton/index.d.ts.map +1 -0
  52. package/dist/components/atoms/RichText/RichText.d.ts +21 -0
  53. package/dist/components/atoms/RichText/RichText.d.ts.map +1 -0
  54. package/dist/components/atoms/RichText/index.d.ts +3 -0
  55. package/dist/components/atoms/RichText/index.d.ts.map +1 -0
  56. package/dist/components/atoms/TestTierVariables/TestTierVariables.d.ts +11 -0
  57. package/dist/components/atoms/TestTierVariables/TestTierVariables.d.ts.map +1 -0
  58. package/dist/components/atoms/TestTierVariables/index.d.ts +3 -0
  59. package/dist/components/atoms/TestTierVariables/index.d.ts.map +1 -0
  60. package/dist/components/atoms/TextInput/TextInput.d.ts +44 -0
  61. package/dist/components/atoms/TextInput/TextInput.d.ts.map +1 -0
  62. package/dist/components/atoms/TextInput/index.d.ts +3 -0
  63. package/dist/components/atoms/TextInput/index.d.ts.map +1 -0
  64. package/dist/components/atoms/TextLink/TextLink.d.ts +1 -0
  65. package/dist/components/atoms/TextLink/TextLink.d.ts.map +1 -1
  66. package/dist/components/atoms/TextLink/index.d.ts +3 -0
  67. package/dist/components/atoms/TextLink/index.d.ts.map +1 -0
  68. package/dist/components/index.d.ts +36 -0
  69. package/dist/components/index.d.ts.map +1 -1
  70. package/dist/components/molecules/Card/Card.d.ts +2 -0
  71. package/dist/components/molecules/Card/Card.d.ts.map +1 -1
  72. package/dist/components/molecules/Card/index.d.ts +3 -0
  73. package/dist/components/molecules/Card/index.d.ts.map +1 -0
  74. package/dist/components/molecules/Header/Header.d.ts +1 -0
  75. package/dist/components/molecules/Header/Header.d.ts.map +1 -1
  76. package/dist/components/molecules/Header/index.d.ts +3 -0
  77. package/dist/components/molecules/Header/index.d.ts.map +1 -0
  78. package/dist/components/molecules/Modal/Modal.d.ts +24 -0
  79. package/dist/components/molecules/Modal/Modal.d.ts.map +1 -0
  80. package/dist/components/molecules/Modal/index.d.ts +3 -0
  81. package/dist/components/molecules/Modal/index.d.ts.map +1 -0
  82. package/dist/components/molecules/VideoPlayer/VideoPlayer.d.ts +29 -0
  83. package/dist/components/molecules/VideoPlayer/VideoPlayer.d.ts.map +1 -0
  84. package/dist/components/molecules/VideoPlayer/index.d.ts +3 -0
  85. package/dist/components/molecules/VideoPlayer/index.d.ts.map +1 -0
  86. package/dist/components/molecules/primax/Banner/Banner.d.ts +42 -0
  87. package/dist/components/molecules/primax/Banner/Banner.d.ts.map +1 -0
  88. package/dist/components/molecules/primax/Banner/index.d.ts +3 -0
  89. package/dist/components/molecules/primax/Banner/index.d.ts.map +1 -0
  90. package/dist/components/molecules/primax/CTA/CTA.d.ts +28 -0
  91. package/dist/components/molecules/primax/CTA/CTA.d.ts.map +1 -0
  92. package/dist/components/molecules/primax/CTA/index.d.ts +3 -0
  93. package/dist/components/molecules/primax/CTA/index.d.ts.map +1 -0
  94. package/dist/components/molecules/primax/Card/Card.d.ts +46 -0
  95. package/dist/components/molecules/primax/Card/Card.d.ts.map +1 -0
  96. package/dist/components/molecules/primax/Card/index.d.ts +3 -0
  97. package/dist/components/molecules/primax/Card/index.d.ts.map +1 -0
  98. package/dist/components/molecules/primax/HalfColumn/HalfColumn.d.ts +60 -0
  99. package/dist/components/molecules/primax/HalfColumn/HalfColumn.d.ts.map +1 -0
  100. package/dist/components/molecules/primax/HalfColumn/index.d.ts +3 -0
  101. package/dist/components/molecules/primax/HalfColumn/index.d.ts.map +1 -0
  102. package/dist/components/molecules/primax/MediaBlock/MediaBlock.d.ts +45 -0
  103. package/dist/components/molecules/primax/MediaBlock/MediaBlock.d.ts.map +1 -0
  104. package/dist/components/molecules/primax/MediaBlock/index.d.ts +3 -0
  105. package/dist/components/molecules/primax/MediaBlock/index.d.ts.map +1 -0
  106. package/dist/components/molecules/primax/MediaPresentation/MediaPresentation.d.ts +8 -0
  107. package/dist/components/molecules/primax/MediaPresentation/MediaPresentation.d.ts.map +1 -0
  108. package/dist/components/molecules/primax/MediaPresentation/index.d.ts +2 -0
  109. package/dist/components/molecules/primax/MediaPresentation/index.d.ts.map +1 -0
  110. package/dist/components/molecules/primax/PlayIcon/PlayIcon.d.ts +11 -0
  111. package/dist/components/molecules/primax/PlayIcon/PlayIcon.d.ts.map +1 -0
  112. package/dist/components/molecules/primax/PlayIcon/index.d.ts +2 -0
  113. package/dist/components/molecules/primax/PlayIcon/index.d.ts.map +1 -0
  114. package/dist/components/molecules/primax/Subscribe/Subscribe.d.ts +42 -0
  115. package/dist/components/molecules/primax/Subscribe/Subscribe.d.ts.map +1 -0
  116. package/dist/components/molecules/primax/Subscribe/index.d.ts +3 -0
  117. package/dist/components/molecules/primax/Subscribe/index.d.ts.map +1 -0
  118. package/dist/components/molecules/primax/TwoColumn/TwoColumn.d.ts +37 -0
  119. package/dist/components/molecules/primax/TwoColumn/TwoColumn.d.ts.map +1 -0
  120. package/dist/components/molecules/primax/TwoColumn/index.d.ts +3 -0
  121. package/dist/components/molecules/primax/TwoColumn/index.d.ts.map +1 -0
  122. package/dist/components/molecules/primax/VideoSection/VideoSection.d.ts +31 -0
  123. package/dist/components/molecules/primax/VideoSection/VideoSection.d.ts.map +1 -0
  124. package/dist/components/molecules/primax/VideoSection/index.d.ts +3 -0
  125. package/dist/components/molecules/primax/VideoSection/index.d.ts.map +1 -0
  126. package/dist/components/pages/Page.d.ts +1 -0
  127. package/dist/components/pages/Page.d.ts.map +1 -1
  128. package/dist/components/pages/index.d.ts +2 -0
  129. package/dist/components/pages/index.d.ts.map +1 -0
  130. package/dist/components/utilities/ThemeInitializer.d.ts +2 -0
  131. package/dist/components/utilities/ThemeInitializer.d.ts.map +1 -0
  132. package/dist/components/utilities/index.d.ts +2 -0
  133. package/dist/components/utilities/index.d.ts.map +1 -0
  134. package/dist/index.css +1 -1
  135. package/dist/index.esm.css +1 -1
  136. package/dist/index.esm.js +1 -1
  137. package/dist/index.esm.js.map +1 -1
  138. package/dist/index.js +1 -1
  139. package/dist/index.js.map +1 -1
  140. package/dist/themes/core/client-provider.d.ts +2 -2
  141. package/dist/themes/core/client-provider.d.ts.map +1 -1
  142. package/dist/themes/core/color-system.d.ts +58 -57
  143. package/dist/themes/core/color-system.d.ts.map +1 -1
  144. package/dist/themes/core/design-system-types.d.ts +42 -0
  145. package/dist/themes/core/design-system-types.d.ts.map +1 -0
  146. package/dist/themes/core/dynamic-types.d.ts +80 -0
  147. package/dist/themes/core/dynamic-types.d.ts.map +1 -0
  148. package/dist/themes/core/new-color-system.d.ts +17 -0
  149. package/dist/themes/core/new-color-system.d.ts.map +1 -0
  150. package/dist/themes/core/new-typography-system.d.ts +17 -0
  151. package/dist/themes/core/new-typography-system.d.ts.map +1 -0
  152. package/dist/themes/core/style-variable-schema.d.ts +107 -0
  153. package/dist/themes/core/style-variable-schema.d.ts.map +1 -0
  154. package/dist/themes/core/types.d.ts +74 -38
  155. package/dist/themes/core/types.d.ts.map +1 -1
  156. package/dist/themes/index.d.ts +1 -1
  157. package/dist/themes/index.d.ts.map +1 -1
  158. package/dist/themes/presets/advisors-plus.d.ts.map +1 -1
  159. package/dist/themes/presets/builders/color-builder.d.ts +109 -0
  160. package/dist/themes/presets/builders/color-builder.d.ts.map +1 -0
  161. package/dist/themes/presets/builders/component-builder.d.ts +154 -0
  162. package/dist/themes/presets/builders/component-builder.d.ts.map +1 -0
  163. package/dist/themes/presets/builders/index.d.ts +13 -0
  164. package/dist/themes/presets/builders/index.d.ts.map +1 -0
  165. package/dist/themes/presets/builders/typography-builder.d.ts +149 -0
  166. package/dist/themes/presets/builders/typography-builder.d.ts.map +1 -0
  167. package/dist/themes/presets/color-systems/advisors-plus-colors.d.ts.map +1 -1
  168. package/dist/themes/presets/color-systems/default-colors.d.ts +1 -1
  169. package/dist/themes/presets/color-systems/default-colors.d.ts.map +1 -1
  170. package/dist/themes/presets/color-systems/primax-colors.d.ts.map +1 -1
  171. package/dist/themes/presets/default.d.ts.map +1 -1
  172. package/dist/themes/presets/dynamic-advisors-plus.d.ts +40 -0
  173. package/dist/themes/presets/dynamic-advisors-plus.d.ts.map +1 -0
  174. package/dist/themes/presets/dynamic-default.d.ts +41 -0
  175. package/dist/themes/presets/dynamic-default.d.ts.map +1 -0
  176. package/dist/themes/presets/dynamic-primax.d.ts +38 -0
  177. package/dist/themes/presets/dynamic-primax.d.ts.map +1 -0
  178. package/dist/themes/presets/new-default.d.ts +7 -0
  179. package/dist/themes/presets/new-default.d.ts.map +1 -0
  180. package/dist/themes/presets/primax.d.ts.map +1 -1
  181. package/dist/themes/theme-loader.d.ts +15 -0
  182. package/dist/themes/theme-loader.d.ts.map +1 -0
  183. package/dist/themes/utils/generator.d.ts +2 -1
  184. package/dist/themes/utils/generator.d.ts.map +1 -1
  185. package/dist/themes/utils/helpers.d.ts +4 -2
  186. package/dist/themes/utils/helpers.d.ts.map +1 -1
  187. package/dist/themes/utils/migration.d.ts +94 -0
  188. package/dist/themes/utils/migration.d.ts.map +1 -0
  189. package/dist/themes/utils/new-generator.d.ts +27 -0
  190. package/dist/themes/utils/new-generator.d.ts.map +1 -0
  191. package/package.json +32 -37
@@ -0,0 +1,17 @@
1
+ /**
2
+ * New three-tier typography system following style variable schema
3
+ *
4
+ * Tier 1: Base typography values (typography-{property}-{value})
5
+ * Tier 2: Theme-level typography tokens (tier1-{bg_color}-typography-{intention}-{variant}-{breakpoint}-{property})
6
+ * Tier 3: Component-specific typography (tier2-{bg_color}-{component}-{variant}-{property})
7
+ */
8
+ import { Tier1TypographyName, Tier2TypographyName, Tier3TypographyName, TypographyValue } from '../core/style-variable-schema';
9
+ export declare const tier1Typography: Record<Tier1TypographyName, TypographyValue>;
10
+ export declare const tier2Typography: Partial<Record<Tier2TypographyName, TypographyValue>>;
11
+ export declare const tier3Typography: Partial<Record<Tier3TypographyName, TypographyValue>>;
12
+ export declare const newTypographySystem: {
13
+ tier1: Record<`typography-font_family-${string}` | `typography-font_weight-${string}` | `typography-font_style-${string}` | `typography-font_size-${string}` | `typography-line_height-${string}` | `typography-letter_spacing-${string}` | `typography-text_transform-${string}`, TypographyValue>;
14
+ tier2: Partial<Record<"tier1-white-typography-title-h1-desktop-font_family" | "tier1-white-typography-title-h1-desktop-font_weight" | "tier1-white-typography-title-h1-desktop-font_style" | "tier1-white-typography-title-h1-desktop-font_size" | "tier1-white-typography-title-h1-desktop-line_height" | "tier1-white-typography-title-h1-desktop-letter_spacing" | "tier1-white-typography-title-h1-desktop-text_transform" | "tier1-white-typography-title-h1-tablet-font_family" | "tier1-white-typography-title-h1-tablet-font_weight" | "tier1-white-typography-title-h1-tablet-font_style" | "tier1-white-typography-title-h1-tablet-font_size" | "tier1-white-typography-title-h1-tablet-line_height" | "tier1-white-typography-title-h1-tablet-letter_spacing" | "tier1-white-typography-title-h1-tablet-text_transform" | "tier1-white-typography-title-h1-mobile-font_family" | "tier1-white-typography-title-h1-mobile-font_weight" | "tier1-white-typography-title-h1-mobile-font_style" | "tier1-white-typography-title-h1-mobile-font_size" | "tier1-white-typography-title-h1-mobile-line_height" | "tier1-white-typography-title-h1-mobile-letter_spacing" | "tier1-white-typography-title-h1-mobile-text_transform" | "tier1-white-typography-title-h2-desktop-font_family" | "tier1-white-typography-title-h2-desktop-font_weight" | "tier1-white-typography-title-h2-desktop-font_style" | "tier1-white-typography-title-h2-desktop-font_size" | "tier1-white-typography-title-h2-desktop-line_height" | "tier1-white-typography-title-h2-desktop-letter_spacing" | "tier1-white-typography-title-h2-desktop-text_transform" | "tier1-white-typography-title-h2-tablet-font_family" | "tier1-white-typography-title-h2-tablet-font_weight" | "tier1-white-typography-title-h2-tablet-font_style" | "tier1-white-typography-title-h2-tablet-font_size" | "tier1-white-typography-title-h2-tablet-line_height" | "tier1-white-typography-title-h2-tablet-letter_spacing" | "tier1-white-typography-title-h2-tablet-text_transform" | "tier1-white-typography-title-h2-mobile-font_family" | "tier1-white-typography-title-h2-mobile-font_weight" | "tier1-white-typography-title-h2-mobile-font_style" | "tier1-white-typography-title-h2-mobile-font_size" | "tier1-white-typography-title-h2-mobile-line_height" | "tier1-white-typography-title-h2-mobile-letter_spacing" | "tier1-white-typography-title-h2-mobile-text_transform" | "tier1-white-typography-title-h3-desktop-font_family" | "tier1-white-typography-title-h3-desktop-font_weight" | "tier1-white-typography-title-h3-desktop-font_style" | "tier1-white-typography-title-h3-desktop-font_size" | "tier1-white-typography-title-h3-desktop-line_height" | "tier1-white-typography-title-h3-desktop-letter_spacing" | "tier1-white-typography-title-h3-desktop-text_transform" | "tier1-white-typography-title-h3-tablet-font_family" | "tier1-white-typography-title-h3-tablet-font_weight" | "tier1-white-typography-title-h3-tablet-font_style" | "tier1-white-typography-title-h3-tablet-font_size" | "tier1-white-typography-title-h3-tablet-line_height" | "tier1-white-typography-title-h3-tablet-letter_spacing" | "tier1-white-typography-title-h3-tablet-text_transform" | "tier1-white-typography-title-h3-mobile-font_family" | "tier1-white-typography-title-h3-mobile-font_weight" | "tier1-white-typography-title-h3-mobile-font_style" | "tier1-white-typography-title-h3-mobile-font_size" | "tier1-white-typography-title-h3-mobile-line_height" | "tier1-white-typography-title-h3-mobile-letter_spacing" | "tier1-white-typography-title-h3-mobile-text_transform" | "tier1-white-typography-title-h4-desktop-font_family" | "tier1-white-typography-title-h4-desktop-font_weight" | "tier1-white-typography-title-h4-desktop-font_style" | "tier1-white-typography-title-h4-desktop-font_size" | "tier1-white-typography-title-h4-desktop-line_height" | "tier1-white-typography-title-h4-desktop-letter_spacing" | "tier1-white-typography-title-h4-desktop-text_transform" | "tier1-white-typography-title-h4-tablet-font_family" | "tier1-white-typography-title-h4-tablet-font_weight" | "tier1-white-typography-title-h4-tablet-font_style" | "tier1-white-typography-title-h4-tablet-font_size" | "tier1-white-typography-title-h4-tablet-line_height" | "tier1-white-typography-title-h4-tablet-letter_spacing" | "tier1-white-typography-title-h4-tablet-text_transform" | "tier1-white-typography-title-h4-mobile-font_family" | "tier1-white-typography-title-h4-mobile-font_weight" | "tier1-white-typography-title-h4-mobile-font_style" | "tier1-white-typography-title-h4-mobile-font_size" | "tier1-white-typography-title-h4-mobile-line_height" | "tier1-white-typography-title-h4-mobile-letter_spacing" | "tier1-white-typography-title-h4-mobile-text_transform" | "tier1-white-typography-title-h5-desktop-font_family" | "tier1-white-typography-title-h5-desktop-font_weight" | "tier1-white-typography-title-h5-desktop-font_style" | "tier1-white-typography-title-h5-desktop-font_size" | "tier1-white-typography-title-h5-desktop-line_height" | "tier1-white-typography-title-h5-desktop-letter_spacing" | "tier1-white-typography-title-h5-desktop-text_transform" | "tier1-white-typography-title-h5-tablet-font_family" | "tier1-white-typography-title-h5-tablet-font_weight" | "tier1-white-typography-title-h5-tablet-font_style" | "tier1-white-typography-title-h5-tablet-font_size" | "tier1-white-typography-title-h5-tablet-line_height" | "tier1-white-typography-title-h5-tablet-letter_spacing" | "tier1-white-typography-title-h5-tablet-text_transform" | "tier1-white-typography-title-h5-mobile-font_family" | "tier1-white-typography-title-h5-mobile-font_weight" | "tier1-white-typography-title-h5-mobile-font_style" | "tier1-white-typography-title-h5-mobile-font_size" | "tier1-white-typography-title-h5-mobile-line_height" | "tier1-white-typography-title-h5-mobile-letter_spacing" | "tier1-white-typography-title-h5-mobile-text_transform" | "tier1-white-typography-title-h6-desktop-font_family" | "tier1-white-typography-title-h6-desktop-font_weight" | "tier1-white-typography-title-h6-desktop-font_style" | "tier1-white-typography-title-h6-desktop-font_size" | "tier1-white-typography-title-h6-desktop-line_height" | "tier1-white-typography-title-h6-desktop-letter_spacing" | "tier1-white-typography-title-h6-desktop-text_transform" | "tier1-white-typography-title-h6-tablet-font_family" | "tier1-white-typography-title-h6-tablet-font_weight" | "tier1-white-typography-title-h6-tablet-font_style" | "tier1-white-typography-title-h6-tablet-font_size" | "tier1-white-typography-title-h6-tablet-line_height" | "tier1-white-typography-title-h6-tablet-letter_spacing" | "tier1-white-typography-title-h6-tablet-text_transform" | "tier1-white-typography-title-h6-mobile-font_family" | "tier1-white-typography-title-h6-mobile-font_weight" | "tier1-white-typography-title-h6-mobile-font_style" | "tier1-white-typography-title-h6-mobile-font_size" | "tier1-white-typography-title-h6-mobile-line_height" | "tier1-white-typography-title-h6-mobile-letter_spacing" | "tier1-white-typography-title-h6-mobile-text_transform" | "tier1-white-typography-title-b1-desktop-font_family" | "tier1-white-typography-title-b1-desktop-font_weight" | "tier1-white-typography-title-b1-desktop-font_style" | "tier1-white-typography-title-b1-desktop-font_size" | "tier1-white-typography-title-b1-desktop-line_height" | "tier1-white-typography-title-b1-desktop-letter_spacing" | "tier1-white-typography-title-b1-desktop-text_transform" | "tier1-white-typography-title-b1-tablet-font_family" | "tier1-white-typography-title-b1-tablet-font_weight" | "tier1-white-typography-title-b1-tablet-font_style" | "tier1-white-typography-title-b1-tablet-font_size" | "tier1-white-typography-title-b1-tablet-line_height" | "tier1-white-typography-title-b1-tablet-letter_spacing" | "tier1-white-typography-title-b1-tablet-text_transform" | "tier1-white-typography-title-b1-mobile-font_family" | "tier1-white-typography-title-b1-mobile-font_weight" | "tier1-white-typography-title-b1-mobile-font_style" | "tier1-white-typography-title-b1-mobile-font_size" | "tier1-white-typography-title-b1-mobile-line_height" | "tier1-white-typography-title-b1-mobile-letter_spacing" | "tier1-white-typography-title-b1-mobile-text_transform" | "tier1-white-typography-title-b2-desktop-font_family" | "tier1-white-typography-title-b2-desktop-font_weight" | "tier1-white-typography-title-b2-desktop-font_style" | "tier1-white-typography-title-b2-desktop-font_size" | "tier1-white-typography-title-b2-desktop-line_height" | "tier1-white-typography-title-b2-desktop-letter_spacing" | "tier1-white-typography-title-b2-desktop-text_transform" | "tier1-white-typography-title-b2-tablet-font_family" | "tier1-white-typography-title-b2-tablet-font_weight" | "tier1-white-typography-title-b2-tablet-font_style" | "tier1-white-typography-title-b2-tablet-font_size" | "tier1-white-typography-title-b2-tablet-line_height" | "tier1-white-typography-title-b2-tablet-letter_spacing" | "tier1-white-typography-title-b2-tablet-text_transform" | "tier1-white-typography-title-b2-mobile-font_family" | "tier1-white-typography-title-b2-mobile-font_weight" | "tier1-white-typography-title-b2-mobile-font_style" | "tier1-white-typography-title-b2-mobile-font_size" | "tier1-white-typography-title-b2-mobile-line_height" | "tier1-white-typography-title-b2-mobile-letter_spacing" | "tier1-white-typography-title-b2-mobile-text_transform" | "tier1-white-typography-title-b3-desktop-font_family" | "tier1-white-typography-title-b3-desktop-font_weight" | "tier1-white-typography-title-b3-desktop-font_style" | "tier1-white-typography-title-b3-desktop-font_size" | "tier1-white-typography-title-b3-desktop-line_height" | "tier1-white-typography-title-b3-desktop-letter_spacing" | "tier1-white-typography-title-b3-desktop-text_transform" | "tier1-white-typography-title-b3-tablet-font_family" | "tier1-white-typography-title-b3-tablet-font_weight" | "tier1-white-typography-title-b3-tablet-font_style" | "tier1-white-typography-title-b3-tablet-font_size" | "tier1-white-typography-title-b3-tablet-line_height" | "tier1-white-typography-title-b3-tablet-letter_spacing" | "tier1-white-typography-title-b3-tablet-text_transform" | "tier1-white-typography-title-b3-mobile-font_family" | "tier1-white-typography-title-b3-mobile-font_weight" | "tier1-white-typography-title-b3-mobile-font_style" | "tier1-white-typography-title-b3-mobile-font_size" | "tier1-white-typography-title-b3-mobile-line_height" | "tier1-white-typography-title-b3-mobile-letter_spacing" | "tier1-white-typography-title-b3-mobile-text_transform" | "tier1-white-typography-subtitle-h1-desktop-font_family" | "tier1-white-typography-subtitle-h1-desktop-font_weight" | "tier1-white-typography-subtitle-h1-desktop-font_style" | "tier1-white-typography-subtitle-h1-desktop-font_size" | "tier1-white-typography-subtitle-h1-desktop-line_height" | "tier1-white-typography-subtitle-h1-desktop-letter_spacing" | "tier1-white-typography-subtitle-h1-desktop-text_transform" | "tier1-white-typography-subtitle-h1-tablet-font_family" | "tier1-white-typography-subtitle-h1-tablet-font_weight" | "tier1-white-typography-subtitle-h1-tablet-font_style" | "tier1-white-typography-subtitle-h1-tablet-font_size" | "tier1-white-typography-subtitle-h1-tablet-line_height" | "tier1-white-typography-subtitle-h1-tablet-letter_spacing" | "tier1-white-typography-subtitle-h1-tablet-text_transform" | "tier1-white-typography-subtitle-h1-mobile-font_family" | "tier1-white-typography-subtitle-h1-mobile-font_weight" | "tier1-white-typography-subtitle-h1-mobile-font_style" | "tier1-white-typography-subtitle-h1-mobile-font_size" | "tier1-white-typography-subtitle-h1-mobile-line_height" | "tier1-white-typography-subtitle-h1-mobile-letter_spacing" | "tier1-white-typography-subtitle-h1-mobile-text_transform" | "tier1-white-typography-subtitle-h2-desktop-font_family" | "tier1-white-typography-subtitle-h2-desktop-font_weight" | "tier1-white-typography-subtitle-h2-desktop-font_style" | "tier1-white-typography-subtitle-h2-desktop-font_size" | "tier1-white-typography-subtitle-h2-desktop-line_height" | "tier1-white-typography-subtitle-h2-desktop-letter_spacing" | "tier1-white-typography-subtitle-h2-desktop-text_transform" | "tier1-white-typography-subtitle-h2-tablet-font_family" | "tier1-white-typography-subtitle-h2-tablet-font_weight" | "tier1-white-typography-subtitle-h2-tablet-font_style" | "tier1-white-typography-subtitle-h2-tablet-font_size" | "tier1-white-typography-subtitle-h2-tablet-line_height" | "tier1-white-typography-subtitle-h2-tablet-letter_spacing" | "tier1-white-typography-subtitle-h2-tablet-text_transform" | "tier1-white-typography-subtitle-h2-mobile-font_family" | "tier1-white-typography-subtitle-h2-mobile-font_weight" | "tier1-white-typography-subtitle-h2-mobile-font_style" | "tier1-white-typography-subtitle-h2-mobile-font_size" | "tier1-white-typography-subtitle-h2-mobile-line_height" | "tier1-white-typography-subtitle-h2-mobile-letter_spacing" | "tier1-white-typography-subtitle-h2-mobile-text_transform" | "tier1-white-typography-subtitle-h3-desktop-font_family" | "tier1-white-typography-subtitle-h3-desktop-font_weight" | "tier1-white-typography-subtitle-h3-desktop-font_style" | "tier1-white-typography-subtitle-h3-desktop-font_size" | "tier1-white-typography-subtitle-h3-desktop-line_height" | "tier1-white-typography-subtitle-h3-desktop-letter_spacing" | "tier1-white-typography-subtitle-h3-desktop-text_transform" | "tier1-white-typography-subtitle-h3-tablet-font_family" | "tier1-white-typography-subtitle-h3-tablet-font_weight" | "tier1-white-typography-subtitle-h3-tablet-font_style" | "tier1-white-typography-subtitle-h3-tablet-font_size" | "tier1-white-typography-subtitle-h3-tablet-line_height" | "tier1-white-typography-subtitle-h3-tablet-letter_spacing" | "tier1-white-typography-subtitle-h3-tablet-text_transform" | "tier1-white-typography-subtitle-h3-mobile-font_family" | "tier1-white-typography-subtitle-h3-mobile-font_weight" | "tier1-white-typography-subtitle-h3-mobile-font_style" | "tier1-white-typography-subtitle-h3-mobile-font_size" | "tier1-white-typography-subtitle-h3-mobile-line_height" | "tier1-white-typography-subtitle-h3-mobile-letter_spacing" | "tier1-white-typography-subtitle-h3-mobile-text_transform" | "tier1-white-typography-subtitle-h4-desktop-font_family" | "tier1-white-typography-subtitle-h4-desktop-font_weight" | "tier1-white-typography-subtitle-h4-desktop-font_style" | "tier1-white-typography-subtitle-h4-desktop-font_size" | "tier1-white-typography-subtitle-h4-desktop-line_height" | "tier1-white-typography-subtitle-h4-desktop-letter_spacing" | "tier1-white-typography-subtitle-h4-desktop-text_transform" | "tier1-white-typography-subtitle-h4-tablet-font_family" | "tier1-white-typography-subtitle-h4-tablet-font_weight" | "tier1-white-typography-subtitle-h4-tablet-font_style" | "tier1-white-typography-subtitle-h4-tablet-font_size" | "tier1-white-typography-subtitle-h4-tablet-line_height" | "tier1-white-typography-subtitle-h4-tablet-letter_spacing" | "tier1-white-typography-subtitle-h4-tablet-text_transform" | "tier1-white-typography-subtitle-h4-mobile-font_family" | "tier1-white-typography-subtitle-h4-mobile-font_weight" | "tier1-white-typography-subtitle-h4-mobile-font_style" | "tier1-white-typography-subtitle-h4-mobile-font_size" | "tier1-white-typography-subtitle-h4-mobile-line_height" | "tier1-white-typography-subtitle-h4-mobile-letter_spacing" | "tier1-white-typography-subtitle-h4-mobile-text_transform" | "tier1-white-typography-subtitle-h5-desktop-font_family" | "tier1-white-typography-subtitle-h5-desktop-font_weight" | "tier1-white-typography-subtitle-h5-desktop-font_style" | "tier1-white-typography-subtitle-h5-desktop-font_size" | "tier1-white-typography-subtitle-h5-desktop-line_height" | "tier1-white-typography-subtitle-h5-desktop-letter_spacing" | "tier1-white-typography-subtitle-h5-desktop-text_transform" | "tier1-white-typography-subtitle-h5-tablet-font_family" | "tier1-white-typography-subtitle-h5-tablet-font_weight" | "tier1-white-typography-subtitle-h5-tablet-font_style" | "tier1-white-typography-subtitle-h5-tablet-font_size" | "tier1-white-typography-subtitle-h5-tablet-line_height" | "tier1-white-typography-subtitle-h5-tablet-letter_spacing" | "tier1-white-typography-subtitle-h5-tablet-text_transform" | "tier1-white-typography-subtitle-h5-mobile-font_family" | "tier1-white-typography-subtitle-h5-mobile-font_weight" | "tier1-white-typography-subtitle-h5-mobile-font_style" | "tier1-white-typography-subtitle-h5-mobile-font_size" | "tier1-white-typography-subtitle-h5-mobile-line_height" | "tier1-white-typography-subtitle-h5-mobile-letter_spacing" | "tier1-white-typography-subtitle-h5-mobile-text_transform" | "tier1-white-typography-subtitle-h6-desktop-font_family" | "tier1-white-typography-subtitle-h6-desktop-font_weight" | "tier1-white-typography-subtitle-h6-desktop-font_style" | "tier1-white-typography-subtitle-h6-desktop-font_size" | "tier1-white-typography-subtitle-h6-desktop-line_height" | "tier1-white-typography-subtitle-h6-desktop-letter_spacing" | "tier1-white-typography-subtitle-h6-desktop-text_transform" | "tier1-white-typography-subtitle-h6-tablet-font_family" | "tier1-white-typography-subtitle-h6-tablet-font_weight" | "tier1-white-typography-subtitle-h6-tablet-font_style" | "tier1-white-typography-subtitle-h6-tablet-font_size" | "tier1-white-typography-subtitle-h6-tablet-line_height" | "tier1-white-typography-subtitle-h6-tablet-letter_spacing" | "tier1-white-typography-subtitle-h6-tablet-text_transform" | "tier1-white-typography-subtitle-h6-mobile-font_family" | "tier1-white-typography-subtitle-h6-mobile-font_weight" | "tier1-white-typography-subtitle-h6-mobile-font_style" | "tier1-white-typography-subtitle-h6-mobile-font_size" | "tier1-white-typography-subtitle-h6-mobile-line_height" | "tier1-white-typography-subtitle-h6-mobile-letter_spacing" | "tier1-white-typography-subtitle-h6-mobile-text_transform" | "tier1-white-typography-subtitle-b1-desktop-font_family" | "tier1-white-typography-subtitle-b1-desktop-font_weight" | "tier1-white-typography-subtitle-b1-desktop-font_style" | "tier1-white-typography-subtitle-b1-desktop-font_size" | "tier1-white-typography-subtitle-b1-desktop-line_height" | "tier1-white-typography-subtitle-b1-desktop-letter_spacing" | "tier1-white-typography-subtitle-b1-desktop-text_transform" | "tier1-white-typography-subtitle-b1-tablet-font_family" | "tier1-white-typography-subtitle-b1-tablet-font_weight" | "tier1-white-typography-subtitle-b1-tablet-font_style" | "tier1-white-typography-subtitle-b1-tablet-font_size" | "tier1-white-typography-subtitle-b1-tablet-line_height" | "tier1-white-typography-subtitle-b1-tablet-letter_spacing" | "tier1-white-typography-subtitle-b1-tablet-text_transform" | "tier1-white-typography-subtitle-b1-mobile-font_family" | "tier1-white-typography-subtitle-b1-mobile-font_weight" | "tier1-white-typography-subtitle-b1-mobile-font_style" | "tier1-white-typography-subtitle-b1-mobile-font_size" | "tier1-white-typography-subtitle-b1-mobile-line_height" | "tier1-white-typography-subtitle-b1-mobile-letter_spacing" | "tier1-white-typography-subtitle-b1-mobile-text_transform" | "tier1-white-typography-subtitle-b2-desktop-font_family" | "tier1-white-typography-subtitle-b2-desktop-font_weight" | "tier1-white-typography-subtitle-b2-desktop-font_style" | "tier1-white-typography-subtitle-b2-desktop-font_size" | "tier1-white-typography-subtitle-b2-desktop-line_height" | "tier1-white-typography-subtitle-b2-desktop-letter_spacing" | "tier1-white-typography-subtitle-b2-desktop-text_transform" | "tier1-white-typography-subtitle-b2-tablet-font_family" | "tier1-white-typography-subtitle-b2-tablet-font_weight" | "tier1-white-typography-subtitle-b2-tablet-font_style" | "tier1-white-typography-subtitle-b2-tablet-font_size" | "tier1-white-typography-subtitle-b2-tablet-line_height" | "tier1-white-typography-subtitle-b2-tablet-letter_spacing" | "tier1-white-typography-subtitle-b2-tablet-text_transform" | "tier1-white-typography-subtitle-b2-mobile-font_family" | "tier1-white-typography-subtitle-b2-mobile-font_weight" | "tier1-white-typography-subtitle-b2-mobile-font_style" | "tier1-white-typography-subtitle-b2-mobile-font_size" | "tier1-white-typography-subtitle-b2-mobile-line_height" | "tier1-white-typography-subtitle-b2-mobile-letter_spacing" | "tier1-white-typography-subtitle-b2-mobile-text_transform" | "tier1-white-typography-subtitle-b3-desktop-font_family" | "tier1-white-typography-subtitle-b3-desktop-font_weight" | "tier1-white-typography-subtitle-b3-desktop-font_style" | "tier1-white-typography-subtitle-b3-desktop-font_size" | "tier1-white-typography-subtitle-b3-desktop-line_height" | "tier1-white-typography-subtitle-b3-desktop-letter_spacing" | "tier1-white-typography-subtitle-b3-desktop-text_transform" | "tier1-white-typography-subtitle-b3-tablet-font_family" | "tier1-white-typography-subtitle-b3-tablet-font_weight" | "tier1-white-typography-subtitle-b3-tablet-font_style" | "tier1-white-typography-subtitle-b3-tablet-font_size" | "tier1-white-typography-subtitle-b3-tablet-line_height" | "tier1-white-typography-subtitle-b3-tablet-letter_spacing" | "tier1-white-typography-subtitle-b3-tablet-text_transform" | "tier1-white-typography-subtitle-b3-mobile-font_family" | "tier1-white-typography-subtitle-b3-mobile-font_weight" | "tier1-white-typography-subtitle-b3-mobile-font_style" | "tier1-white-typography-subtitle-b3-mobile-font_size" | "tier1-white-typography-subtitle-b3-mobile-line_height" | "tier1-white-typography-subtitle-b3-mobile-letter_spacing" | "tier1-white-typography-subtitle-b3-mobile-text_transform" | "tier1-white-typography-body-h1-desktop-font_family" | "tier1-white-typography-body-h1-desktop-font_weight" | "tier1-white-typography-body-h1-desktop-font_style" | "tier1-white-typography-body-h1-desktop-font_size" | "tier1-white-typography-body-h1-desktop-line_height" | "tier1-white-typography-body-h1-desktop-letter_spacing" | "tier1-white-typography-body-h1-desktop-text_transform" | "tier1-white-typography-body-h1-tablet-font_family" | "tier1-white-typography-body-h1-tablet-font_weight" | "tier1-white-typography-body-h1-tablet-font_style" | "tier1-white-typography-body-h1-tablet-font_size" | "tier1-white-typography-body-h1-tablet-line_height" | "tier1-white-typography-body-h1-tablet-letter_spacing" | "tier1-white-typography-body-h1-tablet-text_transform" | "tier1-white-typography-body-h1-mobile-font_family" | "tier1-white-typography-body-h1-mobile-font_weight" | "tier1-white-typography-body-h1-mobile-font_style" | "tier1-white-typography-body-h1-mobile-font_size" | "tier1-white-typography-body-h1-mobile-line_height" | "tier1-white-typography-body-h1-mobile-letter_spacing" | "tier1-white-typography-body-h1-mobile-text_transform" | "tier1-white-typography-body-h2-desktop-font_family" | "tier1-white-typography-body-h2-desktop-font_weight" | "tier1-white-typography-body-h2-desktop-font_style" | "tier1-white-typography-body-h2-desktop-font_size" | "tier1-white-typography-body-h2-desktop-line_height" | "tier1-white-typography-body-h2-desktop-letter_spacing" | "tier1-white-typography-body-h2-desktop-text_transform" | "tier1-white-typography-body-h2-tablet-font_family" | "tier1-white-typography-body-h2-tablet-font_weight" | "tier1-white-typography-body-h2-tablet-font_style" | "tier1-white-typography-body-h2-tablet-font_size" | "tier1-white-typography-body-h2-tablet-line_height" | "tier1-white-typography-body-h2-tablet-letter_spacing" | "tier1-white-typography-body-h2-tablet-text_transform" | "tier1-white-typography-body-h2-mobile-font_family" | "tier1-white-typography-body-h2-mobile-font_weight" | "tier1-white-typography-body-h2-mobile-font_style" | "tier1-white-typography-body-h2-mobile-font_size" | "tier1-white-typography-body-h2-mobile-line_height" | "tier1-white-typography-body-h2-mobile-letter_spacing" | "tier1-white-typography-body-h2-mobile-text_transform" | "tier1-white-typography-body-h3-desktop-font_family" | "tier1-white-typography-body-h3-desktop-font_weight" | "tier1-white-typography-body-h3-desktop-font_style" | "tier1-white-typography-body-h3-desktop-font_size" | "tier1-white-typography-body-h3-desktop-line_height" | "tier1-white-typography-body-h3-desktop-letter_spacing" | "tier1-white-typography-body-h3-desktop-text_transform" | "tier1-white-typography-body-h3-tablet-font_family" | "tier1-white-typography-body-h3-tablet-font_weight" | "tier1-white-typography-body-h3-tablet-font_style" | "tier1-white-typography-body-h3-tablet-font_size" | "tier1-white-typography-body-h3-tablet-line_height" | "tier1-white-typography-body-h3-tablet-letter_spacing" | "tier1-white-typography-body-h3-tablet-text_transform" | "tier1-white-typography-body-h3-mobile-font_family" | "tier1-white-typography-body-h3-mobile-font_weight" | "tier1-white-typography-body-h3-mobile-font_style" | "tier1-white-typography-body-h3-mobile-font_size" | "tier1-white-typography-body-h3-mobile-line_height" | "tier1-white-typography-body-h3-mobile-letter_spacing" | "tier1-white-typography-body-h3-mobile-text_transform" | "tier1-white-typography-body-h4-desktop-font_family" | "tier1-white-typography-body-h4-desktop-font_weight" | "tier1-white-typography-body-h4-desktop-font_style" | "tier1-white-typography-body-h4-desktop-font_size" | "tier1-white-typography-body-h4-desktop-line_height" | "tier1-white-typography-body-h4-desktop-letter_spacing" | "tier1-white-typography-body-h4-desktop-text_transform" | "tier1-white-typography-body-h4-tablet-font_family" | "tier1-white-typography-body-h4-tablet-font_weight" | "tier1-white-typography-body-h4-tablet-font_style" | "tier1-white-typography-body-h4-tablet-font_size" | "tier1-white-typography-body-h4-tablet-line_height" | "tier1-white-typography-body-h4-tablet-letter_spacing" | "tier1-white-typography-body-h4-tablet-text_transform" | "tier1-white-typography-body-h4-mobile-font_family" | "tier1-white-typography-body-h4-mobile-font_weight" | "tier1-white-typography-body-h4-mobile-font_style" | "tier1-white-typography-body-h4-mobile-font_size" | "tier1-white-typography-body-h4-mobile-line_height" | "tier1-white-typography-body-h4-mobile-letter_spacing" | "tier1-white-typography-body-h4-mobile-text_transform" | "tier1-white-typography-body-h5-desktop-font_family" | "tier1-white-typography-body-h5-desktop-font_weight" | "tier1-white-typography-body-h5-desktop-font_style" | "tier1-white-typography-body-h5-desktop-font_size" | "tier1-white-typography-body-h5-desktop-line_height" | "tier1-white-typography-body-h5-desktop-letter_spacing" | "tier1-white-typography-body-h5-desktop-text_transform" | "tier1-white-typography-body-h5-tablet-font_family" | "tier1-white-typography-body-h5-tablet-font_weight" | "tier1-white-typography-body-h5-tablet-font_style" | "tier1-white-typography-body-h5-tablet-font_size" | "tier1-white-typography-body-h5-tablet-line_height" | "tier1-white-typography-body-h5-tablet-letter_spacing" | "tier1-white-typography-body-h5-tablet-text_transform" | "tier1-white-typography-body-h5-mobile-font_family" | "tier1-white-typography-body-h5-mobile-font_weight" | "tier1-white-typography-body-h5-mobile-font_style" | "tier1-white-typography-body-h5-mobile-font_size" | "tier1-white-typography-body-h5-mobile-line_height" | "tier1-white-typography-body-h5-mobile-letter_spacing" | "tier1-white-typography-body-h5-mobile-text_transform" | "tier1-white-typography-body-h6-desktop-font_family" | "tier1-white-typography-body-h6-desktop-font_weight" | "tier1-white-typography-body-h6-desktop-font_style" | "tier1-white-typography-body-h6-desktop-font_size" | "tier1-white-typography-body-h6-desktop-line_height" | "tier1-white-typography-body-h6-desktop-letter_spacing" | "tier1-white-typography-body-h6-desktop-text_transform" | "tier1-white-typography-body-h6-tablet-font_family" | "tier1-white-typography-body-h6-tablet-font_weight" | "tier1-white-typography-body-h6-tablet-font_style" | "tier1-white-typography-body-h6-tablet-font_size" | "tier1-white-typography-body-h6-tablet-line_height" | "tier1-white-typography-body-h6-tablet-letter_spacing" | "tier1-white-typography-body-h6-tablet-text_transform" | "tier1-white-typography-body-h6-mobile-font_family" | "tier1-white-typography-body-h6-mobile-font_weight" | "tier1-white-typography-body-h6-mobile-font_style" | "tier1-white-typography-body-h6-mobile-font_size" | "tier1-white-typography-body-h6-mobile-line_height" | "tier1-white-typography-body-h6-mobile-letter_spacing" | "tier1-white-typography-body-h6-mobile-text_transform" | "tier1-white-typography-body-b1-desktop-font_family" | "tier1-white-typography-body-b1-desktop-font_weight" | "tier1-white-typography-body-b1-desktop-font_style" | "tier1-white-typography-body-b1-desktop-font_size" | "tier1-white-typography-body-b1-desktop-line_height" | "tier1-white-typography-body-b1-desktop-letter_spacing" | "tier1-white-typography-body-b1-desktop-text_transform" | "tier1-white-typography-body-b1-tablet-font_family" | "tier1-white-typography-body-b1-tablet-font_weight" | "tier1-white-typography-body-b1-tablet-font_style" | "tier1-white-typography-body-b1-tablet-font_size" | "tier1-white-typography-body-b1-tablet-line_height" | "tier1-white-typography-body-b1-tablet-letter_spacing" | "tier1-white-typography-body-b1-tablet-text_transform" | "tier1-white-typography-body-b1-mobile-font_family" | "tier1-white-typography-body-b1-mobile-font_weight" | "tier1-white-typography-body-b1-mobile-font_style" | "tier1-white-typography-body-b1-mobile-font_size" | "tier1-white-typography-body-b1-mobile-line_height" | "tier1-white-typography-body-b1-mobile-letter_spacing" | "tier1-white-typography-body-b1-mobile-text_transform" | "tier1-white-typography-body-b2-desktop-font_family" | "tier1-white-typography-body-b2-desktop-font_weight" | "tier1-white-typography-body-b2-desktop-font_style" | "tier1-white-typography-body-b2-desktop-font_size" | "tier1-white-typography-body-b2-desktop-line_height" | "tier1-white-typography-body-b2-desktop-letter_spacing" | "tier1-white-typography-body-b2-desktop-text_transform" | "tier1-white-typography-body-b2-tablet-font_family" | "tier1-white-typography-body-b2-tablet-font_weight" | "tier1-white-typography-body-b2-tablet-font_style" | "tier1-white-typography-body-b2-tablet-font_size" | "tier1-white-typography-body-b2-tablet-line_height" | "tier1-white-typography-body-b2-tablet-letter_spacing" | "tier1-white-typography-body-b2-tablet-text_transform" | "tier1-white-typography-body-b2-mobile-font_family" | "tier1-white-typography-body-b2-mobile-font_weight" | "tier1-white-typography-body-b2-mobile-font_style" | "tier1-white-typography-body-b2-mobile-font_size" | "tier1-white-typography-body-b2-mobile-line_height" | "tier1-white-typography-body-b2-mobile-letter_spacing" | "tier1-white-typography-body-b2-mobile-text_transform" | "tier1-white-typography-body-b3-desktop-font_family" | "tier1-white-typography-body-b3-desktop-font_weight" | "tier1-white-typography-body-b3-desktop-font_style" | "tier1-white-typography-body-b3-desktop-font_size" | "tier1-white-typography-body-b3-desktop-line_height" | "tier1-white-typography-body-b3-desktop-letter_spacing" | "tier1-white-typography-body-b3-desktop-text_transform" | "tier1-white-typography-body-b3-tablet-font_family" | "tier1-white-typography-body-b3-tablet-font_weight" | "tier1-white-typography-body-b3-tablet-font_style" | "tier1-white-typography-body-b3-tablet-font_size" | "tier1-white-typography-body-b3-tablet-line_height" | "tier1-white-typography-body-b3-tablet-letter_spacing" | "tier1-white-typography-body-b3-tablet-text_transform" | "tier1-white-typography-body-b3-mobile-font_family" | "tier1-white-typography-body-b3-mobile-font_weight" | "tier1-white-typography-body-b3-mobile-font_style" | "tier1-white-typography-body-b3-mobile-font_size" | "tier1-white-typography-body-b3-mobile-line_height" | "tier1-white-typography-body-b3-mobile-letter_spacing" | "tier1-white-typography-body-b3-mobile-text_transform" | "tier1-white-typography-label-h1-desktop-font_family" | "tier1-white-typography-label-h1-desktop-font_weight" | "tier1-white-typography-label-h1-desktop-font_style" | "tier1-white-typography-label-h1-desktop-font_size" | "tier1-white-typography-label-h1-desktop-line_height" | "tier1-white-typography-label-h1-desktop-letter_spacing" | "tier1-white-typography-label-h1-desktop-text_transform" | "tier1-white-typography-label-h1-tablet-font_family" | "tier1-white-typography-label-h1-tablet-font_weight" | "tier1-white-typography-label-h1-tablet-font_style" | "tier1-white-typography-label-h1-tablet-font_size" | "tier1-white-typography-label-h1-tablet-line_height" | "tier1-white-typography-label-h1-tablet-letter_spacing" | "tier1-white-typography-label-h1-tablet-text_transform" | "tier1-white-typography-label-h1-mobile-font_family" | "tier1-white-typography-label-h1-mobile-font_weight" | "tier1-white-typography-label-h1-mobile-font_style" | "tier1-white-typography-label-h1-mobile-font_size" | "tier1-white-typography-label-h1-mobile-line_height" | "tier1-white-typography-label-h1-mobile-letter_spacing" | "tier1-white-typography-label-h1-mobile-text_transform" | "tier1-white-typography-label-h2-desktop-font_family" | "tier1-white-typography-label-h2-desktop-font_weight" | "tier1-white-typography-label-h2-desktop-font_style" | "tier1-white-typography-label-h2-desktop-font_size" | "tier1-white-typography-label-h2-desktop-line_height" | "tier1-white-typography-label-h2-desktop-letter_spacing" | "tier1-white-typography-label-h2-desktop-text_transform" | "tier1-white-typography-label-h2-tablet-font_family" | "tier1-white-typography-label-h2-tablet-font_weight" | "tier1-white-typography-label-h2-tablet-font_style" | "tier1-white-typography-label-h2-tablet-font_size" | "tier1-white-typography-label-h2-tablet-line_height" | "tier1-white-typography-label-h2-tablet-letter_spacing" | "tier1-white-typography-label-h2-tablet-text_transform" | "tier1-white-typography-label-h2-mobile-font_family" | "tier1-white-typography-label-h2-mobile-font_weight" | "tier1-white-typography-label-h2-mobile-font_style" | "tier1-white-typography-label-h2-mobile-font_size" | "tier1-white-typography-label-h2-mobile-line_height" | "tier1-white-typography-label-h2-mobile-letter_spacing" | "tier1-white-typography-label-h2-mobile-text_transform" | "tier1-white-typography-label-h3-desktop-font_family" | "tier1-white-typography-label-h3-desktop-font_weight" | "tier1-white-typography-label-h3-desktop-font_style" | "tier1-white-typography-label-h3-desktop-font_size" | "tier1-white-typography-label-h3-desktop-line_height" | "tier1-white-typography-label-h3-desktop-letter_spacing" | "tier1-white-typography-label-h3-desktop-text_transform" | "tier1-white-typography-label-h3-tablet-font_family" | "tier1-white-typography-label-h3-tablet-font_weight" | "tier1-white-typography-label-h3-tablet-font_style" | "tier1-white-typography-label-h3-tablet-font_size" | "tier1-white-typography-label-h3-tablet-line_height" | "tier1-white-typography-label-h3-tablet-letter_spacing" | "tier1-white-typography-label-h3-tablet-text_transform" | "tier1-white-typography-label-h3-mobile-font_family" | "tier1-white-typography-label-h3-mobile-font_weight" | "tier1-white-typography-label-h3-mobile-font_style" | "tier1-white-typography-label-h3-mobile-font_size" | "tier1-white-typography-label-h3-mobile-line_height" | "tier1-white-typography-label-h3-mobile-letter_spacing" | "tier1-white-typography-label-h3-mobile-text_transform" | "tier1-white-typography-label-h4-desktop-font_family" | "tier1-white-typography-label-h4-desktop-font_weight" | "tier1-white-typography-label-h4-desktop-font_style" | "tier1-white-typography-label-h4-desktop-font_size" | "tier1-white-typography-label-h4-desktop-line_height" | "tier1-white-typography-label-h4-desktop-letter_spacing" | "tier1-white-typography-label-h4-desktop-text_transform" | "tier1-white-typography-label-h4-tablet-font_family" | "tier1-white-typography-label-h4-tablet-font_weight" | "tier1-white-typography-label-h4-tablet-font_style" | "tier1-white-typography-label-h4-tablet-font_size" | "tier1-white-typography-label-h4-tablet-line_height" | "tier1-white-typography-label-h4-tablet-letter_spacing" | "tier1-white-typography-label-h4-tablet-text_transform" | "tier1-white-typography-label-h4-mobile-font_family" | "tier1-white-typography-label-h4-mobile-font_weight" | "tier1-white-typography-label-h4-mobile-font_style" | "tier1-white-typography-label-h4-mobile-font_size" | "tier1-white-typography-label-h4-mobile-line_height" | "tier1-white-typography-label-h4-mobile-letter_spacing" | "tier1-white-typography-label-h4-mobile-text_transform" | "tier1-white-typography-label-h5-desktop-font_family" | "tier1-white-typography-label-h5-desktop-font_weight" | "tier1-white-typography-label-h5-desktop-font_style" | "tier1-white-typography-label-h5-desktop-font_size" | "tier1-white-typography-label-h5-desktop-line_height" | "tier1-white-typography-label-h5-desktop-letter_spacing" | "tier1-white-typography-label-h5-desktop-text_transform" | "tier1-white-typography-label-h5-tablet-font_family" | "tier1-white-typography-label-h5-tablet-font_weight" | "tier1-white-typography-label-h5-tablet-font_style" | "tier1-white-typography-label-h5-tablet-font_size" | "tier1-white-typography-label-h5-tablet-line_height" | "tier1-white-typography-label-h5-tablet-letter_spacing" | "tier1-white-typography-label-h5-tablet-text_transform" | "tier1-white-typography-label-h5-mobile-font_family" | "tier1-white-typography-label-h5-mobile-font_weight" | "tier1-white-typography-label-h5-mobile-font_style" | "tier1-white-typography-label-h5-mobile-font_size" | "tier1-white-typography-label-h5-mobile-line_height" | "tier1-white-typography-label-h5-mobile-letter_spacing" | "tier1-white-typography-label-h5-mobile-text_transform" | "tier1-white-typography-label-h6-desktop-font_family" | "tier1-white-typography-label-h6-desktop-font_weight" | "tier1-white-typography-label-h6-desktop-font_style" | "tier1-white-typography-label-h6-desktop-font_size" | "tier1-white-typography-label-h6-desktop-line_height" | "tier1-white-typography-label-h6-desktop-letter_spacing" | "tier1-white-typography-label-h6-desktop-text_transform" | "tier1-white-typography-label-h6-tablet-font_family" | "tier1-white-typography-label-h6-tablet-font_weight" | "tier1-white-typography-label-h6-tablet-font_style" | "tier1-white-typography-label-h6-tablet-font_size" | "tier1-white-typography-label-h6-tablet-line_height" | "tier1-white-typography-label-h6-tablet-letter_spacing" | "tier1-white-typography-label-h6-tablet-text_transform" | "tier1-white-typography-label-h6-mobile-font_family" | "tier1-white-typography-label-h6-mobile-font_weight" | "tier1-white-typography-label-h6-mobile-font_style" | "tier1-white-typography-label-h6-mobile-font_size" | "tier1-white-typography-label-h6-mobile-line_height" | "tier1-white-typography-label-h6-mobile-letter_spacing" | "tier1-white-typography-label-h6-mobile-text_transform" | "tier1-white-typography-label-b1-desktop-font_family" | "tier1-white-typography-label-b1-desktop-font_weight" | "tier1-white-typography-label-b1-desktop-font_style" | "tier1-white-typography-label-b1-desktop-font_size" | "tier1-white-typography-label-b1-desktop-line_height" | "tier1-white-typography-label-b1-desktop-letter_spacing" | "tier1-white-typography-label-b1-desktop-text_transform" | "tier1-white-typography-label-b1-tablet-font_family" | "tier1-white-typography-label-b1-tablet-font_weight" | "tier1-white-typography-label-b1-tablet-font_style" | "tier1-white-typography-label-b1-tablet-font_size" | "tier1-white-typography-label-b1-tablet-line_height" | "tier1-white-typography-label-b1-tablet-letter_spacing" | "tier1-white-typography-label-b1-tablet-text_transform" | "tier1-white-typography-label-b1-mobile-font_family" | "tier1-white-typography-label-b1-mobile-font_weight" | "tier1-white-typography-label-b1-mobile-font_style" | "tier1-white-typography-label-b1-mobile-font_size" | "tier1-white-typography-label-b1-mobile-line_height" | "tier1-white-typography-label-b1-mobile-letter_spacing" | "tier1-white-typography-label-b1-mobile-text_transform" | "tier1-white-typography-label-b2-desktop-font_family" | "tier1-white-typography-label-b2-desktop-font_weight" | "tier1-white-typography-label-b2-desktop-font_style" | "tier1-white-typography-label-b2-desktop-font_size" | "tier1-white-typography-label-b2-desktop-line_height" | "tier1-white-typography-label-b2-desktop-letter_spacing" | "tier1-white-typography-label-b2-desktop-text_transform" | "tier1-white-typography-label-b2-tablet-font_family" | "tier1-white-typography-label-b2-tablet-font_weight" | "tier1-white-typography-label-b2-tablet-font_style" | "tier1-white-typography-label-b2-tablet-font_size" | "tier1-white-typography-label-b2-tablet-line_height" | "tier1-white-typography-label-b2-tablet-letter_spacing" | "tier1-white-typography-label-b2-tablet-text_transform" | "tier1-white-typography-label-b2-mobile-font_family" | "tier1-white-typography-label-b2-mobile-font_weight" | "tier1-white-typography-label-b2-mobile-font_style" | "tier1-white-typography-label-b2-mobile-font_size" | "tier1-white-typography-label-b2-mobile-line_height" | "tier1-white-typography-label-b2-mobile-letter_spacing" | "tier1-white-typography-label-b2-mobile-text_transform" | "tier1-white-typography-label-b3-desktop-font_family" | "tier1-white-typography-label-b3-desktop-font_weight" | "tier1-white-typography-label-b3-desktop-font_style" | "tier1-white-typography-label-b3-desktop-font_size" | "tier1-white-typography-label-b3-desktop-line_height" | "tier1-white-typography-label-b3-desktop-letter_spacing" | "tier1-white-typography-label-b3-desktop-text_transform" | "tier1-white-typography-label-b3-tablet-font_family" | "tier1-white-typography-label-b3-tablet-font_weight" | "tier1-white-typography-label-b3-tablet-font_style" | "tier1-white-typography-label-b3-tablet-font_size" | "tier1-white-typography-label-b3-tablet-line_height" | "tier1-white-typography-label-b3-tablet-letter_spacing" | "tier1-white-typography-label-b3-tablet-text_transform" | "tier1-white-typography-label-b3-mobile-font_family" | "tier1-white-typography-label-b3-mobile-font_weight" | "tier1-white-typography-label-b3-mobile-font_style" | "tier1-white-typography-label-b3-mobile-font_size" | "tier1-white-typography-label-b3-mobile-line_height" | "tier1-white-typography-label-b3-mobile-letter_spacing" | "tier1-white-typography-label-b3-mobile-text_transform" | "tier1-white-typography-meta-h1-desktop-font_family" | "tier1-white-typography-meta-h1-desktop-font_weight" | "tier1-white-typography-meta-h1-desktop-font_style" | "tier1-white-typography-meta-h1-desktop-font_size" | "tier1-white-typography-meta-h1-desktop-line_height" | "tier1-white-typography-meta-h1-desktop-letter_spacing" | "tier1-white-typography-meta-h1-desktop-text_transform" | "tier1-white-typography-meta-h1-tablet-font_family" | "tier1-white-typography-meta-h1-tablet-font_weight" | "tier1-white-typography-meta-h1-tablet-font_style" | "tier1-white-typography-meta-h1-tablet-font_size" | "tier1-white-typography-meta-h1-tablet-line_height" | "tier1-white-typography-meta-h1-tablet-letter_spacing" | "tier1-white-typography-meta-h1-tablet-text_transform" | "tier1-white-typography-meta-h1-mobile-font_family" | "tier1-white-typography-meta-h1-mobile-font_weight" | "tier1-white-typography-meta-h1-mobile-font_style" | "tier1-white-typography-meta-h1-mobile-font_size" | "tier1-white-typography-meta-h1-mobile-line_height" | "tier1-white-typography-meta-h1-mobile-letter_spacing" | "tier1-white-typography-meta-h1-mobile-text_transform" | "tier1-white-typography-meta-h2-desktop-font_family" | "tier1-white-typography-meta-h2-desktop-font_weight" | "tier1-white-typography-meta-h2-desktop-font_style" | "tier1-white-typography-meta-h2-desktop-font_size" | "tier1-white-typography-meta-h2-desktop-line_height" | "tier1-white-typography-meta-h2-desktop-letter_spacing" | "tier1-white-typography-meta-h2-desktop-text_transform" | "tier1-white-typography-meta-h2-tablet-font_family" | "tier1-white-typography-meta-h2-tablet-font_weight" | "tier1-white-typography-meta-h2-tablet-font_style" | "tier1-white-typography-meta-h2-tablet-font_size" | "tier1-white-typography-meta-h2-tablet-line_height" | "tier1-white-typography-meta-h2-tablet-letter_spacing" | "tier1-white-typography-meta-h2-tablet-text_transform" | "tier1-white-typography-meta-h2-mobile-font_family" | "tier1-white-typography-meta-h2-mobile-font_weight" | "tier1-white-typography-meta-h2-mobile-font_style" | "tier1-white-typography-meta-h2-mobile-font_size" | "tier1-white-typography-meta-h2-mobile-line_height" | "tier1-white-typography-meta-h2-mobile-letter_spacing" | "tier1-white-typography-meta-h2-mobile-text_transform" | "tier1-white-typography-meta-h3-desktop-font_family" | "tier1-white-typography-meta-h3-desktop-font_weight" | "tier1-white-typography-meta-h3-desktop-font_style" | "tier1-white-typography-meta-h3-desktop-font_size" | "tier1-white-typography-meta-h3-desktop-line_height" | "tier1-white-typography-meta-h3-desktop-letter_spacing" | "tier1-white-typography-meta-h3-desktop-text_transform" | "tier1-white-typography-meta-h3-tablet-font_family" | "tier1-white-typography-meta-h3-tablet-font_weight" | "tier1-white-typography-meta-h3-tablet-font_style" | "tier1-white-typography-meta-h3-tablet-font_size" | "tier1-white-typography-meta-h3-tablet-line_height" | "tier1-white-typography-meta-h3-tablet-letter_spacing" | "tier1-white-typography-meta-h3-tablet-text_transform" | "tier1-white-typography-meta-h3-mobile-font_family" | "tier1-white-typography-meta-h3-mobile-font_weight" | "tier1-white-typography-meta-h3-mobile-font_style" | "tier1-white-typography-meta-h3-mobile-font_size" | "tier1-white-typography-meta-h3-mobile-line_height" | "tier1-white-typography-meta-h3-mobile-letter_spacing" | "tier1-white-typography-meta-h3-mobile-text_transform" | "tier1-white-typography-meta-h4-desktop-font_family" | "tier1-white-typography-meta-h4-desktop-font_weight" | "tier1-white-typography-meta-h4-desktop-font_style" | "tier1-white-typography-meta-h4-desktop-font_size" | "tier1-white-typography-meta-h4-desktop-line_height" | "tier1-white-typography-meta-h4-desktop-letter_spacing" | "tier1-white-typography-meta-h4-desktop-text_transform" | "tier1-white-typography-meta-h4-tablet-font_family" | "tier1-white-typography-meta-h4-tablet-font_weight" | "tier1-white-typography-meta-h4-tablet-font_style" | "tier1-white-typography-meta-h4-tablet-font_size" | "tier1-white-typography-meta-h4-tablet-line_height" | "tier1-white-typography-meta-h4-tablet-letter_spacing" | "tier1-white-typography-meta-h4-tablet-text_transform" | "tier1-white-typography-meta-h4-mobile-font_family" | "tier1-white-typography-meta-h4-mobile-font_weight" | "tier1-white-typography-meta-h4-mobile-font_style" | "tier1-white-typography-meta-h4-mobile-font_size" | "tier1-white-typography-meta-h4-mobile-line_height" | "tier1-white-typography-meta-h4-mobile-letter_spacing" | "tier1-white-typography-meta-h4-mobile-text_transform" | "tier1-white-typography-meta-h5-desktop-font_family" | "tier1-white-typography-meta-h5-desktop-font_weight" | "tier1-white-typography-meta-h5-desktop-font_style" | "tier1-white-typography-meta-h5-desktop-font_size" | "tier1-white-typography-meta-h5-desktop-line_height" | "tier1-white-typography-meta-h5-desktop-letter_spacing" | "tier1-white-typography-meta-h5-desktop-text_transform" | "tier1-white-typography-meta-h5-tablet-font_family" | "tier1-white-typography-meta-h5-tablet-font_weight" | "tier1-white-typography-meta-h5-tablet-font_style" | "tier1-white-typography-meta-h5-tablet-font_size" | "tier1-white-typography-meta-h5-tablet-line_height" | "tier1-white-typography-meta-h5-tablet-letter_spacing" | "tier1-white-typography-meta-h5-tablet-text_transform" | "tier1-white-typography-meta-h5-mobile-font_family" | "tier1-white-typography-meta-h5-mobile-font_weight" | "tier1-white-typography-meta-h5-mobile-font_style" | "tier1-white-typography-meta-h5-mobile-font_size" | "tier1-white-typography-meta-h5-mobile-line_height" | "tier1-white-typography-meta-h5-mobile-letter_spacing" | "tier1-white-typography-meta-h5-mobile-text_transform" | "tier1-white-typography-meta-h6-desktop-font_family" | "tier1-white-typography-meta-h6-desktop-font_weight" | "tier1-white-typography-meta-h6-desktop-font_style" | "tier1-white-typography-meta-h6-desktop-font_size" | "tier1-white-typography-meta-h6-desktop-line_height" | "tier1-white-typography-meta-h6-desktop-letter_spacing" | "tier1-white-typography-meta-h6-desktop-text_transform" | "tier1-white-typography-meta-h6-tablet-font_family" | "tier1-white-typography-meta-h6-tablet-font_weight" | "tier1-white-typography-meta-h6-tablet-font_style" | "tier1-white-typography-meta-h6-tablet-font_size" | "tier1-white-typography-meta-h6-tablet-line_height" | "tier1-white-typography-meta-h6-tablet-letter_spacing" | "tier1-white-typography-meta-h6-tablet-text_transform" | "tier1-white-typography-meta-h6-mobile-font_family" | "tier1-white-typography-meta-h6-mobile-font_weight" | "tier1-white-typography-meta-h6-mobile-font_style" | "tier1-white-typography-meta-h6-mobile-font_size" | "tier1-white-typography-meta-h6-mobile-line_height" | "tier1-white-typography-meta-h6-mobile-letter_spacing" | "tier1-white-typography-meta-h6-mobile-text_transform" | "tier1-white-typography-meta-b1-desktop-font_family" | "tier1-white-typography-meta-b1-desktop-font_weight" | "tier1-white-typography-meta-b1-desktop-font_style" | "tier1-white-typography-meta-b1-desktop-font_size" | "tier1-white-typography-meta-b1-desktop-line_height" | "tier1-white-typography-meta-b1-desktop-letter_spacing" | "tier1-white-typography-meta-b1-desktop-text_transform" | "tier1-white-typography-meta-b1-tablet-font_family" | "tier1-white-typography-meta-b1-tablet-font_weight" | "tier1-white-typography-meta-b1-tablet-font_style" | "tier1-white-typography-meta-b1-tablet-font_size" | "tier1-white-typography-meta-b1-tablet-line_height" | "tier1-white-typography-meta-b1-tablet-letter_spacing" | "tier1-white-typography-meta-b1-tablet-text_transform" | "tier1-white-typography-meta-b1-mobile-font_family" | "tier1-white-typography-meta-b1-mobile-font_weight" | "tier1-white-typography-meta-b1-mobile-font_style" | "tier1-white-typography-meta-b1-mobile-font_size" | "tier1-white-typography-meta-b1-mobile-line_height" | "tier1-white-typography-meta-b1-mobile-letter_spacing" | "tier1-white-typography-meta-b1-mobile-text_transform" | "tier1-white-typography-meta-b2-desktop-font_family" | "tier1-white-typography-meta-b2-desktop-font_weight" | "tier1-white-typography-meta-b2-desktop-font_style" | "tier1-white-typography-meta-b2-desktop-font_size" | "tier1-white-typography-meta-b2-desktop-line_height" | "tier1-white-typography-meta-b2-desktop-letter_spacing" | "tier1-white-typography-meta-b2-desktop-text_transform" | "tier1-white-typography-meta-b2-tablet-font_family" | "tier1-white-typography-meta-b2-tablet-font_weight" | "tier1-white-typography-meta-b2-tablet-font_style" | "tier1-white-typography-meta-b2-tablet-font_size" | "tier1-white-typography-meta-b2-tablet-line_height" | "tier1-white-typography-meta-b2-tablet-letter_spacing" | "tier1-white-typography-meta-b2-tablet-text_transform" | "tier1-white-typography-meta-b2-mobile-font_family" | "tier1-white-typography-meta-b2-mobile-font_weight" | "tier1-white-typography-meta-b2-mobile-font_style" | "tier1-white-typography-meta-b2-mobile-font_size" | "tier1-white-typography-meta-b2-mobile-line_height" | "tier1-white-typography-meta-b2-mobile-letter_spacing" | "tier1-white-typography-meta-b2-mobile-text_transform" | "tier1-white-typography-meta-b3-desktop-font_family" | "tier1-white-typography-meta-b3-desktop-font_weight" | "tier1-white-typography-meta-b3-desktop-font_style" | "tier1-white-typography-meta-b3-desktop-font_size" | "tier1-white-typography-meta-b3-desktop-line_height" | "tier1-white-typography-meta-b3-desktop-letter_spacing" | "tier1-white-typography-meta-b3-desktop-text_transform" | "tier1-white-typography-meta-b3-tablet-font_family" | "tier1-white-typography-meta-b3-tablet-font_weight" | "tier1-white-typography-meta-b3-tablet-font_style" | "tier1-white-typography-meta-b3-tablet-font_size" | "tier1-white-typography-meta-b3-tablet-line_height" | "tier1-white-typography-meta-b3-tablet-letter_spacing" | "tier1-white-typography-meta-b3-tablet-text_transform" | "tier1-white-typography-meta-b3-mobile-font_family" | "tier1-white-typography-meta-b3-mobile-font_weight" | "tier1-white-typography-meta-b3-mobile-font_style" | "tier1-white-typography-meta-b3-mobile-font_size" | "tier1-white-typography-meta-b3-mobile-line_height" | "tier1-white-typography-meta-b3-mobile-letter_spacing" | "tier1-white-typography-meta-b3-mobile-text_transform" | "tier1-white-typography-data-h1-desktop-font_family" | "tier1-white-typography-data-h1-desktop-font_weight" | "tier1-white-typography-data-h1-desktop-font_style" | "tier1-white-typography-data-h1-desktop-font_size" | "tier1-white-typography-data-h1-desktop-line_height" | "tier1-white-typography-data-h1-desktop-letter_spacing" | "tier1-white-typography-data-h1-desktop-text_transform" | "tier1-white-typography-data-h1-tablet-font_family" | "tier1-white-typography-data-h1-tablet-font_weight" | "tier1-white-typography-data-h1-tablet-font_style" | "tier1-white-typography-data-h1-tablet-font_size" | "tier1-white-typography-data-h1-tablet-line_height" | "tier1-white-typography-data-h1-tablet-letter_spacing" | "tier1-white-typography-data-h1-tablet-text_transform" | "tier1-white-typography-data-h1-mobile-font_family" | "tier1-white-typography-data-h1-mobile-font_weight" | "tier1-white-typography-data-h1-mobile-font_style" | "tier1-white-typography-data-h1-mobile-font_size" | "tier1-white-typography-data-h1-mobile-line_height" | "tier1-white-typography-data-h1-mobile-letter_spacing" | "tier1-white-typography-data-h1-mobile-text_transform" | "tier1-white-typography-data-h2-desktop-font_family" | "tier1-white-typography-data-h2-desktop-font_weight" | "tier1-white-typography-data-h2-desktop-font_style" | "tier1-white-typography-data-h2-desktop-font_size" | "tier1-white-typography-data-h2-desktop-line_height" | "tier1-white-typography-data-h2-desktop-letter_spacing" | "tier1-white-typography-data-h2-desktop-text_transform" | "tier1-white-typography-data-h2-tablet-font_family" | "tier1-white-typography-data-h2-tablet-font_weight" | "tier1-white-typography-data-h2-tablet-font_style" | "tier1-white-typography-data-h2-tablet-font_size" | "tier1-white-typography-data-h2-tablet-line_height" | "tier1-white-typography-data-h2-tablet-letter_spacing" | "tier1-white-typography-data-h2-tablet-text_transform" | "tier1-white-typography-data-h2-mobile-font_family" | "tier1-white-typography-data-h2-mobile-font_weight" | "tier1-white-typography-data-h2-mobile-font_style" | "tier1-white-typography-data-h2-mobile-font_size" | "tier1-white-typography-data-h2-mobile-line_height" | "tier1-white-typography-data-h2-mobile-letter_spacing" | "tier1-white-typography-data-h2-mobile-text_transform" | "tier1-white-typography-data-h3-desktop-font_family" | "tier1-white-typography-data-h3-desktop-font_weight" | "tier1-white-typography-data-h3-desktop-font_style" | "tier1-white-typography-data-h3-desktop-font_size" | "tier1-white-typography-data-h3-desktop-line_height" | "tier1-white-typography-data-h3-desktop-letter_spacing" | "tier1-white-typography-data-h3-desktop-text_transform" | "tier1-white-typography-data-h3-tablet-font_family" | "tier1-white-typography-data-h3-tablet-font_weight" | "tier1-white-typography-data-h3-tablet-font_style" | "tier1-white-typography-data-h3-tablet-font_size" | "tier1-white-typography-data-h3-tablet-line_height" | "tier1-white-typography-data-h3-tablet-letter_spacing" | "tier1-white-typography-data-h3-tablet-text_transform" | "tier1-white-typography-data-h3-mobile-font_family" | "tier1-white-typography-data-h3-mobile-font_weight" | "tier1-white-typography-data-h3-mobile-font_style" | "tier1-white-typography-data-h3-mobile-font_size" | "tier1-white-typography-data-h3-mobile-line_height" | "tier1-white-typography-data-h3-mobile-letter_spacing" | "tier1-white-typography-data-h3-mobile-text_transform" | "tier1-white-typography-data-h4-desktop-font_family" | "tier1-white-typography-data-h4-desktop-font_weight" | "tier1-white-typography-data-h4-desktop-font_style" | "tier1-white-typography-data-h4-desktop-font_size" | "tier1-white-typography-data-h4-desktop-line_height" | "tier1-white-typography-data-h4-desktop-letter_spacing" | "tier1-white-typography-data-h4-desktop-text_transform" | "tier1-white-typography-data-h4-tablet-font_family" | "tier1-white-typography-data-h4-tablet-font_weight" | "tier1-white-typography-data-h4-tablet-font_style" | "tier1-white-typography-data-h4-tablet-font_size" | "tier1-white-typography-data-h4-tablet-line_height" | "tier1-white-typography-data-h4-tablet-letter_spacing" | "tier1-white-typography-data-h4-tablet-text_transform" | "tier1-white-typography-data-h4-mobile-font_family" | "tier1-white-typography-data-h4-mobile-font_weight" | "tier1-white-typography-data-h4-mobile-font_style" | "tier1-white-typography-data-h4-mobile-font_size" | "tier1-white-typography-data-h4-mobile-line_height" | "tier1-white-typography-data-h4-mobile-letter_spacing" | "tier1-white-typography-data-h4-mobile-text_transform" | "tier1-white-typography-data-h5-desktop-font_family" | "tier1-white-typography-data-h5-desktop-font_weight" | "tier1-white-typography-data-h5-desktop-font_style" | "tier1-white-typography-data-h5-desktop-font_size" | "tier1-white-typography-data-h5-desktop-line_height" | "tier1-white-typography-data-h5-desktop-letter_spacing" | "tier1-white-typography-data-h5-desktop-text_transform" | "tier1-white-typography-data-h5-tablet-font_family" | "tier1-white-typography-data-h5-tablet-font_weight" | "tier1-white-typography-data-h5-tablet-font_style" | "tier1-white-typography-data-h5-tablet-font_size" | "tier1-white-typography-data-h5-tablet-line_height" | "tier1-white-typography-data-h5-tablet-letter_spacing" | "tier1-white-typography-data-h5-tablet-text_transform" | "tier1-white-typography-data-h5-mobile-font_family" | "tier1-white-typography-data-h5-mobile-font_weight" | "tier1-white-typography-data-h5-mobile-font_style" | "tier1-white-typography-data-h5-mobile-font_size" | "tier1-white-typography-data-h5-mobile-line_height" | "tier1-white-typography-data-h5-mobile-letter_spacing" | "tier1-white-typography-data-h5-mobile-text_transform" | "tier1-white-typography-data-h6-desktop-font_family" | "tier1-white-typography-data-h6-desktop-font_weight" | "tier1-white-typography-data-h6-desktop-font_style" | "tier1-white-typography-data-h6-desktop-font_size" | "tier1-white-typography-data-h6-desktop-line_height" | "tier1-white-typography-data-h6-desktop-letter_spacing" | "tier1-white-typography-data-h6-desktop-text_transform" | "tier1-white-typography-data-h6-tablet-font_family" | "tier1-white-typography-data-h6-tablet-font_weight" | "tier1-white-typography-data-h6-tablet-font_style" | "tier1-white-typography-data-h6-tablet-font_size" | "tier1-white-typography-data-h6-tablet-line_height" | "tier1-white-typography-data-h6-tablet-letter_spacing" | "tier1-white-typography-data-h6-tablet-text_transform" | "tier1-white-typography-data-h6-mobile-font_family" | "tier1-white-typography-data-h6-mobile-font_weight" | "tier1-white-typography-data-h6-mobile-font_style" | "tier1-white-typography-data-h6-mobile-font_size" | "tier1-white-typography-data-h6-mobile-line_height" | "tier1-white-typography-data-h6-mobile-letter_spacing" | "tier1-white-typography-data-h6-mobile-text_transform" | "tier1-white-typography-data-b1-desktop-font_family" | "tier1-white-typography-data-b1-desktop-font_weight" | "tier1-white-typography-data-b1-desktop-font_style" | "tier1-white-typography-data-b1-desktop-font_size" | "tier1-white-typography-data-b1-desktop-line_height" | "tier1-white-typography-data-b1-desktop-letter_spacing" | "tier1-white-typography-data-b1-desktop-text_transform" | "tier1-white-typography-data-b1-tablet-font_family" | "tier1-white-typography-data-b1-tablet-font_weight" | "tier1-white-typography-data-b1-tablet-font_style" | "tier1-white-typography-data-b1-tablet-font_size" | "tier1-white-typography-data-b1-tablet-line_height" | "tier1-white-typography-data-b1-tablet-letter_spacing" | "tier1-white-typography-data-b1-tablet-text_transform" | "tier1-white-typography-data-b1-mobile-font_family" | "tier1-white-typography-data-b1-mobile-font_weight" | "tier1-white-typography-data-b1-mobile-font_style" | "tier1-white-typography-data-b1-mobile-font_size" | "tier1-white-typography-data-b1-mobile-line_height" | "tier1-white-typography-data-b1-mobile-letter_spacing" | "tier1-white-typography-data-b1-mobile-text_transform" | "tier1-white-typography-data-b2-desktop-font_family" | "tier1-white-typography-data-b2-desktop-font_weight" | "tier1-white-typography-data-b2-desktop-font_style" | "tier1-white-typography-data-b2-desktop-font_size" | "tier1-white-typography-data-b2-desktop-line_height" | "tier1-white-typography-data-b2-desktop-letter_spacing" | "tier1-white-typography-data-b2-desktop-text_transform" | "tier1-white-typography-data-b2-tablet-font_family" | "tier1-white-typography-data-b2-tablet-font_weight" | "tier1-white-typography-data-b2-tablet-font_style" | "tier1-white-typography-data-b2-tablet-font_size" | "tier1-white-typography-data-b2-tablet-line_height" | "tier1-white-typography-data-b2-tablet-letter_spacing" | "tier1-white-typography-data-b2-tablet-text_transform" | "tier1-white-typography-data-b2-mobile-font_family" | "tier1-white-typography-data-b2-mobile-font_weight" | "tier1-white-typography-data-b2-mobile-font_style" | "tier1-white-typography-data-b2-mobile-font_size" | "tier1-white-typography-data-b2-mobile-line_height" | "tier1-white-typography-data-b2-mobile-letter_spacing" | "tier1-white-typography-data-b2-mobile-text_transform" | "tier1-white-typography-data-b3-desktop-font_family" | "tier1-white-typography-data-b3-desktop-font_weight" | "tier1-white-typography-data-b3-desktop-font_style" | "tier1-white-typography-data-b3-desktop-font_size" | "tier1-white-typography-data-b3-desktop-line_height" | "tier1-white-typography-data-b3-desktop-letter_spacing" | "tier1-white-typography-data-b3-desktop-text_transform" | "tier1-white-typography-data-b3-tablet-font_family" | "tier1-white-typography-data-b3-tablet-font_weight" | "tier1-white-typography-data-b3-tablet-font_style" | "tier1-white-typography-data-b3-tablet-font_size" | "tier1-white-typography-data-b3-tablet-line_height" | "tier1-white-typography-data-b3-tablet-letter_spacing" | "tier1-white-typography-data-b3-tablet-text_transform" | "tier1-white-typography-data-b3-mobile-font_family" | "tier1-white-typography-data-b3-mobile-font_weight" | "tier1-white-typography-data-b3-mobile-font_style" | "tier1-white-typography-data-b3-mobile-font_size" | "tier1-white-typography-data-b3-mobile-line_height" | "tier1-white-typography-data-b3-mobile-letter_spacing" | "tier1-white-typography-data-b3-mobile-text_transform" | "tier1-white-typography-headline-h1-desktop-font_family" | "tier1-white-typography-headline-h1-desktop-font_weight" | "tier1-white-typography-headline-h1-desktop-font_style" | "tier1-white-typography-headline-h1-desktop-font_size" | "tier1-white-typography-headline-h1-desktop-line_height" | "tier1-white-typography-headline-h1-desktop-letter_spacing" | "tier1-white-typography-headline-h1-desktop-text_transform" | "tier1-white-typography-headline-h1-tablet-font_family" | "tier1-white-typography-headline-h1-tablet-font_weight" | "tier1-white-typography-headline-h1-tablet-font_style" | "tier1-white-typography-headline-h1-tablet-font_size" | "tier1-white-typography-headline-h1-tablet-line_height" | "tier1-white-typography-headline-h1-tablet-letter_spacing" | "tier1-white-typography-headline-h1-tablet-text_transform" | "tier1-white-typography-headline-h1-mobile-font_family" | "tier1-white-typography-headline-h1-mobile-font_weight" | "tier1-white-typography-headline-h1-mobile-font_style" | "tier1-white-typography-headline-h1-mobile-font_size" | "tier1-white-typography-headline-h1-mobile-line_height" | "tier1-white-typography-headline-h1-mobile-letter_spacing" | "tier1-white-typography-headline-h1-mobile-text_transform" | "tier1-white-typography-headline-h2-desktop-font_family" | "tier1-white-typography-headline-h2-desktop-font_weight" | "tier1-white-typography-headline-h2-desktop-font_style" | "tier1-white-typography-headline-h2-desktop-font_size" | "tier1-white-typography-headline-h2-desktop-line_height" | "tier1-white-typography-headline-h2-desktop-letter_spacing" | "tier1-white-typography-headline-h2-desktop-text_transform" | "tier1-white-typography-headline-h2-tablet-font_family" | "tier1-white-typography-headline-h2-tablet-font_weight" | "tier1-white-typography-headline-h2-tablet-font_style" | "tier1-white-typography-headline-h2-tablet-font_size" | "tier1-white-typography-headline-h2-tablet-line_height" | "tier1-white-typography-headline-h2-tablet-letter_spacing" | "tier1-white-typography-headline-h2-tablet-text_transform" | "tier1-white-typography-headline-h2-mobile-font_family" | "tier1-white-typography-headline-h2-mobile-font_weight" | "tier1-white-typography-headline-h2-mobile-font_style" | "tier1-white-typography-headline-h2-mobile-font_size" | "tier1-white-typography-headline-h2-mobile-line_height" | "tier1-white-typography-headline-h2-mobile-letter_spacing" | "tier1-white-typography-headline-h2-mobile-text_transform" | "tier1-white-typography-headline-h3-desktop-font_family" | "tier1-white-typography-headline-h3-desktop-font_weight" | "tier1-white-typography-headline-h3-desktop-font_style" | "tier1-white-typography-headline-h3-desktop-font_size" | "tier1-white-typography-headline-h3-desktop-line_height" | "tier1-white-typography-headline-h3-desktop-letter_spacing" | "tier1-white-typography-headline-h3-desktop-text_transform" | "tier1-white-typography-headline-h3-tablet-font_family" | "tier1-white-typography-headline-h3-tablet-font_weight" | "tier1-white-typography-headline-h3-tablet-font_style" | "tier1-white-typography-headline-h3-tablet-font_size" | "tier1-white-typography-headline-h3-tablet-line_height" | "tier1-white-typography-headline-h3-tablet-letter_spacing" | "tier1-white-typography-headline-h3-tablet-text_transform" | "tier1-white-typography-headline-h3-mobile-font_family" | "tier1-white-typography-headline-h3-mobile-font_weight" | "tier1-white-typography-headline-h3-mobile-font_style" | "tier1-white-typography-headline-h3-mobile-font_size" | "tier1-white-typography-headline-h3-mobile-line_height" | "tier1-white-typography-headline-h3-mobile-letter_spacing" | "tier1-white-typography-headline-h3-mobile-text_transform" | "tier1-white-typography-headline-h4-desktop-font_family" | "tier1-white-typography-headline-h4-desktop-font_weight" | "tier1-white-typography-headline-h4-desktop-font_style" | "tier1-white-typography-headline-h4-desktop-font_size" | "tier1-white-typography-headline-h4-desktop-line_height" | "tier1-white-typography-headline-h4-desktop-letter_spacing" | "tier1-white-typography-headline-h4-desktop-text_transform" | "tier1-white-typography-headline-h4-tablet-font_family" | "tier1-white-typography-headline-h4-tablet-font_weight" | "tier1-white-typography-headline-h4-tablet-font_style" | "tier1-white-typography-headline-h4-tablet-font_size" | "tier1-white-typography-headline-h4-tablet-line_height" | "tier1-white-typography-headline-h4-tablet-letter_spacing" | "tier1-white-typography-headline-h4-tablet-text_transform" | "tier1-white-typography-headline-h4-mobile-font_family" | "tier1-white-typography-headline-h4-mobile-font_weight" | "tier1-white-typography-headline-h4-mobile-font_style" | "tier1-white-typography-headline-h4-mobile-font_size" | "tier1-white-typography-headline-h4-mobile-line_height" | "tier1-white-typography-headline-h4-mobile-letter_spacing" | "tier1-white-typography-headline-h4-mobile-text_transform" | "tier1-white-typography-headline-h5-desktop-font_family" | "tier1-white-typography-headline-h5-desktop-font_weight" | "tier1-white-typography-headline-h5-desktop-font_style" | "tier1-white-typography-headline-h5-desktop-font_size" | "tier1-white-typography-headline-h5-desktop-line_height" | "tier1-white-typography-headline-h5-desktop-letter_spacing" | "tier1-white-typography-headline-h5-desktop-text_transform" | "tier1-white-typography-headline-h5-tablet-font_family" | "tier1-white-typography-headline-h5-tablet-font_weight" | "tier1-white-typography-headline-h5-tablet-font_style" | "tier1-white-typography-headline-h5-tablet-font_size" | "tier1-white-typography-headline-h5-tablet-line_height" | "tier1-white-typography-headline-h5-tablet-letter_spacing" | "tier1-white-typography-headline-h5-tablet-text_transform" | "tier1-white-typography-headline-h5-mobile-font_family" | "tier1-white-typography-headline-h5-mobile-font_weight" | "tier1-white-typography-headline-h5-mobile-font_style" | "tier1-white-typography-headline-h5-mobile-font_size" | "tier1-white-typography-headline-h5-mobile-line_height" | "tier1-white-typography-headline-h5-mobile-letter_spacing" | "tier1-white-typography-headline-h5-mobile-text_transform" | "tier1-white-typography-headline-h6-desktop-font_family" | "tier1-white-typography-headline-h6-desktop-font_weight" | "tier1-white-typography-headline-h6-desktop-font_style" | "tier1-white-typography-headline-h6-desktop-font_size" | "tier1-white-typography-headline-h6-desktop-line_height" | "tier1-white-typography-headline-h6-desktop-letter_spacing" | "tier1-white-typography-headline-h6-desktop-text_transform" | "tier1-white-typography-headline-h6-tablet-font_family" | "tier1-white-typography-headline-h6-tablet-font_weight" | "tier1-white-typography-headline-h6-tablet-font_style" | "tier1-white-typography-headline-h6-tablet-font_size" | "tier1-white-typography-headline-h6-tablet-line_height" | "tier1-white-typography-headline-h6-tablet-letter_spacing" | "tier1-white-typography-headline-h6-tablet-text_transform" | "tier1-white-typography-headline-h6-mobile-font_family" | "tier1-white-typography-headline-h6-mobile-font_weight" | "tier1-white-typography-headline-h6-mobile-font_style" | "tier1-white-typography-headline-h6-mobile-font_size" | "tier1-white-typography-headline-h6-mobile-line_height" | "tier1-white-typography-headline-h6-mobile-letter_spacing" | "tier1-white-typography-headline-h6-mobile-text_transform" | "tier1-white-typography-headline-b1-desktop-font_family" | "tier1-white-typography-headline-b1-desktop-font_weight" | "tier1-white-typography-headline-b1-desktop-font_style" | "tier1-white-typography-headline-b1-desktop-font_size" | "tier1-white-typography-headline-b1-desktop-line_height" | "tier1-white-typography-headline-b1-desktop-letter_spacing" | "tier1-white-typography-headline-b1-desktop-text_transform" | "tier1-white-typography-headline-b1-tablet-font_family" | "tier1-white-typography-headline-b1-tablet-font_weight" | "tier1-white-typography-headline-b1-tablet-font_style" | "tier1-white-typography-headline-b1-tablet-font_size" | "tier1-white-typography-headline-b1-tablet-line_height" | "tier1-white-typography-headline-b1-tablet-letter_spacing" | "tier1-white-typography-headline-b1-tablet-text_transform" | "tier1-white-typography-headline-b1-mobile-font_family" | "tier1-white-typography-headline-b1-mobile-font_weight" | "tier1-white-typography-headline-b1-mobile-font_style" | "tier1-white-typography-headline-b1-mobile-font_size" | "tier1-white-typography-headline-b1-mobile-line_height" | "tier1-white-typography-headline-b1-mobile-letter_spacing" | "tier1-white-typography-headline-b1-mobile-text_transform" | "tier1-white-typography-headline-b2-desktop-font_family" | "tier1-white-typography-headline-b2-desktop-font_weight" | "tier1-white-typography-headline-b2-desktop-font_style" | "tier1-white-typography-headline-b2-desktop-font_size" | "tier1-white-typography-headline-b2-desktop-line_height" | "tier1-white-typography-headline-b2-desktop-letter_spacing" | "tier1-white-typography-headline-b2-desktop-text_transform" | "tier1-white-typography-headline-b2-tablet-font_family" | "tier1-white-typography-headline-b2-tablet-font_weight" | "tier1-white-typography-headline-b2-tablet-font_style" | "tier1-white-typography-headline-b2-tablet-font_size" | "tier1-white-typography-headline-b2-tablet-line_height" | "tier1-white-typography-headline-b2-tablet-letter_spacing" | "tier1-white-typography-headline-b2-tablet-text_transform" | "tier1-white-typography-headline-b2-mobile-font_family" | "tier1-white-typography-headline-b2-mobile-font_weight" | "tier1-white-typography-headline-b2-mobile-font_style" | "tier1-white-typography-headline-b2-mobile-font_size" | "tier1-white-typography-headline-b2-mobile-line_height" | "tier1-white-typography-headline-b2-mobile-letter_spacing" | "tier1-white-typography-headline-b2-mobile-text_transform" | "tier1-white-typography-headline-b3-desktop-font_family" | "tier1-white-typography-headline-b3-desktop-font_weight" | "tier1-white-typography-headline-b3-desktop-font_style" | "tier1-white-typography-headline-b3-desktop-font_size" | "tier1-white-typography-headline-b3-desktop-line_height" | "tier1-white-typography-headline-b3-desktop-letter_spacing" | "tier1-white-typography-headline-b3-desktop-text_transform" | "tier1-white-typography-headline-b3-tablet-font_family" | "tier1-white-typography-headline-b3-tablet-font_weight" | "tier1-white-typography-headline-b3-tablet-font_style" | "tier1-white-typography-headline-b3-tablet-font_size" | "tier1-white-typography-headline-b3-tablet-line_height" | "tier1-white-typography-headline-b3-tablet-letter_spacing" | "tier1-white-typography-headline-b3-tablet-text_transform" | "tier1-white-typography-headline-b3-mobile-font_family" | "tier1-white-typography-headline-b3-mobile-font_weight" | "tier1-white-typography-headline-b3-mobile-font_style" | "tier1-white-typography-headline-b3-mobile-font_size" | "tier1-white-typography-headline-b3-mobile-line_height" | "tier1-white-typography-headline-b3-mobile-letter_spacing" | "tier1-white-typography-headline-b3-mobile-text_transform" | "tier1-theme-typography-title-h1-desktop-font_family" | "tier1-theme-typography-title-h1-desktop-font_weight" | "tier1-theme-typography-title-h1-desktop-font_style" | "tier1-theme-typography-title-h1-desktop-font_size" | "tier1-theme-typography-title-h1-desktop-line_height" | "tier1-theme-typography-title-h1-desktop-letter_spacing" | "tier1-theme-typography-title-h1-desktop-text_transform" | "tier1-theme-typography-title-h1-tablet-font_family" | "tier1-theme-typography-title-h1-tablet-font_weight" | "tier1-theme-typography-title-h1-tablet-font_style" | "tier1-theme-typography-title-h1-tablet-font_size" | "tier1-theme-typography-title-h1-tablet-line_height" | "tier1-theme-typography-title-h1-tablet-letter_spacing" | "tier1-theme-typography-title-h1-tablet-text_transform" | "tier1-theme-typography-title-h1-mobile-font_family" | "tier1-theme-typography-title-h1-mobile-font_weight" | "tier1-theme-typography-title-h1-mobile-font_style" | "tier1-theme-typography-title-h1-mobile-font_size" | "tier1-theme-typography-title-h1-mobile-line_height" | "tier1-theme-typography-title-h1-mobile-letter_spacing" | "tier1-theme-typography-title-h1-mobile-text_transform" | "tier1-theme-typography-title-h2-desktop-font_family" | "tier1-theme-typography-title-h2-desktop-font_weight" | "tier1-theme-typography-title-h2-desktop-font_style" | "tier1-theme-typography-title-h2-desktop-font_size" | "tier1-theme-typography-title-h2-desktop-line_height" | "tier1-theme-typography-title-h2-desktop-letter_spacing" | "tier1-theme-typography-title-h2-desktop-text_transform" | "tier1-theme-typography-title-h2-tablet-font_family" | "tier1-theme-typography-title-h2-tablet-font_weight" | "tier1-theme-typography-title-h2-tablet-font_style" | "tier1-theme-typography-title-h2-tablet-font_size" | "tier1-theme-typography-title-h2-tablet-line_height" | "tier1-theme-typography-title-h2-tablet-letter_spacing" | "tier1-theme-typography-title-h2-tablet-text_transform" | "tier1-theme-typography-title-h2-mobile-font_family" | "tier1-theme-typography-title-h2-mobile-font_weight" | "tier1-theme-typography-title-h2-mobile-font_style" | "tier1-theme-typography-title-h2-mobile-font_size" | "tier1-theme-typography-title-h2-mobile-line_height" | "tier1-theme-typography-title-h2-mobile-letter_spacing" | "tier1-theme-typography-title-h2-mobile-text_transform" | "tier1-theme-typography-title-h3-desktop-font_family" | "tier1-theme-typography-title-h3-desktop-font_weight" | "tier1-theme-typography-title-h3-desktop-font_style" | "tier1-theme-typography-title-h3-desktop-font_size" | "tier1-theme-typography-title-h3-desktop-line_height" | "tier1-theme-typography-title-h3-desktop-letter_spacing" | "tier1-theme-typography-title-h3-desktop-text_transform" | "tier1-theme-typography-title-h3-tablet-font_family" | "tier1-theme-typography-title-h3-tablet-font_weight" | "tier1-theme-typography-title-h3-tablet-font_style" | "tier1-theme-typography-title-h3-tablet-font_size" | "tier1-theme-typography-title-h3-tablet-line_height" | "tier1-theme-typography-title-h3-tablet-letter_spacing" | "tier1-theme-typography-title-h3-tablet-text_transform" | "tier1-theme-typography-title-h3-mobile-font_family" | "tier1-theme-typography-title-h3-mobile-font_weight" | "tier1-theme-typography-title-h3-mobile-font_style" | "tier1-theme-typography-title-h3-mobile-font_size" | "tier1-theme-typography-title-h3-mobile-line_height" | "tier1-theme-typography-title-h3-mobile-letter_spacing" | "tier1-theme-typography-title-h3-mobile-text_transform" | "tier1-theme-typography-title-h4-desktop-font_family" | "tier1-theme-typography-title-h4-desktop-font_weight" | "tier1-theme-typography-title-h4-desktop-font_style" | "tier1-theme-typography-title-h4-desktop-font_size" | "tier1-theme-typography-title-h4-desktop-line_height" | "tier1-theme-typography-title-h4-desktop-letter_spacing" | "tier1-theme-typography-title-h4-desktop-text_transform" | "tier1-theme-typography-title-h4-tablet-font_family" | "tier1-theme-typography-title-h4-tablet-font_weight" | "tier1-theme-typography-title-h4-tablet-font_style" | "tier1-theme-typography-title-h4-tablet-font_size" | "tier1-theme-typography-title-h4-tablet-line_height" | "tier1-theme-typography-title-h4-tablet-letter_spacing" | "tier1-theme-typography-title-h4-tablet-text_transform" | "tier1-theme-typography-title-h4-mobile-font_family" | "tier1-theme-typography-title-h4-mobile-font_weight" | "tier1-theme-typography-title-h4-mobile-font_style" | "tier1-theme-typography-title-h4-mobile-font_size" | "tier1-theme-typography-title-h4-mobile-line_height" | "tier1-theme-typography-title-h4-mobile-letter_spacing" | "tier1-theme-typography-title-h4-mobile-text_transform" | "tier1-theme-typography-title-h5-desktop-font_family" | "tier1-theme-typography-title-h5-desktop-font_weight" | "tier1-theme-typography-title-h5-desktop-font_style" | "tier1-theme-typography-title-h5-desktop-font_size" | "tier1-theme-typography-title-h5-desktop-line_height" | "tier1-theme-typography-title-h5-desktop-letter_spacing" | "tier1-theme-typography-title-h5-desktop-text_transform" | "tier1-theme-typography-title-h5-tablet-font_family" | "tier1-theme-typography-title-h5-tablet-font_weight" | "tier1-theme-typography-title-h5-tablet-font_style" | "tier1-theme-typography-title-h5-tablet-font_size" | "tier1-theme-typography-title-h5-tablet-line_height" | "tier1-theme-typography-title-h5-tablet-letter_spacing" | "tier1-theme-typography-title-h5-tablet-text_transform" | "tier1-theme-typography-title-h5-mobile-font_family" | "tier1-theme-typography-title-h5-mobile-font_weight" | "tier1-theme-typography-title-h5-mobile-font_style" | "tier1-theme-typography-title-h5-mobile-font_size" | "tier1-theme-typography-title-h5-mobile-line_height" | "tier1-theme-typography-title-h5-mobile-letter_spacing" | "tier1-theme-typography-title-h5-mobile-text_transform" | "tier1-theme-typography-title-h6-desktop-font_family" | "tier1-theme-typography-title-h6-desktop-font_weight" | "tier1-theme-typography-title-h6-desktop-font_style" | "tier1-theme-typography-title-h6-desktop-font_size" | "tier1-theme-typography-title-h6-desktop-line_height" | "tier1-theme-typography-title-h6-desktop-letter_spacing" | "tier1-theme-typography-title-h6-desktop-text_transform" | "tier1-theme-typography-title-h6-tablet-font_family" | "tier1-theme-typography-title-h6-tablet-font_weight" | "tier1-theme-typography-title-h6-tablet-font_style" | "tier1-theme-typography-title-h6-tablet-font_size" | "tier1-theme-typography-title-h6-tablet-line_height" | "tier1-theme-typography-title-h6-tablet-letter_spacing" | "tier1-theme-typography-title-h6-tablet-text_transform" | "tier1-theme-typography-title-h6-mobile-font_family" | "tier1-theme-typography-title-h6-mobile-font_weight" | "tier1-theme-typography-title-h6-mobile-font_style" | "tier1-theme-typography-title-h6-mobile-font_size" | "tier1-theme-typography-title-h6-mobile-line_height" | "tier1-theme-typography-title-h6-mobile-letter_spacing" | "tier1-theme-typography-title-h6-mobile-text_transform" | "tier1-theme-typography-title-b1-desktop-font_family" | "tier1-theme-typography-title-b1-desktop-font_weight" | "tier1-theme-typography-title-b1-desktop-font_style" | "tier1-theme-typography-title-b1-desktop-font_size" | "tier1-theme-typography-title-b1-desktop-line_height" | "tier1-theme-typography-title-b1-desktop-letter_spacing" | "tier1-theme-typography-title-b1-desktop-text_transform" | "tier1-theme-typography-title-b1-tablet-font_family" | "tier1-theme-typography-title-b1-tablet-font_weight" | "tier1-theme-typography-title-b1-tablet-font_style" | "tier1-theme-typography-title-b1-tablet-font_size" | "tier1-theme-typography-title-b1-tablet-line_height" | "tier1-theme-typography-title-b1-tablet-letter_spacing" | "tier1-theme-typography-title-b1-tablet-text_transform" | "tier1-theme-typography-title-b1-mobile-font_family" | "tier1-theme-typography-title-b1-mobile-font_weight" | "tier1-theme-typography-title-b1-mobile-font_style" | "tier1-theme-typography-title-b1-mobile-font_size" | "tier1-theme-typography-title-b1-mobile-line_height" | "tier1-theme-typography-title-b1-mobile-letter_spacing" | "tier1-theme-typography-title-b1-mobile-text_transform" | "tier1-theme-typography-title-b2-desktop-font_family" | "tier1-theme-typography-title-b2-desktop-font_weight" | "tier1-theme-typography-title-b2-desktop-font_style" | "tier1-theme-typography-title-b2-desktop-font_size" | "tier1-theme-typography-title-b2-desktop-line_height" | "tier1-theme-typography-title-b2-desktop-letter_spacing" | "tier1-theme-typography-title-b2-desktop-text_transform" | "tier1-theme-typography-title-b2-tablet-font_family" | "tier1-theme-typography-title-b2-tablet-font_weight" | "tier1-theme-typography-title-b2-tablet-font_style" | "tier1-theme-typography-title-b2-tablet-font_size" | "tier1-theme-typography-title-b2-tablet-line_height" | "tier1-theme-typography-title-b2-tablet-letter_spacing" | "tier1-theme-typography-title-b2-tablet-text_transform" | "tier1-theme-typography-title-b2-mobile-font_family" | "tier1-theme-typography-title-b2-mobile-font_weight" | "tier1-theme-typography-title-b2-mobile-font_style" | "tier1-theme-typography-title-b2-mobile-font_size" | "tier1-theme-typography-title-b2-mobile-line_height" | "tier1-theme-typography-title-b2-mobile-letter_spacing" | "tier1-theme-typography-title-b2-mobile-text_transform" | "tier1-theme-typography-title-b3-desktop-font_family" | "tier1-theme-typography-title-b3-desktop-font_weight" | "tier1-theme-typography-title-b3-desktop-font_style" | "tier1-theme-typography-title-b3-desktop-font_size" | "tier1-theme-typography-title-b3-desktop-line_height" | "tier1-theme-typography-title-b3-desktop-letter_spacing" | "tier1-theme-typography-title-b3-desktop-text_transform" | "tier1-theme-typography-title-b3-tablet-font_family" | "tier1-theme-typography-title-b3-tablet-font_weight" | "tier1-theme-typography-title-b3-tablet-font_style" | "tier1-theme-typography-title-b3-tablet-font_size" | "tier1-theme-typography-title-b3-tablet-line_height" | "tier1-theme-typography-title-b3-tablet-letter_spacing" | "tier1-theme-typography-title-b3-tablet-text_transform" | "tier1-theme-typography-title-b3-mobile-font_family" | "tier1-theme-typography-title-b3-mobile-font_weight" | "tier1-theme-typography-title-b3-mobile-font_style" | "tier1-theme-typography-title-b3-mobile-font_size" | "tier1-theme-typography-title-b3-mobile-line_height" | "tier1-theme-typography-title-b3-mobile-letter_spacing" | "tier1-theme-typography-title-b3-mobile-text_transform" | "tier1-theme-typography-subtitle-h1-desktop-font_family" | "tier1-theme-typography-subtitle-h1-desktop-font_weight" | "tier1-theme-typography-subtitle-h1-desktop-font_style" | "tier1-theme-typography-subtitle-h1-desktop-font_size" | "tier1-theme-typography-subtitle-h1-desktop-line_height" | "tier1-theme-typography-subtitle-h1-desktop-letter_spacing" | "tier1-theme-typography-subtitle-h1-desktop-text_transform" | "tier1-theme-typography-subtitle-h1-tablet-font_family" | "tier1-theme-typography-subtitle-h1-tablet-font_weight" | "tier1-theme-typography-subtitle-h1-tablet-font_style" | "tier1-theme-typography-subtitle-h1-tablet-font_size" | "tier1-theme-typography-subtitle-h1-tablet-line_height" | "tier1-theme-typography-subtitle-h1-tablet-letter_spacing" | "tier1-theme-typography-subtitle-h1-tablet-text_transform" | "tier1-theme-typography-subtitle-h1-mobile-font_family" | "tier1-theme-typography-subtitle-h1-mobile-font_weight" | "tier1-theme-typography-subtitle-h1-mobile-font_style" | "tier1-theme-typography-subtitle-h1-mobile-font_size" | "tier1-theme-typography-subtitle-h1-mobile-line_height" | "tier1-theme-typography-subtitle-h1-mobile-letter_spacing" | "tier1-theme-typography-subtitle-h1-mobile-text_transform" | "tier1-theme-typography-subtitle-h2-desktop-font_family" | "tier1-theme-typography-subtitle-h2-desktop-font_weight" | "tier1-theme-typography-subtitle-h2-desktop-font_style" | "tier1-theme-typography-subtitle-h2-desktop-font_size" | "tier1-theme-typography-subtitle-h2-desktop-line_height" | "tier1-theme-typography-subtitle-h2-desktop-letter_spacing" | "tier1-theme-typography-subtitle-h2-desktop-text_transform" | "tier1-theme-typography-subtitle-h2-tablet-font_family" | "tier1-theme-typography-subtitle-h2-tablet-font_weight" | "tier1-theme-typography-subtitle-h2-tablet-font_style" | "tier1-theme-typography-subtitle-h2-tablet-font_size" | "tier1-theme-typography-subtitle-h2-tablet-line_height" | "tier1-theme-typography-subtitle-h2-tablet-letter_spacing" | "tier1-theme-typography-subtitle-h2-tablet-text_transform" | "tier1-theme-typography-subtitle-h2-mobile-font_family" | "tier1-theme-typography-subtitle-h2-mobile-font_weight" | "tier1-theme-typography-subtitle-h2-mobile-font_style" | "tier1-theme-typography-subtitle-h2-mobile-font_size" | "tier1-theme-typography-subtitle-h2-mobile-line_height" | "tier1-theme-typography-subtitle-h2-mobile-letter_spacing" | "tier1-theme-typography-subtitle-h2-mobile-text_transform" | "tier1-theme-typography-subtitle-h3-desktop-font_family" | "tier1-theme-typography-subtitle-h3-desktop-font_weight" | "tier1-theme-typography-subtitle-h3-desktop-font_style" | "tier1-theme-typography-subtitle-h3-desktop-font_size" | "tier1-theme-typography-subtitle-h3-desktop-line_height" | "tier1-theme-typography-subtitle-h3-desktop-letter_spacing" | "tier1-theme-typography-subtitle-h3-desktop-text_transform" | "tier1-theme-typography-subtitle-h3-tablet-font_family" | "tier1-theme-typography-subtitle-h3-tablet-font_weight" | "tier1-theme-typography-subtitle-h3-tablet-font_style" | "tier1-theme-typography-subtitle-h3-tablet-font_size" | "tier1-theme-typography-subtitle-h3-tablet-line_height" | "tier1-theme-typography-subtitle-h3-tablet-letter_spacing" | "tier1-theme-typography-subtitle-h3-tablet-text_transform" | "tier1-theme-typography-subtitle-h3-mobile-font_family" | "tier1-theme-typography-subtitle-h3-mobile-font_weight" | "tier1-theme-typography-subtitle-h3-mobile-font_style" | "tier1-theme-typography-subtitle-h3-mobile-font_size" | "tier1-theme-typography-subtitle-h3-mobile-line_height" | "tier1-theme-typography-subtitle-h3-mobile-letter_spacing" | "tier1-theme-typography-subtitle-h3-mobile-text_transform" | "tier1-theme-typography-subtitle-h4-desktop-font_family" | "tier1-theme-typography-subtitle-h4-desktop-font_weight" | "tier1-theme-typography-subtitle-h4-desktop-font_style" | "tier1-theme-typography-subtitle-h4-desktop-font_size" | "tier1-theme-typography-subtitle-h4-desktop-line_height" | "tier1-theme-typography-subtitle-h4-desktop-letter_spacing" | "tier1-theme-typography-subtitle-h4-desktop-text_transform" | "tier1-theme-typography-subtitle-h4-tablet-font_family" | "tier1-theme-typography-subtitle-h4-tablet-font_weight" | "tier1-theme-typography-subtitle-h4-tablet-font_style" | "tier1-theme-typography-subtitle-h4-tablet-font_size" | "tier1-theme-typography-subtitle-h4-tablet-line_height" | "tier1-theme-typography-subtitle-h4-tablet-letter_spacing" | "tier1-theme-typography-subtitle-h4-tablet-text_transform" | "tier1-theme-typography-subtitle-h4-mobile-font_family" | "tier1-theme-typography-subtitle-h4-mobile-font_weight" | "tier1-theme-typography-subtitle-h4-mobile-font_style" | "tier1-theme-typography-subtitle-h4-mobile-font_size" | "tier1-theme-typography-subtitle-h4-mobile-line_height" | "tier1-theme-typography-subtitle-h4-mobile-letter_spacing" | "tier1-theme-typography-subtitle-h4-mobile-text_transform" | "tier1-theme-typography-subtitle-h5-desktop-font_family" | "tier1-theme-typography-subtitle-h5-desktop-font_weight" | "tier1-theme-typography-subtitle-h5-desktop-font_style" | "tier1-theme-typography-subtitle-h5-desktop-font_size" | "tier1-theme-typography-subtitle-h5-desktop-line_height" | "tier1-theme-typography-subtitle-h5-desktop-letter_spacing" | "tier1-theme-typography-subtitle-h5-desktop-text_transform" | "tier1-theme-typography-subtitle-h5-tablet-font_family" | "tier1-theme-typography-subtitle-h5-tablet-font_weight" | "tier1-theme-typography-subtitle-h5-tablet-font_style" | "tier1-theme-typography-subtitle-h5-tablet-font_size" | "tier1-theme-typography-subtitle-h5-tablet-line_height" | "tier1-theme-typography-subtitle-h5-tablet-letter_spacing" | "tier1-theme-typography-subtitle-h5-tablet-text_transform" | "tier1-theme-typography-subtitle-h5-mobile-font_family" | "tier1-theme-typography-subtitle-h5-mobile-font_weight" | "tier1-theme-typography-subtitle-h5-mobile-font_style" | "tier1-theme-typography-subtitle-h5-mobile-font_size" | "tier1-theme-typography-subtitle-h5-mobile-line_height" | "tier1-theme-typography-subtitle-h5-mobile-letter_spacing" | "tier1-theme-typography-subtitle-h5-mobile-text_transform" | "tier1-theme-typography-subtitle-h6-desktop-font_family" | "tier1-theme-typography-subtitle-h6-desktop-font_weight" | "tier1-theme-typography-subtitle-h6-desktop-font_style" | "tier1-theme-typography-subtitle-h6-desktop-font_size" | "tier1-theme-typography-subtitle-h6-desktop-line_height" | "tier1-theme-typography-subtitle-h6-desktop-letter_spacing" | "tier1-theme-typography-subtitle-h6-desktop-text_transform" | "tier1-theme-typography-subtitle-h6-tablet-font_family" | "tier1-theme-typography-subtitle-h6-tablet-font_weight" | "tier1-theme-typography-subtitle-h6-tablet-font_style" | "tier1-theme-typography-subtitle-h6-tablet-font_size" | "tier1-theme-typography-subtitle-h6-tablet-line_height" | "tier1-theme-typography-subtitle-h6-tablet-letter_spacing" | "tier1-theme-typography-subtitle-h6-tablet-text_transform" | "tier1-theme-typography-subtitle-h6-mobile-font_family" | "tier1-theme-typography-subtitle-h6-mobile-font_weight" | "tier1-theme-typography-subtitle-h6-mobile-font_style" | "tier1-theme-typography-subtitle-h6-mobile-font_size" | "tier1-theme-typography-subtitle-h6-mobile-line_height" | "tier1-theme-typography-subtitle-h6-mobile-letter_spacing" | "tier1-theme-typography-subtitle-h6-mobile-text_transform" | "tier1-theme-typography-subtitle-b1-desktop-font_family" | "tier1-theme-typography-subtitle-b1-desktop-font_weight" | "tier1-theme-typography-subtitle-b1-desktop-font_style" | "tier1-theme-typography-subtitle-b1-desktop-font_size" | "tier1-theme-typography-subtitle-b1-desktop-line_height" | "tier1-theme-typography-subtitle-b1-desktop-letter_spacing" | "tier1-theme-typography-subtitle-b1-desktop-text_transform" | "tier1-theme-typography-subtitle-b1-tablet-font_family" | "tier1-theme-typography-subtitle-b1-tablet-font_weight" | "tier1-theme-typography-subtitle-b1-tablet-font_style" | "tier1-theme-typography-subtitle-b1-tablet-font_size" | "tier1-theme-typography-subtitle-b1-tablet-line_height" | "tier1-theme-typography-subtitle-b1-tablet-letter_spacing" | "tier1-theme-typography-subtitle-b1-tablet-text_transform" | "tier1-theme-typography-subtitle-b1-mobile-font_family" | "tier1-theme-typography-subtitle-b1-mobile-font_weight" | "tier1-theme-typography-subtitle-b1-mobile-font_style" | "tier1-theme-typography-subtitle-b1-mobile-font_size" | "tier1-theme-typography-subtitle-b1-mobile-line_height" | "tier1-theme-typography-subtitle-b1-mobile-letter_spacing" | "tier1-theme-typography-subtitle-b1-mobile-text_transform" | "tier1-theme-typography-subtitle-b2-desktop-font_family" | "tier1-theme-typography-subtitle-b2-desktop-font_weight" | "tier1-theme-typography-subtitle-b2-desktop-font_style" | "tier1-theme-typography-subtitle-b2-desktop-font_size" | "tier1-theme-typography-subtitle-b2-desktop-line_height" | "tier1-theme-typography-subtitle-b2-desktop-letter_spacing" | "tier1-theme-typography-subtitle-b2-desktop-text_transform" | "tier1-theme-typography-subtitle-b2-tablet-font_family" | "tier1-theme-typography-subtitle-b2-tablet-font_weight" | "tier1-theme-typography-subtitle-b2-tablet-font_style" | "tier1-theme-typography-subtitle-b2-tablet-font_size" | "tier1-theme-typography-subtitle-b2-tablet-line_height" | "tier1-theme-typography-subtitle-b2-tablet-letter_spacing" | "tier1-theme-typography-subtitle-b2-tablet-text_transform" | "tier1-theme-typography-subtitle-b2-mobile-font_family" | "tier1-theme-typography-subtitle-b2-mobile-font_weight" | "tier1-theme-typography-subtitle-b2-mobile-font_style" | "tier1-theme-typography-subtitle-b2-mobile-font_size" | "tier1-theme-typography-subtitle-b2-mobile-line_height" | "tier1-theme-typography-subtitle-b2-mobile-letter_spacing" | "tier1-theme-typography-subtitle-b2-mobile-text_transform" | "tier1-theme-typography-subtitle-b3-desktop-font_family" | "tier1-theme-typography-subtitle-b3-desktop-font_weight" | "tier1-theme-typography-subtitle-b3-desktop-font_style" | "tier1-theme-typography-subtitle-b3-desktop-font_size" | "tier1-theme-typography-subtitle-b3-desktop-line_height" | "tier1-theme-typography-subtitle-b3-desktop-letter_spacing" | "tier1-theme-typography-subtitle-b3-desktop-text_transform" | "tier1-theme-typography-subtitle-b3-tablet-font_family" | "tier1-theme-typography-subtitle-b3-tablet-font_weight" | "tier1-theme-typography-subtitle-b3-tablet-font_style" | "tier1-theme-typography-subtitle-b3-tablet-font_size" | "tier1-theme-typography-subtitle-b3-tablet-line_height" | "tier1-theme-typography-subtitle-b3-tablet-letter_spacing" | "tier1-theme-typography-subtitle-b3-tablet-text_transform" | "tier1-theme-typography-subtitle-b3-mobile-font_family" | "tier1-theme-typography-subtitle-b3-mobile-font_weight" | "tier1-theme-typography-subtitle-b3-mobile-font_style" | "tier1-theme-typography-subtitle-b3-mobile-font_size" | "tier1-theme-typography-subtitle-b3-mobile-line_height" | "tier1-theme-typography-subtitle-b3-mobile-letter_spacing" | "tier1-theme-typography-subtitle-b3-mobile-text_transform" | "tier1-theme-typography-body-h1-desktop-font_family" | "tier1-theme-typography-body-h1-desktop-font_weight" | "tier1-theme-typography-body-h1-desktop-font_style" | "tier1-theme-typography-body-h1-desktop-font_size" | "tier1-theme-typography-body-h1-desktop-line_height" | "tier1-theme-typography-body-h1-desktop-letter_spacing" | "tier1-theme-typography-body-h1-desktop-text_transform" | "tier1-theme-typography-body-h1-tablet-font_family" | "tier1-theme-typography-body-h1-tablet-font_weight" | "tier1-theme-typography-body-h1-tablet-font_style" | "tier1-theme-typography-body-h1-tablet-font_size" | "tier1-theme-typography-body-h1-tablet-line_height" | "tier1-theme-typography-body-h1-tablet-letter_spacing" | "tier1-theme-typography-body-h1-tablet-text_transform" | "tier1-theme-typography-body-h1-mobile-font_family" | "tier1-theme-typography-body-h1-mobile-font_weight" | "tier1-theme-typography-body-h1-mobile-font_style" | "tier1-theme-typography-body-h1-mobile-font_size" | "tier1-theme-typography-body-h1-mobile-line_height" | "tier1-theme-typography-body-h1-mobile-letter_spacing" | "tier1-theme-typography-body-h1-mobile-text_transform" | "tier1-theme-typography-body-h2-desktop-font_family" | "tier1-theme-typography-body-h2-desktop-font_weight" | "tier1-theme-typography-body-h2-desktop-font_style" | "tier1-theme-typography-body-h2-desktop-font_size" | "tier1-theme-typography-body-h2-desktop-line_height" | "tier1-theme-typography-body-h2-desktop-letter_spacing" | "tier1-theme-typography-body-h2-desktop-text_transform" | "tier1-theme-typography-body-h2-tablet-font_family" | "tier1-theme-typography-body-h2-tablet-font_weight" | "tier1-theme-typography-body-h2-tablet-font_style" | "tier1-theme-typography-body-h2-tablet-font_size" | "tier1-theme-typography-body-h2-tablet-line_height" | "tier1-theme-typography-body-h2-tablet-letter_spacing" | "tier1-theme-typography-body-h2-tablet-text_transform" | "tier1-theme-typography-body-h2-mobile-font_family" | "tier1-theme-typography-body-h2-mobile-font_weight" | "tier1-theme-typography-body-h2-mobile-font_style" | "tier1-theme-typography-body-h2-mobile-font_size" | "tier1-theme-typography-body-h2-mobile-line_height" | "tier1-theme-typography-body-h2-mobile-letter_spacing" | "tier1-theme-typography-body-h2-mobile-text_transform" | "tier1-theme-typography-body-h3-desktop-font_family" | "tier1-theme-typography-body-h3-desktop-font_weight" | "tier1-theme-typography-body-h3-desktop-font_style" | "tier1-theme-typography-body-h3-desktop-font_size" | "tier1-theme-typography-body-h3-desktop-line_height" | "tier1-theme-typography-body-h3-desktop-letter_spacing" | "tier1-theme-typography-body-h3-desktop-text_transform" | "tier1-theme-typography-body-h3-tablet-font_family" | "tier1-theme-typography-body-h3-tablet-font_weight" | "tier1-theme-typography-body-h3-tablet-font_style" | "tier1-theme-typography-body-h3-tablet-font_size" | "tier1-theme-typography-body-h3-tablet-line_height" | "tier1-theme-typography-body-h3-tablet-letter_spacing" | "tier1-theme-typography-body-h3-tablet-text_transform" | "tier1-theme-typography-body-h3-mobile-font_family" | "tier1-theme-typography-body-h3-mobile-font_weight" | "tier1-theme-typography-body-h3-mobile-font_style" | "tier1-theme-typography-body-h3-mobile-font_size" | "tier1-theme-typography-body-h3-mobile-line_height" | "tier1-theme-typography-body-h3-mobile-letter_spacing" | "tier1-theme-typography-body-h3-mobile-text_transform" | "tier1-theme-typography-body-h4-desktop-font_family" | "tier1-theme-typography-body-h4-desktop-font_weight" | "tier1-theme-typography-body-h4-desktop-font_style" | "tier1-theme-typography-body-h4-desktop-font_size" | "tier1-theme-typography-body-h4-desktop-line_height" | "tier1-theme-typography-body-h4-desktop-letter_spacing" | "tier1-theme-typography-body-h4-desktop-text_transform" | "tier1-theme-typography-body-h4-tablet-font_family" | "tier1-theme-typography-body-h4-tablet-font_weight" | "tier1-theme-typography-body-h4-tablet-font_style" | "tier1-theme-typography-body-h4-tablet-font_size" | "tier1-theme-typography-body-h4-tablet-line_height" | "tier1-theme-typography-body-h4-tablet-letter_spacing" | "tier1-theme-typography-body-h4-tablet-text_transform" | "tier1-theme-typography-body-h4-mobile-font_family" | "tier1-theme-typography-body-h4-mobile-font_weight" | "tier1-theme-typography-body-h4-mobile-font_style" | "tier1-theme-typography-body-h4-mobile-font_size" | "tier1-theme-typography-body-h4-mobile-line_height" | "tier1-theme-typography-body-h4-mobile-letter_spacing" | "tier1-theme-typography-body-h4-mobile-text_transform" | "tier1-theme-typography-body-h5-desktop-font_family" | "tier1-theme-typography-body-h5-desktop-font_weight" | "tier1-theme-typography-body-h5-desktop-font_style" | "tier1-theme-typography-body-h5-desktop-font_size" | "tier1-theme-typography-body-h5-desktop-line_height" | "tier1-theme-typography-body-h5-desktop-letter_spacing" | "tier1-theme-typography-body-h5-desktop-text_transform" | "tier1-theme-typography-body-h5-tablet-font_family" | "tier1-theme-typography-body-h5-tablet-font_weight" | "tier1-theme-typography-body-h5-tablet-font_style" | "tier1-theme-typography-body-h5-tablet-font_size" | "tier1-theme-typography-body-h5-tablet-line_height" | "tier1-theme-typography-body-h5-tablet-letter_spacing" | "tier1-theme-typography-body-h5-tablet-text_transform" | "tier1-theme-typography-body-h5-mobile-font_family" | "tier1-theme-typography-body-h5-mobile-font_weight" | "tier1-theme-typography-body-h5-mobile-font_style" | "tier1-theme-typography-body-h5-mobile-font_size" | "tier1-theme-typography-body-h5-mobile-line_height" | "tier1-theme-typography-body-h5-mobile-letter_spacing" | "tier1-theme-typography-body-h5-mobile-text_transform" | "tier1-theme-typography-body-h6-desktop-font_family" | "tier1-theme-typography-body-h6-desktop-font_weight" | "tier1-theme-typography-body-h6-desktop-font_style" | "tier1-theme-typography-body-h6-desktop-font_size" | "tier1-theme-typography-body-h6-desktop-line_height" | "tier1-theme-typography-body-h6-desktop-letter_spacing" | "tier1-theme-typography-body-h6-desktop-text_transform" | "tier1-theme-typography-body-h6-tablet-font_family" | "tier1-theme-typography-body-h6-tablet-font_weight" | "tier1-theme-typography-body-h6-tablet-font_style" | "tier1-theme-typography-body-h6-tablet-font_size" | "tier1-theme-typography-body-h6-tablet-line_height" | "tier1-theme-typography-body-h6-tablet-letter_spacing" | "tier1-theme-typography-body-h6-tablet-text_transform" | "tier1-theme-typography-body-h6-mobile-font_family" | "tier1-theme-typography-body-h6-mobile-font_weight" | "tier1-theme-typography-body-h6-mobile-font_style" | "tier1-theme-typography-body-h6-mobile-font_size" | "tier1-theme-typography-body-h6-mobile-line_height" | "tier1-theme-typography-body-h6-mobile-letter_spacing" | "tier1-theme-typography-body-h6-mobile-text_transform" | "tier1-theme-typography-body-b1-desktop-font_family" | "tier1-theme-typography-body-b1-desktop-font_weight" | "tier1-theme-typography-body-b1-desktop-font_style" | "tier1-theme-typography-body-b1-desktop-font_size" | "tier1-theme-typography-body-b1-desktop-line_height" | "tier1-theme-typography-body-b1-desktop-letter_spacing" | "tier1-theme-typography-body-b1-desktop-text_transform" | "tier1-theme-typography-body-b1-tablet-font_family" | "tier1-theme-typography-body-b1-tablet-font_weight" | "tier1-theme-typography-body-b1-tablet-font_style" | "tier1-theme-typography-body-b1-tablet-font_size" | "tier1-theme-typography-body-b1-tablet-line_height" | "tier1-theme-typography-body-b1-tablet-letter_spacing" | "tier1-theme-typography-body-b1-tablet-text_transform" | "tier1-theme-typography-body-b1-mobile-font_family" | "tier1-theme-typography-body-b1-mobile-font_weight" | "tier1-theme-typography-body-b1-mobile-font_style" | "tier1-theme-typography-body-b1-mobile-font_size" | "tier1-theme-typography-body-b1-mobile-line_height" | "tier1-theme-typography-body-b1-mobile-letter_spacing" | "tier1-theme-typography-body-b1-mobile-text_transform" | "tier1-theme-typography-body-b2-desktop-font_family" | "tier1-theme-typography-body-b2-desktop-font_weight" | "tier1-theme-typography-body-b2-desktop-font_style" | "tier1-theme-typography-body-b2-desktop-font_size" | "tier1-theme-typography-body-b2-desktop-line_height" | "tier1-theme-typography-body-b2-desktop-letter_spacing" | "tier1-theme-typography-body-b2-desktop-text_transform" | "tier1-theme-typography-body-b2-tablet-font_family" | "tier1-theme-typography-body-b2-tablet-font_weight" | "tier1-theme-typography-body-b2-tablet-font_style" | "tier1-theme-typography-body-b2-tablet-font_size" | "tier1-theme-typography-body-b2-tablet-line_height" | "tier1-theme-typography-body-b2-tablet-letter_spacing" | "tier1-theme-typography-body-b2-tablet-text_transform" | "tier1-theme-typography-body-b2-mobile-font_family" | "tier1-theme-typography-body-b2-mobile-font_weight" | "tier1-theme-typography-body-b2-mobile-font_style" | "tier1-theme-typography-body-b2-mobile-font_size" | "tier1-theme-typography-body-b2-mobile-line_height" | "tier1-theme-typography-body-b2-mobile-letter_spacing" | "tier1-theme-typography-body-b2-mobile-text_transform" | "tier1-theme-typography-body-b3-desktop-font_family" | "tier1-theme-typography-body-b3-desktop-font_weight" | "tier1-theme-typography-body-b3-desktop-font_style" | "tier1-theme-typography-body-b3-desktop-font_size" | "tier1-theme-typography-body-b3-desktop-line_height" | "tier1-theme-typography-body-b3-desktop-letter_spacing" | "tier1-theme-typography-body-b3-desktop-text_transform" | "tier1-theme-typography-body-b3-tablet-font_family" | "tier1-theme-typography-body-b3-tablet-font_weight" | "tier1-theme-typography-body-b3-tablet-font_style" | "tier1-theme-typography-body-b3-tablet-font_size" | "tier1-theme-typography-body-b3-tablet-line_height" | "tier1-theme-typography-body-b3-tablet-letter_spacing" | "tier1-theme-typography-body-b3-tablet-text_transform" | "tier1-theme-typography-body-b3-mobile-font_family" | "tier1-theme-typography-body-b3-mobile-font_weight" | "tier1-theme-typography-body-b3-mobile-font_style" | "tier1-theme-typography-body-b3-mobile-font_size" | "tier1-theme-typography-body-b3-mobile-line_height" | "tier1-theme-typography-body-b3-mobile-letter_spacing" | "tier1-theme-typography-body-b3-mobile-text_transform" | "tier1-theme-typography-label-h1-desktop-font_family" | "tier1-theme-typography-label-h1-desktop-font_weight" | "tier1-theme-typography-label-h1-desktop-font_style" | "tier1-theme-typography-label-h1-desktop-font_size" | "tier1-theme-typography-label-h1-desktop-line_height" | "tier1-theme-typography-label-h1-desktop-letter_spacing" | "tier1-theme-typography-label-h1-desktop-text_transform" | "tier1-theme-typography-label-h1-tablet-font_family" | "tier1-theme-typography-label-h1-tablet-font_weight" | "tier1-theme-typography-label-h1-tablet-font_style" | "tier1-theme-typography-label-h1-tablet-font_size" | "tier1-theme-typography-label-h1-tablet-line_height" | "tier1-theme-typography-label-h1-tablet-letter_spacing" | "tier1-theme-typography-label-h1-tablet-text_transform" | "tier1-theme-typography-label-h1-mobile-font_family" | "tier1-theme-typography-label-h1-mobile-font_weight" | "tier1-theme-typography-label-h1-mobile-font_style" | "tier1-theme-typography-label-h1-mobile-font_size" | "tier1-theme-typography-label-h1-mobile-line_height" | "tier1-theme-typography-label-h1-mobile-letter_spacing" | "tier1-theme-typography-label-h1-mobile-text_transform" | "tier1-theme-typography-label-h2-desktop-font_family" | "tier1-theme-typography-label-h2-desktop-font_weight" | "tier1-theme-typography-label-h2-desktop-font_style" | "tier1-theme-typography-label-h2-desktop-font_size" | "tier1-theme-typography-label-h2-desktop-line_height" | "tier1-theme-typography-label-h2-desktop-letter_spacing" | "tier1-theme-typography-label-h2-desktop-text_transform" | "tier1-theme-typography-label-h2-tablet-font_family" | "tier1-theme-typography-label-h2-tablet-font_weight" | "tier1-theme-typography-label-h2-tablet-font_style" | "tier1-theme-typography-label-h2-tablet-font_size" | "tier1-theme-typography-label-h2-tablet-line_height" | "tier1-theme-typography-label-h2-tablet-letter_spacing" | "tier1-theme-typography-label-h2-tablet-text_transform" | "tier1-theme-typography-label-h2-mobile-font_family" | "tier1-theme-typography-label-h2-mobile-font_weight" | "tier1-theme-typography-label-h2-mobile-font_style" | "tier1-theme-typography-label-h2-mobile-font_size" | "tier1-theme-typography-label-h2-mobile-line_height" | "tier1-theme-typography-label-h2-mobile-letter_spacing" | "tier1-theme-typography-label-h2-mobile-text_transform" | "tier1-theme-typography-label-h3-desktop-font_family" | "tier1-theme-typography-label-h3-desktop-font_weight" | "tier1-theme-typography-label-h3-desktop-font_style" | "tier1-theme-typography-label-h3-desktop-font_size" | "tier1-theme-typography-label-h3-desktop-line_height" | "tier1-theme-typography-label-h3-desktop-letter_spacing" | "tier1-theme-typography-label-h3-desktop-text_transform" | "tier1-theme-typography-label-h3-tablet-font_family" | "tier1-theme-typography-label-h3-tablet-font_weight" | "tier1-theme-typography-label-h3-tablet-font_style" | "tier1-theme-typography-label-h3-tablet-font_size" | "tier1-theme-typography-label-h3-tablet-line_height" | "tier1-theme-typography-label-h3-tablet-letter_spacing" | "tier1-theme-typography-label-h3-tablet-text_transform" | "tier1-theme-typography-label-h3-mobile-font_family" | "tier1-theme-typography-label-h3-mobile-font_weight" | "tier1-theme-typography-label-h3-mobile-font_style" | "tier1-theme-typography-label-h3-mobile-font_size" | "tier1-theme-typography-label-h3-mobile-line_height" | "tier1-theme-typography-label-h3-mobile-letter_spacing" | "tier1-theme-typography-label-h3-mobile-text_transform" | "tier1-theme-typography-label-h4-desktop-font_family" | "tier1-theme-typography-label-h4-desktop-font_weight" | "tier1-theme-typography-label-h4-desktop-font_style" | "tier1-theme-typography-label-h4-desktop-font_size" | "tier1-theme-typography-label-h4-desktop-line_height" | "tier1-theme-typography-label-h4-desktop-letter_spacing" | "tier1-theme-typography-label-h4-desktop-text_transform" | "tier1-theme-typography-label-h4-tablet-font_family" | "tier1-theme-typography-label-h4-tablet-font_weight" | "tier1-theme-typography-label-h4-tablet-font_style" | "tier1-theme-typography-label-h4-tablet-font_size" | "tier1-theme-typography-label-h4-tablet-line_height" | "tier1-theme-typography-label-h4-tablet-letter_spacing" | "tier1-theme-typography-label-h4-tablet-text_transform" | "tier1-theme-typography-label-h4-mobile-font_family" | "tier1-theme-typography-label-h4-mobile-font_weight" | "tier1-theme-typography-label-h4-mobile-font_style" | "tier1-theme-typography-label-h4-mobile-font_size" | "tier1-theme-typography-label-h4-mobile-line_height" | "tier1-theme-typography-label-h4-mobile-letter_spacing" | "tier1-theme-typography-label-h4-mobile-text_transform" | "tier1-theme-typography-label-h5-desktop-font_family" | "tier1-theme-typography-label-h5-desktop-font_weight" | "tier1-theme-typography-label-h5-desktop-font_style" | "tier1-theme-typography-label-h5-desktop-font_size" | "tier1-theme-typography-label-h5-desktop-line_height" | "tier1-theme-typography-label-h5-desktop-letter_spacing" | "tier1-theme-typography-label-h5-desktop-text_transform" | "tier1-theme-typography-label-h5-tablet-font_family" | "tier1-theme-typography-label-h5-tablet-font_weight" | "tier1-theme-typography-label-h5-tablet-font_style" | "tier1-theme-typography-label-h5-tablet-font_size" | "tier1-theme-typography-label-h5-tablet-line_height" | "tier1-theme-typography-label-h5-tablet-letter_spacing" | "tier1-theme-typography-label-h5-tablet-text_transform" | "tier1-theme-typography-label-h5-mobile-font_family" | "tier1-theme-typography-label-h5-mobile-font_weight" | "tier1-theme-typography-label-h5-mobile-font_style" | "tier1-theme-typography-label-h5-mobile-font_size" | "tier1-theme-typography-label-h5-mobile-line_height" | "tier1-theme-typography-label-h5-mobile-letter_spacing" | "tier1-theme-typography-label-h5-mobile-text_transform" | "tier1-theme-typography-label-h6-desktop-font_family" | "tier1-theme-typography-label-h6-desktop-font_weight" | "tier1-theme-typography-label-h6-desktop-font_style" | "tier1-theme-typography-label-h6-desktop-font_size" | "tier1-theme-typography-label-h6-desktop-line_height" | "tier1-theme-typography-label-h6-desktop-letter_spacing" | "tier1-theme-typography-label-h6-desktop-text_transform" | "tier1-theme-typography-label-h6-tablet-font_family" | "tier1-theme-typography-label-h6-tablet-font_weight" | "tier1-theme-typography-label-h6-tablet-font_style" | "tier1-theme-typography-label-h6-tablet-font_size" | "tier1-theme-typography-label-h6-tablet-line_height" | "tier1-theme-typography-label-h6-tablet-letter_spacing" | "tier1-theme-typography-label-h6-tablet-text_transform" | "tier1-theme-typography-label-h6-mobile-font_family" | "tier1-theme-typography-label-h6-mobile-font_weight" | "tier1-theme-typography-label-h6-mobile-font_style" | "tier1-theme-typography-label-h6-mobile-font_size" | "tier1-theme-typography-label-h6-mobile-line_height" | "tier1-theme-typography-label-h6-mobile-letter_spacing" | "tier1-theme-typography-label-h6-mobile-text_transform" | "tier1-theme-typography-label-b1-desktop-font_family" | "tier1-theme-typography-label-b1-desktop-font_weight" | "tier1-theme-typography-label-b1-desktop-font_style" | "tier1-theme-typography-label-b1-desktop-font_size" | "tier1-theme-typography-label-b1-desktop-line_height" | "tier1-theme-typography-label-b1-desktop-letter_spacing" | "tier1-theme-typography-label-b1-desktop-text_transform" | "tier1-theme-typography-label-b1-tablet-font_family" | "tier1-theme-typography-label-b1-tablet-font_weight" | "tier1-theme-typography-label-b1-tablet-font_style" | "tier1-theme-typography-label-b1-tablet-font_size" | "tier1-theme-typography-label-b1-tablet-line_height" | "tier1-theme-typography-label-b1-tablet-letter_spacing" | "tier1-theme-typography-label-b1-tablet-text_transform" | "tier1-theme-typography-label-b1-mobile-font_family" | "tier1-theme-typography-label-b1-mobile-font_weight" | "tier1-theme-typography-label-b1-mobile-font_style" | "tier1-theme-typography-label-b1-mobile-font_size" | "tier1-theme-typography-label-b1-mobile-line_height" | "tier1-theme-typography-label-b1-mobile-letter_spacing" | "tier1-theme-typography-label-b1-mobile-text_transform" | "tier1-theme-typography-label-b2-desktop-font_family" | "tier1-theme-typography-label-b2-desktop-font_weight" | "tier1-theme-typography-label-b2-desktop-font_style" | "tier1-theme-typography-label-b2-desktop-font_size" | "tier1-theme-typography-label-b2-desktop-line_height" | "tier1-theme-typography-label-b2-desktop-letter_spacing" | "tier1-theme-typography-label-b2-desktop-text_transform" | "tier1-theme-typography-label-b2-tablet-font_family" | "tier1-theme-typography-label-b2-tablet-font_weight" | "tier1-theme-typography-label-b2-tablet-font_style" | "tier1-theme-typography-label-b2-tablet-font_size" | "tier1-theme-typography-label-b2-tablet-line_height" | "tier1-theme-typography-label-b2-tablet-letter_spacing" | "tier1-theme-typography-label-b2-tablet-text_transform" | "tier1-theme-typography-label-b2-mobile-font_family" | "tier1-theme-typography-label-b2-mobile-font_weight" | "tier1-theme-typography-label-b2-mobile-font_style" | "tier1-theme-typography-label-b2-mobile-font_size" | "tier1-theme-typography-label-b2-mobile-line_height" | "tier1-theme-typography-label-b2-mobile-letter_spacing" | "tier1-theme-typography-label-b2-mobile-text_transform" | "tier1-theme-typography-label-b3-desktop-font_family" | "tier1-theme-typography-label-b3-desktop-font_weight" | "tier1-theme-typography-label-b3-desktop-font_style" | "tier1-theme-typography-label-b3-desktop-font_size" | "tier1-theme-typography-label-b3-desktop-line_height" | "tier1-theme-typography-label-b3-desktop-letter_spacing" | "tier1-theme-typography-label-b3-desktop-text_transform" | "tier1-theme-typography-label-b3-tablet-font_family" | "tier1-theme-typography-label-b3-tablet-font_weight" | "tier1-theme-typography-label-b3-tablet-font_style" | "tier1-theme-typography-label-b3-tablet-font_size" | "tier1-theme-typography-label-b3-tablet-line_height" | "tier1-theme-typography-label-b3-tablet-letter_spacing" | "tier1-theme-typography-label-b3-tablet-text_transform" | "tier1-theme-typography-label-b3-mobile-font_family" | "tier1-theme-typography-label-b3-mobile-font_weight" | "tier1-theme-typography-label-b3-mobile-font_style" | "tier1-theme-typography-label-b3-mobile-font_size" | "tier1-theme-typography-label-b3-mobile-line_height" | "tier1-theme-typography-label-b3-mobile-letter_spacing" | "tier1-theme-typography-label-b3-mobile-text_transform" | "tier1-theme-typography-meta-h1-desktop-font_family" | "tier1-theme-typography-meta-h1-desktop-font_weight" | "tier1-theme-typography-meta-h1-desktop-font_style" | "tier1-theme-typography-meta-h1-desktop-font_size" | "tier1-theme-typography-meta-h1-desktop-line_height" | "tier1-theme-typography-meta-h1-desktop-letter_spacing" | "tier1-theme-typography-meta-h1-desktop-text_transform" | "tier1-theme-typography-meta-h1-tablet-font_family" | "tier1-theme-typography-meta-h1-tablet-font_weight" | "tier1-theme-typography-meta-h1-tablet-font_style" | "tier1-theme-typography-meta-h1-tablet-font_size" | "tier1-theme-typography-meta-h1-tablet-line_height" | "tier1-theme-typography-meta-h1-tablet-letter_spacing" | "tier1-theme-typography-meta-h1-tablet-text_transform" | "tier1-theme-typography-meta-h1-mobile-font_family" | "tier1-theme-typography-meta-h1-mobile-font_weight" | "tier1-theme-typography-meta-h1-mobile-font_style" | "tier1-theme-typography-meta-h1-mobile-font_size" | "tier1-theme-typography-meta-h1-mobile-line_height" | "tier1-theme-typography-meta-h1-mobile-letter_spacing" | "tier1-theme-typography-meta-h1-mobile-text_transform" | "tier1-theme-typography-meta-h2-desktop-font_family" | "tier1-theme-typography-meta-h2-desktop-font_weight" | "tier1-theme-typography-meta-h2-desktop-font_style" | "tier1-theme-typography-meta-h2-desktop-font_size" | "tier1-theme-typography-meta-h2-desktop-line_height" | "tier1-theme-typography-meta-h2-desktop-letter_spacing" | "tier1-theme-typography-meta-h2-desktop-text_transform" | "tier1-theme-typography-meta-h2-tablet-font_family" | "tier1-theme-typography-meta-h2-tablet-font_weight" | "tier1-theme-typography-meta-h2-tablet-font_style" | "tier1-theme-typography-meta-h2-tablet-font_size" | "tier1-theme-typography-meta-h2-tablet-line_height" | "tier1-theme-typography-meta-h2-tablet-letter_spacing" | "tier1-theme-typography-meta-h2-tablet-text_transform" | "tier1-theme-typography-meta-h2-mobile-font_family" | "tier1-theme-typography-meta-h2-mobile-font_weight" | "tier1-theme-typography-meta-h2-mobile-font_style" | "tier1-theme-typography-meta-h2-mobile-font_size" | "tier1-theme-typography-meta-h2-mobile-line_height" | "tier1-theme-typography-meta-h2-mobile-letter_spacing" | "tier1-theme-typography-meta-h2-mobile-text_transform" | "tier1-theme-typography-meta-h3-desktop-font_family" | "tier1-theme-typography-meta-h3-desktop-font_weight" | "tier1-theme-typography-meta-h3-desktop-font_style" | "tier1-theme-typography-meta-h3-desktop-font_size" | "tier1-theme-typography-meta-h3-desktop-line_height" | "tier1-theme-typography-meta-h3-desktop-letter_spacing" | "tier1-theme-typography-meta-h3-desktop-text_transform" | "tier1-theme-typography-meta-h3-tablet-font_family" | "tier1-theme-typography-meta-h3-tablet-font_weight" | "tier1-theme-typography-meta-h3-tablet-font_style" | "tier1-theme-typography-meta-h3-tablet-font_size" | "tier1-theme-typography-meta-h3-tablet-line_height" | "tier1-theme-typography-meta-h3-tablet-letter_spacing" | "tier1-theme-typography-meta-h3-tablet-text_transform" | "tier1-theme-typography-meta-h3-mobile-font_family" | "tier1-theme-typography-meta-h3-mobile-font_weight" | "tier1-theme-typography-meta-h3-mobile-font_style" | "tier1-theme-typography-meta-h3-mobile-font_size" | "tier1-theme-typography-meta-h3-mobile-line_height" | "tier1-theme-typography-meta-h3-mobile-letter_spacing" | "tier1-theme-typography-meta-h3-mobile-text_transform" | "tier1-theme-typography-meta-h4-desktop-font_family" | "tier1-theme-typography-meta-h4-desktop-font_weight" | "tier1-theme-typography-meta-h4-desktop-font_style" | "tier1-theme-typography-meta-h4-desktop-font_size" | "tier1-theme-typography-meta-h4-desktop-line_height" | "tier1-theme-typography-meta-h4-desktop-letter_spacing" | "tier1-theme-typography-meta-h4-desktop-text_transform" | "tier1-theme-typography-meta-h4-tablet-font_family" | "tier1-theme-typography-meta-h4-tablet-font_weight" | "tier1-theme-typography-meta-h4-tablet-font_style" | "tier1-theme-typography-meta-h4-tablet-font_size" | "tier1-theme-typography-meta-h4-tablet-line_height" | "tier1-theme-typography-meta-h4-tablet-letter_spacing" | "tier1-theme-typography-meta-h4-tablet-text_transform" | "tier1-theme-typography-meta-h4-mobile-font_family" | "tier1-theme-typography-meta-h4-mobile-font_weight" | "tier1-theme-typography-meta-h4-mobile-font_style" | "tier1-theme-typography-meta-h4-mobile-font_size" | "tier1-theme-typography-meta-h4-mobile-line_height" | "tier1-theme-typography-meta-h4-mobile-letter_spacing" | "tier1-theme-typography-meta-h4-mobile-text_transform" | "tier1-theme-typography-meta-h5-desktop-font_family" | "tier1-theme-typography-meta-h5-desktop-font_weight" | "tier1-theme-typography-meta-h5-desktop-font_style" | "tier1-theme-typography-meta-h5-desktop-font_size" | "tier1-theme-typography-meta-h5-desktop-line_height" | "tier1-theme-typography-meta-h5-desktop-letter_spacing" | "tier1-theme-typography-meta-h5-desktop-text_transform" | "tier1-theme-typography-meta-h5-tablet-font_family" | "tier1-theme-typography-meta-h5-tablet-font_weight" | "tier1-theme-typography-meta-h5-tablet-font_style" | "tier1-theme-typography-meta-h5-tablet-font_size" | "tier1-theme-typography-meta-h5-tablet-line_height" | "tier1-theme-typography-meta-h5-tablet-letter_spacing" | "tier1-theme-typography-meta-h5-tablet-text_transform" | "tier1-theme-typography-meta-h5-mobile-font_family" | "tier1-theme-typography-meta-h5-mobile-font_weight" | "tier1-theme-typography-meta-h5-mobile-font_style" | "tier1-theme-typography-meta-h5-mobile-font_size" | "tier1-theme-typography-meta-h5-mobile-line_height" | "tier1-theme-typography-meta-h5-mobile-letter_spacing" | "tier1-theme-typography-meta-h5-mobile-text_transform" | "tier1-theme-typography-meta-h6-desktop-font_family" | "tier1-theme-typography-meta-h6-desktop-font_weight" | "tier1-theme-typography-meta-h6-desktop-font_style" | "tier1-theme-typography-meta-h6-desktop-font_size" | "tier1-theme-typography-meta-h6-desktop-line_height" | "tier1-theme-typography-meta-h6-desktop-letter_spacing" | "tier1-theme-typography-meta-h6-desktop-text_transform" | "tier1-theme-typography-meta-h6-tablet-font_family" | "tier1-theme-typography-meta-h6-tablet-font_weight" | "tier1-theme-typography-meta-h6-tablet-font_style" | "tier1-theme-typography-meta-h6-tablet-font_size" | "tier1-theme-typography-meta-h6-tablet-line_height" | "tier1-theme-typography-meta-h6-tablet-letter_spacing" | "tier1-theme-typography-meta-h6-tablet-text_transform" | "tier1-theme-typography-meta-h6-mobile-font_family" | "tier1-theme-typography-meta-h6-mobile-font_weight" | "tier1-theme-typography-meta-h6-mobile-font_style" | "tier1-theme-typography-meta-h6-mobile-font_size" | "tier1-theme-typography-meta-h6-mobile-line_height" | "tier1-theme-typography-meta-h6-mobile-letter_spacing" | "tier1-theme-typography-meta-h6-mobile-text_transform" | "tier1-theme-typography-meta-b1-desktop-font_family" | "tier1-theme-typography-meta-b1-desktop-font_weight" | "tier1-theme-typography-meta-b1-desktop-font_style" | "tier1-theme-typography-meta-b1-desktop-font_size" | "tier1-theme-typography-meta-b1-desktop-line_height" | "tier1-theme-typography-meta-b1-desktop-letter_spacing" | "tier1-theme-typography-meta-b1-desktop-text_transform" | "tier1-theme-typography-meta-b1-tablet-font_family" | "tier1-theme-typography-meta-b1-tablet-font_weight" | "tier1-theme-typography-meta-b1-tablet-font_style" | "tier1-theme-typography-meta-b1-tablet-font_size" | "tier1-theme-typography-meta-b1-tablet-line_height" | "tier1-theme-typography-meta-b1-tablet-letter_spacing" | "tier1-theme-typography-meta-b1-tablet-text_transform" | "tier1-theme-typography-meta-b1-mobile-font_family" | "tier1-theme-typography-meta-b1-mobile-font_weight" | "tier1-theme-typography-meta-b1-mobile-font_style" | "tier1-theme-typography-meta-b1-mobile-font_size" | "tier1-theme-typography-meta-b1-mobile-line_height" | "tier1-theme-typography-meta-b1-mobile-letter_spacing" | "tier1-theme-typography-meta-b1-mobile-text_transform" | "tier1-theme-typography-meta-b2-desktop-font_family" | "tier1-theme-typography-meta-b2-desktop-font_weight" | "tier1-theme-typography-meta-b2-desktop-font_style" | "tier1-theme-typography-meta-b2-desktop-font_size" | "tier1-theme-typography-meta-b2-desktop-line_height" | "tier1-theme-typography-meta-b2-desktop-letter_spacing" | "tier1-theme-typography-meta-b2-desktop-text_transform" | "tier1-theme-typography-meta-b2-tablet-font_family" | "tier1-theme-typography-meta-b2-tablet-font_weight" | "tier1-theme-typography-meta-b2-tablet-font_style" | "tier1-theme-typography-meta-b2-tablet-font_size" | "tier1-theme-typography-meta-b2-tablet-line_height" | "tier1-theme-typography-meta-b2-tablet-letter_spacing" | "tier1-theme-typography-meta-b2-tablet-text_transform" | "tier1-theme-typography-meta-b2-mobile-font_family" | "tier1-theme-typography-meta-b2-mobile-font_weight" | "tier1-theme-typography-meta-b2-mobile-font_style" | "tier1-theme-typography-meta-b2-mobile-font_size" | "tier1-theme-typography-meta-b2-mobile-line_height" | "tier1-theme-typography-meta-b2-mobile-letter_spacing" | "tier1-theme-typography-meta-b2-mobile-text_transform" | "tier1-theme-typography-meta-b3-desktop-font_family" | "tier1-theme-typography-meta-b3-desktop-font_weight" | "tier1-theme-typography-meta-b3-desktop-font_style" | "tier1-theme-typography-meta-b3-desktop-font_size" | "tier1-theme-typography-meta-b3-desktop-line_height" | "tier1-theme-typography-meta-b3-desktop-letter_spacing" | "tier1-theme-typography-meta-b3-desktop-text_transform" | "tier1-theme-typography-meta-b3-tablet-font_family" | "tier1-theme-typography-meta-b3-tablet-font_weight" | "tier1-theme-typography-meta-b3-tablet-font_style" | "tier1-theme-typography-meta-b3-tablet-font_size" | "tier1-theme-typography-meta-b3-tablet-line_height" | "tier1-theme-typography-meta-b3-tablet-letter_spacing" | "tier1-theme-typography-meta-b3-tablet-text_transform" | "tier1-theme-typography-meta-b3-mobile-font_family" | "tier1-theme-typography-meta-b3-mobile-font_weight" | "tier1-theme-typography-meta-b3-mobile-font_style" | "tier1-theme-typography-meta-b3-mobile-font_size" | "tier1-theme-typography-meta-b3-mobile-line_height" | "tier1-theme-typography-meta-b3-mobile-letter_spacing" | "tier1-theme-typography-meta-b3-mobile-text_transform" | "tier1-theme-typography-data-h1-desktop-font_family" | "tier1-theme-typography-data-h1-desktop-font_weight" | "tier1-theme-typography-data-h1-desktop-font_style" | "tier1-theme-typography-data-h1-desktop-font_size" | "tier1-theme-typography-data-h1-desktop-line_height" | "tier1-theme-typography-data-h1-desktop-letter_spacing" | "tier1-theme-typography-data-h1-desktop-text_transform" | "tier1-theme-typography-data-h1-tablet-font_family" | "tier1-theme-typography-data-h1-tablet-font_weight" | "tier1-theme-typography-data-h1-tablet-font_style" | "tier1-theme-typography-data-h1-tablet-font_size" | "tier1-theme-typography-data-h1-tablet-line_height" | "tier1-theme-typography-data-h1-tablet-letter_spacing" | "tier1-theme-typography-data-h1-tablet-text_transform" | "tier1-theme-typography-data-h1-mobile-font_family" | "tier1-theme-typography-data-h1-mobile-font_weight" | "tier1-theme-typography-data-h1-mobile-font_style" | "tier1-theme-typography-data-h1-mobile-font_size" | "tier1-theme-typography-data-h1-mobile-line_height" | "tier1-theme-typography-data-h1-mobile-letter_spacing" | "tier1-theme-typography-data-h1-mobile-text_transform" | "tier1-theme-typography-data-h2-desktop-font_family" | "tier1-theme-typography-data-h2-desktop-font_weight" | "tier1-theme-typography-data-h2-desktop-font_style" | "tier1-theme-typography-data-h2-desktop-font_size" | "tier1-theme-typography-data-h2-desktop-line_height" | "tier1-theme-typography-data-h2-desktop-letter_spacing" | "tier1-theme-typography-data-h2-desktop-text_transform" | "tier1-theme-typography-data-h2-tablet-font_family" | "tier1-theme-typography-data-h2-tablet-font_weight" | "tier1-theme-typography-data-h2-tablet-font_style" | "tier1-theme-typography-data-h2-tablet-font_size" | "tier1-theme-typography-data-h2-tablet-line_height" | "tier1-theme-typography-data-h2-tablet-letter_spacing" | "tier1-theme-typography-data-h2-tablet-text_transform" | "tier1-theme-typography-data-h2-mobile-font_family" | "tier1-theme-typography-data-h2-mobile-font_weight" | "tier1-theme-typography-data-h2-mobile-font_style" | "tier1-theme-typography-data-h2-mobile-font_size" | "tier1-theme-typography-data-h2-mobile-line_height" | "tier1-theme-typography-data-h2-mobile-letter_spacing" | "tier1-theme-typography-data-h2-mobile-text_transform" | "tier1-theme-typography-data-h3-desktop-font_family" | "tier1-theme-typography-data-h3-desktop-font_weight" | "tier1-theme-typography-data-h3-desktop-font_style" | "tier1-theme-typography-data-h3-desktop-font_size" | "tier1-theme-typography-data-h3-desktop-line_height" | "tier1-theme-typography-data-h3-desktop-letter_spacing" | "tier1-theme-typography-data-h3-desktop-text_transform" | "tier1-theme-typography-data-h3-tablet-font_family" | "tier1-theme-typography-data-h3-tablet-font_weight" | "tier1-theme-typography-data-h3-tablet-font_style" | "tier1-theme-typography-data-h3-tablet-font_size" | "tier1-theme-typography-data-h3-tablet-line_height" | "tier1-theme-typography-data-h3-tablet-letter_spacing" | "tier1-theme-typography-data-h3-tablet-text_transform" | "tier1-theme-typography-data-h3-mobile-font_family" | "tier1-theme-typography-data-h3-mobile-font_weight" | "tier1-theme-typography-data-h3-mobile-font_style" | "tier1-theme-typography-data-h3-mobile-font_size" | "tier1-theme-typography-data-h3-mobile-line_height" | "tier1-theme-typography-data-h3-mobile-letter_spacing" | "tier1-theme-typography-data-h3-mobile-text_transform" | "tier1-theme-typography-data-h4-desktop-font_family" | "tier1-theme-typography-data-h4-desktop-font_weight" | "tier1-theme-typography-data-h4-desktop-font_style" | "tier1-theme-typography-data-h4-desktop-font_size" | "tier1-theme-typography-data-h4-desktop-line_height" | "tier1-theme-typography-data-h4-desktop-letter_spacing" | "tier1-theme-typography-data-h4-desktop-text_transform" | "tier1-theme-typography-data-h4-tablet-font_family" | "tier1-theme-typography-data-h4-tablet-font_weight" | "tier1-theme-typography-data-h4-tablet-font_style" | "tier1-theme-typography-data-h4-tablet-font_size" | "tier1-theme-typography-data-h4-tablet-line_height" | "tier1-theme-typography-data-h4-tablet-letter_spacing" | "tier1-theme-typography-data-h4-tablet-text_transform" | "tier1-theme-typography-data-h4-mobile-font_family" | "tier1-theme-typography-data-h4-mobile-font_weight" | "tier1-theme-typography-data-h4-mobile-font_style" | "tier1-theme-typography-data-h4-mobile-font_size" | "tier1-theme-typography-data-h4-mobile-line_height" | "tier1-theme-typography-data-h4-mobile-letter_spacing" | "tier1-theme-typography-data-h4-mobile-text_transform" | "tier1-theme-typography-data-h5-desktop-font_family" | "tier1-theme-typography-data-h5-desktop-font_weight" | "tier1-theme-typography-data-h5-desktop-font_style" | "tier1-theme-typography-data-h5-desktop-font_size" | "tier1-theme-typography-data-h5-desktop-line_height" | "tier1-theme-typography-data-h5-desktop-letter_spacing" | "tier1-theme-typography-data-h5-desktop-text_transform" | "tier1-theme-typography-data-h5-tablet-font_family" | "tier1-theme-typography-data-h5-tablet-font_weight" | "tier1-theme-typography-data-h5-tablet-font_style" | "tier1-theme-typography-data-h5-tablet-font_size" | "tier1-theme-typography-data-h5-tablet-line_height" | "tier1-theme-typography-data-h5-tablet-letter_spacing" | "tier1-theme-typography-data-h5-tablet-text_transform" | "tier1-theme-typography-data-h5-mobile-font_family" | "tier1-theme-typography-data-h5-mobile-font_weight" | "tier1-theme-typography-data-h5-mobile-font_style" | "tier1-theme-typography-data-h5-mobile-font_size" | "tier1-theme-typography-data-h5-mobile-line_height" | "tier1-theme-typography-data-h5-mobile-letter_spacing" | "tier1-theme-typography-data-h5-mobile-text_transform" | "tier1-theme-typography-data-h6-desktop-font_family" | "tier1-theme-typography-data-h6-desktop-font_weight" | "tier1-theme-typography-data-h6-desktop-font_style" | "tier1-theme-typography-data-h6-desktop-font_size" | "tier1-theme-typography-data-h6-desktop-line_height" | "tier1-theme-typography-data-h6-desktop-letter_spacing" | "tier1-theme-typography-data-h6-desktop-text_transform" | "tier1-theme-typography-data-h6-tablet-font_family" | "tier1-theme-typography-data-h6-tablet-font_weight" | "tier1-theme-typography-data-h6-tablet-font_style" | "tier1-theme-typography-data-h6-tablet-font_size" | "tier1-theme-typography-data-h6-tablet-line_height" | "tier1-theme-typography-data-h6-tablet-letter_spacing" | "tier1-theme-typography-data-h6-tablet-text_transform" | "tier1-theme-typography-data-h6-mobile-font_family" | "tier1-theme-typography-data-h6-mobile-font_weight" | "tier1-theme-typography-data-h6-mobile-font_style" | "tier1-theme-typography-data-h6-mobile-font_size" | "tier1-theme-typography-data-h6-mobile-line_height" | "tier1-theme-typography-data-h6-mobile-letter_spacing" | "tier1-theme-typography-data-h6-mobile-text_transform" | "tier1-theme-typography-data-b1-desktop-font_family" | "tier1-theme-typography-data-b1-desktop-font_weight" | "tier1-theme-typography-data-b1-desktop-font_style" | "tier1-theme-typography-data-b1-desktop-font_size" | "tier1-theme-typography-data-b1-desktop-line_height" | "tier1-theme-typography-data-b1-desktop-letter_spacing" | "tier1-theme-typography-data-b1-desktop-text_transform" | "tier1-theme-typography-data-b1-tablet-font_family" | "tier1-theme-typography-data-b1-tablet-font_weight" | "tier1-theme-typography-data-b1-tablet-font_style" | "tier1-theme-typography-data-b1-tablet-font_size" | "tier1-theme-typography-data-b1-tablet-line_height" | "tier1-theme-typography-data-b1-tablet-letter_spacing" | "tier1-theme-typography-data-b1-tablet-text_transform" | "tier1-theme-typography-data-b1-mobile-font_family" | "tier1-theme-typography-data-b1-mobile-font_weight" | "tier1-theme-typography-data-b1-mobile-font_style" | "tier1-theme-typography-data-b1-mobile-font_size" | "tier1-theme-typography-data-b1-mobile-line_height" | "tier1-theme-typography-data-b1-mobile-letter_spacing" | "tier1-theme-typography-data-b1-mobile-text_transform" | "tier1-theme-typography-data-b2-desktop-font_family" | "tier1-theme-typography-data-b2-desktop-font_weight" | "tier1-theme-typography-data-b2-desktop-font_style" | "tier1-theme-typography-data-b2-desktop-font_size" | "tier1-theme-typography-data-b2-desktop-line_height" | "tier1-theme-typography-data-b2-desktop-letter_spacing" | "tier1-theme-typography-data-b2-desktop-text_transform" | "tier1-theme-typography-data-b2-tablet-font_family" | "tier1-theme-typography-data-b2-tablet-font_weight" | "tier1-theme-typography-data-b2-tablet-font_style" | "tier1-theme-typography-data-b2-tablet-font_size" | "tier1-theme-typography-data-b2-tablet-line_height" | "tier1-theme-typography-data-b2-tablet-letter_spacing" | "tier1-theme-typography-data-b2-tablet-text_transform" | "tier1-theme-typography-data-b2-mobile-font_family" | "tier1-theme-typography-data-b2-mobile-font_weight" | "tier1-theme-typography-data-b2-mobile-font_style" | "tier1-theme-typography-data-b2-mobile-font_size" | "tier1-theme-typography-data-b2-mobile-line_height" | "tier1-theme-typography-data-b2-mobile-letter_spacing" | "tier1-theme-typography-data-b2-mobile-text_transform" | "tier1-theme-typography-data-b3-desktop-font_family" | "tier1-theme-typography-data-b3-desktop-font_weight" | "tier1-theme-typography-data-b3-desktop-font_style" | "tier1-theme-typography-data-b3-desktop-font_size" | "tier1-theme-typography-data-b3-desktop-line_height" | "tier1-theme-typography-data-b3-desktop-letter_spacing" | "tier1-theme-typography-data-b3-desktop-text_transform" | "tier1-theme-typography-data-b3-tablet-font_family" | "tier1-theme-typography-data-b3-tablet-font_weight" | "tier1-theme-typography-data-b3-tablet-font_style" | "tier1-theme-typography-data-b3-tablet-font_size" | "tier1-theme-typography-data-b3-tablet-line_height" | "tier1-theme-typography-data-b3-tablet-letter_spacing" | "tier1-theme-typography-data-b3-tablet-text_transform" | "tier1-theme-typography-data-b3-mobile-font_family" | "tier1-theme-typography-data-b3-mobile-font_weight" | "tier1-theme-typography-data-b3-mobile-font_style" | "tier1-theme-typography-data-b3-mobile-font_size" | "tier1-theme-typography-data-b3-mobile-line_height" | "tier1-theme-typography-data-b3-mobile-letter_spacing" | "tier1-theme-typography-data-b3-mobile-text_transform" | "tier1-theme-typography-headline-h1-desktop-font_family" | "tier1-theme-typography-headline-h1-desktop-font_weight" | "tier1-theme-typography-headline-h1-desktop-font_style" | "tier1-theme-typography-headline-h1-desktop-font_size" | "tier1-theme-typography-headline-h1-desktop-line_height" | "tier1-theme-typography-headline-h1-desktop-letter_spacing" | "tier1-theme-typography-headline-h1-desktop-text_transform" | "tier1-theme-typography-headline-h1-tablet-font_family" | "tier1-theme-typography-headline-h1-tablet-font_weight" | "tier1-theme-typography-headline-h1-tablet-font_style" | "tier1-theme-typography-headline-h1-tablet-font_size" | "tier1-theme-typography-headline-h1-tablet-line_height" | "tier1-theme-typography-headline-h1-tablet-letter_spacing" | "tier1-theme-typography-headline-h1-tablet-text_transform" | "tier1-theme-typography-headline-h1-mobile-font_family" | "tier1-theme-typography-headline-h1-mobile-font_weight" | "tier1-theme-typography-headline-h1-mobile-font_style" | "tier1-theme-typography-headline-h1-mobile-font_size" | "tier1-theme-typography-headline-h1-mobile-line_height" | "tier1-theme-typography-headline-h1-mobile-letter_spacing" | "tier1-theme-typography-headline-h1-mobile-text_transform" | "tier1-theme-typography-headline-h2-desktop-font_family" | "tier1-theme-typography-headline-h2-desktop-font_weight" | "tier1-theme-typography-headline-h2-desktop-font_style" | "tier1-theme-typography-headline-h2-desktop-font_size" | "tier1-theme-typography-headline-h2-desktop-line_height" | "tier1-theme-typography-headline-h2-desktop-letter_spacing" | "tier1-theme-typography-headline-h2-desktop-text_transform" | "tier1-theme-typography-headline-h2-tablet-font_family" | "tier1-theme-typography-headline-h2-tablet-font_weight" | "tier1-theme-typography-headline-h2-tablet-font_style" | "tier1-theme-typography-headline-h2-tablet-font_size" | "tier1-theme-typography-headline-h2-tablet-line_height" | "tier1-theme-typography-headline-h2-tablet-letter_spacing" | "tier1-theme-typography-headline-h2-tablet-text_transform" | "tier1-theme-typography-headline-h2-mobile-font_family" | "tier1-theme-typography-headline-h2-mobile-font_weight" | "tier1-theme-typography-headline-h2-mobile-font_style" | "tier1-theme-typography-headline-h2-mobile-font_size" | "tier1-theme-typography-headline-h2-mobile-line_height" | "tier1-theme-typography-headline-h2-mobile-letter_spacing" | "tier1-theme-typography-headline-h2-mobile-text_transform" | "tier1-theme-typography-headline-h3-desktop-font_family" | "tier1-theme-typography-headline-h3-desktop-font_weight" | "tier1-theme-typography-headline-h3-desktop-font_style" | "tier1-theme-typography-headline-h3-desktop-font_size" | "tier1-theme-typography-headline-h3-desktop-line_height" | "tier1-theme-typography-headline-h3-desktop-letter_spacing" | "tier1-theme-typography-headline-h3-desktop-text_transform" | "tier1-theme-typography-headline-h3-tablet-font_family" | "tier1-theme-typography-headline-h3-tablet-font_weight" | "tier1-theme-typography-headline-h3-tablet-font_style" | "tier1-theme-typography-headline-h3-tablet-font_size" | "tier1-theme-typography-headline-h3-tablet-line_height" | "tier1-theme-typography-headline-h3-tablet-letter_spacing" | "tier1-theme-typography-headline-h3-tablet-text_transform" | "tier1-theme-typography-headline-h3-mobile-font_family" | "tier1-theme-typography-headline-h3-mobile-font_weight" | "tier1-theme-typography-headline-h3-mobile-font_style" | "tier1-theme-typography-headline-h3-mobile-font_size" | "tier1-theme-typography-headline-h3-mobile-line_height" | "tier1-theme-typography-headline-h3-mobile-letter_spacing" | "tier1-theme-typography-headline-h3-mobile-text_transform" | "tier1-theme-typography-headline-h4-desktop-font_family" | "tier1-theme-typography-headline-h4-desktop-font_weight" | "tier1-theme-typography-headline-h4-desktop-font_style" | "tier1-theme-typography-headline-h4-desktop-font_size" | "tier1-theme-typography-headline-h4-desktop-line_height" | "tier1-theme-typography-headline-h4-desktop-letter_spacing" | "tier1-theme-typography-headline-h4-desktop-text_transform" | "tier1-theme-typography-headline-h4-tablet-font_family" | "tier1-theme-typography-headline-h4-tablet-font_weight" | "tier1-theme-typography-headline-h4-tablet-font_style" | "tier1-theme-typography-headline-h4-tablet-font_size" | "tier1-theme-typography-headline-h4-tablet-line_height" | "tier1-theme-typography-headline-h4-tablet-letter_spacing" | "tier1-theme-typography-headline-h4-tablet-text_transform" | "tier1-theme-typography-headline-h4-mobile-font_family" | "tier1-theme-typography-headline-h4-mobile-font_weight" | "tier1-theme-typography-headline-h4-mobile-font_style" | "tier1-theme-typography-headline-h4-mobile-font_size" | "tier1-theme-typography-headline-h4-mobile-line_height" | "tier1-theme-typography-headline-h4-mobile-letter_spacing" | "tier1-theme-typography-headline-h4-mobile-text_transform" | "tier1-theme-typography-headline-h5-desktop-font_family" | "tier1-theme-typography-headline-h5-desktop-font_weight" | "tier1-theme-typography-headline-h5-desktop-font_style" | "tier1-theme-typography-headline-h5-desktop-font_size" | "tier1-theme-typography-headline-h5-desktop-line_height" | "tier1-theme-typography-headline-h5-desktop-letter_spacing" | "tier1-theme-typography-headline-h5-desktop-text_transform" | "tier1-theme-typography-headline-h5-tablet-font_family" | "tier1-theme-typography-headline-h5-tablet-font_weight" | "tier1-theme-typography-headline-h5-tablet-font_style" | "tier1-theme-typography-headline-h5-tablet-font_size" | "tier1-theme-typography-headline-h5-tablet-line_height" | "tier1-theme-typography-headline-h5-tablet-letter_spacing" | "tier1-theme-typography-headline-h5-tablet-text_transform" | "tier1-theme-typography-headline-h5-mobile-font_family" | "tier1-theme-typography-headline-h5-mobile-font_weight" | "tier1-theme-typography-headline-h5-mobile-font_style" | "tier1-theme-typography-headline-h5-mobile-font_size" | "tier1-theme-typography-headline-h5-mobile-line_height" | "tier1-theme-typography-headline-h5-mobile-letter_spacing" | "tier1-theme-typography-headline-h5-mobile-text_transform" | "tier1-theme-typography-headline-h6-desktop-font_family" | "tier1-theme-typography-headline-h6-desktop-font_weight" | "tier1-theme-typography-headline-h6-desktop-font_style" | "tier1-theme-typography-headline-h6-desktop-font_size" | "tier1-theme-typography-headline-h6-desktop-line_height" | "tier1-theme-typography-headline-h6-desktop-letter_spacing" | "tier1-theme-typography-headline-h6-desktop-text_transform" | "tier1-theme-typography-headline-h6-tablet-font_family" | "tier1-theme-typography-headline-h6-tablet-font_weight" | "tier1-theme-typography-headline-h6-tablet-font_style" | "tier1-theme-typography-headline-h6-tablet-font_size" | "tier1-theme-typography-headline-h6-tablet-line_height" | "tier1-theme-typography-headline-h6-tablet-letter_spacing" | "tier1-theme-typography-headline-h6-tablet-text_transform" | "tier1-theme-typography-headline-h6-mobile-font_family" | "tier1-theme-typography-headline-h6-mobile-font_weight" | "tier1-theme-typography-headline-h6-mobile-font_style" | "tier1-theme-typography-headline-h6-mobile-font_size" | "tier1-theme-typography-headline-h6-mobile-line_height" | "tier1-theme-typography-headline-h6-mobile-letter_spacing" | "tier1-theme-typography-headline-h6-mobile-text_transform" | "tier1-theme-typography-headline-b1-desktop-font_family" | "tier1-theme-typography-headline-b1-desktop-font_weight" | "tier1-theme-typography-headline-b1-desktop-font_style" | "tier1-theme-typography-headline-b1-desktop-font_size" | "tier1-theme-typography-headline-b1-desktop-line_height" | "tier1-theme-typography-headline-b1-desktop-letter_spacing" | "tier1-theme-typography-headline-b1-desktop-text_transform" | "tier1-theme-typography-headline-b1-tablet-font_family" | "tier1-theme-typography-headline-b1-tablet-font_weight" | "tier1-theme-typography-headline-b1-tablet-font_style" | "tier1-theme-typography-headline-b1-tablet-font_size" | "tier1-theme-typography-headline-b1-tablet-line_height" | "tier1-theme-typography-headline-b1-tablet-letter_spacing" | "tier1-theme-typography-headline-b1-tablet-text_transform" | "tier1-theme-typography-headline-b1-mobile-font_family" | "tier1-theme-typography-headline-b1-mobile-font_weight" | "tier1-theme-typography-headline-b1-mobile-font_style" | "tier1-theme-typography-headline-b1-mobile-font_size" | "tier1-theme-typography-headline-b1-mobile-line_height" | "tier1-theme-typography-headline-b1-mobile-letter_spacing" | "tier1-theme-typography-headline-b1-mobile-text_transform" | "tier1-theme-typography-headline-b2-desktop-font_family" | "tier1-theme-typography-headline-b2-desktop-font_weight" | "tier1-theme-typography-headline-b2-desktop-font_style" | "tier1-theme-typography-headline-b2-desktop-font_size" | "tier1-theme-typography-headline-b2-desktop-line_height" | "tier1-theme-typography-headline-b2-desktop-letter_spacing" | "tier1-theme-typography-headline-b2-desktop-text_transform" | "tier1-theme-typography-headline-b2-tablet-font_family" | "tier1-theme-typography-headline-b2-tablet-font_weight" | "tier1-theme-typography-headline-b2-tablet-font_style" | "tier1-theme-typography-headline-b2-tablet-font_size" | "tier1-theme-typography-headline-b2-tablet-line_height" | "tier1-theme-typography-headline-b2-tablet-letter_spacing" | "tier1-theme-typography-headline-b2-tablet-text_transform" | "tier1-theme-typography-headline-b2-mobile-font_family" | "tier1-theme-typography-headline-b2-mobile-font_weight" | "tier1-theme-typography-headline-b2-mobile-font_style" | "tier1-theme-typography-headline-b2-mobile-font_size" | "tier1-theme-typography-headline-b2-mobile-line_height" | "tier1-theme-typography-headline-b2-mobile-letter_spacing" | "tier1-theme-typography-headline-b2-mobile-text_transform" | "tier1-theme-typography-headline-b3-desktop-font_family" | "tier1-theme-typography-headline-b3-desktop-font_weight" | "tier1-theme-typography-headline-b3-desktop-font_style" | "tier1-theme-typography-headline-b3-desktop-font_size" | "tier1-theme-typography-headline-b3-desktop-line_height" | "tier1-theme-typography-headline-b3-desktop-letter_spacing" | "tier1-theme-typography-headline-b3-desktop-text_transform" | "tier1-theme-typography-headline-b3-tablet-font_family" | "tier1-theme-typography-headline-b3-tablet-font_weight" | "tier1-theme-typography-headline-b3-tablet-font_style" | "tier1-theme-typography-headline-b3-tablet-font_size" | "tier1-theme-typography-headline-b3-tablet-line_height" | "tier1-theme-typography-headline-b3-tablet-letter_spacing" | "tier1-theme-typography-headline-b3-tablet-text_transform" | "tier1-theme-typography-headline-b3-mobile-font_family" | "tier1-theme-typography-headline-b3-mobile-font_weight" | "tier1-theme-typography-headline-b3-mobile-font_style" | "tier1-theme-typography-headline-b3-mobile-font_size" | "tier1-theme-typography-headline-b3-mobile-line_height" | "tier1-theme-typography-headline-b3-mobile-letter_spacing" | "tier1-theme-typography-headline-b3-mobile-text_transform" | "tier1-grey-typography-title-h1-desktop-font_family" | "tier1-grey-typography-title-h1-desktop-font_weight" | "tier1-grey-typography-title-h1-desktop-font_style" | "tier1-grey-typography-title-h1-desktop-font_size" | "tier1-grey-typography-title-h1-desktop-line_height" | "tier1-grey-typography-title-h1-desktop-letter_spacing" | "tier1-grey-typography-title-h1-desktop-text_transform" | "tier1-grey-typography-title-h1-tablet-font_family" | "tier1-grey-typography-title-h1-tablet-font_weight" | "tier1-grey-typography-title-h1-tablet-font_style" | "tier1-grey-typography-title-h1-tablet-font_size" | "tier1-grey-typography-title-h1-tablet-line_height" | "tier1-grey-typography-title-h1-tablet-letter_spacing" | "tier1-grey-typography-title-h1-tablet-text_transform" | "tier1-grey-typography-title-h1-mobile-font_family" | "tier1-grey-typography-title-h1-mobile-font_weight" | "tier1-grey-typography-title-h1-mobile-font_style" | "tier1-grey-typography-title-h1-mobile-font_size" | "tier1-grey-typography-title-h1-mobile-line_height" | "tier1-grey-typography-title-h1-mobile-letter_spacing" | "tier1-grey-typography-title-h1-mobile-text_transform" | "tier1-grey-typography-title-h2-desktop-font_family" | "tier1-grey-typography-title-h2-desktop-font_weight" | "tier1-grey-typography-title-h2-desktop-font_style" | "tier1-grey-typography-title-h2-desktop-font_size" | "tier1-grey-typography-title-h2-desktop-line_height" | "tier1-grey-typography-title-h2-desktop-letter_spacing" | "tier1-grey-typography-title-h2-desktop-text_transform" | "tier1-grey-typography-title-h2-tablet-font_family" | "tier1-grey-typography-title-h2-tablet-font_weight" | "tier1-grey-typography-title-h2-tablet-font_style" | "tier1-grey-typography-title-h2-tablet-font_size" | "tier1-grey-typography-title-h2-tablet-line_height" | "tier1-grey-typography-title-h2-tablet-letter_spacing" | "tier1-grey-typography-title-h2-tablet-text_transform" | "tier1-grey-typography-title-h2-mobile-font_family" | "tier1-grey-typography-title-h2-mobile-font_weight" | "tier1-grey-typography-title-h2-mobile-font_style" | "tier1-grey-typography-title-h2-mobile-font_size" | "tier1-grey-typography-title-h2-mobile-line_height" | "tier1-grey-typography-title-h2-mobile-letter_spacing" | "tier1-grey-typography-title-h2-mobile-text_transform" | "tier1-grey-typography-title-h3-desktop-font_family" | "tier1-grey-typography-title-h3-desktop-font_weight" | "tier1-grey-typography-title-h3-desktop-font_style" | "tier1-grey-typography-title-h3-desktop-font_size" | "tier1-grey-typography-title-h3-desktop-line_height" | "tier1-grey-typography-title-h3-desktop-letter_spacing" | "tier1-grey-typography-title-h3-desktop-text_transform" | "tier1-grey-typography-title-h3-tablet-font_family" | "tier1-grey-typography-title-h3-tablet-font_weight" | "tier1-grey-typography-title-h3-tablet-font_style" | "tier1-grey-typography-title-h3-tablet-font_size" | "tier1-grey-typography-title-h3-tablet-line_height" | "tier1-grey-typography-title-h3-tablet-letter_spacing" | "tier1-grey-typography-title-h3-tablet-text_transform" | "tier1-grey-typography-title-h3-mobile-font_family" | "tier1-grey-typography-title-h3-mobile-font_weight" | "tier1-grey-typography-title-h3-mobile-font_style" | "tier1-grey-typography-title-h3-mobile-font_size" | "tier1-grey-typography-title-h3-mobile-line_height" | "tier1-grey-typography-title-h3-mobile-letter_spacing" | "tier1-grey-typography-title-h3-mobile-text_transform" | "tier1-grey-typography-title-h4-desktop-font_family" | "tier1-grey-typography-title-h4-desktop-font_weight" | "tier1-grey-typography-title-h4-desktop-font_style" | "tier1-grey-typography-title-h4-desktop-font_size" | "tier1-grey-typography-title-h4-desktop-line_height" | "tier1-grey-typography-title-h4-desktop-letter_spacing" | "tier1-grey-typography-title-h4-desktop-text_transform" | "tier1-grey-typography-title-h4-tablet-font_family" | "tier1-grey-typography-title-h4-tablet-font_weight" | "tier1-grey-typography-title-h4-tablet-font_style" | "tier1-grey-typography-title-h4-tablet-font_size" | "tier1-grey-typography-title-h4-tablet-line_height" | "tier1-grey-typography-title-h4-tablet-letter_spacing" | "tier1-grey-typography-title-h4-tablet-text_transform" | "tier1-grey-typography-title-h4-mobile-font_family" | "tier1-grey-typography-title-h4-mobile-font_weight" | "tier1-grey-typography-title-h4-mobile-font_style" | "tier1-grey-typography-title-h4-mobile-font_size" | "tier1-grey-typography-title-h4-mobile-line_height" | "tier1-grey-typography-title-h4-mobile-letter_spacing" | "tier1-grey-typography-title-h4-mobile-text_transform" | "tier1-grey-typography-title-h5-desktop-font_family" | "tier1-grey-typography-title-h5-desktop-font_weight" | "tier1-grey-typography-title-h5-desktop-font_style" | "tier1-grey-typography-title-h5-desktop-font_size" | "tier1-grey-typography-title-h5-desktop-line_height" | "tier1-grey-typography-title-h5-desktop-letter_spacing" | "tier1-grey-typography-title-h5-desktop-text_transform" | "tier1-grey-typography-title-h5-tablet-font_family" | "tier1-grey-typography-title-h5-tablet-font_weight" | "tier1-grey-typography-title-h5-tablet-font_style" | "tier1-grey-typography-title-h5-tablet-font_size" | "tier1-grey-typography-title-h5-tablet-line_height" | "tier1-grey-typography-title-h5-tablet-letter_spacing" | "tier1-grey-typography-title-h5-tablet-text_transform" | "tier1-grey-typography-title-h5-mobile-font_family" | "tier1-grey-typography-title-h5-mobile-font_weight" | "tier1-grey-typography-title-h5-mobile-font_style" | "tier1-grey-typography-title-h5-mobile-font_size" | "tier1-grey-typography-title-h5-mobile-line_height" | "tier1-grey-typography-title-h5-mobile-letter_spacing" | "tier1-grey-typography-title-h5-mobile-text_transform" | "tier1-grey-typography-title-h6-desktop-font_family" | "tier1-grey-typography-title-h6-desktop-font_weight" | "tier1-grey-typography-title-h6-desktop-font_style" | "tier1-grey-typography-title-h6-desktop-font_size" | "tier1-grey-typography-title-h6-desktop-line_height" | "tier1-grey-typography-title-h6-desktop-letter_spacing" | "tier1-grey-typography-title-h6-desktop-text_transform" | "tier1-grey-typography-title-h6-tablet-font_family" | "tier1-grey-typography-title-h6-tablet-font_weight" | "tier1-grey-typography-title-h6-tablet-font_style" | "tier1-grey-typography-title-h6-tablet-font_size" | "tier1-grey-typography-title-h6-tablet-line_height" | "tier1-grey-typography-title-h6-tablet-letter_spacing" | "tier1-grey-typography-title-h6-tablet-text_transform" | "tier1-grey-typography-title-h6-mobile-font_family" | "tier1-grey-typography-title-h6-mobile-font_weight" | "tier1-grey-typography-title-h6-mobile-font_style" | "tier1-grey-typography-title-h6-mobile-font_size" | "tier1-grey-typography-title-h6-mobile-line_height" | "tier1-grey-typography-title-h6-mobile-letter_spacing" | "tier1-grey-typography-title-h6-mobile-text_transform" | "tier1-grey-typography-title-b1-desktop-font_family" | "tier1-grey-typography-title-b1-desktop-font_weight" | "tier1-grey-typography-title-b1-desktop-font_style" | "tier1-grey-typography-title-b1-desktop-font_size" | "tier1-grey-typography-title-b1-desktop-line_height" | "tier1-grey-typography-title-b1-desktop-letter_spacing" | "tier1-grey-typography-title-b1-desktop-text_transform" | "tier1-grey-typography-title-b1-tablet-font_family" | "tier1-grey-typography-title-b1-tablet-font_weight" | "tier1-grey-typography-title-b1-tablet-font_style" | "tier1-grey-typography-title-b1-tablet-font_size" | "tier1-grey-typography-title-b1-tablet-line_height" | "tier1-grey-typography-title-b1-tablet-letter_spacing" | "tier1-grey-typography-title-b1-tablet-text_transform" | "tier1-grey-typography-title-b1-mobile-font_family" | "tier1-grey-typography-title-b1-mobile-font_weight" | "tier1-grey-typography-title-b1-mobile-font_style" | "tier1-grey-typography-title-b1-mobile-font_size" | "tier1-grey-typography-title-b1-mobile-line_height" | "tier1-grey-typography-title-b1-mobile-letter_spacing" | "tier1-grey-typography-title-b1-mobile-text_transform" | "tier1-grey-typography-title-b2-desktop-font_family" | "tier1-grey-typography-title-b2-desktop-font_weight" | "tier1-grey-typography-title-b2-desktop-font_style" | "tier1-grey-typography-title-b2-desktop-font_size" | "tier1-grey-typography-title-b2-desktop-line_height" | "tier1-grey-typography-title-b2-desktop-letter_spacing" | "tier1-grey-typography-title-b2-desktop-text_transform" | "tier1-grey-typography-title-b2-tablet-font_family" | "tier1-grey-typography-title-b2-tablet-font_weight" | "tier1-grey-typography-title-b2-tablet-font_style" | "tier1-grey-typography-title-b2-tablet-font_size" | "tier1-grey-typography-title-b2-tablet-line_height" | "tier1-grey-typography-title-b2-tablet-letter_spacing" | "tier1-grey-typography-title-b2-tablet-text_transform" | "tier1-grey-typography-title-b2-mobile-font_family" | "tier1-grey-typography-title-b2-mobile-font_weight" | "tier1-grey-typography-title-b2-mobile-font_style" | "tier1-grey-typography-title-b2-mobile-font_size" | "tier1-grey-typography-title-b2-mobile-line_height" | "tier1-grey-typography-title-b2-mobile-letter_spacing" | "tier1-grey-typography-title-b2-mobile-text_transform" | "tier1-grey-typography-title-b3-desktop-font_family" | "tier1-grey-typography-title-b3-desktop-font_weight" | "tier1-grey-typography-title-b3-desktop-font_style" | "tier1-grey-typography-title-b3-desktop-font_size" | "tier1-grey-typography-title-b3-desktop-line_height" | "tier1-grey-typography-title-b3-desktop-letter_spacing" | "tier1-grey-typography-title-b3-desktop-text_transform" | "tier1-grey-typography-title-b3-tablet-font_family" | "tier1-grey-typography-title-b3-tablet-font_weight" | "tier1-grey-typography-title-b3-tablet-font_style" | "tier1-grey-typography-title-b3-tablet-font_size" | "tier1-grey-typography-title-b3-tablet-line_height" | "tier1-grey-typography-title-b3-tablet-letter_spacing" | "tier1-grey-typography-title-b3-tablet-text_transform" | "tier1-grey-typography-title-b3-mobile-font_family" | "tier1-grey-typography-title-b3-mobile-font_weight" | "tier1-grey-typography-title-b3-mobile-font_style" | "tier1-grey-typography-title-b3-mobile-font_size" | "tier1-grey-typography-title-b3-mobile-line_height" | "tier1-grey-typography-title-b3-mobile-letter_spacing" | "tier1-grey-typography-title-b3-mobile-text_transform" | "tier1-grey-typography-subtitle-h1-desktop-font_family" | "tier1-grey-typography-subtitle-h1-desktop-font_weight" | "tier1-grey-typography-subtitle-h1-desktop-font_style" | "tier1-grey-typography-subtitle-h1-desktop-font_size" | "tier1-grey-typography-subtitle-h1-desktop-line_height" | "tier1-grey-typography-subtitle-h1-desktop-letter_spacing" | "tier1-grey-typography-subtitle-h1-desktop-text_transform" | "tier1-grey-typography-subtitle-h1-tablet-font_family" | "tier1-grey-typography-subtitle-h1-tablet-font_weight" | "tier1-grey-typography-subtitle-h1-tablet-font_style" | "tier1-grey-typography-subtitle-h1-tablet-font_size" | "tier1-grey-typography-subtitle-h1-tablet-line_height" | "tier1-grey-typography-subtitle-h1-tablet-letter_spacing" | "tier1-grey-typography-subtitle-h1-tablet-text_transform" | "tier1-grey-typography-subtitle-h1-mobile-font_family" | "tier1-grey-typography-subtitle-h1-mobile-font_weight" | "tier1-grey-typography-subtitle-h1-mobile-font_style" | "tier1-grey-typography-subtitle-h1-mobile-font_size" | "tier1-grey-typography-subtitle-h1-mobile-line_height" | "tier1-grey-typography-subtitle-h1-mobile-letter_spacing" | "tier1-grey-typography-subtitle-h1-mobile-text_transform" | "tier1-grey-typography-subtitle-h2-desktop-font_family" | "tier1-grey-typography-subtitle-h2-desktop-font_weight" | "tier1-grey-typography-subtitle-h2-desktop-font_style" | "tier1-grey-typography-subtitle-h2-desktop-font_size" | "tier1-grey-typography-subtitle-h2-desktop-line_height" | "tier1-grey-typography-subtitle-h2-desktop-letter_spacing" | "tier1-grey-typography-subtitle-h2-desktop-text_transform" | "tier1-grey-typography-subtitle-h2-tablet-font_family" | "tier1-grey-typography-subtitle-h2-tablet-font_weight" | "tier1-grey-typography-subtitle-h2-tablet-font_style" | "tier1-grey-typography-subtitle-h2-tablet-font_size" | "tier1-grey-typography-subtitle-h2-tablet-line_height" | "tier1-grey-typography-subtitle-h2-tablet-letter_spacing" | "tier1-grey-typography-subtitle-h2-tablet-text_transform" | "tier1-grey-typography-subtitle-h2-mobile-font_family" | "tier1-grey-typography-subtitle-h2-mobile-font_weight" | "tier1-grey-typography-subtitle-h2-mobile-font_style" | "tier1-grey-typography-subtitle-h2-mobile-font_size" | "tier1-grey-typography-subtitle-h2-mobile-line_height" | "tier1-grey-typography-subtitle-h2-mobile-letter_spacing" | "tier1-grey-typography-subtitle-h2-mobile-text_transform" | "tier1-grey-typography-subtitle-h3-desktop-font_family" | "tier1-grey-typography-subtitle-h3-desktop-font_weight" | "tier1-grey-typography-subtitle-h3-desktop-font_style" | "tier1-grey-typography-subtitle-h3-desktop-font_size" | "tier1-grey-typography-subtitle-h3-desktop-line_height" | "tier1-grey-typography-subtitle-h3-desktop-letter_spacing" | "tier1-grey-typography-subtitle-h3-desktop-text_transform" | "tier1-grey-typography-subtitle-h3-tablet-font_family" | "tier1-grey-typography-subtitle-h3-tablet-font_weight" | "tier1-grey-typography-subtitle-h3-tablet-font_style" | "tier1-grey-typography-subtitle-h3-tablet-font_size" | "tier1-grey-typography-subtitle-h3-tablet-line_height" | "tier1-grey-typography-subtitle-h3-tablet-letter_spacing" | "tier1-grey-typography-subtitle-h3-tablet-text_transform" | "tier1-grey-typography-subtitle-h3-mobile-font_family" | "tier1-grey-typography-subtitle-h3-mobile-font_weight" | "tier1-grey-typography-subtitle-h3-mobile-font_style" | "tier1-grey-typography-subtitle-h3-mobile-font_size" | "tier1-grey-typography-subtitle-h3-mobile-line_height" | "tier1-grey-typography-subtitle-h3-mobile-letter_spacing" | "tier1-grey-typography-subtitle-h3-mobile-text_transform" | "tier1-grey-typography-subtitle-h4-desktop-font_family" | "tier1-grey-typography-subtitle-h4-desktop-font_weight" | "tier1-grey-typography-subtitle-h4-desktop-font_style" | "tier1-grey-typography-subtitle-h4-desktop-font_size" | "tier1-grey-typography-subtitle-h4-desktop-line_height" | "tier1-grey-typography-subtitle-h4-desktop-letter_spacing" | "tier1-grey-typography-subtitle-h4-desktop-text_transform" | "tier1-grey-typography-subtitle-h4-tablet-font_family" | "tier1-grey-typography-subtitle-h4-tablet-font_weight" | "tier1-grey-typography-subtitle-h4-tablet-font_style" | "tier1-grey-typography-subtitle-h4-tablet-font_size" | "tier1-grey-typography-subtitle-h4-tablet-line_height" | "tier1-grey-typography-subtitle-h4-tablet-letter_spacing" | "tier1-grey-typography-subtitle-h4-tablet-text_transform" | "tier1-grey-typography-subtitle-h4-mobile-font_family" | "tier1-grey-typography-subtitle-h4-mobile-font_weight" | "tier1-grey-typography-subtitle-h4-mobile-font_style" | "tier1-grey-typography-subtitle-h4-mobile-font_size" | "tier1-grey-typography-subtitle-h4-mobile-line_height" | "tier1-grey-typography-subtitle-h4-mobile-letter_spacing" | "tier1-grey-typography-subtitle-h4-mobile-text_transform" | "tier1-grey-typography-subtitle-h5-desktop-font_family" | "tier1-grey-typography-subtitle-h5-desktop-font_weight" | "tier1-grey-typography-subtitle-h5-desktop-font_style" | "tier1-grey-typography-subtitle-h5-desktop-font_size" | "tier1-grey-typography-subtitle-h5-desktop-line_height" | "tier1-grey-typography-subtitle-h5-desktop-letter_spacing" | "tier1-grey-typography-subtitle-h5-desktop-text_transform" | "tier1-grey-typography-subtitle-h5-tablet-font_family" | "tier1-grey-typography-subtitle-h5-tablet-font_weight" | "tier1-grey-typography-subtitle-h5-tablet-font_style" | "tier1-grey-typography-subtitle-h5-tablet-font_size" | "tier1-grey-typography-subtitle-h5-tablet-line_height" | "tier1-grey-typography-subtitle-h5-tablet-letter_spacing" | "tier1-grey-typography-subtitle-h5-tablet-text_transform" | "tier1-grey-typography-subtitle-h5-mobile-font_family" | "tier1-grey-typography-subtitle-h5-mobile-font_weight" | "tier1-grey-typography-subtitle-h5-mobile-font_style" | "tier1-grey-typography-subtitle-h5-mobile-font_size" | "tier1-grey-typography-subtitle-h5-mobile-line_height" | "tier1-grey-typography-subtitle-h5-mobile-letter_spacing" | "tier1-grey-typography-subtitle-h5-mobile-text_transform" | "tier1-grey-typography-subtitle-h6-desktop-font_family" | "tier1-grey-typography-subtitle-h6-desktop-font_weight" | "tier1-grey-typography-subtitle-h6-desktop-font_style" | "tier1-grey-typography-subtitle-h6-desktop-font_size" | "tier1-grey-typography-subtitle-h6-desktop-line_height" | "tier1-grey-typography-subtitle-h6-desktop-letter_spacing" | "tier1-grey-typography-subtitle-h6-desktop-text_transform" | "tier1-grey-typography-subtitle-h6-tablet-font_family" | "tier1-grey-typography-subtitle-h6-tablet-font_weight" | "tier1-grey-typography-subtitle-h6-tablet-font_style" | "tier1-grey-typography-subtitle-h6-tablet-font_size" | "tier1-grey-typography-subtitle-h6-tablet-line_height" | "tier1-grey-typography-subtitle-h6-tablet-letter_spacing" | "tier1-grey-typography-subtitle-h6-tablet-text_transform" | "tier1-grey-typography-subtitle-h6-mobile-font_family" | "tier1-grey-typography-subtitle-h6-mobile-font_weight" | "tier1-grey-typography-subtitle-h6-mobile-font_style" | "tier1-grey-typography-subtitle-h6-mobile-font_size" | "tier1-grey-typography-subtitle-h6-mobile-line_height" | "tier1-grey-typography-subtitle-h6-mobile-letter_spacing" | "tier1-grey-typography-subtitle-h6-mobile-text_transform" | "tier1-grey-typography-subtitle-b1-desktop-font_family" | "tier1-grey-typography-subtitle-b1-desktop-font_weight" | "tier1-grey-typography-subtitle-b1-desktop-font_style" | "tier1-grey-typography-subtitle-b1-desktop-font_size" | "tier1-grey-typography-subtitle-b1-desktop-line_height" | "tier1-grey-typography-subtitle-b1-desktop-letter_spacing" | "tier1-grey-typography-subtitle-b1-desktop-text_transform" | "tier1-grey-typography-subtitle-b1-tablet-font_family" | "tier1-grey-typography-subtitle-b1-tablet-font_weight" | "tier1-grey-typography-subtitle-b1-tablet-font_style" | "tier1-grey-typography-subtitle-b1-tablet-font_size" | "tier1-grey-typography-subtitle-b1-tablet-line_height" | "tier1-grey-typography-subtitle-b1-tablet-letter_spacing" | "tier1-grey-typography-subtitle-b1-tablet-text_transform" | "tier1-grey-typography-subtitle-b1-mobile-font_family" | "tier1-grey-typography-subtitle-b1-mobile-font_weight" | "tier1-grey-typography-subtitle-b1-mobile-font_style" | "tier1-grey-typography-subtitle-b1-mobile-font_size" | "tier1-grey-typography-subtitle-b1-mobile-line_height" | "tier1-grey-typography-subtitle-b1-mobile-letter_spacing" | "tier1-grey-typography-subtitle-b1-mobile-text_transform" | "tier1-grey-typography-subtitle-b2-desktop-font_family" | "tier1-grey-typography-subtitle-b2-desktop-font_weight" | "tier1-grey-typography-subtitle-b2-desktop-font_style" | "tier1-grey-typography-subtitle-b2-desktop-font_size" | "tier1-grey-typography-subtitle-b2-desktop-line_height" | "tier1-grey-typography-subtitle-b2-desktop-letter_spacing" | "tier1-grey-typography-subtitle-b2-desktop-text_transform" | "tier1-grey-typography-subtitle-b2-tablet-font_family" | "tier1-grey-typography-subtitle-b2-tablet-font_weight" | "tier1-grey-typography-subtitle-b2-tablet-font_style" | "tier1-grey-typography-subtitle-b2-tablet-font_size" | "tier1-grey-typography-subtitle-b2-tablet-line_height" | "tier1-grey-typography-subtitle-b2-tablet-letter_spacing" | "tier1-grey-typography-subtitle-b2-tablet-text_transform" | "tier1-grey-typography-subtitle-b2-mobile-font_family" | "tier1-grey-typography-subtitle-b2-mobile-font_weight" | "tier1-grey-typography-subtitle-b2-mobile-font_style" | "tier1-grey-typography-subtitle-b2-mobile-font_size" | "tier1-grey-typography-subtitle-b2-mobile-line_height" | "tier1-grey-typography-subtitle-b2-mobile-letter_spacing" | "tier1-grey-typography-subtitle-b2-mobile-text_transform" | "tier1-grey-typography-subtitle-b3-desktop-font_family" | "tier1-grey-typography-subtitle-b3-desktop-font_weight" | "tier1-grey-typography-subtitle-b3-desktop-font_style" | "tier1-grey-typography-subtitle-b3-desktop-font_size" | "tier1-grey-typography-subtitle-b3-desktop-line_height" | "tier1-grey-typography-subtitle-b3-desktop-letter_spacing" | "tier1-grey-typography-subtitle-b3-desktop-text_transform" | "tier1-grey-typography-subtitle-b3-tablet-font_family" | "tier1-grey-typography-subtitle-b3-tablet-font_weight" | "tier1-grey-typography-subtitle-b3-tablet-font_style" | "tier1-grey-typography-subtitle-b3-tablet-font_size" | "tier1-grey-typography-subtitle-b3-tablet-line_height" | "tier1-grey-typography-subtitle-b3-tablet-letter_spacing" | "tier1-grey-typography-subtitle-b3-tablet-text_transform" | "tier1-grey-typography-subtitle-b3-mobile-font_family" | "tier1-grey-typography-subtitle-b3-mobile-font_weight" | "tier1-grey-typography-subtitle-b3-mobile-font_style" | "tier1-grey-typography-subtitle-b3-mobile-font_size" | "tier1-grey-typography-subtitle-b3-mobile-line_height" | "tier1-grey-typography-subtitle-b3-mobile-letter_spacing" | "tier1-grey-typography-subtitle-b3-mobile-text_transform" | "tier1-grey-typography-body-h1-desktop-font_family" | "tier1-grey-typography-body-h1-desktop-font_weight" | "tier1-grey-typography-body-h1-desktop-font_style" | "tier1-grey-typography-body-h1-desktop-font_size" | "tier1-grey-typography-body-h1-desktop-line_height" | "tier1-grey-typography-body-h1-desktop-letter_spacing" | "tier1-grey-typography-body-h1-desktop-text_transform" | "tier1-grey-typography-body-h1-tablet-font_family" | "tier1-grey-typography-body-h1-tablet-font_weight" | "tier1-grey-typography-body-h1-tablet-font_style" | "tier1-grey-typography-body-h1-tablet-font_size" | "tier1-grey-typography-body-h1-tablet-line_height" | "tier1-grey-typography-body-h1-tablet-letter_spacing" | "tier1-grey-typography-body-h1-tablet-text_transform" | "tier1-grey-typography-body-h1-mobile-font_family" | "tier1-grey-typography-body-h1-mobile-font_weight" | "tier1-grey-typography-body-h1-mobile-font_style" | "tier1-grey-typography-body-h1-mobile-font_size" | "tier1-grey-typography-body-h1-mobile-line_height" | "tier1-grey-typography-body-h1-mobile-letter_spacing" | "tier1-grey-typography-body-h1-mobile-text_transform" | "tier1-grey-typography-body-h2-desktop-font_family" | "tier1-grey-typography-body-h2-desktop-font_weight" | "tier1-grey-typography-body-h2-desktop-font_style" | "tier1-grey-typography-body-h2-desktop-font_size" | "tier1-grey-typography-body-h2-desktop-line_height" | "tier1-grey-typography-body-h2-desktop-letter_spacing" | "tier1-grey-typography-body-h2-desktop-text_transform" | "tier1-grey-typography-body-h2-tablet-font_family" | "tier1-grey-typography-body-h2-tablet-font_weight" | "tier1-grey-typography-body-h2-tablet-font_style" | "tier1-grey-typography-body-h2-tablet-font_size" | "tier1-grey-typography-body-h2-tablet-line_height" | "tier1-grey-typography-body-h2-tablet-letter_spacing" | "tier1-grey-typography-body-h2-tablet-text_transform" | "tier1-grey-typography-body-h2-mobile-font_family" | "tier1-grey-typography-body-h2-mobile-font_weight" | "tier1-grey-typography-body-h2-mobile-font_style" | "tier1-grey-typography-body-h2-mobile-font_size" | "tier1-grey-typography-body-h2-mobile-line_height" | "tier1-grey-typography-body-h2-mobile-letter_spacing" | "tier1-grey-typography-body-h2-mobile-text_transform" | "tier1-grey-typography-body-h3-desktop-font_family" | "tier1-grey-typography-body-h3-desktop-font_weight" | "tier1-grey-typography-body-h3-desktop-font_style" | "tier1-grey-typography-body-h3-desktop-font_size" | "tier1-grey-typography-body-h3-desktop-line_height" | "tier1-grey-typography-body-h3-desktop-letter_spacing" | "tier1-grey-typography-body-h3-desktop-text_transform" | "tier1-grey-typography-body-h3-tablet-font_family" | "tier1-grey-typography-body-h3-tablet-font_weight" | "tier1-grey-typography-body-h3-tablet-font_style" | "tier1-grey-typography-body-h3-tablet-font_size" | "tier1-grey-typography-body-h3-tablet-line_height" | "tier1-grey-typography-body-h3-tablet-letter_spacing" | "tier1-grey-typography-body-h3-tablet-text_transform" | "tier1-grey-typography-body-h3-mobile-font_family" | "tier1-grey-typography-body-h3-mobile-font_weight" | "tier1-grey-typography-body-h3-mobile-font_style" | "tier1-grey-typography-body-h3-mobile-font_size" | "tier1-grey-typography-body-h3-mobile-line_height" | "tier1-grey-typography-body-h3-mobile-letter_spacing" | "tier1-grey-typography-body-h3-mobile-text_transform" | "tier1-grey-typography-body-h4-desktop-font_family" | "tier1-grey-typography-body-h4-desktop-font_weight" | "tier1-grey-typography-body-h4-desktop-font_style" | "tier1-grey-typography-body-h4-desktop-font_size" | "tier1-grey-typography-body-h4-desktop-line_height" | "tier1-grey-typography-body-h4-desktop-letter_spacing" | "tier1-grey-typography-body-h4-desktop-text_transform" | "tier1-grey-typography-body-h4-tablet-font_family" | "tier1-grey-typography-body-h4-tablet-font_weight" | "tier1-grey-typography-body-h4-tablet-font_style" | "tier1-grey-typography-body-h4-tablet-font_size" | "tier1-grey-typography-body-h4-tablet-line_height" | "tier1-grey-typography-body-h4-tablet-letter_spacing" | "tier1-grey-typography-body-h4-tablet-text_transform" | "tier1-grey-typography-body-h4-mobile-font_family" | "tier1-grey-typography-body-h4-mobile-font_weight" | "tier1-grey-typography-body-h4-mobile-font_style" | "tier1-grey-typography-body-h4-mobile-font_size" | "tier1-grey-typography-body-h4-mobile-line_height" | "tier1-grey-typography-body-h4-mobile-letter_spacing" | "tier1-grey-typography-body-h4-mobile-text_transform" | "tier1-grey-typography-body-h5-desktop-font_family" | "tier1-grey-typography-body-h5-desktop-font_weight" | "tier1-grey-typography-body-h5-desktop-font_style" | "tier1-grey-typography-body-h5-desktop-font_size" | "tier1-grey-typography-body-h5-desktop-line_height" | "tier1-grey-typography-body-h5-desktop-letter_spacing" | "tier1-grey-typography-body-h5-desktop-text_transform" | "tier1-grey-typography-body-h5-tablet-font_family" | "tier1-grey-typography-body-h5-tablet-font_weight" | "tier1-grey-typography-body-h5-tablet-font_style" | "tier1-grey-typography-body-h5-tablet-font_size" | "tier1-grey-typography-body-h5-tablet-line_height" | "tier1-grey-typography-body-h5-tablet-letter_spacing" | "tier1-grey-typography-body-h5-tablet-text_transform" | "tier1-grey-typography-body-h5-mobile-font_family" | "tier1-grey-typography-body-h5-mobile-font_weight" | "tier1-grey-typography-body-h5-mobile-font_style" | "tier1-grey-typography-body-h5-mobile-font_size" | "tier1-grey-typography-body-h5-mobile-line_height" | "tier1-grey-typography-body-h5-mobile-letter_spacing" | "tier1-grey-typography-body-h5-mobile-text_transform" | "tier1-grey-typography-body-h6-desktop-font_family" | "tier1-grey-typography-body-h6-desktop-font_weight" | "tier1-grey-typography-body-h6-desktop-font_style" | "tier1-grey-typography-body-h6-desktop-font_size" | "tier1-grey-typography-body-h6-desktop-line_height" | "tier1-grey-typography-body-h6-desktop-letter_spacing" | "tier1-grey-typography-body-h6-desktop-text_transform" | "tier1-grey-typography-body-h6-tablet-font_family" | "tier1-grey-typography-body-h6-tablet-font_weight" | "tier1-grey-typography-body-h6-tablet-font_style" | "tier1-grey-typography-body-h6-tablet-font_size" | "tier1-grey-typography-body-h6-tablet-line_height" | "tier1-grey-typography-body-h6-tablet-letter_spacing" | "tier1-grey-typography-body-h6-tablet-text_transform" | "tier1-grey-typography-body-h6-mobile-font_family" | "tier1-grey-typography-body-h6-mobile-font_weight" | "tier1-grey-typography-body-h6-mobile-font_style" | "tier1-grey-typography-body-h6-mobile-font_size" | "tier1-grey-typography-body-h6-mobile-line_height" | "tier1-grey-typography-body-h6-mobile-letter_spacing" | "tier1-grey-typography-body-h6-mobile-text_transform" | "tier1-grey-typography-body-b1-desktop-font_family" | "tier1-grey-typography-body-b1-desktop-font_weight" | "tier1-grey-typography-body-b1-desktop-font_style" | "tier1-grey-typography-body-b1-desktop-font_size" | "tier1-grey-typography-body-b1-desktop-line_height" | "tier1-grey-typography-body-b1-desktop-letter_spacing" | "tier1-grey-typography-body-b1-desktop-text_transform" | "tier1-grey-typography-body-b1-tablet-font_family" | "tier1-grey-typography-body-b1-tablet-font_weight" | "tier1-grey-typography-body-b1-tablet-font_style" | "tier1-grey-typography-body-b1-tablet-font_size" | "tier1-grey-typography-body-b1-tablet-line_height" | "tier1-grey-typography-body-b1-tablet-letter_spacing" | "tier1-grey-typography-body-b1-tablet-text_transform" | "tier1-grey-typography-body-b1-mobile-font_family" | "tier1-grey-typography-body-b1-mobile-font_weight" | "tier1-grey-typography-body-b1-mobile-font_style" | "tier1-grey-typography-body-b1-mobile-font_size" | "tier1-grey-typography-body-b1-mobile-line_height" | "tier1-grey-typography-body-b1-mobile-letter_spacing" | "tier1-grey-typography-body-b1-mobile-text_transform" | "tier1-grey-typography-body-b2-desktop-font_family" | "tier1-grey-typography-body-b2-desktop-font_weight" | "tier1-grey-typography-body-b2-desktop-font_style" | "tier1-grey-typography-body-b2-desktop-font_size" | "tier1-grey-typography-body-b2-desktop-line_height" | "tier1-grey-typography-body-b2-desktop-letter_spacing" | "tier1-grey-typography-body-b2-desktop-text_transform" | "tier1-grey-typography-body-b2-tablet-font_family" | "tier1-grey-typography-body-b2-tablet-font_weight" | "tier1-grey-typography-body-b2-tablet-font_style" | "tier1-grey-typography-body-b2-tablet-font_size" | "tier1-grey-typography-body-b2-tablet-line_height" | "tier1-grey-typography-body-b2-tablet-letter_spacing" | "tier1-grey-typography-body-b2-tablet-text_transform" | "tier1-grey-typography-body-b2-mobile-font_family" | "tier1-grey-typography-body-b2-mobile-font_weight" | "tier1-grey-typography-body-b2-mobile-font_style" | "tier1-grey-typography-body-b2-mobile-font_size" | "tier1-grey-typography-body-b2-mobile-line_height" | "tier1-grey-typography-body-b2-mobile-letter_spacing" | "tier1-grey-typography-body-b2-mobile-text_transform" | "tier1-grey-typography-body-b3-desktop-font_family" | "tier1-grey-typography-body-b3-desktop-font_weight" | "tier1-grey-typography-body-b3-desktop-font_style" | "tier1-grey-typography-body-b3-desktop-font_size" | "tier1-grey-typography-body-b3-desktop-line_height" | "tier1-grey-typography-body-b3-desktop-letter_spacing" | "tier1-grey-typography-body-b3-desktop-text_transform" | "tier1-grey-typography-body-b3-tablet-font_family" | "tier1-grey-typography-body-b3-tablet-font_weight" | "tier1-grey-typography-body-b3-tablet-font_style" | "tier1-grey-typography-body-b3-tablet-font_size" | "tier1-grey-typography-body-b3-tablet-line_height" | "tier1-grey-typography-body-b3-tablet-letter_spacing" | "tier1-grey-typography-body-b3-tablet-text_transform" | "tier1-grey-typography-body-b3-mobile-font_family" | "tier1-grey-typography-body-b3-mobile-font_weight" | "tier1-grey-typography-body-b3-mobile-font_style" | "tier1-grey-typography-body-b3-mobile-font_size" | "tier1-grey-typography-body-b3-mobile-line_height" | "tier1-grey-typography-body-b3-mobile-letter_spacing" | "tier1-grey-typography-body-b3-mobile-text_transform" | "tier1-grey-typography-label-h1-desktop-font_family" | "tier1-grey-typography-label-h1-desktop-font_weight" | "tier1-grey-typography-label-h1-desktop-font_style" | "tier1-grey-typography-label-h1-desktop-font_size" | "tier1-grey-typography-label-h1-desktop-line_height" | "tier1-grey-typography-label-h1-desktop-letter_spacing" | "tier1-grey-typography-label-h1-desktop-text_transform" | "tier1-grey-typography-label-h1-tablet-font_family" | "tier1-grey-typography-label-h1-tablet-font_weight" | "tier1-grey-typography-label-h1-tablet-font_style" | "tier1-grey-typography-label-h1-tablet-font_size" | "tier1-grey-typography-label-h1-tablet-line_height" | "tier1-grey-typography-label-h1-tablet-letter_spacing" | "tier1-grey-typography-label-h1-tablet-text_transform" | "tier1-grey-typography-label-h1-mobile-font_family" | "tier1-grey-typography-label-h1-mobile-font_weight" | "tier1-grey-typography-label-h1-mobile-font_style" | "tier1-grey-typography-label-h1-mobile-font_size" | "tier1-grey-typography-label-h1-mobile-line_height" | "tier1-grey-typography-label-h1-mobile-letter_spacing" | "tier1-grey-typography-label-h1-mobile-text_transform" | "tier1-grey-typography-label-h2-desktop-font_family" | "tier1-grey-typography-label-h2-desktop-font_weight" | "tier1-grey-typography-label-h2-desktop-font_style" | "tier1-grey-typography-label-h2-desktop-font_size" | "tier1-grey-typography-label-h2-desktop-line_height" | "tier1-grey-typography-label-h2-desktop-letter_spacing" | "tier1-grey-typography-label-h2-desktop-text_transform" | "tier1-grey-typography-label-h2-tablet-font_family" | "tier1-grey-typography-label-h2-tablet-font_weight" | "tier1-grey-typography-label-h2-tablet-font_style" | "tier1-grey-typography-label-h2-tablet-font_size" | "tier1-grey-typography-label-h2-tablet-line_height" | "tier1-grey-typography-label-h2-tablet-letter_spacing" | "tier1-grey-typography-label-h2-tablet-text_transform" | "tier1-grey-typography-label-h2-mobile-font_family" | "tier1-grey-typography-label-h2-mobile-font_weight" | "tier1-grey-typography-label-h2-mobile-font_style" | "tier1-grey-typography-label-h2-mobile-font_size" | "tier1-grey-typography-label-h2-mobile-line_height" | "tier1-grey-typography-label-h2-mobile-letter_spacing" | "tier1-grey-typography-label-h2-mobile-text_transform" | "tier1-grey-typography-label-h3-desktop-font_family" | "tier1-grey-typography-label-h3-desktop-font_weight" | "tier1-grey-typography-label-h3-desktop-font_style" | "tier1-grey-typography-label-h3-desktop-font_size" | "tier1-grey-typography-label-h3-desktop-line_height" | "tier1-grey-typography-label-h3-desktop-letter_spacing" | "tier1-grey-typography-label-h3-desktop-text_transform" | "tier1-grey-typography-label-h3-tablet-font_family" | "tier1-grey-typography-label-h3-tablet-font_weight" | "tier1-grey-typography-label-h3-tablet-font_style" | "tier1-grey-typography-label-h3-tablet-font_size" | "tier1-grey-typography-label-h3-tablet-line_height" | "tier1-grey-typography-label-h3-tablet-letter_spacing" | "tier1-grey-typography-label-h3-tablet-text_transform" | "tier1-grey-typography-label-h3-mobile-font_family" | "tier1-grey-typography-label-h3-mobile-font_weight" | "tier1-grey-typography-label-h3-mobile-font_style" | "tier1-grey-typography-label-h3-mobile-font_size" | "tier1-grey-typography-label-h3-mobile-line_height" | "tier1-grey-typography-label-h3-mobile-letter_spacing" | "tier1-grey-typography-label-h3-mobile-text_transform" | "tier1-grey-typography-label-h4-desktop-font_family" | "tier1-grey-typography-label-h4-desktop-font_weight" | "tier1-grey-typography-label-h4-desktop-font_style" | "tier1-grey-typography-label-h4-desktop-font_size" | "tier1-grey-typography-label-h4-desktop-line_height" | "tier1-grey-typography-label-h4-desktop-letter_spacing" | "tier1-grey-typography-label-h4-desktop-text_transform" | "tier1-grey-typography-label-h4-tablet-font_family" | "tier1-grey-typography-label-h4-tablet-font_weight" | "tier1-grey-typography-label-h4-tablet-font_style" | "tier1-grey-typography-label-h4-tablet-font_size" | "tier1-grey-typography-label-h4-tablet-line_height" | "tier1-grey-typography-label-h4-tablet-letter_spacing" | "tier1-grey-typography-label-h4-tablet-text_transform" | "tier1-grey-typography-label-h4-mobile-font_family" | "tier1-grey-typography-label-h4-mobile-font_weight" | "tier1-grey-typography-label-h4-mobile-font_style" | "tier1-grey-typography-label-h4-mobile-font_size" | "tier1-grey-typography-label-h4-mobile-line_height" | "tier1-grey-typography-label-h4-mobile-letter_spacing" | "tier1-grey-typography-label-h4-mobile-text_transform" | "tier1-grey-typography-label-h5-desktop-font_family" | "tier1-grey-typography-label-h5-desktop-font_weight" | "tier1-grey-typography-label-h5-desktop-font_style" | "tier1-grey-typography-label-h5-desktop-font_size" | "tier1-grey-typography-label-h5-desktop-line_height" | "tier1-grey-typography-label-h5-desktop-letter_spacing" | "tier1-grey-typography-label-h5-desktop-text_transform" | "tier1-grey-typography-label-h5-tablet-font_family" | "tier1-grey-typography-label-h5-tablet-font_weight" | "tier1-grey-typography-label-h5-tablet-font_style" | "tier1-grey-typography-label-h5-tablet-font_size" | "tier1-grey-typography-label-h5-tablet-line_height" | "tier1-grey-typography-label-h5-tablet-letter_spacing" | "tier1-grey-typography-label-h5-tablet-text_transform" | "tier1-grey-typography-label-h5-mobile-font_family" | "tier1-grey-typography-label-h5-mobile-font_weight" | "tier1-grey-typography-label-h5-mobile-font_style" | "tier1-grey-typography-label-h5-mobile-font_size" | "tier1-grey-typography-label-h5-mobile-line_height" | "tier1-grey-typography-label-h5-mobile-letter_spacing" | "tier1-grey-typography-label-h5-mobile-text_transform" | "tier1-grey-typography-label-h6-desktop-font_family" | "tier1-grey-typography-label-h6-desktop-font_weight" | "tier1-grey-typography-label-h6-desktop-font_style" | "tier1-grey-typography-label-h6-desktop-font_size" | "tier1-grey-typography-label-h6-desktop-line_height" | "tier1-grey-typography-label-h6-desktop-letter_spacing" | "tier1-grey-typography-label-h6-desktop-text_transform" | "tier1-grey-typography-label-h6-tablet-font_family" | "tier1-grey-typography-label-h6-tablet-font_weight" | "tier1-grey-typography-label-h6-tablet-font_style" | "tier1-grey-typography-label-h6-tablet-font_size" | "tier1-grey-typography-label-h6-tablet-line_height" | "tier1-grey-typography-label-h6-tablet-letter_spacing" | "tier1-grey-typography-label-h6-tablet-text_transform" | "tier1-grey-typography-label-h6-mobile-font_family" | "tier1-grey-typography-label-h6-mobile-font_weight" | "tier1-grey-typography-label-h6-mobile-font_style" | "tier1-grey-typography-label-h6-mobile-font_size" | "tier1-grey-typography-label-h6-mobile-line_height" | "tier1-grey-typography-label-h6-mobile-letter_spacing" | "tier1-grey-typography-label-h6-mobile-text_transform" | "tier1-grey-typography-label-b1-desktop-font_family" | "tier1-grey-typography-label-b1-desktop-font_weight" | "tier1-grey-typography-label-b1-desktop-font_style" | "tier1-grey-typography-label-b1-desktop-font_size" | "tier1-grey-typography-label-b1-desktop-line_height" | "tier1-grey-typography-label-b1-desktop-letter_spacing" | "tier1-grey-typography-label-b1-desktop-text_transform" | "tier1-grey-typography-label-b1-tablet-font_family" | "tier1-grey-typography-label-b1-tablet-font_weight" | "tier1-grey-typography-label-b1-tablet-font_style" | "tier1-grey-typography-label-b1-tablet-font_size" | "tier1-grey-typography-label-b1-tablet-line_height" | "tier1-grey-typography-label-b1-tablet-letter_spacing" | "tier1-grey-typography-label-b1-tablet-text_transform" | "tier1-grey-typography-label-b1-mobile-font_family" | "tier1-grey-typography-label-b1-mobile-font_weight" | "tier1-grey-typography-label-b1-mobile-font_style" | "tier1-grey-typography-label-b1-mobile-font_size" | "tier1-grey-typography-label-b1-mobile-line_height" | "tier1-grey-typography-label-b1-mobile-letter_spacing" | "tier1-grey-typography-label-b1-mobile-text_transform" | "tier1-grey-typography-label-b2-desktop-font_family" | "tier1-grey-typography-label-b2-desktop-font_weight" | "tier1-grey-typography-label-b2-desktop-font_style" | "tier1-grey-typography-label-b2-desktop-font_size" | "tier1-grey-typography-label-b2-desktop-line_height" | "tier1-grey-typography-label-b2-desktop-letter_spacing" | "tier1-grey-typography-label-b2-desktop-text_transform" | "tier1-grey-typography-label-b2-tablet-font_family" | "tier1-grey-typography-label-b2-tablet-font_weight" | "tier1-grey-typography-label-b2-tablet-font_style" | "tier1-grey-typography-label-b2-tablet-font_size" | "tier1-grey-typography-label-b2-tablet-line_height" | "tier1-grey-typography-label-b2-tablet-letter_spacing" | "tier1-grey-typography-label-b2-tablet-text_transform" | "tier1-grey-typography-label-b2-mobile-font_family" | "tier1-grey-typography-label-b2-mobile-font_weight" | "tier1-grey-typography-label-b2-mobile-font_style" | "tier1-grey-typography-label-b2-mobile-font_size" | "tier1-grey-typography-label-b2-mobile-line_height" | "tier1-grey-typography-label-b2-mobile-letter_spacing" | "tier1-grey-typography-label-b2-mobile-text_transform" | "tier1-grey-typography-label-b3-desktop-font_family" | "tier1-grey-typography-label-b3-desktop-font_weight" | "tier1-grey-typography-label-b3-desktop-font_style" | "tier1-grey-typography-label-b3-desktop-font_size" | "tier1-grey-typography-label-b3-desktop-line_height" | "tier1-grey-typography-label-b3-desktop-letter_spacing" | "tier1-grey-typography-label-b3-desktop-text_transform" | "tier1-grey-typography-label-b3-tablet-font_family" | "tier1-grey-typography-label-b3-tablet-font_weight" | "tier1-grey-typography-label-b3-tablet-font_style" | "tier1-grey-typography-label-b3-tablet-font_size" | "tier1-grey-typography-label-b3-tablet-line_height" | "tier1-grey-typography-label-b3-tablet-letter_spacing" | "tier1-grey-typography-label-b3-tablet-text_transform" | "tier1-grey-typography-label-b3-mobile-font_family" | "tier1-grey-typography-label-b3-mobile-font_weight" | "tier1-grey-typography-label-b3-mobile-font_style" | "tier1-grey-typography-label-b3-mobile-font_size" | "tier1-grey-typography-label-b3-mobile-line_height" | "tier1-grey-typography-label-b3-mobile-letter_spacing" | "tier1-grey-typography-label-b3-mobile-text_transform" | "tier1-grey-typography-meta-h1-desktop-font_family" | "tier1-grey-typography-meta-h1-desktop-font_weight" | "tier1-grey-typography-meta-h1-desktop-font_style" | "tier1-grey-typography-meta-h1-desktop-font_size" | "tier1-grey-typography-meta-h1-desktop-line_height" | "tier1-grey-typography-meta-h1-desktop-letter_spacing" | "tier1-grey-typography-meta-h1-desktop-text_transform" | "tier1-grey-typography-meta-h1-tablet-font_family" | "tier1-grey-typography-meta-h1-tablet-font_weight" | "tier1-grey-typography-meta-h1-tablet-font_style" | "tier1-grey-typography-meta-h1-tablet-font_size" | "tier1-grey-typography-meta-h1-tablet-line_height" | "tier1-grey-typography-meta-h1-tablet-letter_spacing" | "tier1-grey-typography-meta-h1-tablet-text_transform" | "tier1-grey-typography-meta-h1-mobile-font_family" | "tier1-grey-typography-meta-h1-mobile-font_weight" | "tier1-grey-typography-meta-h1-mobile-font_style" | "tier1-grey-typography-meta-h1-mobile-font_size" | "tier1-grey-typography-meta-h1-mobile-line_height" | "tier1-grey-typography-meta-h1-mobile-letter_spacing" | "tier1-grey-typography-meta-h1-mobile-text_transform" | "tier1-grey-typography-meta-h2-desktop-font_family" | "tier1-grey-typography-meta-h2-desktop-font_weight" | "tier1-grey-typography-meta-h2-desktop-font_style" | "tier1-grey-typography-meta-h2-desktop-font_size" | "tier1-grey-typography-meta-h2-desktop-line_height" | "tier1-grey-typography-meta-h2-desktop-letter_spacing" | "tier1-grey-typography-meta-h2-desktop-text_transform" | "tier1-grey-typography-meta-h2-tablet-font_family" | "tier1-grey-typography-meta-h2-tablet-font_weight" | "tier1-grey-typography-meta-h2-tablet-font_style" | "tier1-grey-typography-meta-h2-tablet-font_size" | "tier1-grey-typography-meta-h2-tablet-line_height" | "tier1-grey-typography-meta-h2-tablet-letter_spacing" | "tier1-grey-typography-meta-h2-tablet-text_transform" | "tier1-grey-typography-meta-h2-mobile-font_family" | "tier1-grey-typography-meta-h2-mobile-font_weight" | "tier1-grey-typography-meta-h2-mobile-font_style" | "tier1-grey-typography-meta-h2-mobile-font_size" | "tier1-grey-typography-meta-h2-mobile-line_height" | "tier1-grey-typography-meta-h2-mobile-letter_spacing" | "tier1-grey-typography-meta-h2-mobile-text_transform" | "tier1-grey-typography-meta-h3-desktop-font_family" | "tier1-grey-typography-meta-h3-desktop-font_weight" | "tier1-grey-typography-meta-h3-desktop-font_style" | "tier1-grey-typography-meta-h3-desktop-font_size" | "tier1-grey-typography-meta-h3-desktop-line_height" | "tier1-grey-typography-meta-h3-desktop-letter_spacing" | "tier1-grey-typography-meta-h3-desktop-text_transform" | "tier1-grey-typography-meta-h3-tablet-font_family" | "tier1-grey-typography-meta-h3-tablet-font_weight" | "tier1-grey-typography-meta-h3-tablet-font_style" | "tier1-grey-typography-meta-h3-tablet-font_size" | "tier1-grey-typography-meta-h3-tablet-line_height" | "tier1-grey-typography-meta-h3-tablet-letter_spacing" | "tier1-grey-typography-meta-h3-tablet-text_transform" | "tier1-grey-typography-meta-h3-mobile-font_family" | "tier1-grey-typography-meta-h3-mobile-font_weight" | "tier1-grey-typography-meta-h3-mobile-font_style" | "tier1-grey-typography-meta-h3-mobile-font_size" | "tier1-grey-typography-meta-h3-mobile-line_height" | "tier1-grey-typography-meta-h3-mobile-letter_spacing" | "tier1-grey-typography-meta-h3-mobile-text_transform" | "tier1-grey-typography-meta-h4-desktop-font_family" | "tier1-grey-typography-meta-h4-desktop-font_weight" | "tier1-grey-typography-meta-h4-desktop-font_style" | "tier1-grey-typography-meta-h4-desktop-font_size" | "tier1-grey-typography-meta-h4-desktop-line_height" | "tier1-grey-typography-meta-h4-desktop-letter_spacing" | "tier1-grey-typography-meta-h4-desktop-text_transform" | "tier1-grey-typography-meta-h4-tablet-font_family" | "tier1-grey-typography-meta-h4-tablet-font_weight" | "tier1-grey-typography-meta-h4-tablet-font_style" | "tier1-grey-typography-meta-h4-tablet-font_size" | "tier1-grey-typography-meta-h4-tablet-line_height" | "tier1-grey-typography-meta-h4-tablet-letter_spacing" | "tier1-grey-typography-meta-h4-tablet-text_transform" | "tier1-grey-typography-meta-h4-mobile-font_family" | "tier1-grey-typography-meta-h4-mobile-font_weight" | "tier1-grey-typography-meta-h4-mobile-font_style" | "tier1-grey-typography-meta-h4-mobile-font_size" | "tier1-grey-typography-meta-h4-mobile-line_height" | "tier1-grey-typography-meta-h4-mobile-letter_spacing" | "tier1-grey-typography-meta-h4-mobile-text_transform" | "tier1-grey-typography-meta-h5-desktop-font_family" | "tier1-grey-typography-meta-h5-desktop-font_weight" | "tier1-grey-typography-meta-h5-desktop-font_style" | "tier1-grey-typography-meta-h5-desktop-font_size" | "tier1-grey-typography-meta-h5-desktop-line_height" | "tier1-grey-typography-meta-h5-desktop-letter_spacing" | "tier1-grey-typography-meta-h5-desktop-text_transform" | "tier1-grey-typography-meta-h5-tablet-font_family" | "tier1-grey-typography-meta-h5-tablet-font_weight" | "tier1-grey-typography-meta-h5-tablet-font_style" | "tier1-grey-typography-meta-h5-tablet-font_size" | "tier1-grey-typography-meta-h5-tablet-line_height" | "tier1-grey-typography-meta-h5-tablet-letter_spacing" | "tier1-grey-typography-meta-h5-tablet-text_transform" | "tier1-grey-typography-meta-h5-mobile-font_family" | "tier1-grey-typography-meta-h5-mobile-font_weight" | "tier1-grey-typography-meta-h5-mobile-font_style" | "tier1-grey-typography-meta-h5-mobile-font_size" | "tier1-grey-typography-meta-h5-mobile-line_height" | "tier1-grey-typography-meta-h5-mobile-letter_spacing" | "tier1-grey-typography-meta-h5-mobile-text_transform" | "tier1-grey-typography-meta-h6-desktop-font_family" | "tier1-grey-typography-meta-h6-desktop-font_weight" | "tier1-grey-typography-meta-h6-desktop-font_style" | "tier1-grey-typography-meta-h6-desktop-font_size" | "tier1-grey-typography-meta-h6-desktop-line_height" | "tier1-grey-typography-meta-h6-desktop-letter_spacing" | "tier1-grey-typography-meta-h6-desktop-text_transform" | "tier1-grey-typography-meta-h6-tablet-font_family" | "tier1-grey-typography-meta-h6-tablet-font_weight" | "tier1-grey-typography-meta-h6-tablet-font_style" | "tier1-grey-typography-meta-h6-tablet-font_size" | "tier1-grey-typography-meta-h6-tablet-line_height" | "tier1-grey-typography-meta-h6-tablet-letter_spacing" | "tier1-grey-typography-meta-h6-tablet-text_transform" | "tier1-grey-typography-meta-h6-mobile-font_family" | "tier1-grey-typography-meta-h6-mobile-font_weight" | "tier1-grey-typography-meta-h6-mobile-font_style" | "tier1-grey-typography-meta-h6-mobile-font_size" | "tier1-grey-typography-meta-h6-mobile-line_height" | "tier1-grey-typography-meta-h6-mobile-letter_spacing" | "tier1-grey-typography-meta-h6-mobile-text_transform" | "tier1-grey-typography-meta-b1-desktop-font_family" | "tier1-grey-typography-meta-b1-desktop-font_weight" | "tier1-grey-typography-meta-b1-desktop-font_style" | "tier1-grey-typography-meta-b1-desktop-font_size" | "tier1-grey-typography-meta-b1-desktop-line_height" | "tier1-grey-typography-meta-b1-desktop-letter_spacing" | "tier1-grey-typography-meta-b1-desktop-text_transform" | "tier1-grey-typography-meta-b1-tablet-font_family" | "tier1-grey-typography-meta-b1-tablet-font_weight" | "tier1-grey-typography-meta-b1-tablet-font_style" | "tier1-grey-typography-meta-b1-tablet-font_size" | "tier1-grey-typography-meta-b1-tablet-line_height" | "tier1-grey-typography-meta-b1-tablet-letter_spacing" | "tier1-grey-typography-meta-b1-tablet-text_transform" | "tier1-grey-typography-meta-b1-mobile-font_family" | "tier1-grey-typography-meta-b1-mobile-font_weight" | "tier1-grey-typography-meta-b1-mobile-font_style" | "tier1-grey-typography-meta-b1-mobile-font_size" | "tier1-grey-typography-meta-b1-mobile-line_height" | "tier1-grey-typography-meta-b1-mobile-letter_spacing" | "tier1-grey-typography-meta-b1-mobile-text_transform" | "tier1-grey-typography-meta-b2-desktop-font_family" | "tier1-grey-typography-meta-b2-desktop-font_weight" | "tier1-grey-typography-meta-b2-desktop-font_style" | "tier1-grey-typography-meta-b2-desktop-font_size" | "tier1-grey-typography-meta-b2-desktop-line_height" | "tier1-grey-typography-meta-b2-desktop-letter_spacing" | "tier1-grey-typography-meta-b2-desktop-text_transform" | "tier1-grey-typography-meta-b2-tablet-font_family" | "tier1-grey-typography-meta-b2-tablet-font_weight" | "tier1-grey-typography-meta-b2-tablet-font_style" | "tier1-grey-typography-meta-b2-tablet-font_size" | "tier1-grey-typography-meta-b2-tablet-line_height" | "tier1-grey-typography-meta-b2-tablet-letter_spacing" | "tier1-grey-typography-meta-b2-tablet-text_transform" | "tier1-grey-typography-meta-b2-mobile-font_family" | "tier1-grey-typography-meta-b2-mobile-font_weight" | "tier1-grey-typography-meta-b2-mobile-font_style" | "tier1-grey-typography-meta-b2-mobile-font_size" | "tier1-grey-typography-meta-b2-mobile-line_height" | "tier1-grey-typography-meta-b2-mobile-letter_spacing" | "tier1-grey-typography-meta-b2-mobile-text_transform" | "tier1-grey-typography-meta-b3-desktop-font_family" | "tier1-grey-typography-meta-b3-desktop-font_weight" | "tier1-grey-typography-meta-b3-desktop-font_style" | "tier1-grey-typography-meta-b3-desktop-font_size" | "tier1-grey-typography-meta-b3-desktop-line_height" | "tier1-grey-typography-meta-b3-desktop-letter_spacing" | "tier1-grey-typography-meta-b3-desktop-text_transform" | "tier1-grey-typography-meta-b3-tablet-font_family" | "tier1-grey-typography-meta-b3-tablet-font_weight" | "tier1-grey-typography-meta-b3-tablet-font_style" | "tier1-grey-typography-meta-b3-tablet-font_size" | "tier1-grey-typography-meta-b3-tablet-line_height" | "tier1-grey-typography-meta-b3-tablet-letter_spacing" | "tier1-grey-typography-meta-b3-tablet-text_transform" | "tier1-grey-typography-meta-b3-mobile-font_family" | "tier1-grey-typography-meta-b3-mobile-font_weight" | "tier1-grey-typography-meta-b3-mobile-font_style" | "tier1-grey-typography-meta-b3-mobile-font_size" | "tier1-grey-typography-meta-b3-mobile-line_height" | "tier1-grey-typography-meta-b3-mobile-letter_spacing" | "tier1-grey-typography-meta-b3-mobile-text_transform" | "tier1-grey-typography-data-h1-desktop-font_family" | "tier1-grey-typography-data-h1-desktop-font_weight" | "tier1-grey-typography-data-h1-desktop-font_style" | "tier1-grey-typography-data-h1-desktop-font_size" | "tier1-grey-typography-data-h1-desktop-line_height" | "tier1-grey-typography-data-h1-desktop-letter_spacing" | "tier1-grey-typography-data-h1-desktop-text_transform" | "tier1-grey-typography-data-h1-tablet-font_family" | "tier1-grey-typography-data-h1-tablet-font_weight" | "tier1-grey-typography-data-h1-tablet-font_style" | "tier1-grey-typography-data-h1-tablet-font_size" | "tier1-grey-typography-data-h1-tablet-line_height" | "tier1-grey-typography-data-h1-tablet-letter_spacing" | "tier1-grey-typography-data-h1-tablet-text_transform" | "tier1-grey-typography-data-h1-mobile-font_family" | "tier1-grey-typography-data-h1-mobile-font_weight" | "tier1-grey-typography-data-h1-mobile-font_style" | "tier1-grey-typography-data-h1-mobile-font_size" | "tier1-grey-typography-data-h1-mobile-line_height" | "tier1-grey-typography-data-h1-mobile-letter_spacing" | "tier1-grey-typography-data-h1-mobile-text_transform" | "tier1-grey-typography-data-h2-desktop-font_family" | "tier1-grey-typography-data-h2-desktop-font_weight" | "tier1-grey-typography-data-h2-desktop-font_style" | "tier1-grey-typography-data-h2-desktop-font_size" | "tier1-grey-typography-data-h2-desktop-line_height" | "tier1-grey-typography-data-h2-desktop-letter_spacing" | "tier1-grey-typography-data-h2-desktop-text_transform" | "tier1-grey-typography-data-h2-tablet-font_family" | "tier1-grey-typography-data-h2-tablet-font_weight" | "tier1-grey-typography-data-h2-tablet-font_style" | "tier1-grey-typography-data-h2-tablet-font_size" | "tier1-grey-typography-data-h2-tablet-line_height" | "tier1-grey-typography-data-h2-tablet-letter_spacing" | "tier1-grey-typography-data-h2-tablet-text_transform" | "tier1-grey-typography-data-h2-mobile-font_family" | "tier1-grey-typography-data-h2-mobile-font_weight" | "tier1-grey-typography-data-h2-mobile-font_style" | "tier1-grey-typography-data-h2-mobile-font_size" | "tier1-grey-typography-data-h2-mobile-line_height" | "tier1-grey-typography-data-h2-mobile-letter_spacing" | "tier1-grey-typography-data-h2-mobile-text_transform" | "tier1-grey-typography-data-h3-desktop-font_family" | "tier1-grey-typography-data-h3-desktop-font_weight" | "tier1-grey-typography-data-h3-desktop-font_style" | "tier1-grey-typography-data-h3-desktop-font_size" | "tier1-grey-typography-data-h3-desktop-line_height" | "tier1-grey-typography-data-h3-desktop-letter_spacing" | "tier1-grey-typography-data-h3-desktop-text_transform" | "tier1-grey-typography-data-h3-tablet-font_family" | "tier1-grey-typography-data-h3-tablet-font_weight" | "tier1-grey-typography-data-h3-tablet-font_style" | "tier1-grey-typography-data-h3-tablet-font_size" | "tier1-grey-typography-data-h3-tablet-line_height" | "tier1-grey-typography-data-h3-tablet-letter_spacing" | "tier1-grey-typography-data-h3-tablet-text_transform" | "tier1-grey-typography-data-h3-mobile-font_family" | "tier1-grey-typography-data-h3-mobile-font_weight" | "tier1-grey-typography-data-h3-mobile-font_style" | "tier1-grey-typography-data-h3-mobile-font_size" | "tier1-grey-typography-data-h3-mobile-line_height" | "tier1-grey-typography-data-h3-mobile-letter_spacing" | "tier1-grey-typography-data-h3-mobile-text_transform" | "tier1-grey-typography-data-h4-desktop-font_family" | "tier1-grey-typography-data-h4-desktop-font_weight" | "tier1-grey-typography-data-h4-desktop-font_style" | "tier1-grey-typography-data-h4-desktop-font_size" | "tier1-grey-typography-data-h4-desktop-line_height" | "tier1-grey-typography-data-h4-desktop-letter_spacing" | "tier1-grey-typography-data-h4-desktop-text_transform" | "tier1-grey-typography-data-h4-tablet-font_family" | "tier1-grey-typography-data-h4-tablet-font_weight" | "tier1-grey-typography-data-h4-tablet-font_style" | "tier1-grey-typography-data-h4-tablet-font_size" | "tier1-grey-typography-data-h4-tablet-line_height" | "tier1-grey-typography-data-h4-tablet-letter_spacing" | "tier1-grey-typography-data-h4-tablet-text_transform" | "tier1-grey-typography-data-h4-mobile-font_family" | "tier1-grey-typography-data-h4-mobile-font_weight" | "tier1-grey-typography-data-h4-mobile-font_style" | "tier1-grey-typography-data-h4-mobile-font_size" | "tier1-grey-typography-data-h4-mobile-line_height" | "tier1-grey-typography-data-h4-mobile-letter_spacing" | "tier1-grey-typography-data-h4-mobile-text_transform" | "tier1-grey-typography-data-h5-desktop-font_family" | "tier1-grey-typography-data-h5-desktop-font_weight" | "tier1-grey-typography-data-h5-desktop-font_style" | "tier1-grey-typography-data-h5-desktop-font_size" | "tier1-grey-typography-data-h5-desktop-line_height" | "tier1-grey-typography-data-h5-desktop-letter_spacing" | "tier1-grey-typography-data-h5-desktop-text_transform" | "tier1-grey-typography-data-h5-tablet-font_family" | "tier1-grey-typography-data-h5-tablet-font_weight" | "tier1-grey-typography-data-h5-tablet-font_style" | "tier1-grey-typography-data-h5-tablet-font_size" | "tier1-grey-typography-data-h5-tablet-line_height" | "tier1-grey-typography-data-h5-tablet-letter_spacing" | "tier1-grey-typography-data-h5-tablet-text_transform" | "tier1-grey-typography-data-h5-mobile-font_family" | "tier1-grey-typography-data-h5-mobile-font_weight" | "tier1-grey-typography-data-h5-mobile-font_style" | "tier1-grey-typography-data-h5-mobile-font_size" | "tier1-grey-typography-data-h5-mobile-line_height" | "tier1-grey-typography-data-h5-mobile-letter_spacing" | "tier1-grey-typography-data-h5-mobile-text_transform" | "tier1-grey-typography-data-h6-desktop-font_family" | "tier1-grey-typography-data-h6-desktop-font_weight" | "tier1-grey-typography-data-h6-desktop-font_style" | "tier1-grey-typography-data-h6-desktop-font_size" | "tier1-grey-typography-data-h6-desktop-line_height" | "tier1-grey-typography-data-h6-desktop-letter_spacing" | "tier1-grey-typography-data-h6-desktop-text_transform" | "tier1-grey-typography-data-h6-tablet-font_family" | "tier1-grey-typography-data-h6-tablet-font_weight" | "tier1-grey-typography-data-h6-tablet-font_style" | "tier1-grey-typography-data-h6-tablet-font_size" | "tier1-grey-typography-data-h6-tablet-line_height" | "tier1-grey-typography-data-h6-tablet-letter_spacing" | "tier1-grey-typography-data-h6-tablet-text_transform" | "tier1-grey-typography-data-h6-mobile-font_family" | "tier1-grey-typography-data-h6-mobile-font_weight" | "tier1-grey-typography-data-h6-mobile-font_style" | "tier1-grey-typography-data-h6-mobile-font_size" | "tier1-grey-typography-data-h6-mobile-line_height" | "tier1-grey-typography-data-h6-mobile-letter_spacing" | "tier1-grey-typography-data-h6-mobile-text_transform" | "tier1-grey-typography-data-b1-desktop-font_family" | "tier1-grey-typography-data-b1-desktop-font_weight" | "tier1-grey-typography-data-b1-desktop-font_style" | "tier1-grey-typography-data-b1-desktop-font_size" | "tier1-grey-typography-data-b1-desktop-line_height" | "tier1-grey-typography-data-b1-desktop-letter_spacing" | "tier1-grey-typography-data-b1-desktop-text_transform" | "tier1-grey-typography-data-b1-tablet-font_family" | "tier1-grey-typography-data-b1-tablet-font_weight" | "tier1-grey-typography-data-b1-tablet-font_style" | "tier1-grey-typography-data-b1-tablet-font_size" | "tier1-grey-typography-data-b1-tablet-line_height" | "tier1-grey-typography-data-b1-tablet-letter_spacing" | "tier1-grey-typography-data-b1-tablet-text_transform" | "tier1-grey-typography-data-b1-mobile-font_family" | "tier1-grey-typography-data-b1-mobile-font_weight" | "tier1-grey-typography-data-b1-mobile-font_style" | "tier1-grey-typography-data-b1-mobile-font_size" | "tier1-grey-typography-data-b1-mobile-line_height" | "tier1-grey-typography-data-b1-mobile-letter_spacing" | "tier1-grey-typography-data-b1-mobile-text_transform" | "tier1-grey-typography-data-b2-desktop-font_family" | "tier1-grey-typography-data-b2-desktop-font_weight" | "tier1-grey-typography-data-b2-desktop-font_style" | "tier1-grey-typography-data-b2-desktop-font_size" | "tier1-grey-typography-data-b2-desktop-line_height" | "tier1-grey-typography-data-b2-desktop-letter_spacing" | "tier1-grey-typography-data-b2-desktop-text_transform" | "tier1-grey-typography-data-b2-tablet-font_family" | "tier1-grey-typography-data-b2-tablet-font_weight" | "tier1-grey-typography-data-b2-tablet-font_style" | "tier1-grey-typography-data-b2-tablet-font_size" | "tier1-grey-typography-data-b2-tablet-line_height" | "tier1-grey-typography-data-b2-tablet-letter_spacing" | "tier1-grey-typography-data-b2-tablet-text_transform" | "tier1-grey-typography-data-b2-mobile-font_family" | "tier1-grey-typography-data-b2-mobile-font_weight" | "tier1-grey-typography-data-b2-mobile-font_style" | "tier1-grey-typography-data-b2-mobile-font_size" | "tier1-grey-typography-data-b2-mobile-line_height" | "tier1-grey-typography-data-b2-mobile-letter_spacing" | "tier1-grey-typography-data-b2-mobile-text_transform" | "tier1-grey-typography-data-b3-desktop-font_family" | "tier1-grey-typography-data-b3-desktop-font_weight" | "tier1-grey-typography-data-b3-desktop-font_style" | "tier1-grey-typography-data-b3-desktop-font_size" | "tier1-grey-typography-data-b3-desktop-line_height" | "tier1-grey-typography-data-b3-desktop-letter_spacing" | "tier1-grey-typography-data-b3-desktop-text_transform" | "tier1-grey-typography-data-b3-tablet-font_family" | "tier1-grey-typography-data-b3-tablet-font_weight" | "tier1-grey-typography-data-b3-tablet-font_style" | "tier1-grey-typography-data-b3-tablet-font_size" | "tier1-grey-typography-data-b3-tablet-line_height" | "tier1-grey-typography-data-b3-tablet-letter_spacing" | "tier1-grey-typography-data-b3-tablet-text_transform" | "tier1-grey-typography-data-b3-mobile-font_family" | "tier1-grey-typography-data-b3-mobile-font_weight" | "tier1-grey-typography-data-b3-mobile-font_style" | "tier1-grey-typography-data-b3-mobile-font_size" | "tier1-grey-typography-data-b3-mobile-line_height" | "tier1-grey-typography-data-b3-mobile-letter_spacing" | "tier1-grey-typography-data-b3-mobile-text_transform" | "tier1-grey-typography-headline-h1-desktop-font_family" | "tier1-grey-typography-headline-h1-desktop-font_weight" | "tier1-grey-typography-headline-h1-desktop-font_style" | "tier1-grey-typography-headline-h1-desktop-font_size" | "tier1-grey-typography-headline-h1-desktop-line_height" | "tier1-grey-typography-headline-h1-desktop-letter_spacing" | "tier1-grey-typography-headline-h1-desktop-text_transform" | "tier1-grey-typography-headline-h1-tablet-font_family" | "tier1-grey-typography-headline-h1-tablet-font_weight" | "tier1-grey-typography-headline-h1-tablet-font_style" | "tier1-grey-typography-headline-h1-tablet-font_size" | "tier1-grey-typography-headline-h1-tablet-line_height" | "tier1-grey-typography-headline-h1-tablet-letter_spacing" | "tier1-grey-typography-headline-h1-tablet-text_transform" | "tier1-grey-typography-headline-h1-mobile-font_family" | "tier1-grey-typography-headline-h1-mobile-font_weight" | "tier1-grey-typography-headline-h1-mobile-font_style" | "tier1-grey-typography-headline-h1-mobile-font_size" | "tier1-grey-typography-headline-h1-mobile-line_height" | "tier1-grey-typography-headline-h1-mobile-letter_spacing" | "tier1-grey-typography-headline-h1-mobile-text_transform" | "tier1-grey-typography-headline-h2-desktop-font_family" | "tier1-grey-typography-headline-h2-desktop-font_weight" | "tier1-grey-typography-headline-h2-desktop-font_style" | "tier1-grey-typography-headline-h2-desktop-font_size" | "tier1-grey-typography-headline-h2-desktop-line_height" | "tier1-grey-typography-headline-h2-desktop-letter_spacing" | "tier1-grey-typography-headline-h2-desktop-text_transform" | "tier1-grey-typography-headline-h2-tablet-font_family" | "tier1-grey-typography-headline-h2-tablet-font_weight" | "tier1-grey-typography-headline-h2-tablet-font_style" | "tier1-grey-typography-headline-h2-tablet-font_size" | "tier1-grey-typography-headline-h2-tablet-line_height" | "tier1-grey-typography-headline-h2-tablet-letter_spacing" | "tier1-grey-typography-headline-h2-tablet-text_transform" | "tier1-grey-typography-headline-h2-mobile-font_family" | "tier1-grey-typography-headline-h2-mobile-font_weight" | "tier1-grey-typography-headline-h2-mobile-font_style" | "tier1-grey-typography-headline-h2-mobile-font_size" | "tier1-grey-typography-headline-h2-mobile-line_height" | "tier1-grey-typography-headline-h2-mobile-letter_spacing" | "tier1-grey-typography-headline-h2-mobile-text_transform" | "tier1-grey-typography-headline-h3-desktop-font_family" | "tier1-grey-typography-headline-h3-desktop-font_weight" | "tier1-grey-typography-headline-h3-desktop-font_style" | "tier1-grey-typography-headline-h3-desktop-font_size" | "tier1-grey-typography-headline-h3-desktop-line_height" | "tier1-grey-typography-headline-h3-desktop-letter_spacing" | "tier1-grey-typography-headline-h3-desktop-text_transform" | "tier1-grey-typography-headline-h3-tablet-font_family" | "tier1-grey-typography-headline-h3-tablet-font_weight" | "tier1-grey-typography-headline-h3-tablet-font_style" | "tier1-grey-typography-headline-h3-tablet-font_size" | "tier1-grey-typography-headline-h3-tablet-line_height" | "tier1-grey-typography-headline-h3-tablet-letter_spacing" | "tier1-grey-typography-headline-h3-tablet-text_transform" | "tier1-grey-typography-headline-h3-mobile-font_family" | "tier1-grey-typography-headline-h3-mobile-font_weight" | "tier1-grey-typography-headline-h3-mobile-font_style" | "tier1-grey-typography-headline-h3-mobile-font_size" | "tier1-grey-typography-headline-h3-mobile-line_height" | "tier1-grey-typography-headline-h3-mobile-letter_spacing" | "tier1-grey-typography-headline-h3-mobile-text_transform" | "tier1-grey-typography-headline-h4-desktop-font_family" | "tier1-grey-typography-headline-h4-desktop-font_weight" | "tier1-grey-typography-headline-h4-desktop-font_style" | "tier1-grey-typography-headline-h4-desktop-font_size" | "tier1-grey-typography-headline-h4-desktop-line_height" | "tier1-grey-typography-headline-h4-desktop-letter_spacing" | "tier1-grey-typography-headline-h4-desktop-text_transform" | "tier1-grey-typography-headline-h4-tablet-font_family" | "tier1-grey-typography-headline-h4-tablet-font_weight" | "tier1-grey-typography-headline-h4-tablet-font_style" | "tier1-grey-typography-headline-h4-tablet-font_size" | "tier1-grey-typography-headline-h4-tablet-line_height" | "tier1-grey-typography-headline-h4-tablet-letter_spacing" | "tier1-grey-typography-headline-h4-tablet-text_transform" | "tier1-grey-typography-headline-h4-mobile-font_family" | "tier1-grey-typography-headline-h4-mobile-font_weight" | "tier1-grey-typography-headline-h4-mobile-font_style" | "tier1-grey-typography-headline-h4-mobile-font_size" | "tier1-grey-typography-headline-h4-mobile-line_height" | "tier1-grey-typography-headline-h4-mobile-letter_spacing" | "tier1-grey-typography-headline-h4-mobile-text_transform" | "tier1-grey-typography-headline-h5-desktop-font_family" | "tier1-grey-typography-headline-h5-desktop-font_weight" | "tier1-grey-typography-headline-h5-desktop-font_style" | "tier1-grey-typography-headline-h5-desktop-font_size" | "tier1-grey-typography-headline-h5-desktop-line_height" | "tier1-grey-typography-headline-h5-desktop-letter_spacing" | "tier1-grey-typography-headline-h5-desktop-text_transform" | "tier1-grey-typography-headline-h5-tablet-font_family" | "tier1-grey-typography-headline-h5-tablet-font_weight" | "tier1-grey-typography-headline-h5-tablet-font_style" | "tier1-grey-typography-headline-h5-tablet-font_size" | "tier1-grey-typography-headline-h5-tablet-line_height" | "tier1-grey-typography-headline-h5-tablet-letter_spacing" | "tier1-grey-typography-headline-h5-tablet-text_transform" | "tier1-grey-typography-headline-h5-mobile-font_family" | "tier1-grey-typography-headline-h5-mobile-font_weight" | "tier1-grey-typography-headline-h5-mobile-font_style" | "tier1-grey-typography-headline-h5-mobile-font_size" | "tier1-grey-typography-headline-h5-mobile-line_height" | "tier1-grey-typography-headline-h5-mobile-letter_spacing" | "tier1-grey-typography-headline-h5-mobile-text_transform" | "tier1-grey-typography-headline-h6-desktop-font_family" | "tier1-grey-typography-headline-h6-desktop-font_weight" | "tier1-grey-typography-headline-h6-desktop-font_style" | "tier1-grey-typography-headline-h6-desktop-font_size" | "tier1-grey-typography-headline-h6-desktop-line_height" | "tier1-grey-typography-headline-h6-desktop-letter_spacing" | "tier1-grey-typography-headline-h6-desktop-text_transform" | "tier1-grey-typography-headline-h6-tablet-font_family" | "tier1-grey-typography-headline-h6-tablet-font_weight" | "tier1-grey-typography-headline-h6-tablet-font_style" | "tier1-grey-typography-headline-h6-tablet-font_size" | "tier1-grey-typography-headline-h6-tablet-line_height" | "tier1-grey-typography-headline-h6-tablet-letter_spacing" | "tier1-grey-typography-headline-h6-tablet-text_transform" | "tier1-grey-typography-headline-h6-mobile-font_family" | "tier1-grey-typography-headline-h6-mobile-font_weight" | "tier1-grey-typography-headline-h6-mobile-font_style" | "tier1-grey-typography-headline-h6-mobile-font_size" | "tier1-grey-typography-headline-h6-mobile-line_height" | "tier1-grey-typography-headline-h6-mobile-letter_spacing" | "tier1-grey-typography-headline-h6-mobile-text_transform" | "tier1-grey-typography-headline-b1-desktop-font_family" | "tier1-grey-typography-headline-b1-desktop-font_weight" | "tier1-grey-typography-headline-b1-desktop-font_style" | "tier1-grey-typography-headline-b1-desktop-font_size" | "tier1-grey-typography-headline-b1-desktop-line_height" | "tier1-grey-typography-headline-b1-desktop-letter_spacing" | "tier1-grey-typography-headline-b1-desktop-text_transform" | "tier1-grey-typography-headline-b1-tablet-font_family" | "tier1-grey-typography-headline-b1-tablet-font_weight" | "tier1-grey-typography-headline-b1-tablet-font_style" | "tier1-grey-typography-headline-b1-tablet-font_size" | "tier1-grey-typography-headline-b1-tablet-line_height" | "tier1-grey-typography-headline-b1-tablet-letter_spacing" | "tier1-grey-typography-headline-b1-tablet-text_transform" | "tier1-grey-typography-headline-b1-mobile-font_family" | "tier1-grey-typography-headline-b1-mobile-font_weight" | "tier1-grey-typography-headline-b1-mobile-font_style" | "tier1-grey-typography-headline-b1-mobile-font_size" | "tier1-grey-typography-headline-b1-mobile-line_height" | "tier1-grey-typography-headline-b1-mobile-letter_spacing" | "tier1-grey-typography-headline-b1-mobile-text_transform" | "tier1-grey-typography-headline-b2-desktop-font_family" | "tier1-grey-typography-headline-b2-desktop-font_weight" | "tier1-grey-typography-headline-b2-desktop-font_style" | "tier1-grey-typography-headline-b2-desktop-font_size" | "tier1-grey-typography-headline-b2-desktop-line_height" | "tier1-grey-typography-headline-b2-desktop-letter_spacing" | "tier1-grey-typography-headline-b2-desktop-text_transform" | "tier1-grey-typography-headline-b2-tablet-font_family" | "tier1-grey-typography-headline-b2-tablet-font_weight" | "tier1-grey-typography-headline-b2-tablet-font_style" | "tier1-grey-typography-headline-b2-tablet-font_size" | "tier1-grey-typography-headline-b2-tablet-line_height" | "tier1-grey-typography-headline-b2-tablet-letter_spacing" | "tier1-grey-typography-headline-b2-tablet-text_transform" | "tier1-grey-typography-headline-b2-mobile-font_family" | "tier1-grey-typography-headline-b2-mobile-font_weight" | "tier1-grey-typography-headline-b2-mobile-font_style" | "tier1-grey-typography-headline-b2-mobile-font_size" | "tier1-grey-typography-headline-b2-mobile-line_height" | "tier1-grey-typography-headline-b2-mobile-letter_spacing" | "tier1-grey-typography-headline-b2-mobile-text_transform" | "tier1-grey-typography-headline-b3-desktop-font_family" | "tier1-grey-typography-headline-b3-desktop-font_weight" | "tier1-grey-typography-headline-b3-desktop-font_style" | "tier1-grey-typography-headline-b3-desktop-font_size" | "tier1-grey-typography-headline-b3-desktop-line_height" | "tier1-grey-typography-headline-b3-desktop-letter_spacing" | "tier1-grey-typography-headline-b3-desktop-text_transform" | "tier1-grey-typography-headline-b3-tablet-font_family" | "tier1-grey-typography-headline-b3-tablet-font_weight" | "tier1-grey-typography-headline-b3-tablet-font_style" | "tier1-grey-typography-headline-b3-tablet-font_size" | "tier1-grey-typography-headline-b3-tablet-line_height" | "tier1-grey-typography-headline-b3-tablet-letter_spacing" | "tier1-grey-typography-headline-b3-tablet-text_transform" | "tier1-grey-typography-headline-b3-mobile-font_family" | "tier1-grey-typography-headline-b3-mobile-font_weight" | "tier1-grey-typography-headline-b3-mobile-font_style" | "tier1-grey-typography-headline-b3-mobile-font_size" | "tier1-grey-typography-headline-b3-mobile-line_height" | "tier1-grey-typography-headline-b3-mobile-letter_spacing" | "tier1-grey-typography-headline-b3-mobile-text_transform" | "tier1-idigo-typography-title-h1-desktop-font_family" | "tier1-idigo-typography-title-h1-desktop-font_weight" | "tier1-idigo-typography-title-h1-desktop-font_style" | "tier1-idigo-typography-title-h1-desktop-font_size" | "tier1-idigo-typography-title-h1-desktop-line_height" | "tier1-idigo-typography-title-h1-desktop-letter_spacing" | "tier1-idigo-typography-title-h1-desktop-text_transform" | "tier1-idigo-typography-title-h1-tablet-font_family" | "tier1-idigo-typography-title-h1-tablet-font_weight" | "tier1-idigo-typography-title-h1-tablet-font_style" | "tier1-idigo-typography-title-h1-tablet-font_size" | "tier1-idigo-typography-title-h1-tablet-line_height" | "tier1-idigo-typography-title-h1-tablet-letter_spacing" | "tier1-idigo-typography-title-h1-tablet-text_transform" | "tier1-idigo-typography-title-h1-mobile-font_family" | "tier1-idigo-typography-title-h1-mobile-font_weight" | "tier1-idigo-typography-title-h1-mobile-font_style" | "tier1-idigo-typography-title-h1-mobile-font_size" | "tier1-idigo-typography-title-h1-mobile-line_height" | "tier1-idigo-typography-title-h1-mobile-letter_spacing" | "tier1-idigo-typography-title-h1-mobile-text_transform" | "tier1-idigo-typography-title-h2-desktop-font_family" | "tier1-idigo-typography-title-h2-desktop-font_weight" | "tier1-idigo-typography-title-h2-desktop-font_style" | "tier1-idigo-typography-title-h2-desktop-font_size" | "tier1-idigo-typography-title-h2-desktop-line_height" | "tier1-idigo-typography-title-h2-desktop-letter_spacing" | "tier1-idigo-typography-title-h2-desktop-text_transform" | "tier1-idigo-typography-title-h2-tablet-font_family" | "tier1-idigo-typography-title-h2-tablet-font_weight" | "tier1-idigo-typography-title-h2-tablet-font_style" | "tier1-idigo-typography-title-h2-tablet-font_size" | "tier1-idigo-typography-title-h2-tablet-line_height" | "tier1-idigo-typography-title-h2-tablet-letter_spacing" | "tier1-idigo-typography-title-h2-tablet-text_transform" | "tier1-idigo-typography-title-h2-mobile-font_family" | "tier1-idigo-typography-title-h2-mobile-font_weight" | "tier1-idigo-typography-title-h2-mobile-font_style" | "tier1-idigo-typography-title-h2-mobile-font_size" | "tier1-idigo-typography-title-h2-mobile-line_height" | "tier1-idigo-typography-title-h2-mobile-letter_spacing" | "tier1-idigo-typography-title-h2-mobile-text_transform" | "tier1-idigo-typography-title-h3-desktop-font_family" | "tier1-idigo-typography-title-h3-desktop-font_weight" | "tier1-idigo-typography-title-h3-desktop-font_style" | "tier1-idigo-typography-title-h3-desktop-font_size" | "tier1-idigo-typography-title-h3-desktop-line_height" | "tier1-idigo-typography-title-h3-desktop-letter_spacing" | "tier1-idigo-typography-title-h3-desktop-text_transform" | "tier1-idigo-typography-title-h3-tablet-font_family" | "tier1-idigo-typography-title-h3-tablet-font_weight" | "tier1-idigo-typography-title-h3-tablet-font_style" | "tier1-idigo-typography-title-h3-tablet-font_size" | "tier1-idigo-typography-title-h3-tablet-line_height" | "tier1-idigo-typography-title-h3-tablet-letter_spacing" | "tier1-idigo-typography-title-h3-tablet-text_transform" | "tier1-idigo-typography-title-h3-mobile-font_family" | "tier1-idigo-typography-title-h3-mobile-font_weight" | "tier1-idigo-typography-title-h3-mobile-font_style" | "tier1-idigo-typography-title-h3-mobile-font_size" | "tier1-idigo-typography-title-h3-mobile-line_height" | "tier1-idigo-typography-title-h3-mobile-letter_spacing" | "tier1-idigo-typography-title-h3-mobile-text_transform" | "tier1-idigo-typography-title-h4-desktop-font_family" | "tier1-idigo-typography-title-h4-desktop-font_weight" | "tier1-idigo-typography-title-h4-desktop-font_style" | "tier1-idigo-typography-title-h4-desktop-font_size" | "tier1-idigo-typography-title-h4-desktop-line_height" | "tier1-idigo-typography-title-h4-desktop-letter_spacing" | "tier1-idigo-typography-title-h4-desktop-text_transform" | "tier1-idigo-typography-title-h4-tablet-font_family" | "tier1-idigo-typography-title-h4-tablet-font_weight" | "tier1-idigo-typography-title-h4-tablet-font_style" | "tier1-idigo-typography-title-h4-tablet-font_size" | "tier1-idigo-typography-title-h4-tablet-line_height" | "tier1-idigo-typography-title-h4-tablet-letter_spacing" | "tier1-idigo-typography-title-h4-tablet-text_transform" | "tier1-idigo-typography-title-h4-mobile-font_family" | "tier1-idigo-typography-title-h4-mobile-font_weight" | "tier1-idigo-typography-title-h4-mobile-font_style" | "tier1-idigo-typography-title-h4-mobile-font_size" | "tier1-idigo-typography-title-h4-mobile-line_height" | "tier1-idigo-typography-title-h4-mobile-letter_spacing" | "tier1-idigo-typography-title-h4-mobile-text_transform" | "tier1-idigo-typography-title-h5-desktop-font_family" | "tier1-idigo-typography-title-h5-desktop-font_weight" | "tier1-idigo-typography-title-h5-desktop-font_style" | "tier1-idigo-typography-title-h5-desktop-font_size" | "tier1-idigo-typography-title-h5-desktop-line_height" | "tier1-idigo-typography-title-h5-desktop-letter_spacing" | "tier1-idigo-typography-title-h5-desktop-text_transform" | "tier1-idigo-typography-title-h5-tablet-font_family" | "tier1-idigo-typography-title-h5-tablet-font_weight" | "tier1-idigo-typography-title-h5-tablet-font_style" | "tier1-idigo-typography-title-h5-tablet-font_size" | "tier1-idigo-typography-title-h5-tablet-line_height" | "tier1-idigo-typography-title-h5-tablet-letter_spacing" | "tier1-idigo-typography-title-h5-tablet-text_transform" | "tier1-idigo-typography-title-h5-mobile-font_family" | "tier1-idigo-typography-title-h5-mobile-font_weight" | "tier1-idigo-typography-title-h5-mobile-font_style" | "tier1-idigo-typography-title-h5-mobile-font_size" | "tier1-idigo-typography-title-h5-mobile-line_height" | "tier1-idigo-typography-title-h5-mobile-letter_spacing" | "tier1-idigo-typography-title-h5-mobile-text_transform" | "tier1-idigo-typography-title-h6-desktop-font_family" | "tier1-idigo-typography-title-h6-desktop-font_weight" | "tier1-idigo-typography-title-h6-desktop-font_style" | "tier1-idigo-typography-title-h6-desktop-font_size" | "tier1-idigo-typography-title-h6-desktop-line_height" | "tier1-idigo-typography-title-h6-desktop-letter_spacing" | "tier1-idigo-typography-title-h6-desktop-text_transform" | "tier1-idigo-typography-title-h6-tablet-font_family" | "tier1-idigo-typography-title-h6-tablet-font_weight" | "tier1-idigo-typography-title-h6-tablet-font_style" | "tier1-idigo-typography-title-h6-tablet-font_size" | "tier1-idigo-typography-title-h6-tablet-line_height" | "tier1-idigo-typography-title-h6-tablet-letter_spacing" | "tier1-idigo-typography-title-h6-tablet-text_transform" | "tier1-idigo-typography-title-h6-mobile-font_family" | "tier1-idigo-typography-title-h6-mobile-font_weight" | "tier1-idigo-typography-title-h6-mobile-font_style" | "tier1-idigo-typography-title-h6-mobile-font_size" | "tier1-idigo-typography-title-h6-mobile-line_height" | "tier1-idigo-typography-title-h6-mobile-letter_spacing" | "tier1-idigo-typography-title-h6-mobile-text_transform" | "tier1-idigo-typography-title-b1-desktop-font_family" | "tier1-idigo-typography-title-b1-desktop-font_weight" | "tier1-idigo-typography-title-b1-desktop-font_style" | "tier1-idigo-typography-title-b1-desktop-font_size" | "tier1-idigo-typography-title-b1-desktop-line_height" | "tier1-idigo-typography-title-b1-desktop-letter_spacing" | "tier1-idigo-typography-title-b1-desktop-text_transform" | "tier1-idigo-typography-title-b1-tablet-font_family" | "tier1-idigo-typography-title-b1-tablet-font_weight" | "tier1-idigo-typography-title-b1-tablet-font_style" | "tier1-idigo-typography-title-b1-tablet-font_size" | "tier1-idigo-typography-title-b1-tablet-line_height" | "tier1-idigo-typography-title-b1-tablet-letter_spacing" | "tier1-idigo-typography-title-b1-tablet-text_transform" | "tier1-idigo-typography-title-b1-mobile-font_family" | "tier1-idigo-typography-title-b1-mobile-font_weight" | "tier1-idigo-typography-title-b1-mobile-font_style" | "tier1-idigo-typography-title-b1-mobile-font_size" | "tier1-idigo-typography-title-b1-mobile-line_height" | "tier1-idigo-typography-title-b1-mobile-letter_spacing" | "tier1-idigo-typography-title-b1-mobile-text_transform" | "tier1-idigo-typography-title-b2-desktop-font_family" | "tier1-idigo-typography-title-b2-desktop-font_weight" | "tier1-idigo-typography-title-b2-desktop-font_style" | "tier1-idigo-typography-title-b2-desktop-font_size" | "tier1-idigo-typography-title-b2-desktop-line_height" | "tier1-idigo-typography-title-b2-desktop-letter_spacing" | "tier1-idigo-typography-title-b2-desktop-text_transform" | "tier1-idigo-typography-title-b2-tablet-font_family" | "tier1-idigo-typography-title-b2-tablet-font_weight" | "tier1-idigo-typography-title-b2-tablet-font_style" | "tier1-idigo-typography-title-b2-tablet-font_size" | "tier1-idigo-typography-title-b2-tablet-line_height" | "tier1-idigo-typography-title-b2-tablet-letter_spacing" | "tier1-idigo-typography-title-b2-tablet-text_transform" | "tier1-idigo-typography-title-b2-mobile-font_family" | "tier1-idigo-typography-title-b2-mobile-font_weight" | "tier1-idigo-typography-title-b2-mobile-font_style" | "tier1-idigo-typography-title-b2-mobile-font_size" | "tier1-idigo-typography-title-b2-mobile-line_height" | "tier1-idigo-typography-title-b2-mobile-letter_spacing" | "tier1-idigo-typography-title-b2-mobile-text_transform" | "tier1-idigo-typography-title-b3-desktop-font_family" | "tier1-idigo-typography-title-b3-desktop-font_weight" | "tier1-idigo-typography-title-b3-desktop-font_style" | "tier1-idigo-typography-title-b3-desktop-font_size" | "tier1-idigo-typography-title-b3-desktop-line_height" | "tier1-idigo-typography-title-b3-desktop-letter_spacing" | "tier1-idigo-typography-title-b3-desktop-text_transform" | "tier1-idigo-typography-title-b3-tablet-font_family" | "tier1-idigo-typography-title-b3-tablet-font_weight" | "tier1-idigo-typography-title-b3-tablet-font_style" | "tier1-idigo-typography-title-b3-tablet-font_size" | "tier1-idigo-typography-title-b3-tablet-line_height" | "tier1-idigo-typography-title-b3-tablet-letter_spacing" | "tier1-idigo-typography-title-b3-tablet-text_transform" | "tier1-idigo-typography-title-b3-mobile-font_family" | "tier1-idigo-typography-title-b3-mobile-font_weight" | "tier1-idigo-typography-title-b3-mobile-font_style" | "tier1-idigo-typography-title-b3-mobile-font_size" | "tier1-idigo-typography-title-b3-mobile-line_height" | "tier1-idigo-typography-title-b3-mobile-letter_spacing" | "tier1-idigo-typography-title-b3-mobile-text_transform" | "tier1-idigo-typography-subtitle-h1-desktop-font_family" | "tier1-idigo-typography-subtitle-h1-desktop-font_weight" | "tier1-idigo-typography-subtitle-h1-desktop-font_style" | "tier1-idigo-typography-subtitle-h1-desktop-font_size" | "tier1-idigo-typography-subtitle-h1-desktop-line_height" | "tier1-idigo-typography-subtitle-h1-desktop-letter_spacing" | "tier1-idigo-typography-subtitle-h1-desktop-text_transform" | "tier1-idigo-typography-subtitle-h1-tablet-font_family" | "tier1-idigo-typography-subtitle-h1-tablet-font_weight" | "tier1-idigo-typography-subtitle-h1-tablet-font_style" | "tier1-idigo-typography-subtitle-h1-tablet-font_size" | "tier1-idigo-typography-subtitle-h1-tablet-line_height" | "tier1-idigo-typography-subtitle-h1-tablet-letter_spacing" | "tier1-idigo-typography-subtitle-h1-tablet-text_transform" | "tier1-idigo-typography-subtitle-h1-mobile-font_family" | "tier1-idigo-typography-subtitle-h1-mobile-font_weight" | "tier1-idigo-typography-subtitle-h1-mobile-font_style" | "tier1-idigo-typography-subtitle-h1-mobile-font_size" | "tier1-idigo-typography-subtitle-h1-mobile-line_height" | "tier1-idigo-typography-subtitle-h1-mobile-letter_spacing" | "tier1-idigo-typography-subtitle-h1-mobile-text_transform" | "tier1-idigo-typography-subtitle-h2-desktop-font_family" | "tier1-idigo-typography-subtitle-h2-desktop-font_weight" | "tier1-idigo-typography-subtitle-h2-desktop-font_style" | "tier1-idigo-typography-subtitle-h2-desktop-font_size" | "tier1-idigo-typography-subtitle-h2-desktop-line_height" | "tier1-idigo-typography-subtitle-h2-desktop-letter_spacing" | "tier1-idigo-typography-subtitle-h2-desktop-text_transform" | "tier1-idigo-typography-subtitle-h2-tablet-font_family" | "tier1-idigo-typography-subtitle-h2-tablet-font_weight" | "tier1-idigo-typography-subtitle-h2-tablet-font_style" | "tier1-idigo-typography-subtitle-h2-tablet-font_size" | "tier1-idigo-typography-subtitle-h2-tablet-line_height" | "tier1-idigo-typography-subtitle-h2-tablet-letter_spacing" | "tier1-idigo-typography-subtitle-h2-tablet-text_transform" | "tier1-idigo-typography-subtitle-h2-mobile-font_family" | "tier1-idigo-typography-subtitle-h2-mobile-font_weight" | "tier1-idigo-typography-subtitle-h2-mobile-font_style" | "tier1-idigo-typography-subtitle-h2-mobile-font_size" | "tier1-idigo-typography-subtitle-h2-mobile-line_height" | "tier1-idigo-typography-subtitle-h2-mobile-letter_spacing" | "tier1-idigo-typography-subtitle-h2-mobile-text_transform" | "tier1-idigo-typography-subtitle-h3-desktop-font_family" | "tier1-idigo-typography-subtitle-h3-desktop-font_weight" | "tier1-idigo-typography-subtitle-h3-desktop-font_style" | "tier1-idigo-typography-subtitle-h3-desktop-font_size" | "tier1-idigo-typography-subtitle-h3-desktop-line_height" | "tier1-idigo-typography-subtitle-h3-desktop-letter_spacing" | "tier1-idigo-typography-subtitle-h3-desktop-text_transform" | "tier1-idigo-typography-subtitle-h3-tablet-font_family" | "tier1-idigo-typography-subtitle-h3-tablet-font_weight" | "tier1-idigo-typography-subtitle-h3-tablet-font_style" | "tier1-idigo-typography-subtitle-h3-tablet-font_size" | "tier1-idigo-typography-subtitle-h3-tablet-line_height" | "tier1-idigo-typography-subtitle-h3-tablet-letter_spacing" | "tier1-idigo-typography-subtitle-h3-tablet-text_transform" | "tier1-idigo-typography-subtitle-h3-mobile-font_family" | "tier1-idigo-typography-subtitle-h3-mobile-font_weight" | "tier1-idigo-typography-subtitle-h3-mobile-font_style" | "tier1-idigo-typography-subtitle-h3-mobile-font_size" | "tier1-idigo-typography-subtitle-h3-mobile-line_height" | "tier1-idigo-typography-subtitle-h3-mobile-letter_spacing" | "tier1-idigo-typography-subtitle-h3-mobile-text_transform" | "tier1-idigo-typography-subtitle-h4-desktop-font_family" | "tier1-idigo-typography-subtitle-h4-desktop-font_weight" | "tier1-idigo-typography-subtitle-h4-desktop-font_style" | "tier1-idigo-typography-subtitle-h4-desktop-font_size" | "tier1-idigo-typography-subtitle-h4-desktop-line_height" | "tier1-idigo-typography-subtitle-h4-desktop-letter_spacing" | "tier1-idigo-typography-subtitle-h4-desktop-text_transform" | "tier1-idigo-typography-subtitle-h4-tablet-font_family" | "tier1-idigo-typography-subtitle-h4-tablet-font_weight" | "tier1-idigo-typography-subtitle-h4-tablet-font_style" | "tier1-idigo-typography-subtitle-h4-tablet-font_size" | "tier1-idigo-typography-subtitle-h4-tablet-line_height" | "tier1-idigo-typography-subtitle-h4-tablet-letter_spacing" | "tier1-idigo-typography-subtitle-h4-tablet-text_transform" | "tier1-idigo-typography-subtitle-h4-mobile-font_family" | "tier1-idigo-typography-subtitle-h4-mobile-font_weight" | "tier1-idigo-typography-subtitle-h4-mobile-font_style" | "tier1-idigo-typography-subtitle-h4-mobile-font_size" | "tier1-idigo-typography-subtitle-h4-mobile-line_height" | "tier1-idigo-typography-subtitle-h4-mobile-letter_spacing" | "tier1-idigo-typography-subtitle-h4-mobile-text_transform" | "tier1-idigo-typography-subtitle-h5-desktop-font_family" | "tier1-idigo-typography-subtitle-h5-desktop-font_weight" | "tier1-idigo-typography-subtitle-h5-desktop-font_style" | "tier1-idigo-typography-subtitle-h5-desktop-font_size" | "tier1-idigo-typography-subtitle-h5-desktop-line_height" | "tier1-idigo-typography-subtitle-h5-desktop-letter_spacing" | "tier1-idigo-typography-subtitle-h5-desktop-text_transform" | "tier1-idigo-typography-subtitle-h5-tablet-font_family" | "tier1-idigo-typography-subtitle-h5-tablet-font_weight" | "tier1-idigo-typography-subtitle-h5-tablet-font_style" | "tier1-idigo-typography-subtitle-h5-tablet-font_size" | "tier1-idigo-typography-subtitle-h5-tablet-line_height" | "tier1-idigo-typography-subtitle-h5-tablet-letter_spacing" | "tier1-idigo-typography-subtitle-h5-tablet-text_transform" | "tier1-idigo-typography-subtitle-h5-mobile-font_family" | "tier1-idigo-typography-subtitle-h5-mobile-font_weight" | "tier1-idigo-typography-subtitle-h5-mobile-font_style" | "tier1-idigo-typography-subtitle-h5-mobile-font_size" | "tier1-idigo-typography-subtitle-h5-mobile-line_height" | "tier1-idigo-typography-subtitle-h5-mobile-letter_spacing" | "tier1-idigo-typography-subtitle-h5-mobile-text_transform" | "tier1-idigo-typography-subtitle-h6-desktop-font_family" | "tier1-idigo-typography-subtitle-h6-desktop-font_weight" | "tier1-idigo-typography-subtitle-h6-desktop-font_style" | "tier1-idigo-typography-subtitle-h6-desktop-font_size" | "tier1-idigo-typography-subtitle-h6-desktop-line_height" | "tier1-idigo-typography-subtitle-h6-desktop-letter_spacing" | "tier1-idigo-typography-subtitle-h6-desktop-text_transform" | "tier1-idigo-typography-subtitle-h6-tablet-font_family" | "tier1-idigo-typography-subtitle-h6-tablet-font_weight" | "tier1-idigo-typography-subtitle-h6-tablet-font_style" | "tier1-idigo-typography-subtitle-h6-tablet-font_size" | "tier1-idigo-typography-subtitle-h6-tablet-line_height" | "tier1-idigo-typography-subtitle-h6-tablet-letter_spacing" | "tier1-idigo-typography-subtitle-h6-tablet-text_transform" | "tier1-idigo-typography-subtitle-h6-mobile-font_family" | "tier1-idigo-typography-subtitle-h6-mobile-font_weight" | "tier1-idigo-typography-subtitle-h6-mobile-font_style" | "tier1-idigo-typography-subtitle-h6-mobile-font_size" | "tier1-idigo-typography-subtitle-h6-mobile-line_height" | "tier1-idigo-typography-subtitle-h6-mobile-letter_spacing" | "tier1-idigo-typography-subtitle-h6-mobile-text_transform" | "tier1-idigo-typography-subtitle-b1-desktop-font_family" | "tier1-idigo-typography-subtitle-b1-desktop-font_weight" | "tier1-idigo-typography-subtitle-b1-desktop-font_style" | "tier1-idigo-typography-subtitle-b1-desktop-font_size" | "tier1-idigo-typography-subtitle-b1-desktop-line_height" | "tier1-idigo-typography-subtitle-b1-desktop-letter_spacing" | "tier1-idigo-typography-subtitle-b1-desktop-text_transform" | "tier1-idigo-typography-subtitle-b1-tablet-font_family" | "tier1-idigo-typography-subtitle-b1-tablet-font_weight" | "tier1-idigo-typography-subtitle-b1-tablet-font_style" | "tier1-idigo-typography-subtitle-b1-tablet-font_size" | "tier1-idigo-typography-subtitle-b1-tablet-line_height" | "tier1-idigo-typography-subtitle-b1-tablet-letter_spacing" | "tier1-idigo-typography-subtitle-b1-tablet-text_transform" | "tier1-idigo-typography-subtitle-b1-mobile-font_family" | "tier1-idigo-typography-subtitle-b1-mobile-font_weight" | "tier1-idigo-typography-subtitle-b1-mobile-font_style" | "tier1-idigo-typography-subtitle-b1-mobile-font_size" | "tier1-idigo-typography-subtitle-b1-mobile-line_height" | "tier1-idigo-typography-subtitle-b1-mobile-letter_spacing" | "tier1-idigo-typography-subtitle-b1-mobile-text_transform" | "tier1-idigo-typography-subtitle-b2-desktop-font_family" | "tier1-idigo-typography-subtitle-b2-desktop-font_weight" | "tier1-idigo-typography-subtitle-b2-desktop-font_style" | "tier1-idigo-typography-subtitle-b2-desktop-font_size" | "tier1-idigo-typography-subtitle-b2-desktop-line_height" | "tier1-idigo-typography-subtitle-b2-desktop-letter_spacing" | "tier1-idigo-typography-subtitle-b2-desktop-text_transform" | "tier1-idigo-typography-subtitle-b2-tablet-font_family" | "tier1-idigo-typography-subtitle-b2-tablet-font_weight" | "tier1-idigo-typography-subtitle-b2-tablet-font_style" | "tier1-idigo-typography-subtitle-b2-tablet-font_size" | "tier1-idigo-typography-subtitle-b2-tablet-line_height" | "tier1-idigo-typography-subtitle-b2-tablet-letter_spacing" | "tier1-idigo-typography-subtitle-b2-tablet-text_transform" | "tier1-idigo-typography-subtitle-b2-mobile-font_family" | "tier1-idigo-typography-subtitle-b2-mobile-font_weight" | "tier1-idigo-typography-subtitle-b2-mobile-font_style" | "tier1-idigo-typography-subtitle-b2-mobile-font_size" | "tier1-idigo-typography-subtitle-b2-mobile-line_height" | "tier1-idigo-typography-subtitle-b2-mobile-letter_spacing" | "tier1-idigo-typography-subtitle-b2-mobile-text_transform" | "tier1-idigo-typography-subtitle-b3-desktop-font_family" | "tier1-idigo-typography-subtitle-b3-desktop-font_weight" | "tier1-idigo-typography-subtitle-b3-desktop-font_style" | "tier1-idigo-typography-subtitle-b3-desktop-font_size" | "tier1-idigo-typography-subtitle-b3-desktop-line_height" | "tier1-idigo-typography-subtitle-b3-desktop-letter_spacing" | "tier1-idigo-typography-subtitle-b3-desktop-text_transform" | "tier1-idigo-typography-subtitle-b3-tablet-font_family" | "tier1-idigo-typography-subtitle-b3-tablet-font_weight" | "tier1-idigo-typography-subtitle-b3-tablet-font_style" | "tier1-idigo-typography-subtitle-b3-tablet-font_size" | "tier1-idigo-typography-subtitle-b3-tablet-line_height" | "tier1-idigo-typography-subtitle-b3-tablet-letter_spacing" | "tier1-idigo-typography-subtitle-b3-tablet-text_transform" | "tier1-idigo-typography-subtitle-b3-mobile-font_family" | "tier1-idigo-typography-subtitle-b3-mobile-font_weight" | "tier1-idigo-typography-subtitle-b3-mobile-font_style" | "tier1-idigo-typography-subtitle-b3-mobile-font_size" | "tier1-idigo-typography-subtitle-b3-mobile-line_height" | "tier1-idigo-typography-subtitle-b3-mobile-letter_spacing" | "tier1-idigo-typography-subtitle-b3-mobile-text_transform" | "tier1-idigo-typography-body-h1-desktop-font_family" | "tier1-idigo-typography-body-h1-desktop-font_weight" | "tier1-idigo-typography-body-h1-desktop-font_style" | "tier1-idigo-typography-body-h1-desktop-font_size" | "tier1-idigo-typography-body-h1-desktop-line_height" | "tier1-idigo-typography-body-h1-desktop-letter_spacing" | "tier1-idigo-typography-body-h1-desktop-text_transform" | "tier1-idigo-typography-body-h1-tablet-font_family" | "tier1-idigo-typography-body-h1-tablet-font_weight" | "tier1-idigo-typography-body-h1-tablet-font_style" | "tier1-idigo-typography-body-h1-tablet-font_size" | "tier1-idigo-typography-body-h1-tablet-line_height" | "tier1-idigo-typography-body-h1-tablet-letter_spacing" | "tier1-idigo-typography-body-h1-tablet-text_transform" | "tier1-idigo-typography-body-h1-mobile-font_family" | "tier1-idigo-typography-body-h1-mobile-font_weight" | "tier1-idigo-typography-body-h1-mobile-font_style" | "tier1-idigo-typography-body-h1-mobile-font_size" | "tier1-idigo-typography-body-h1-mobile-line_height" | "tier1-idigo-typography-body-h1-mobile-letter_spacing" | "tier1-idigo-typography-body-h1-mobile-text_transform" | "tier1-idigo-typography-body-h2-desktop-font_family" | "tier1-idigo-typography-body-h2-desktop-font_weight" | "tier1-idigo-typography-body-h2-desktop-font_style" | "tier1-idigo-typography-body-h2-desktop-font_size" | "tier1-idigo-typography-body-h2-desktop-line_height" | "tier1-idigo-typography-body-h2-desktop-letter_spacing" | "tier1-idigo-typography-body-h2-desktop-text_transform" | "tier1-idigo-typography-body-h2-tablet-font_family" | "tier1-idigo-typography-body-h2-tablet-font_weight" | "tier1-idigo-typography-body-h2-tablet-font_style" | "tier1-idigo-typography-body-h2-tablet-font_size" | "tier1-idigo-typography-body-h2-tablet-line_height" | "tier1-idigo-typography-body-h2-tablet-letter_spacing" | "tier1-idigo-typography-body-h2-tablet-text_transform" | "tier1-idigo-typography-body-h2-mobile-font_family" | "tier1-idigo-typography-body-h2-mobile-font_weight" | "tier1-idigo-typography-body-h2-mobile-font_style" | "tier1-idigo-typography-body-h2-mobile-font_size" | "tier1-idigo-typography-body-h2-mobile-line_height" | "tier1-idigo-typography-body-h2-mobile-letter_spacing" | "tier1-idigo-typography-body-h2-mobile-text_transform" | "tier1-idigo-typography-body-h3-desktop-font_family" | "tier1-idigo-typography-body-h3-desktop-font_weight" | "tier1-idigo-typography-body-h3-desktop-font_style" | "tier1-idigo-typography-body-h3-desktop-font_size" | "tier1-idigo-typography-body-h3-desktop-line_height" | "tier1-idigo-typography-body-h3-desktop-letter_spacing" | "tier1-idigo-typography-body-h3-desktop-text_transform" | "tier1-idigo-typography-body-h3-tablet-font_family" | "tier1-idigo-typography-body-h3-tablet-font_weight" | "tier1-idigo-typography-body-h3-tablet-font_style" | "tier1-idigo-typography-body-h3-tablet-font_size" | "tier1-idigo-typography-body-h3-tablet-line_height" | "tier1-idigo-typography-body-h3-tablet-letter_spacing" | "tier1-idigo-typography-body-h3-tablet-text_transform" | "tier1-idigo-typography-body-h3-mobile-font_family" | "tier1-idigo-typography-body-h3-mobile-font_weight" | "tier1-idigo-typography-body-h3-mobile-font_style" | "tier1-idigo-typography-body-h3-mobile-font_size" | "tier1-idigo-typography-body-h3-mobile-line_height" | "tier1-idigo-typography-body-h3-mobile-letter_spacing" | "tier1-idigo-typography-body-h3-mobile-text_transform" | "tier1-idigo-typography-body-h4-desktop-font_family" | "tier1-idigo-typography-body-h4-desktop-font_weight" | "tier1-idigo-typography-body-h4-desktop-font_style" | "tier1-idigo-typography-body-h4-desktop-font_size" | "tier1-idigo-typography-body-h4-desktop-line_height" | "tier1-idigo-typography-body-h4-desktop-letter_spacing" | "tier1-idigo-typography-body-h4-desktop-text_transform" | "tier1-idigo-typography-body-h4-tablet-font_family" | "tier1-idigo-typography-body-h4-tablet-font_weight" | "tier1-idigo-typography-body-h4-tablet-font_style" | "tier1-idigo-typography-body-h4-tablet-font_size" | "tier1-idigo-typography-body-h4-tablet-line_height" | "tier1-idigo-typography-body-h4-tablet-letter_spacing" | "tier1-idigo-typography-body-h4-tablet-text_transform" | "tier1-idigo-typography-body-h4-mobile-font_family" | "tier1-idigo-typography-body-h4-mobile-font_weight" | "tier1-idigo-typography-body-h4-mobile-font_style" | "tier1-idigo-typography-body-h4-mobile-font_size" | "tier1-idigo-typography-body-h4-mobile-line_height" | "tier1-idigo-typography-body-h4-mobile-letter_spacing" | "tier1-idigo-typography-body-h4-mobile-text_transform" | "tier1-idigo-typography-body-h5-desktop-font_family" | "tier1-idigo-typography-body-h5-desktop-font_weight" | "tier1-idigo-typography-body-h5-desktop-font_style" | "tier1-idigo-typography-body-h5-desktop-font_size" | "tier1-idigo-typography-body-h5-desktop-line_height" | "tier1-idigo-typography-body-h5-desktop-letter_spacing" | "tier1-idigo-typography-body-h5-desktop-text_transform" | "tier1-idigo-typography-body-h5-tablet-font_family" | "tier1-idigo-typography-body-h5-tablet-font_weight" | "tier1-idigo-typography-body-h5-tablet-font_style" | "tier1-idigo-typography-body-h5-tablet-font_size" | "tier1-idigo-typography-body-h5-tablet-line_height" | "tier1-idigo-typography-body-h5-tablet-letter_spacing" | "tier1-idigo-typography-body-h5-tablet-text_transform" | "tier1-idigo-typography-body-h5-mobile-font_family" | "tier1-idigo-typography-body-h5-mobile-font_weight" | "tier1-idigo-typography-body-h5-mobile-font_style" | "tier1-idigo-typography-body-h5-mobile-font_size" | "tier1-idigo-typography-body-h5-mobile-line_height" | "tier1-idigo-typography-body-h5-mobile-letter_spacing" | "tier1-idigo-typography-body-h5-mobile-text_transform" | "tier1-idigo-typography-body-h6-desktop-font_family" | "tier1-idigo-typography-body-h6-desktop-font_weight" | "tier1-idigo-typography-body-h6-desktop-font_style" | "tier1-idigo-typography-body-h6-desktop-font_size" | "tier1-idigo-typography-body-h6-desktop-line_height" | "tier1-idigo-typography-body-h6-desktop-letter_spacing" | "tier1-idigo-typography-body-h6-desktop-text_transform" | "tier1-idigo-typography-body-h6-tablet-font_family" | "tier1-idigo-typography-body-h6-tablet-font_weight" | "tier1-idigo-typography-body-h6-tablet-font_style" | "tier1-idigo-typography-body-h6-tablet-font_size" | "tier1-idigo-typography-body-h6-tablet-line_height" | "tier1-idigo-typography-body-h6-tablet-letter_spacing" | "tier1-idigo-typography-body-h6-tablet-text_transform" | "tier1-idigo-typography-body-h6-mobile-font_family" | "tier1-idigo-typography-body-h6-mobile-font_weight" | "tier1-idigo-typography-body-h6-mobile-font_style" | "tier1-idigo-typography-body-h6-mobile-font_size" | "tier1-idigo-typography-body-h6-mobile-line_height" | "tier1-idigo-typography-body-h6-mobile-letter_spacing" | "tier1-idigo-typography-body-h6-mobile-text_transform" | "tier1-idigo-typography-body-b1-desktop-font_family" | "tier1-idigo-typography-body-b1-desktop-font_weight" | "tier1-idigo-typography-body-b1-desktop-font_style" | "tier1-idigo-typography-body-b1-desktop-font_size" | "tier1-idigo-typography-body-b1-desktop-line_height" | "tier1-idigo-typography-body-b1-desktop-letter_spacing" | "tier1-idigo-typography-body-b1-desktop-text_transform" | "tier1-idigo-typography-body-b1-tablet-font_family" | "tier1-idigo-typography-body-b1-tablet-font_weight" | "tier1-idigo-typography-body-b1-tablet-font_style" | "tier1-idigo-typography-body-b1-tablet-font_size" | "tier1-idigo-typography-body-b1-tablet-line_height" | "tier1-idigo-typography-body-b1-tablet-letter_spacing" | "tier1-idigo-typography-body-b1-tablet-text_transform" | "tier1-idigo-typography-body-b1-mobile-font_family" | "tier1-idigo-typography-body-b1-mobile-font_weight" | "tier1-idigo-typography-body-b1-mobile-font_style" | "tier1-idigo-typography-body-b1-mobile-font_size" | "tier1-idigo-typography-body-b1-mobile-line_height" | "tier1-idigo-typography-body-b1-mobile-letter_spacing" | "tier1-idigo-typography-body-b1-mobile-text_transform" | "tier1-idigo-typography-body-b2-desktop-font_family" | "tier1-idigo-typography-body-b2-desktop-font_weight" | "tier1-idigo-typography-body-b2-desktop-font_style" | "tier1-idigo-typography-body-b2-desktop-font_size" | "tier1-idigo-typography-body-b2-desktop-line_height" | "tier1-idigo-typography-body-b2-desktop-letter_spacing" | "tier1-idigo-typography-body-b2-desktop-text_transform" | "tier1-idigo-typography-body-b2-tablet-font_family" | "tier1-idigo-typography-body-b2-tablet-font_weight" | "tier1-idigo-typography-body-b2-tablet-font_style" | "tier1-idigo-typography-body-b2-tablet-font_size" | "tier1-idigo-typography-body-b2-tablet-line_height" | "tier1-idigo-typography-body-b2-tablet-letter_spacing" | "tier1-idigo-typography-body-b2-tablet-text_transform" | "tier1-idigo-typography-body-b2-mobile-font_family" | "tier1-idigo-typography-body-b2-mobile-font_weight" | "tier1-idigo-typography-body-b2-mobile-font_style" | "tier1-idigo-typography-body-b2-mobile-font_size" | "tier1-idigo-typography-body-b2-mobile-line_height" | "tier1-idigo-typography-body-b2-mobile-letter_spacing" | "tier1-idigo-typography-body-b2-mobile-text_transform" | "tier1-idigo-typography-body-b3-desktop-font_family" | "tier1-idigo-typography-body-b3-desktop-font_weight" | "tier1-idigo-typography-body-b3-desktop-font_style" | "tier1-idigo-typography-body-b3-desktop-font_size" | "tier1-idigo-typography-body-b3-desktop-line_height" | "tier1-idigo-typography-body-b3-desktop-letter_spacing" | "tier1-idigo-typography-body-b3-desktop-text_transform" | "tier1-idigo-typography-body-b3-tablet-font_family" | "tier1-idigo-typography-body-b3-tablet-font_weight" | "tier1-idigo-typography-body-b3-tablet-font_style" | "tier1-idigo-typography-body-b3-tablet-font_size" | "tier1-idigo-typography-body-b3-tablet-line_height" | "tier1-idigo-typography-body-b3-tablet-letter_spacing" | "tier1-idigo-typography-body-b3-tablet-text_transform" | "tier1-idigo-typography-body-b3-mobile-font_family" | "tier1-idigo-typography-body-b3-mobile-font_weight" | "tier1-idigo-typography-body-b3-mobile-font_style" | "tier1-idigo-typography-body-b3-mobile-font_size" | "tier1-idigo-typography-body-b3-mobile-line_height" | "tier1-idigo-typography-body-b3-mobile-letter_spacing" | "tier1-idigo-typography-body-b3-mobile-text_transform" | "tier1-idigo-typography-label-h1-desktop-font_family" | "tier1-idigo-typography-label-h1-desktop-font_weight" | "tier1-idigo-typography-label-h1-desktop-font_style" | "tier1-idigo-typography-label-h1-desktop-font_size" | "tier1-idigo-typography-label-h1-desktop-line_height" | "tier1-idigo-typography-label-h1-desktop-letter_spacing" | "tier1-idigo-typography-label-h1-desktop-text_transform" | "tier1-idigo-typography-label-h1-tablet-font_family" | "tier1-idigo-typography-label-h1-tablet-font_weight" | "tier1-idigo-typography-label-h1-tablet-font_style" | "tier1-idigo-typography-label-h1-tablet-font_size" | "tier1-idigo-typography-label-h1-tablet-line_height" | "tier1-idigo-typography-label-h1-tablet-letter_spacing" | "tier1-idigo-typography-label-h1-tablet-text_transform" | "tier1-idigo-typography-label-h1-mobile-font_family" | "tier1-idigo-typography-label-h1-mobile-font_weight" | "tier1-idigo-typography-label-h1-mobile-font_style" | "tier1-idigo-typography-label-h1-mobile-font_size" | "tier1-idigo-typography-label-h1-mobile-line_height" | "tier1-idigo-typography-label-h1-mobile-letter_spacing" | "tier1-idigo-typography-label-h1-mobile-text_transform" | "tier1-idigo-typography-label-h2-desktop-font_family" | "tier1-idigo-typography-label-h2-desktop-font_weight" | "tier1-idigo-typography-label-h2-desktop-font_style" | "tier1-idigo-typography-label-h2-desktop-font_size" | "tier1-idigo-typography-label-h2-desktop-line_height" | "tier1-idigo-typography-label-h2-desktop-letter_spacing" | "tier1-idigo-typography-label-h2-desktop-text_transform" | "tier1-idigo-typography-label-h2-tablet-font_family" | "tier1-idigo-typography-label-h2-tablet-font_weight" | "tier1-idigo-typography-label-h2-tablet-font_style" | "tier1-idigo-typography-label-h2-tablet-font_size" | "tier1-idigo-typography-label-h2-tablet-line_height" | "tier1-idigo-typography-label-h2-tablet-letter_spacing" | "tier1-idigo-typography-label-h2-tablet-text_transform" | "tier1-idigo-typography-label-h2-mobile-font_family" | "tier1-idigo-typography-label-h2-mobile-font_weight" | "tier1-idigo-typography-label-h2-mobile-font_style" | "tier1-idigo-typography-label-h2-mobile-font_size" | "tier1-idigo-typography-label-h2-mobile-line_height" | "tier1-idigo-typography-label-h2-mobile-letter_spacing" | "tier1-idigo-typography-label-h2-mobile-text_transform" | "tier1-idigo-typography-label-h3-desktop-font_family" | "tier1-idigo-typography-label-h3-desktop-font_weight" | "tier1-idigo-typography-label-h3-desktop-font_style" | "tier1-idigo-typography-label-h3-desktop-font_size" | "tier1-idigo-typography-label-h3-desktop-line_height" | "tier1-idigo-typography-label-h3-desktop-letter_spacing" | "tier1-idigo-typography-label-h3-desktop-text_transform" | "tier1-idigo-typography-label-h3-tablet-font_family" | "tier1-idigo-typography-label-h3-tablet-font_weight" | "tier1-idigo-typography-label-h3-tablet-font_style" | "tier1-idigo-typography-label-h3-tablet-font_size" | "tier1-idigo-typography-label-h3-tablet-line_height" | "tier1-idigo-typography-label-h3-tablet-letter_spacing" | "tier1-idigo-typography-label-h3-tablet-text_transform" | "tier1-idigo-typography-label-h3-mobile-font_family" | "tier1-idigo-typography-label-h3-mobile-font_weight" | "tier1-idigo-typography-label-h3-mobile-font_style" | "tier1-idigo-typography-label-h3-mobile-font_size" | "tier1-idigo-typography-label-h3-mobile-line_height" | "tier1-idigo-typography-label-h3-mobile-letter_spacing" | "tier1-idigo-typography-label-h3-mobile-text_transform" | "tier1-idigo-typography-label-h4-desktop-font_family" | "tier1-idigo-typography-label-h4-desktop-font_weight" | "tier1-idigo-typography-label-h4-desktop-font_style" | "tier1-idigo-typography-label-h4-desktop-font_size" | "tier1-idigo-typography-label-h4-desktop-line_height" | "tier1-idigo-typography-label-h4-desktop-letter_spacing" | "tier1-idigo-typography-label-h4-desktop-text_transform" | "tier1-idigo-typography-label-h4-tablet-font_family" | "tier1-idigo-typography-label-h4-tablet-font_weight" | "tier1-idigo-typography-label-h4-tablet-font_style" | "tier1-idigo-typography-label-h4-tablet-font_size" | "tier1-idigo-typography-label-h4-tablet-line_height" | "tier1-idigo-typography-label-h4-tablet-letter_spacing" | "tier1-idigo-typography-label-h4-tablet-text_transform" | "tier1-idigo-typography-label-h4-mobile-font_family" | "tier1-idigo-typography-label-h4-mobile-font_weight" | "tier1-idigo-typography-label-h4-mobile-font_style" | "tier1-idigo-typography-label-h4-mobile-font_size" | "tier1-idigo-typography-label-h4-mobile-line_height" | "tier1-idigo-typography-label-h4-mobile-letter_spacing" | "tier1-idigo-typography-label-h4-mobile-text_transform" | "tier1-idigo-typography-label-h5-desktop-font_family" | "tier1-idigo-typography-label-h5-desktop-font_weight" | "tier1-idigo-typography-label-h5-desktop-font_style" | "tier1-idigo-typography-label-h5-desktop-font_size" | "tier1-idigo-typography-label-h5-desktop-line_height" | "tier1-idigo-typography-label-h5-desktop-letter_spacing" | "tier1-idigo-typography-label-h5-desktop-text_transform" | "tier1-idigo-typography-label-h5-tablet-font_family" | "tier1-idigo-typography-label-h5-tablet-font_weight" | "tier1-idigo-typography-label-h5-tablet-font_style" | "tier1-idigo-typography-label-h5-tablet-font_size" | "tier1-idigo-typography-label-h5-tablet-line_height" | "tier1-idigo-typography-label-h5-tablet-letter_spacing" | "tier1-idigo-typography-label-h5-tablet-text_transform" | "tier1-idigo-typography-label-h5-mobile-font_family" | "tier1-idigo-typography-label-h5-mobile-font_weight" | "tier1-idigo-typography-label-h5-mobile-font_style" | "tier1-idigo-typography-label-h5-mobile-font_size" | "tier1-idigo-typography-label-h5-mobile-line_height" | "tier1-idigo-typography-label-h5-mobile-letter_spacing" | "tier1-idigo-typography-label-h5-mobile-text_transform" | "tier1-idigo-typography-label-h6-desktop-font_family" | "tier1-idigo-typography-label-h6-desktop-font_weight" | "tier1-idigo-typography-label-h6-desktop-font_style" | "tier1-idigo-typography-label-h6-desktop-font_size" | "tier1-idigo-typography-label-h6-desktop-line_height" | "tier1-idigo-typography-label-h6-desktop-letter_spacing" | "tier1-idigo-typography-label-h6-desktop-text_transform" | "tier1-idigo-typography-label-h6-tablet-font_family" | "tier1-idigo-typography-label-h6-tablet-font_weight" | "tier1-idigo-typography-label-h6-tablet-font_style" | "tier1-idigo-typography-label-h6-tablet-font_size" | "tier1-idigo-typography-label-h6-tablet-line_height" | "tier1-idigo-typography-label-h6-tablet-letter_spacing" | "tier1-idigo-typography-label-h6-tablet-text_transform" | "tier1-idigo-typography-label-h6-mobile-font_family" | "tier1-idigo-typography-label-h6-mobile-font_weight" | "tier1-idigo-typography-label-h6-mobile-font_style" | "tier1-idigo-typography-label-h6-mobile-font_size" | "tier1-idigo-typography-label-h6-mobile-line_height" | "tier1-idigo-typography-label-h6-mobile-letter_spacing" | "tier1-idigo-typography-label-h6-mobile-text_transform" | "tier1-idigo-typography-label-b1-desktop-font_family" | "tier1-idigo-typography-label-b1-desktop-font_weight" | "tier1-idigo-typography-label-b1-desktop-font_style" | "tier1-idigo-typography-label-b1-desktop-font_size" | "tier1-idigo-typography-label-b1-desktop-line_height" | "tier1-idigo-typography-label-b1-desktop-letter_spacing" | "tier1-idigo-typography-label-b1-desktop-text_transform" | "tier1-idigo-typography-label-b1-tablet-font_family" | "tier1-idigo-typography-label-b1-tablet-font_weight" | "tier1-idigo-typography-label-b1-tablet-font_style" | "tier1-idigo-typography-label-b1-tablet-font_size" | "tier1-idigo-typography-label-b1-tablet-line_height" | "tier1-idigo-typography-label-b1-tablet-letter_spacing" | "tier1-idigo-typography-label-b1-tablet-text_transform" | "tier1-idigo-typography-label-b1-mobile-font_family" | "tier1-idigo-typography-label-b1-mobile-font_weight" | "tier1-idigo-typography-label-b1-mobile-font_style" | "tier1-idigo-typography-label-b1-mobile-font_size" | "tier1-idigo-typography-label-b1-mobile-line_height" | "tier1-idigo-typography-label-b1-mobile-letter_spacing" | "tier1-idigo-typography-label-b1-mobile-text_transform" | "tier1-idigo-typography-label-b2-desktop-font_family" | "tier1-idigo-typography-label-b2-desktop-font_weight" | "tier1-idigo-typography-label-b2-desktop-font_style" | "tier1-idigo-typography-label-b2-desktop-font_size" | "tier1-idigo-typography-label-b2-desktop-line_height" | "tier1-idigo-typography-label-b2-desktop-letter_spacing" | "tier1-idigo-typography-label-b2-desktop-text_transform" | "tier1-idigo-typography-label-b2-tablet-font_family" | "tier1-idigo-typography-label-b2-tablet-font_weight" | "tier1-idigo-typography-label-b2-tablet-font_style" | "tier1-idigo-typography-label-b2-tablet-font_size" | "tier1-idigo-typography-label-b2-tablet-line_height" | "tier1-idigo-typography-label-b2-tablet-letter_spacing" | "tier1-idigo-typography-label-b2-tablet-text_transform" | "tier1-idigo-typography-label-b2-mobile-font_family" | "tier1-idigo-typography-label-b2-mobile-font_weight" | "tier1-idigo-typography-label-b2-mobile-font_style" | "tier1-idigo-typography-label-b2-mobile-font_size" | "tier1-idigo-typography-label-b2-mobile-line_height" | "tier1-idigo-typography-label-b2-mobile-letter_spacing" | "tier1-idigo-typography-label-b2-mobile-text_transform" | "tier1-idigo-typography-label-b3-desktop-font_family" | "tier1-idigo-typography-label-b3-desktop-font_weight" | "tier1-idigo-typography-label-b3-desktop-font_style" | "tier1-idigo-typography-label-b3-desktop-font_size" | "tier1-idigo-typography-label-b3-desktop-line_height" | "tier1-idigo-typography-label-b3-desktop-letter_spacing" | "tier1-idigo-typography-label-b3-desktop-text_transform" | "tier1-idigo-typography-label-b3-tablet-font_family" | "tier1-idigo-typography-label-b3-tablet-font_weight" | "tier1-idigo-typography-label-b3-tablet-font_style" | "tier1-idigo-typography-label-b3-tablet-font_size" | "tier1-idigo-typography-label-b3-tablet-line_height" | "tier1-idigo-typography-label-b3-tablet-letter_spacing" | "tier1-idigo-typography-label-b3-tablet-text_transform" | "tier1-idigo-typography-label-b3-mobile-font_family" | "tier1-idigo-typography-label-b3-mobile-font_weight" | "tier1-idigo-typography-label-b3-mobile-font_style" | "tier1-idigo-typography-label-b3-mobile-font_size" | "tier1-idigo-typography-label-b3-mobile-line_height" | "tier1-idigo-typography-label-b3-mobile-letter_spacing" | "tier1-idigo-typography-label-b3-mobile-text_transform" | "tier1-idigo-typography-meta-h1-desktop-font_family" | "tier1-idigo-typography-meta-h1-desktop-font_weight" | "tier1-idigo-typography-meta-h1-desktop-font_style" | "tier1-idigo-typography-meta-h1-desktop-font_size" | "tier1-idigo-typography-meta-h1-desktop-line_height" | "tier1-idigo-typography-meta-h1-desktop-letter_spacing" | "tier1-idigo-typography-meta-h1-desktop-text_transform" | "tier1-idigo-typography-meta-h1-tablet-font_family" | "tier1-idigo-typography-meta-h1-tablet-font_weight" | "tier1-idigo-typography-meta-h1-tablet-font_style" | "tier1-idigo-typography-meta-h1-tablet-font_size" | "tier1-idigo-typography-meta-h1-tablet-line_height" | "tier1-idigo-typography-meta-h1-tablet-letter_spacing" | "tier1-idigo-typography-meta-h1-tablet-text_transform" | "tier1-idigo-typography-meta-h1-mobile-font_family" | "tier1-idigo-typography-meta-h1-mobile-font_weight" | "tier1-idigo-typography-meta-h1-mobile-font_style" | "tier1-idigo-typography-meta-h1-mobile-font_size" | "tier1-idigo-typography-meta-h1-mobile-line_height" | "tier1-idigo-typography-meta-h1-mobile-letter_spacing" | "tier1-idigo-typography-meta-h1-mobile-text_transform" | "tier1-idigo-typography-meta-h2-desktop-font_family" | "tier1-idigo-typography-meta-h2-desktop-font_weight" | "tier1-idigo-typography-meta-h2-desktop-font_style" | "tier1-idigo-typography-meta-h2-desktop-font_size" | "tier1-idigo-typography-meta-h2-desktop-line_height" | "tier1-idigo-typography-meta-h2-desktop-letter_spacing" | "tier1-idigo-typography-meta-h2-desktop-text_transform" | "tier1-idigo-typography-meta-h2-tablet-font_family" | "tier1-idigo-typography-meta-h2-tablet-font_weight" | "tier1-idigo-typography-meta-h2-tablet-font_style" | "tier1-idigo-typography-meta-h2-tablet-font_size" | "tier1-idigo-typography-meta-h2-tablet-line_height" | "tier1-idigo-typography-meta-h2-tablet-letter_spacing" | "tier1-idigo-typography-meta-h2-tablet-text_transform" | "tier1-idigo-typography-meta-h2-mobile-font_family" | "tier1-idigo-typography-meta-h2-mobile-font_weight" | "tier1-idigo-typography-meta-h2-mobile-font_style" | "tier1-idigo-typography-meta-h2-mobile-font_size" | "tier1-idigo-typography-meta-h2-mobile-line_height" | "tier1-idigo-typography-meta-h2-mobile-letter_spacing" | "tier1-idigo-typography-meta-h2-mobile-text_transform" | "tier1-idigo-typography-meta-h3-desktop-font_family" | "tier1-idigo-typography-meta-h3-desktop-font_weight" | "tier1-idigo-typography-meta-h3-desktop-font_style" | "tier1-idigo-typography-meta-h3-desktop-font_size" | "tier1-idigo-typography-meta-h3-desktop-line_height" | "tier1-idigo-typography-meta-h3-desktop-letter_spacing" | "tier1-idigo-typography-meta-h3-desktop-text_transform" | "tier1-idigo-typography-meta-h3-tablet-font_family" | "tier1-idigo-typography-meta-h3-tablet-font_weight" | "tier1-idigo-typography-meta-h3-tablet-font_style" | "tier1-idigo-typography-meta-h3-tablet-font_size" | "tier1-idigo-typography-meta-h3-tablet-line_height" | "tier1-idigo-typography-meta-h3-tablet-letter_spacing" | "tier1-idigo-typography-meta-h3-tablet-text_transform" | "tier1-idigo-typography-meta-h3-mobile-font_family" | "tier1-idigo-typography-meta-h3-mobile-font_weight" | "tier1-idigo-typography-meta-h3-mobile-font_style" | "tier1-idigo-typography-meta-h3-mobile-font_size" | "tier1-idigo-typography-meta-h3-mobile-line_height" | "tier1-idigo-typography-meta-h3-mobile-letter_spacing" | "tier1-idigo-typography-meta-h3-mobile-text_transform" | "tier1-idigo-typography-meta-h4-desktop-font_family" | "tier1-idigo-typography-meta-h4-desktop-font_weight" | "tier1-idigo-typography-meta-h4-desktop-font_style" | "tier1-idigo-typography-meta-h4-desktop-font_size" | "tier1-idigo-typography-meta-h4-desktop-line_height" | "tier1-idigo-typography-meta-h4-desktop-letter_spacing" | "tier1-idigo-typography-meta-h4-desktop-text_transform" | "tier1-idigo-typography-meta-h4-tablet-font_family" | "tier1-idigo-typography-meta-h4-tablet-font_weight" | "tier1-idigo-typography-meta-h4-tablet-font_style" | "tier1-idigo-typography-meta-h4-tablet-font_size" | "tier1-idigo-typography-meta-h4-tablet-line_height" | "tier1-idigo-typography-meta-h4-tablet-letter_spacing" | "tier1-idigo-typography-meta-h4-tablet-text_transform" | "tier1-idigo-typography-meta-h4-mobile-font_family" | "tier1-idigo-typography-meta-h4-mobile-font_weight" | "tier1-idigo-typography-meta-h4-mobile-font_style" | "tier1-idigo-typography-meta-h4-mobile-font_size" | "tier1-idigo-typography-meta-h4-mobile-line_height" | "tier1-idigo-typography-meta-h4-mobile-letter_spacing" | "tier1-idigo-typography-meta-h4-mobile-text_transform" | "tier1-idigo-typography-meta-h5-desktop-font_family" | "tier1-idigo-typography-meta-h5-desktop-font_weight" | "tier1-idigo-typography-meta-h5-desktop-font_style" | "tier1-idigo-typography-meta-h5-desktop-font_size" | "tier1-idigo-typography-meta-h5-desktop-line_height" | "tier1-idigo-typography-meta-h5-desktop-letter_spacing" | "tier1-idigo-typography-meta-h5-desktop-text_transform" | "tier1-idigo-typography-meta-h5-tablet-font_family" | "tier1-idigo-typography-meta-h5-tablet-font_weight" | "tier1-idigo-typography-meta-h5-tablet-font_style" | "tier1-idigo-typography-meta-h5-tablet-font_size" | "tier1-idigo-typography-meta-h5-tablet-line_height" | "tier1-idigo-typography-meta-h5-tablet-letter_spacing" | "tier1-idigo-typography-meta-h5-tablet-text_transform" | "tier1-idigo-typography-meta-h5-mobile-font_family" | "tier1-idigo-typography-meta-h5-mobile-font_weight" | "tier1-idigo-typography-meta-h5-mobile-font_style" | "tier1-idigo-typography-meta-h5-mobile-font_size" | "tier1-idigo-typography-meta-h5-mobile-line_height" | "tier1-idigo-typography-meta-h5-mobile-letter_spacing" | "tier1-idigo-typography-meta-h5-mobile-text_transform" | "tier1-idigo-typography-meta-h6-desktop-font_family" | "tier1-idigo-typography-meta-h6-desktop-font_weight" | "tier1-idigo-typography-meta-h6-desktop-font_style" | "tier1-idigo-typography-meta-h6-desktop-font_size" | "tier1-idigo-typography-meta-h6-desktop-line_height" | "tier1-idigo-typography-meta-h6-desktop-letter_spacing" | "tier1-idigo-typography-meta-h6-desktop-text_transform" | "tier1-idigo-typography-meta-h6-tablet-font_family" | "tier1-idigo-typography-meta-h6-tablet-font_weight" | "tier1-idigo-typography-meta-h6-tablet-font_style" | "tier1-idigo-typography-meta-h6-tablet-font_size" | "tier1-idigo-typography-meta-h6-tablet-line_height" | "tier1-idigo-typography-meta-h6-tablet-letter_spacing" | "tier1-idigo-typography-meta-h6-tablet-text_transform" | "tier1-idigo-typography-meta-h6-mobile-font_family" | "tier1-idigo-typography-meta-h6-mobile-font_weight" | "tier1-idigo-typography-meta-h6-mobile-font_style" | "tier1-idigo-typography-meta-h6-mobile-font_size" | "tier1-idigo-typography-meta-h6-mobile-line_height" | "tier1-idigo-typography-meta-h6-mobile-letter_spacing" | "tier1-idigo-typography-meta-h6-mobile-text_transform" | "tier1-idigo-typography-meta-b1-desktop-font_family" | "tier1-idigo-typography-meta-b1-desktop-font_weight" | "tier1-idigo-typography-meta-b1-desktop-font_style" | "tier1-idigo-typography-meta-b1-desktop-font_size" | "tier1-idigo-typography-meta-b1-desktop-line_height" | "tier1-idigo-typography-meta-b1-desktop-letter_spacing" | "tier1-idigo-typography-meta-b1-desktop-text_transform" | "tier1-idigo-typography-meta-b1-tablet-font_family" | "tier1-idigo-typography-meta-b1-tablet-font_weight" | "tier1-idigo-typography-meta-b1-tablet-font_style" | "tier1-idigo-typography-meta-b1-tablet-font_size" | "tier1-idigo-typography-meta-b1-tablet-line_height" | "tier1-idigo-typography-meta-b1-tablet-letter_spacing" | "tier1-idigo-typography-meta-b1-tablet-text_transform" | "tier1-idigo-typography-meta-b1-mobile-font_family" | "tier1-idigo-typography-meta-b1-mobile-font_weight" | "tier1-idigo-typography-meta-b1-mobile-font_style" | "tier1-idigo-typography-meta-b1-mobile-font_size" | "tier1-idigo-typography-meta-b1-mobile-line_height" | "tier1-idigo-typography-meta-b1-mobile-letter_spacing" | "tier1-idigo-typography-meta-b1-mobile-text_transform" | "tier1-idigo-typography-meta-b2-desktop-font_family" | "tier1-idigo-typography-meta-b2-desktop-font_weight" | "tier1-idigo-typography-meta-b2-desktop-font_style" | "tier1-idigo-typography-meta-b2-desktop-font_size" | "tier1-idigo-typography-meta-b2-desktop-line_height" | "tier1-idigo-typography-meta-b2-desktop-letter_spacing" | "tier1-idigo-typography-meta-b2-desktop-text_transform" | "tier1-idigo-typography-meta-b2-tablet-font_family" | "tier1-idigo-typography-meta-b2-tablet-font_weight" | "tier1-idigo-typography-meta-b2-tablet-font_style" | "tier1-idigo-typography-meta-b2-tablet-font_size" | "tier1-idigo-typography-meta-b2-tablet-line_height" | "tier1-idigo-typography-meta-b2-tablet-letter_spacing" | "tier1-idigo-typography-meta-b2-tablet-text_transform" | "tier1-idigo-typography-meta-b2-mobile-font_family" | "tier1-idigo-typography-meta-b2-mobile-font_weight" | "tier1-idigo-typography-meta-b2-mobile-font_style" | "tier1-idigo-typography-meta-b2-mobile-font_size" | "tier1-idigo-typography-meta-b2-mobile-line_height" | "tier1-idigo-typography-meta-b2-mobile-letter_spacing" | "tier1-idigo-typography-meta-b2-mobile-text_transform" | "tier1-idigo-typography-meta-b3-desktop-font_family" | "tier1-idigo-typography-meta-b3-desktop-font_weight" | "tier1-idigo-typography-meta-b3-desktop-font_style" | "tier1-idigo-typography-meta-b3-desktop-font_size" | "tier1-idigo-typography-meta-b3-desktop-line_height" | "tier1-idigo-typography-meta-b3-desktop-letter_spacing" | "tier1-idigo-typography-meta-b3-desktop-text_transform" | "tier1-idigo-typography-meta-b3-tablet-font_family" | "tier1-idigo-typography-meta-b3-tablet-font_weight" | "tier1-idigo-typography-meta-b3-tablet-font_style" | "tier1-idigo-typography-meta-b3-tablet-font_size" | "tier1-idigo-typography-meta-b3-tablet-line_height" | "tier1-idigo-typography-meta-b3-tablet-letter_spacing" | "tier1-idigo-typography-meta-b3-tablet-text_transform" | "tier1-idigo-typography-meta-b3-mobile-font_family" | "tier1-idigo-typography-meta-b3-mobile-font_weight" | "tier1-idigo-typography-meta-b3-mobile-font_style" | "tier1-idigo-typography-meta-b3-mobile-font_size" | "tier1-idigo-typography-meta-b3-mobile-line_height" | "tier1-idigo-typography-meta-b3-mobile-letter_spacing" | "tier1-idigo-typography-meta-b3-mobile-text_transform" | "tier1-idigo-typography-data-h1-desktop-font_family" | "tier1-idigo-typography-data-h1-desktop-font_weight" | "tier1-idigo-typography-data-h1-desktop-font_style" | "tier1-idigo-typography-data-h1-desktop-font_size" | "tier1-idigo-typography-data-h1-desktop-line_height" | "tier1-idigo-typography-data-h1-desktop-letter_spacing" | "tier1-idigo-typography-data-h1-desktop-text_transform" | "tier1-idigo-typography-data-h1-tablet-font_family" | "tier1-idigo-typography-data-h1-tablet-font_weight" | "tier1-idigo-typography-data-h1-tablet-font_style" | "tier1-idigo-typography-data-h1-tablet-font_size" | "tier1-idigo-typography-data-h1-tablet-line_height" | "tier1-idigo-typography-data-h1-tablet-letter_spacing" | "tier1-idigo-typography-data-h1-tablet-text_transform" | "tier1-idigo-typography-data-h1-mobile-font_family" | "tier1-idigo-typography-data-h1-mobile-font_weight" | "tier1-idigo-typography-data-h1-mobile-font_style" | "tier1-idigo-typography-data-h1-mobile-font_size" | "tier1-idigo-typography-data-h1-mobile-line_height" | "tier1-idigo-typography-data-h1-mobile-letter_spacing" | "tier1-idigo-typography-data-h1-mobile-text_transform" | "tier1-idigo-typography-data-h2-desktop-font_family" | "tier1-idigo-typography-data-h2-desktop-font_weight" | "tier1-idigo-typography-data-h2-desktop-font_style" | "tier1-idigo-typography-data-h2-desktop-font_size" | "tier1-idigo-typography-data-h2-desktop-line_height" | "tier1-idigo-typography-data-h2-desktop-letter_spacing" | "tier1-idigo-typography-data-h2-desktop-text_transform" | "tier1-idigo-typography-data-h2-tablet-font_family" | "tier1-idigo-typography-data-h2-tablet-font_weight" | "tier1-idigo-typography-data-h2-tablet-font_style" | "tier1-idigo-typography-data-h2-tablet-font_size" | "tier1-idigo-typography-data-h2-tablet-line_height" | "tier1-idigo-typography-data-h2-tablet-letter_spacing" | "tier1-idigo-typography-data-h2-tablet-text_transform" | "tier1-idigo-typography-data-h2-mobile-font_family" | "tier1-idigo-typography-data-h2-mobile-font_weight" | "tier1-idigo-typography-data-h2-mobile-font_style" | "tier1-idigo-typography-data-h2-mobile-font_size" | "tier1-idigo-typography-data-h2-mobile-line_height" | "tier1-idigo-typography-data-h2-mobile-letter_spacing" | "tier1-idigo-typography-data-h2-mobile-text_transform" | "tier1-idigo-typography-data-h3-desktop-font_family" | "tier1-idigo-typography-data-h3-desktop-font_weight" | "tier1-idigo-typography-data-h3-desktop-font_style" | "tier1-idigo-typography-data-h3-desktop-font_size" | "tier1-idigo-typography-data-h3-desktop-line_height" | "tier1-idigo-typography-data-h3-desktop-letter_spacing" | "tier1-idigo-typography-data-h3-desktop-text_transform" | "tier1-idigo-typography-data-h3-tablet-font_family" | "tier1-idigo-typography-data-h3-tablet-font_weight" | "tier1-idigo-typography-data-h3-tablet-font_style" | "tier1-idigo-typography-data-h3-tablet-font_size" | "tier1-idigo-typography-data-h3-tablet-line_height" | "tier1-idigo-typography-data-h3-tablet-letter_spacing" | "tier1-idigo-typography-data-h3-tablet-text_transform" | "tier1-idigo-typography-data-h3-mobile-font_family" | "tier1-idigo-typography-data-h3-mobile-font_weight" | "tier1-idigo-typography-data-h3-mobile-font_style" | "tier1-idigo-typography-data-h3-mobile-font_size" | "tier1-idigo-typography-data-h3-mobile-line_height" | "tier1-idigo-typography-data-h3-mobile-letter_spacing" | "tier1-idigo-typography-data-h3-mobile-text_transform" | "tier1-idigo-typography-data-h4-desktop-font_family" | "tier1-idigo-typography-data-h4-desktop-font_weight" | "tier1-idigo-typography-data-h4-desktop-font_style" | "tier1-idigo-typography-data-h4-desktop-font_size" | "tier1-idigo-typography-data-h4-desktop-line_height" | "tier1-idigo-typography-data-h4-desktop-letter_spacing" | "tier1-idigo-typography-data-h4-desktop-text_transform" | "tier1-idigo-typography-data-h4-tablet-font_family" | "tier1-idigo-typography-data-h4-tablet-font_weight" | "tier1-idigo-typography-data-h4-tablet-font_style" | "tier1-idigo-typography-data-h4-tablet-font_size" | "tier1-idigo-typography-data-h4-tablet-line_height" | "tier1-idigo-typography-data-h4-tablet-letter_spacing" | "tier1-idigo-typography-data-h4-tablet-text_transform" | "tier1-idigo-typography-data-h4-mobile-font_family" | "tier1-idigo-typography-data-h4-mobile-font_weight" | "tier1-idigo-typography-data-h4-mobile-font_style" | "tier1-idigo-typography-data-h4-mobile-font_size" | "tier1-idigo-typography-data-h4-mobile-line_height" | "tier1-idigo-typography-data-h4-mobile-letter_spacing" | "tier1-idigo-typography-data-h4-mobile-text_transform" | "tier1-idigo-typography-data-h5-desktop-font_family" | "tier1-idigo-typography-data-h5-desktop-font_weight" | "tier1-idigo-typography-data-h5-desktop-font_style" | "tier1-idigo-typography-data-h5-desktop-font_size" | "tier1-idigo-typography-data-h5-desktop-line_height" | "tier1-idigo-typography-data-h5-desktop-letter_spacing" | "tier1-idigo-typography-data-h5-desktop-text_transform" | "tier1-idigo-typography-data-h5-tablet-font_family" | "tier1-idigo-typography-data-h5-tablet-font_weight" | "tier1-idigo-typography-data-h5-tablet-font_style" | "tier1-idigo-typography-data-h5-tablet-font_size" | "tier1-idigo-typography-data-h5-tablet-line_height" | "tier1-idigo-typography-data-h5-tablet-letter_spacing" | "tier1-idigo-typography-data-h5-tablet-text_transform" | "tier1-idigo-typography-data-h5-mobile-font_family" | "tier1-idigo-typography-data-h5-mobile-font_weight" | "tier1-idigo-typography-data-h5-mobile-font_style" | "tier1-idigo-typography-data-h5-mobile-font_size" | "tier1-idigo-typography-data-h5-mobile-line_height" | "tier1-idigo-typography-data-h5-mobile-letter_spacing" | "tier1-idigo-typography-data-h5-mobile-text_transform" | "tier1-idigo-typography-data-h6-desktop-font_family" | "tier1-idigo-typography-data-h6-desktop-font_weight" | "tier1-idigo-typography-data-h6-desktop-font_style" | "tier1-idigo-typography-data-h6-desktop-font_size" | "tier1-idigo-typography-data-h6-desktop-line_height" | "tier1-idigo-typography-data-h6-desktop-letter_spacing" | "tier1-idigo-typography-data-h6-desktop-text_transform" | "tier1-idigo-typography-data-h6-tablet-font_family" | "tier1-idigo-typography-data-h6-tablet-font_weight" | "tier1-idigo-typography-data-h6-tablet-font_style" | "tier1-idigo-typography-data-h6-tablet-font_size" | "tier1-idigo-typography-data-h6-tablet-line_height" | "tier1-idigo-typography-data-h6-tablet-letter_spacing" | "tier1-idigo-typography-data-h6-tablet-text_transform" | "tier1-idigo-typography-data-h6-mobile-font_family" | "tier1-idigo-typography-data-h6-mobile-font_weight" | "tier1-idigo-typography-data-h6-mobile-font_style" | "tier1-idigo-typography-data-h6-mobile-font_size" | "tier1-idigo-typography-data-h6-mobile-line_height" | "tier1-idigo-typography-data-h6-mobile-letter_spacing" | "tier1-idigo-typography-data-h6-mobile-text_transform" | "tier1-idigo-typography-data-b1-desktop-font_family" | "tier1-idigo-typography-data-b1-desktop-font_weight" | "tier1-idigo-typography-data-b1-desktop-font_style" | "tier1-idigo-typography-data-b1-desktop-font_size" | "tier1-idigo-typography-data-b1-desktop-line_height" | "tier1-idigo-typography-data-b1-desktop-letter_spacing" | "tier1-idigo-typography-data-b1-desktop-text_transform" | "tier1-idigo-typography-data-b1-tablet-font_family" | "tier1-idigo-typography-data-b1-tablet-font_weight" | "tier1-idigo-typography-data-b1-tablet-font_style" | "tier1-idigo-typography-data-b1-tablet-font_size" | "tier1-idigo-typography-data-b1-tablet-line_height" | "tier1-idigo-typography-data-b1-tablet-letter_spacing" | "tier1-idigo-typography-data-b1-tablet-text_transform" | "tier1-idigo-typography-data-b1-mobile-font_family" | "tier1-idigo-typography-data-b1-mobile-font_weight" | "tier1-idigo-typography-data-b1-mobile-font_style" | "tier1-idigo-typography-data-b1-mobile-font_size" | "tier1-idigo-typography-data-b1-mobile-line_height" | "tier1-idigo-typography-data-b1-mobile-letter_spacing" | "tier1-idigo-typography-data-b1-mobile-text_transform" | "tier1-idigo-typography-data-b2-desktop-font_family" | "tier1-idigo-typography-data-b2-desktop-font_weight" | "tier1-idigo-typography-data-b2-desktop-font_style" | "tier1-idigo-typography-data-b2-desktop-font_size" | "tier1-idigo-typography-data-b2-desktop-line_height" | "tier1-idigo-typography-data-b2-desktop-letter_spacing" | "tier1-idigo-typography-data-b2-desktop-text_transform" | "tier1-idigo-typography-data-b2-tablet-font_family" | "tier1-idigo-typography-data-b2-tablet-font_weight" | "tier1-idigo-typography-data-b2-tablet-font_style" | "tier1-idigo-typography-data-b2-tablet-font_size" | "tier1-idigo-typography-data-b2-tablet-line_height" | "tier1-idigo-typography-data-b2-tablet-letter_spacing" | "tier1-idigo-typography-data-b2-tablet-text_transform" | "tier1-idigo-typography-data-b2-mobile-font_family" | "tier1-idigo-typography-data-b2-mobile-font_weight" | "tier1-idigo-typography-data-b2-mobile-font_style" | "tier1-idigo-typography-data-b2-mobile-font_size" | "tier1-idigo-typography-data-b2-mobile-line_height" | "tier1-idigo-typography-data-b2-mobile-letter_spacing" | "tier1-idigo-typography-data-b2-mobile-text_transform" | "tier1-idigo-typography-data-b3-desktop-font_family" | "tier1-idigo-typography-data-b3-desktop-font_weight" | "tier1-idigo-typography-data-b3-desktop-font_style" | "tier1-idigo-typography-data-b3-desktop-font_size" | "tier1-idigo-typography-data-b3-desktop-line_height" | "tier1-idigo-typography-data-b3-desktop-letter_spacing" | "tier1-idigo-typography-data-b3-desktop-text_transform" | "tier1-idigo-typography-data-b3-tablet-font_family" | "tier1-idigo-typography-data-b3-tablet-font_weight" | "tier1-idigo-typography-data-b3-tablet-font_style" | "tier1-idigo-typography-data-b3-tablet-font_size" | "tier1-idigo-typography-data-b3-tablet-line_height" | "tier1-idigo-typography-data-b3-tablet-letter_spacing" | "tier1-idigo-typography-data-b3-tablet-text_transform" | "tier1-idigo-typography-data-b3-mobile-font_family" | "tier1-idigo-typography-data-b3-mobile-font_weight" | "tier1-idigo-typography-data-b3-mobile-font_style" | "tier1-idigo-typography-data-b3-mobile-font_size" | "tier1-idigo-typography-data-b3-mobile-line_height" | "tier1-idigo-typography-data-b3-mobile-letter_spacing" | "tier1-idigo-typography-data-b3-mobile-text_transform" | "tier1-idigo-typography-headline-h1-desktop-font_family" | "tier1-idigo-typography-headline-h1-desktop-font_weight" | "tier1-idigo-typography-headline-h1-desktop-font_style" | "tier1-idigo-typography-headline-h1-desktop-font_size" | "tier1-idigo-typography-headline-h1-desktop-line_height" | "tier1-idigo-typography-headline-h1-desktop-letter_spacing" | "tier1-idigo-typography-headline-h1-desktop-text_transform" | "tier1-idigo-typography-headline-h1-tablet-font_family" | "tier1-idigo-typography-headline-h1-tablet-font_weight" | "tier1-idigo-typography-headline-h1-tablet-font_style" | "tier1-idigo-typography-headline-h1-tablet-font_size" | "tier1-idigo-typography-headline-h1-tablet-line_height" | "tier1-idigo-typography-headline-h1-tablet-letter_spacing" | "tier1-idigo-typography-headline-h1-tablet-text_transform" | "tier1-idigo-typography-headline-h1-mobile-font_family" | "tier1-idigo-typography-headline-h1-mobile-font_weight" | "tier1-idigo-typography-headline-h1-mobile-font_style" | "tier1-idigo-typography-headline-h1-mobile-font_size" | "tier1-idigo-typography-headline-h1-mobile-line_height" | "tier1-idigo-typography-headline-h1-mobile-letter_spacing" | "tier1-idigo-typography-headline-h1-mobile-text_transform" | "tier1-idigo-typography-headline-h2-desktop-font_family" | "tier1-idigo-typography-headline-h2-desktop-font_weight" | "tier1-idigo-typography-headline-h2-desktop-font_style" | "tier1-idigo-typography-headline-h2-desktop-font_size" | "tier1-idigo-typography-headline-h2-desktop-line_height" | "tier1-idigo-typography-headline-h2-desktop-letter_spacing" | "tier1-idigo-typography-headline-h2-desktop-text_transform" | "tier1-idigo-typography-headline-h2-tablet-font_family" | "tier1-idigo-typography-headline-h2-tablet-font_weight" | "tier1-idigo-typography-headline-h2-tablet-font_style" | "tier1-idigo-typography-headline-h2-tablet-font_size" | "tier1-idigo-typography-headline-h2-tablet-line_height" | "tier1-idigo-typography-headline-h2-tablet-letter_spacing" | "tier1-idigo-typography-headline-h2-tablet-text_transform" | "tier1-idigo-typography-headline-h2-mobile-font_family" | "tier1-idigo-typography-headline-h2-mobile-font_weight" | "tier1-idigo-typography-headline-h2-mobile-font_style" | "tier1-idigo-typography-headline-h2-mobile-font_size" | "tier1-idigo-typography-headline-h2-mobile-line_height" | "tier1-idigo-typography-headline-h2-mobile-letter_spacing" | "tier1-idigo-typography-headline-h2-mobile-text_transform" | "tier1-idigo-typography-headline-h3-desktop-font_family" | "tier1-idigo-typography-headline-h3-desktop-font_weight" | "tier1-idigo-typography-headline-h3-desktop-font_style" | "tier1-idigo-typography-headline-h3-desktop-font_size" | "tier1-idigo-typography-headline-h3-desktop-line_height" | "tier1-idigo-typography-headline-h3-desktop-letter_spacing" | "tier1-idigo-typography-headline-h3-desktop-text_transform" | "tier1-idigo-typography-headline-h3-tablet-font_family" | "tier1-idigo-typography-headline-h3-tablet-font_weight" | "tier1-idigo-typography-headline-h3-tablet-font_style" | "tier1-idigo-typography-headline-h3-tablet-font_size" | "tier1-idigo-typography-headline-h3-tablet-line_height" | "tier1-idigo-typography-headline-h3-tablet-letter_spacing" | "tier1-idigo-typography-headline-h3-tablet-text_transform" | "tier1-idigo-typography-headline-h3-mobile-font_family" | "tier1-idigo-typography-headline-h3-mobile-font_weight" | "tier1-idigo-typography-headline-h3-mobile-font_style" | "tier1-idigo-typography-headline-h3-mobile-font_size" | "tier1-idigo-typography-headline-h3-mobile-line_height" | "tier1-idigo-typography-headline-h3-mobile-letter_spacing" | "tier1-idigo-typography-headline-h3-mobile-text_transform" | "tier1-idigo-typography-headline-h4-desktop-font_family" | "tier1-idigo-typography-headline-h4-desktop-font_weight" | "tier1-idigo-typography-headline-h4-desktop-font_style" | "tier1-idigo-typography-headline-h4-desktop-font_size" | "tier1-idigo-typography-headline-h4-desktop-line_height" | "tier1-idigo-typography-headline-h4-desktop-letter_spacing" | "tier1-idigo-typography-headline-h4-desktop-text_transform" | "tier1-idigo-typography-headline-h4-tablet-font_family" | "tier1-idigo-typography-headline-h4-tablet-font_weight" | "tier1-idigo-typography-headline-h4-tablet-font_style" | "tier1-idigo-typography-headline-h4-tablet-font_size" | "tier1-idigo-typography-headline-h4-tablet-line_height" | "tier1-idigo-typography-headline-h4-tablet-letter_spacing" | "tier1-idigo-typography-headline-h4-tablet-text_transform" | "tier1-idigo-typography-headline-h4-mobile-font_family" | "tier1-idigo-typography-headline-h4-mobile-font_weight" | "tier1-idigo-typography-headline-h4-mobile-font_style" | "tier1-idigo-typography-headline-h4-mobile-font_size" | "tier1-idigo-typography-headline-h4-mobile-line_height" | "tier1-idigo-typography-headline-h4-mobile-letter_spacing" | "tier1-idigo-typography-headline-h4-mobile-text_transform" | "tier1-idigo-typography-headline-h5-desktop-font_family" | "tier1-idigo-typography-headline-h5-desktop-font_weight" | "tier1-idigo-typography-headline-h5-desktop-font_style" | "tier1-idigo-typography-headline-h5-desktop-font_size" | "tier1-idigo-typography-headline-h5-desktop-line_height" | "tier1-idigo-typography-headline-h5-desktop-letter_spacing" | "tier1-idigo-typography-headline-h5-desktop-text_transform" | "tier1-idigo-typography-headline-h5-tablet-font_family" | "tier1-idigo-typography-headline-h5-tablet-font_weight" | "tier1-idigo-typography-headline-h5-tablet-font_style" | "tier1-idigo-typography-headline-h5-tablet-font_size" | "tier1-idigo-typography-headline-h5-tablet-line_height" | "tier1-idigo-typography-headline-h5-tablet-letter_spacing" | "tier1-idigo-typography-headline-h5-tablet-text_transform" | "tier1-idigo-typography-headline-h5-mobile-font_family" | "tier1-idigo-typography-headline-h5-mobile-font_weight" | "tier1-idigo-typography-headline-h5-mobile-font_style" | "tier1-idigo-typography-headline-h5-mobile-font_size" | "tier1-idigo-typography-headline-h5-mobile-line_height" | "tier1-idigo-typography-headline-h5-mobile-letter_spacing" | "tier1-idigo-typography-headline-h5-mobile-text_transform" | "tier1-idigo-typography-headline-h6-desktop-font_family" | "tier1-idigo-typography-headline-h6-desktop-font_weight" | "tier1-idigo-typography-headline-h6-desktop-font_style" | "tier1-idigo-typography-headline-h6-desktop-font_size" | "tier1-idigo-typography-headline-h6-desktop-line_height" | "tier1-idigo-typography-headline-h6-desktop-letter_spacing" | "tier1-idigo-typography-headline-h6-desktop-text_transform" | "tier1-idigo-typography-headline-h6-tablet-font_family" | "tier1-idigo-typography-headline-h6-tablet-font_weight" | "tier1-idigo-typography-headline-h6-tablet-font_style" | "tier1-idigo-typography-headline-h6-tablet-font_size" | "tier1-idigo-typography-headline-h6-tablet-line_height" | "tier1-idigo-typography-headline-h6-tablet-letter_spacing" | "tier1-idigo-typography-headline-h6-tablet-text_transform" | "tier1-idigo-typography-headline-h6-mobile-font_family" | "tier1-idigo-typography-headline-h6-mobile-font_weight" | "tier1-idigo-typography-headline-h6-mobile-font_style" | "tier1-idigo-typography-headline-h6-mobile-font_size" | "tier1-idigo-typography-headline-h6-mobile-line_height" | "tier1-idigo-typography-headline-h6-mobile-letter_spacing" | "tier1-idigo-typography-headline-h6-mobile-text_transform" | "tier1-idigo-typography-headline-b1-desktop-font_family" | "tier1-idigo-typography-headline-b1-desktop-font_weight" | "tier1-idigo-typography-headline-b1-desktop-font_style" | "tier1-idigo-typography-headline-b1-desktop-font_size" | "tier1-idigo-typography-headline-b1-desktop-line_height" | "tier1-idigo-typography-headline-b1-desktop-letter_spacing" | "tier1-idigo-typography-headline-b1-desktop-text_transform" | "tier1-idigo-typography-headline-b1-tablet-font_family" | "tier1-idigo-typography-headline-b1-tablet-font_weight" | "tier1-idigo-typography-headline-b1-tablet-font_style" | "tier1-idigo-typography-headline-b1-tablet-font_size" | "tier1-idigo-typography-headline-b1-tablet-line_height" | "tier1-idigo-typography-headline-b1-tablet-letter_spacing" | "tier1-idigo-typography-headline-b1-tablet-text_transform" | "tier1-idigo-typography-headline-b1-mobile-font_family" | "tier1-idigo-typography-headline-b1-mobile-font_weight" | "tier1-idigo-typography-headline-b1-mobile-font_style" | "tier1-idigo-typography-headline-b1-mobile-font_size" | "tier1-idigo-typography-headline-b1-mobile-line_height" | "tier1-idigo-typography-headline-b1-mobile-letter_spacing" | "tier1-idigo-typography-headline-b1-mobile-text_transform" | "tier1-idigo-typography-headline-b2-desktop-font_family" | "tier1-idigo-typography-headline-b2-desktop-font_weight" | "tier1-idigo-typography-headline-b2-desktop-font_style" | "tier1-idigo-typography-headline-b2-desktop-font_size" | "tier1-idigo-typography-headline-b2-desktop-line_height" | "tier1-idigo-typography-headline-b2-desktop-letter_spacing" | "tier1-idigo-typography-headline-b2-desktop-text_transform" | "tier1-idigo-typography-headline-b2-tablet-font_family" | "tier1-idigo-typography-headline-b2-tablet-font_weight" | "tier1-idigo-typography-headline-b2-tablet-font_style" | "tier1-idigo-typography-headline-b2-tablet-font_size" | "tier1-idigo-typography-headline-b2-tablet-line_height" | "tier1-idigo-typography-headline-b2-tablet-letter_spacing" | "tier1-idigo-typography-headline-b2-tablet-text_transform" | "tier1-idigo-typography-headline-b2-mobile-font_family" | "tier1-idigo-typography-headline-b2-mobile-font_weight" | "tier1-idigo-typography-headline-b2-mobile-font_style" | "tier1-idigo-typography-headline-b2-mobile-font_size" | "tier1-idigo-typography-headline-b2-mobile-line_height" | "tier1-idigo-typography-headline-b2-mobile-letter_spacing" | "tier1-idigo-typography-headline-b2-mobile-text_transform" | "tier1-idigo-typography-headline-b3-desktop-font_family" | "tier1-idigo-typography-headline-b3-desktop-font_weight" | "tier1-idigo-typography-headline-b3-desktop-font_style" | "tier1-idigo-typography-headline-b3-desktop-font_size" | "tier1-idigo-typography-headline-b3-desktop-line_height" | "tier1-idigo-typography-headline-b3-desktop-letter_spacing" | "tier1-idigo-typography-headline-b3-desktop-text_transform" | "tier1-idigo-typography-headline-b3-tablet-font_family" | "tier1-idigo-typography-headline-b3-tablet-font_weight" | "tier1-idigo-typography-headline-b3-tablet-font_style" | "tier1-idigo-typography-headline-b3-tablet-font_size" | "tier1-idigo-typography-headline-b3-tablet-line_height" | "tier1-idigo-typography-headline-b3-tablet-letter_spacing" | "tier1-idigo-typography-headline-b3-tablet-text_transform" | "tier1-idigo-typography-headline-b3-mobile-font_family" | "tier1-idigo-typography-headline-b3-mobile-font_weight" | "tier1-idigo-typography-headline-b3-mobile-font_style" | "tier1-idigo-typography-headline-b3-mobile-font_size" | "tier1-idigo-typography-headline-b3-mobile-line_height" | "tier1-idigo-typography-headline-b3-mobile-letter_spacing" | "tier1-idigo-typography-headline-b3-mobile-text_transform" | "tier1-cobalt-typography-title-h1-desktop-font_family" | "tier1-cobalt-typography-title-h1-desktop-font_weight" | "tier1-cobalt-typography-title-h1-desktop-font_style" | "tier1-cobalt-typography-title-h1-desktop-font_size" | "tier1-cobalt-typography-title-h1-desktop-line_height" | "tier1-cobalt-typography-title-h1-desktop-letter_spacing" | "tier1-cobalt-typography-title-h1-desktop-text_transform" | "tier1-cobalt-typography-title-h1-tablet-font_family" | "tier1-cobalt-typography-title-h1-tablet-font_weight" | "tier1-cobalt-typography-title-h1-tablet-font_style" | "tier1-cobalt-typography-title-h1-tablet-font_size" | "tier1-cobalt-typography-title-h1-tablet-line_height" | "tier1-cobalt-typography-title-h1-tablet-letter_spacing" | "tier1-cobalt-typography-title-h1-tablet-text_transform" | "tier1-cobalt-typography-title-h1-mobile-font_family" | "tier1-cobalt-typography-title-h1-mobile-font_weight" | "tier1-cobalt-typography-title-h1-mobile-font_style" | "tier1-cobalt-typography-title-h1-mobile-font_size" | "tier1-cobalt-typography-title-h1-mobile-line_height" | "tier1-cobalt-typography-title-h1-mobile-letter_spacing" | "tier1-cobalt-typography-title-h1-mobile-text_transform" | "tier1-cobalt-typography-title-h2-desktop-font_family" | "tier1-cobalt-typography-title-h2-desktop-font_weight" | "tier1-cobalt-typography-title-h2-desktop-font_style" | "tier1-cobalt-typography-title-h2-desktop-font_size" | "tier1-cobalt-typography-title-h2-desktop-line_height" | "tier1-cobalt-typography-title-h2-desktop-letter_spacing" | "tier1-cobalt-typography-title-h2-desktop-text_transform" | "tier1-cobalt-typography-title-h2-tablet-font_family" | "tier1-cobalt-typography-title-h2-tablet-font_weight" | "tier1-cobalt-typography-title-h2-tablet-font_style" | "tier1-cobalt-typography-title-h2-tablet-font_size" | "tier1-cobalt-typography-title-h2-tablet-line_height" | "tier1-cobalt-typography-title-h2-tablet-letter_spacing" | "tier1-cobalt-typography-title-h2-tablet-text_transform" | "tier1-cobalt-typography-title-h2-mobile-font_family" | "tier1-cobalt-typography-title-h2-mobile-font_weight" | "tier1-cobalt-typography-title-h2-mobile-font_style" | "tier1-cobalt-typography-title-h2-mobile-font_size" | "tier1-cobalt-typography-title-h2-mobile-line_height" | "tier1-cobalt-typography-title-h2-mobile-letter_spacing" | "tier1-cobalt-typography-title-h2-mobile-text_transform" | "tier1-cobalt-typography-title-h3-desktop-font_family" | "tier1-cobalt-typography-title-h3-desktop-font_weight" | "tier1-cobalt-typography-title-h3-desktop-font_style" | "tier1-cobalt-typography-title-h3-desktop-font_size" | "tier1-cobalt-typography-title-h3-desktop-line_height" | "tier1-cobalt-typography-title-h3-desktop-letter_spacing" | "tier1-cobalt-typography-title-h3-desktop-text_transform" | "tier1-cobalt-typography-title-h3-tablet-font_family" | "tier1-cobalt-typography-title-h3-tablet-font_weight" | "tier1-cobalt-typography-title-h3-tablet-font_style" | "tier1-cobalt-typography-title-h3-tablet-font_size" | "tier1-cobalt-typography-title-h3-tablet-line_height" | "tier1-cobalt-typography-title-h3-tablet-letter_spacing" | "tier1-cobalt-typography-title-h3-tablet-text_transform" | "tier1-cobalt-typography-title-h3-mobile-font_family" | "tier1-cobalt-typography-title-h3-mobile-font_weight" | "tier1-cobalt-typography-title-h3-mobile-font_style" | "tier1-cobalt-typography-title-h3-mobile-font_size" | "tier1-cobalt-typography-title-h3-mobile-line_height" | "tier1-cobalt-typography-title-h3-mobile-letter_spacing" | "tier1-cobalt-typography-title-h3-mobile-text_transform" | "tier1-cobalt-typography-title-h4-desktop-font_family" | "tier1-cobalt-typography-title-h4-desktop-font_weight" | "tier1-cobalt-typography-title-h4-desktop-font_style" | "tier1-cobalt-typography-title-h4-desktop-font_size" | "tier1-cobalt-typography-title-h4-desktop-line_height" | "tier1-cobalt-typography-title-h4-desktop-letter_spacing" | "tier1-cobalt-typography-title-h4-desktop-text_transform" | "tier1-cobalt-typography-title-h4-tablet-font_family" | "tier1-cobalt-typography-title-h4-tablet-font_weight" | "tier1-cobalt-typography-title-h4-tablet-font_style" | "tier1-cobalt-typography-title-h4-tablet-font_size" | "tier1-cobalt-typography-title-h4-tablet-line_height" | "tier1-cobalt-typography-title-h4-tablet-letter_spacing" | "tier1-cobalt-typography-title-h4-tablet-text_transform" | "tier1-cobalt-typography-title-h4-mobile-font_family" | "tier1-cobalt-typography-title-h4-mobile-font_weight" | "tier1-cobalt-typography-title-h4-mobile-font_style" | "tier1-cobalt-typography-title-h4-mobile-font_size" | "tier1-cobalt-typography-title-h4-mobile-line_height" | "tier1-cobalt-typography-title-h4-mobile-letter_spacing" | "tier1-cobalt-typography-title-h4-mobile-text_transform" | "tier1-cobalt-typography-title-h5-desktop-font_family" | "tier1-cobalt-typography-title-h5-desktop-font_weight" | "tier1-cobalt-typography-title-h5-desktop-font_style" | "tier1-cobalt-typography-title-h5-desktop-font_size" | "tier1-cobalt-typography-title-h5-desktop-line_height" | "tier1-cobalt-typography-title-h5-desktop-letter_spacing" | "tier1-cobalt-typography-title-h5-desktop-text_transform" | "tier1-cobalt-typography-title-h5-tablet-font_family" | "tier1-cobalt-typography-title-h5-tablet-font_weight" | "tier1-cobalt-typography-title-h5-tablet-font_style" | "tier1-cobalt-typography-title-h5-tablet-font_size" | "tier1-cobalt-typography-title-h5-tablet-line_height" | "tier1-cobalt-typography-title-h5-tablet-letter_spacing" | "tier1-cobalt-typography-title-h5-tablet-text_transform" | "tier1-cobalt-typography-title-h5-mobile-font_family" | "tier1-cobalt-typography-title-h5-mobile-font_weight" | "tier1-cobalt-typography-title-h5-mobile-font_style" | "tier1-cobalt-typography-title-h5-mobile-font_size" | "tier1-cobalt-typography-title-h5-mobile-line_height" | "tier1-cobalt-typography-title-h5-mobile-letter_spacing" | "tier1-cobalt-typography-title-h5-mobile-text_transform" | "tier1-cobalt-typography-title-h6-desktop-font_family" | "tier1-cobalt-typography-title-h6-desktop-font_weight" | "tier1-cobalt-typography-title-h6-desktop-font_style" | "tier1-cobalt-typography-title-h6-desktop-font_size" | "tier1-cobalt-typography-title-h6-desktop-line_height" | "tier1-cobalt-typography-title-h6-desktop-letter_spacing" | "tier1-cobalt-typography-title-h6-desktop-text_transform" | "tier1-cobalt-typography-title-h6-tablet-font_family" | "tier1-cobalt-typography-title-h6-tablet-font_weight" | "tier1-cobalt-typography-title-h6-tablet-font_style" | "tier1-cobalt-typography-title-h6-tablet-font_size" | "tier1-cobalt-typography-title-h6-tablet-line_height" | "tier1-cobalt-typography-title-h6-tablet-letter_spacing" | "tier1-cobalt-typography-title-h6-tablet-text_transform" | "tier1-cobalt-typography-title-h6-mobile-font_family" | "tier1-cobalt-typography-title-h6-mobile-font_weight" | "tier1-cobalt-typography-title-h6-mobile-font_style" | "tier1-cobalt-typography-title-h6-mobile-font_size" | "tier1-cobalt-typography-title-h6-mobile-line_height" | "tier1-cobalt-typography-title-h6-mobile-letter_spacing" | "tier1-cobalt-typography-title-h6-mobile-text_transform" | "tier1-cobalt-typography-title-b1-desktop-font_family" | "tier1-cobalt-typography-title-b1-desktop-font_weight" | "tier1-cobalt-typography-title-b1-desktop-font_style" | "tier1-cobalt-typography-title-b1-desktop-font_size" | "tier1-cobalt-typography-title-b1-desktop-line_height" | "tier1-cobalt-typography-title-b1-desktop-letter_spacing" | "tier1-cobalt-typography-title-b1-desktop-text_transform" | "tier1-cobalt-typography-title-b1-tablet-font_family" | "tier1-cobalt-typography-title-b1-tablet-font_weight" | "tier1-cobalt-typography-title-b1-tablet-font_style" | "tier1-cobalt-typography-title-b1-tablet-font_size" | "tier1-cobalt-typography-title-b1-tablet-line_height" | "tier1-cobalt-typography-title-b1-tablet-letter_spacing" | "tier1-cobalt-typography-title-b1-tablet-text_transform" | "tier1-cobalt-typography-title-b1-mobile-font_family" | "tier1-cobalt-typography-title-b1-mobile-font_weight" | "tier1-cobalt-typography-title-b1-mobile-font_style" | "tier1-cobalt-typography-title-b1-mobile-font_size" | "tier1-cobalt-typography-title-b1-mobile-line_height" | "tier1-cobalt-typography-title-b1-mobile-letter_spacing" | "tier1-cobalt-typography-title-b1-mobile-text_transform" | "tier1-cobalt-typography-title-b2-desktop-font_family" | "tier1-cobalt-typography-title-b2-desktop-font_weight" | "tier1-cobalt-typography-title-b2-desktop-font_style" | "tier1-cobalt-typography-title-b2-desktop-font_size" | "tier1-cobalt-typography-title-b2-desktop-line_height" | "tier1-cobalt-typography-title-b2-desktop-letter_spacing" | "tier1-cobalt-typography-title-b2-desktop-text_transform" | "tier1-cobalt-typography-title-b2-tablet-font_family" | "tier1-cobalt-typography-title-b2-tablet-font_weight" | "tier1-cobalt-typography-title-b2-tablet-font_style" | "tier1-cobalt-typography-title-b2-tablet-font_size" | "tier1-cobalt-typography-title-b2-tablet-line_height" | "tier1-cobalt-typography-title-b2-tablet-letter_spacing" | "tier1-cobalt-typography-title-b2-tablet-text_transform" | "tier1-cobalt-typography-title-b2-mobile-font_family" | "tier1-cobalt-typography-title-b2-mobile-font_weight" | "tier1-cobalt-typography-title-b2-mobile-font_style" | "tier1-cobalt-typography-title-b2-mobile-font_size" | "tier1-cobalt-typography-title-b2-mobile-line_height" | "tier1-cobalt-typography-title-b2-mobile-letter_spacing" | "tier1-cobalt-typography-title-b2-mobile-text_transform" | "tier1-cobalt-typography-title-b3-desktop-font_family" | "tier1-cobalt-typography-title-b3-desktop-font_weight" | "tier1-cobalt-typography-title-b3-desktop-font_style" | "tier1-cobalt-typography-title-b3-desktop-font_size" | "tier1-cobalt-typography-title-b3-desktop-line_height" | "tier1-cobalt-typography-title-b3-desktop-letter_spacing" | "tier1-cobalt-typography-title-b3-desktop-text_transform" | "tier1-cobalt-typography-title-b3-tablet-font_family" | "tier1-cobalt-typography-title-b3-tablet-font_weight" | "tier1-cobalt-typography-title-b3-tablet-font_style" | "tier1-cobalt-typography-title-b3-tablet-font_size" | "tier1-cobalt-typography-title-b3-tablet-line_height" | "tier1-cobalt-typography-title-b3-tablet-letter_spacing" | "tier1-cobalt-typography-title-b3-tablet-text_transform" | "tier1-cobalt-typography-title-b3-mobile-font_family" | "tier1-cobalt-typography-title-b3-mobile-font_weight" | "tier1-cobalt-typography-title-b3-mobile-font_style" | "tier1-cobalt-typography-title-b3-mobile-font_size" | "tier1-cobalt-typography-title-b3-mobile-line_height" | "tier1-cobalt-typography-title-b3-mobile-letter_spacing" | "tier1-cobalt-typography-title-b3-mobile-text_transform" | "tier1-cobalt-typography-subtitle-h1-desktop-font_family" | "tier1-cobalt-typography-subtitle-h1-desktop-font_weight" | "tier1-cobalt-typography-subtitle-h1-desktop-font_style" | "tier1-cobalt-typography-subtitle-h1-desktop-font_size" | "tier1-cobalt-typography-subtitle-h1-desktop-line_height" | "tier1-cobalt-typography-subtitle-h1-desktop-letter_spacing" | "tier1-cobalt-typography-subtitle-h1-desktop-text_transform" | "tier1-cobalt-typography-subtitle-h1-tablet-font_family" | "tier1-cobalt-typography-subtitle-h1-tablet-font_weight" | "tier1-cobalt-typography-subtitle-h1-tablet-font_style" | "tier1-cobalt-typography-subtitle-h1-tablet-font_size" | "tier1-cobalt-typography-subtitle-h1-tablet-line_height" | "tier1-cobalt-typography-subtitle-h1-tablet-letter_spacing" | "tier1-cobalt-typography-subtitle-h1-tablet-text_transform" | "tier1-cobalt-typography-subtitle-h1-mobile-font_family" | "tier1-cobalt-typography-subtitle-h1-mobile-font_weight" | "tier1-cobalt-typography-subtitle-h1-mobile-font_style" | "tier1-cobalt-typography-subtitle-h1-mobile-font_size" | "tier1-cobalt-typography-subtitle-h1-mobile-line_height" | "tier1-cobalt-typography-subtitle-h1-mobile-letter_spacing" | "tier1-cobalt-typography-subtitle-h1-mobile-text_transform" | "tier1-cobalt-typography-subtitle-h2-desktop-font_family" | "tier1-cobalt-typography-subtitle-h2-desktop-font_weight" | "tier1-cobalt-typography-subtitle-h2-desktop-font_style" | "tier1-cobalt-typography-subtitle-h2-desktop-font_size" | "tier1-cobalt-typography-subtitle-h2-desktop-line_height" | "tier1-cobalt-typography-subtitle-h2-desktop-letter_spacing" | "tier1-cobalt-typography-subtitle-h2-desktop-text_transform" | "tier1-cobalt-typography-subtitle-h2-tablet-font_family" | "tier1-cobalt-typography-subtitle-h2-tablet-font_weight" | "tier1-cobalt-typography-subtitle-h2-tablet-font_style" | "tier1-cobalt-typography-subtitle-h2-tablet-font_size" | "tier1-cobalt-typography-subtitle-h2-tablet-line_height" | "tier1-cobalt-typography-subtitle-h2-tablet-letter_spacing" | "tier1-cobalt-typography-subtitle-h2-tablet-text_transform" | "tier1-cobalt-typography-subtitle-h2-mobile-font_family" | "tier1-cobalt-typography-subtitle-h2-mobile-font_weight" | "tier1-cobalt-typography-subtitle-h2-mobile-font_style" | "tier1-cobalt-typography-subtitle-h2-mobile-font_size" | "tier1-cobalt-typography-subtitle-h2-mobile-line_height" | "tier1-cobalt-typography-subtitle-h2-mobile-letter_spacing" | "tier1-cobalt-typography-subtitle-h2-mobile-text_transform" | "tier1-cobalt-typography-subtitle-h3-desktop-font_family" | "tier1-cobalt-typography-subtitle-h3-desktop-font_weight" | "tier1-cobalt-typography-subtitle-h3-desktop-font_style" | "tier1-cobalt-typography-subtitle-h3-desktop-font_size" | "tier1-cobalt-typography-subtitle-h3-desktop-line_height" | "tier1-cobalt-typography-subtitle-h3-desktop-letter_spacing" | "tier1-cobalt-typography-subtitle-h3-desktop-text_transform" | "tier1-cobalt-typography-subtitle-h3-tablet-font_family" | "tier1-cobalt-typography-subtitle-h3-tablet-font_weight" | "tier1-cobalt-typography-subtitle-h3-tablet-font_style" | "tier1-cobalt-typography-subtitle-h3-tablet-font_size" | "tier1-cobalt-typography-subtitle-h3-tablet-line_height" | "tier1-cobalt-typography-subtitle-h3-tablet-letter_spacing" | "tier1-cobalt-typography-subtitle-h3-tablet-text_transform" | "tier1-cobalt-typography-subtitle-h3-mobile-font_family" | "tier1-cobalt-typography-subtitle-h3-mobile-font_weight" | "tier1-cobalt-typography-subtitle-h3-mobile-font_style" | "tier1-cobalt-typography-subtitle-h3-mobile-font_size" | "tier1-cobalt-typography-subtitle-h3-mobile-line_height" | "tier1-cobalt-typography-subtitle-h3-mobile-letter_spacing" | "tier1-cobalt-typography-subtitle-h3-mobile-text_transform" | "tier1-cobalt-typography-subtitle-h4-desktop-font_family" | "tier1-cobalt-typography-subtitle-h4-desktop-font_weight" | "tier1-cobalt-typography-subtitle-h4-desktop-font_style" | "tier1-cobalt-typography-subtitle-h4-desktop-font_size" | "tier1-cobalt-typography-subtitle-h4-desktop-line_height" | "tier1-cobalt-typography-subtitle-h4-desktop-letter_spacing" | "tier1-cobalt-typography-subtitle-h4-desktop-text_transform" | "tier1-cobalt-typography-subtitle-h4-tablet-font_family" | "tier1-cobalt-typography-subtitle-h4-tablet-font_weight" | "tier1-cobalt-typography-subtitle-h4-tablet-font_style" | "tier1-cobalt-typography-subtitle-h4-tablet-font_size" | "tier1-cobalt-typography-subtitle-h4-tablet-line_height" | "tier1-cobalt-typography-subtitle-h4-tablet-letter_spacing" | "tier1-cobalt-typography-subtitle-h4-tablet-text_transform" | "tier1-cobalt-typography-subtitle-h4-mobile-font_family" | "tier1-cobalt-typography-subtitle-h4-mobile-font_weight" | "tier1-cobalt-typography-subtitle-h4-mobile-font_style" | "tier1-cobalt-typography-subtitle-h4-mobile-font_size" | "tier1-cobalt-typography-subtitle-h4-mobile-line_height" | "tier1-cobalt-typography-subtitle-h4-mobile-letter_spacing" | "tier1-cobalt-typography-subtitle-h4-mobile-text_transform" | "tier1-cobalt-typography-subtitle-h5-desktop-font_family" | "tier1-cobalt-typography-subtitle-h5-desktop-font_weight" | "tier1-cobalt-typography-subtitle-h5-desktop-font_style" | "tier1-cobalt-typography-subtitle-h5-desktop-font_size" | "tier1-cobalt-typography-subtitle-h5-desktop-line_height" | "tier1-cobalt-typography-subtitle-h5-desktop-letter_spacing" | "tier1-cobalt-typography-subtitle-h5-desktop-text_transform" | "tier1-cobalt-typography-subtitle-h5-tablet-font_family" | "tier1-cobalt-typography-subtitle-h5-tablet-font_weight" | "tier1-cobalt-typography-subtitle-h5-tablet-font_style" | "tier1-cobalt-typography-subtitle-h5-tablet-font_size" | "tier1-cobalt-typography-subtitle-h5-tablet-line_height" | "tier1-cobalt-typography-subtitle-h5-tablet-letter_spacing" | "tier1-cobalt-typography-subtitle-h5-tablet-text_transform" | "tier1-cobalt-typography-subtitle-h5-mobile-font_family" | "tier1-cobalt-typography-subtitle-h5-mobile-font_weight" | "tier1-cobalt-typography-subtitle-h5-mobile-font_style" | "tier1-cobalt-typography-subtitle-h5-mobile-font_size" | "tier1-cobalt-typography-subtitle-h5-mobile-line_height" | "tier1-cobalt-typography-subtitle-h5-mobile-letter_spacing" | "tier1-cobalt-typography-subtitle-h5-mobile-text_transform" | "tier1-cobalt-typography-subtitle-h6-desktop-font_family" | "tier1-cobalt-typography-subtitle-h6-desktop-font_weight" | "tier1-cobalt-typography-subtitle-h6-desktop-font_style" | "tier1-cobalt-typography-subtitle-h6-desktop-font_size" | "tier1-cobalt-typography-subtitle-h6-desktop-line_height" | "tier1-cobalt-typography-subtitle-h6-desktop-letter_spacing" | "tier1-cobalt-typography-subtitle-h6-desktop-text_transform" | "tier1-cobalt-typography-subtitle-h6-tablet-font_family" | "tier1-cobalt-typography-subtitle-h6-tablet-font_weight" | "tier1-cobalt-typography-subtitle-h6-tablet-font_style" | "tier1-cobalt-typography-subtitle-h6-tablet-font_size" | "tier1-cobalt-typography-subtitle-h6-tablet-line_height" | "tier1-cobalt-typography-subtitle-h6-tablet-letter_spacing" | "tier1-cobalt-typography-subtitle-h6-tablet-text_transform" | "tier1-cobalt-typography-subtitle-h6-mobile-font_family" | "tier1-cobalt-typography-subtitle-h6-mobile-font_weight" | "tier1-cobalt-typography-subtitle-h6-mobile-font_style" | "tier1-cobalt-typography-subtitle-h6-mobile-font_size" | "tier1-cobalt-typography-subtitle-h6-mobile-line_height" | "tier1-cobalt-typography-subtitle-h6-mobile-letter_spacing" | "tier1-cobalt-typography-subtitle-h6-mobile-text_transform" | "tier1-cobalt-typography-subtitle-b1-desktop-font_family" | "tier1-cobalt-typography-subtitle-b1-desktop-font_weight" | "tier1-cobalt-typography-subtitle-b1-desktop-font_style" | "tier1-cobalt-typography-subtitle-b1-desktop-font_size" | "tier1-cobalt-typography-subtitle-b1-desktop-line_height" | "tier1-cobalt-typography-subtitle-b1-desktop-letter_spacing" | "tier1-cobalt-typography-subtitle-b1-desktop-text_transform" | "tier1-cobalt-typography-subtitle-b1-tablet-font_family" | "tier1-cobalt-typography-subtitle-b1-tablet-font_weight" | "tier1-cobalt-typography-subtitle-b1-tablet-font_style" | "tier1-cobalt-typography-subtitle-b1-tablet-font_size" | "tier1-cobalt-typography-subtitle-b1-tablet-line_height" | "tier1-cobalt-typography-subtitle-b1-tablet-letter_spacing" | "tier1-cobalt-typography-subtitle-b1-tablet-text_transform" | "tier1-cobalt-typography-subtitle-b1-mobile-font_family" | "tier1-cobalt-typography-subtitle-b1-mobile-font_weight" | "tier1-cobalt-typography-subtitle-b1-mobile-font_style" | "tier1-cobalt-typography-subtitle-b1-mobile-font_size" | "tier1-cobalt-typography-subtitle-b1-mobile-line_height" | "tier1-cobalt-typography-subtitle-b1-mobile-letter_spacing" | "tier1-cobalt-typography-subtitle-b1-mobile-text_transform" | "tier1-cobalt-typography-subtitle-b2-desktop-font_family" | "tier1-cobalt-typography-subtitle-b2-desktop-font_weight" | "tier1-cobalt-typography-subtitle-b2-desktop-font_style" | "tier1-cobalt-typography-subtitle-b2-desktop-font_size" | "tier1-cobalt-typography-subtitle-b2-desktop-line_height" | "tier1-cobalt-typography-subtitle-b2-desktop-letter_spacing" | "tier1-cobalt-typography-subtitle-b2-desktop-text_transform" | "tier1-cobalt-typography-subtitle-b2-tablet-font_family" | "tier1-cobalt-typography-subtitle-b2-tablet-font_weight" | "tier1-cobalt-typography-subtitle-b2-tablet-font_style" | "tier1-cobalt-typography-subtitle-b2-tablet-font_size" | "tier1-cobalt-typography-subtitle-b2-tablet-line_height" | "tier1-cobalt-typography-subtitle-b2-tablet-letter_spacing" | "tier1-cobalt-typography-subtitle-b2-tablet-text_transform" | "tier1-cobalt-typography-subtitle-b2-mobile-font_family" | "tier1-cobalt-typography-subtitle-b2-mobile-font_weight" | "tier1-cobalt-typography-subtitle-b2-mobile-font_style" | "tier1-cobalt-typography-subtitle-b2-mobile-font_size" | "tier1-cobalt-typography-subtitle-b2-mobile-line_height" | "tier1-cobalt-typography-subtitle-b2-mobile-letter_spacing" | "tier1-cobalt-typography-subtitle-b2-mobile-text_transform" | "tier1-cobalt-typography-subtitle-b3-desktop-font_family" | "tier1-cobalt-typography-subtitle-b3-desktop-font_weight" | "tier1-cobalt-typography-subtitle-b3-desktop-font_style" | "tier1-cobalt-typography-subtitle-b3-desktop-font_size" | "tier1-cobalt-typography-subtitle-b3-desktop-line_height" | "tier1-cobalt-typography-subtitle-b3-desktop-letter_spacing" | "tier1-cobalt-typography-subtitle-b3-desktop-text_transform" | "tier1-cobalt-typography-subtitle-b3-tablet-font_family" | "tier1-cobalt-typography-subtitle-b3-tablet-font_weight" | "tier1-cobalt-typography-subtitle-b3-tablet-font_style" | "tier1-cobalt-typography-subtitle-b3-tablet-font_size" | "tier1-cobalt-typography-subtitle-b3-tablet-line_height" | "tier1-cobalt-typography-subtitle-b3-tablet-letter_spacing" | "tier1-cobalt-typography-subtitle-b3-tablet-text_transform" | "tier1-cobalt-typography-subtitle-b3-mobile-font_family" | "tier1-cobalt-typography-subtitle-b3-mobile-font_weight" | "tier1-cobalt-typography-subtitle-b3-mobile-font_style" | "tier1-cobalt-typography-subtitle-b3-mobile-font_size" | "tier1-cobalt-typography-subtitle-b3-mobile-line_height" | "tier1-cobalt-typography-subtitle-b3-mobile-letter_spacing" | "tier1-cobalt-typography-subtitle-b3-mobile-text_transform" | "tier1-cobalt-typography-body-h1-desktop-font_family" | "tier1-cobalt-typography-body-h1-desktop-font_weight" | "tier1-cobalt-typography-body-h1-desktop-font_style" | "tier1-cobalt-typography-body-h1-desktop-font_size" | "tier1-cobalt-typography-body-h1-desktop-line_height" | "tier1-cobalt-typography-body-h1-desktop-letter_spacing" | "tier1-cobalt-typography-body-h1-desktop-text_transform" | "tier1-cobalt-typography-body-h1-tablet-font_family" | "tier1-cobalt-typography-body-h1-tablet-font_weight" | "tier1-cobalt-typography-body-h1-tablet-font_style" | "tier1-cobalt-typography-body-h1-tablet-font_size" | "tier1-cobalt-typography-body-h1-tablet-line_height" | "tier1-cobalt-typography-body-h1-tablet-letter_spacing" | "tier1-cobalt-typography-body-h1-tablet-text_transform" | "tier1-cobalt-typography-body-h1-mobile-font_family" | "tier1-cobalt-typography-body-h1-mobile-font_weight" | "tier1-cobalt-typography-body-h1-mobile-font_style" | "tier1-cobalt-typography-body-h1-mobile-font_size" | "tier1-cobalt-typography-body-h1-mobile-line_height" | "tier1-cobalt-typography-body-h1-mobile-letter_spacing" | "tier1-cobalt-typography-body-h1-mobile-text_transform" | "tier1-cobalt-typography-body-h2-desktop-font_family" | "tier1-cobalt-typography-body-h2-desktop-font_weight" | "tier1-cobalt-typography-body-h2-desktop-font_style" | "tier1-cobalt-typography-body-h2-desktop-font_size" | "tier1-cobalt-typography-body-h2-desktop-line_height" | "tier1-cobalt-typography-body-h2-desktop-letter_spacing" | "tier1-cobalt-typography-body-h2-desktop-text_transform" | "tier1-cobalt-typography-body-h2-tablet-font_family" | "tier1-cobalt-typography-body-h2-tablet-font_weight" | "tier1-cobalt-typography-body-h2-tablet-font_style" | "tier1-cobalt-typography-body-h2-tablet-font_size" | "tier1-cobalt-typography-body-h2-tablet-line_height" | "tier1-cobalt-typography-body-h2-tablet-letter_spacing" | "tier1-cobalt-typography-body-h2-tablet-text_transform" | "tier1-cobalt-typography-body-h2-mobile-font_family" | "tier1-cobalt-typography-body-h2-mobile-font_weight" | "tier1-cobalt-typography-body-h2-mobile-font_style" | "tier1-cobalt-typography-body-h2-mobile-font_size" | "tier1-cobalt-typography-body-h2-mobile-line_height" | "tier1-cobalt-typography-body-h2-mobile-letter_spacing" | "tier1-cobalt-typography-body-h2-mobile-text_transform" | "tier1-cobalt-typography-body-h3-desktop-font_family" | "tier1-cobalt-typography-body-h3-desktop-font_weight" | "tier1-cobalt-typography-body-h3-desktop-font_style" | "tier1-cobalt-typography-body-h3-desktop-font_size" | "tier1-cobalt-typography-body-h3-desktop-line_height" | "tier1-cobalt-typography-body-h3-desktop-letter_spacing" | "tier1-cobalt-typography-body-h3-desktop-text_transform" | "tier1-cobalt-typography-body-h3-tablet-font_family" | "tier1-cobalt-typography-body-h3-tablet-font_weight" | "tier1-cobalt-typography-body-h3-tablet-font_style" | "tier1-cobalt-typography-body-h3-tablet-font_size" | "tier1-cobalt-typography-body-h3-tablet-line_height" | "tier1-cobalt-typography-body-h3-tablet-letter_spacing" | "tier1-cobalt-typography-body-h3-tablet-text_transform" | "tier1-cobalt-typography-body-h3-mobile-font_family" | "tier1-cobalt-typography-body-h3-mobile-font_weight" | "tier1-cobalt-typography-body-h3-mobile-font_style" | "tier1-cobalt-typography-body-h3-mobile-font_size" | "tier1-cobalt-typography-body-h3-mobile-line_height" | "tier1-cobalt-typography-body-h3-mobile-letter_spacing" | "tier1-cobalt-typography-body-h3-mobile-text_transform" | "tier1-cobalt-typography-body-h4-desktop-font_family" | "tier1-cobalt-typography-body-h4-desktop-font_weight" | "tier1-cobalt-typography-body-h4-desktop-font_style" | "tier1-cobalt-typography-body-h4-desktop-font_size" | "tier1-cobalt-typography-body-h4-desktop-line_height" | "tier1-cobalt-typography-body-h4-desktop-letter_spacing" | "tier1-cobalt-typography-body-h4-desktop-text_transform" | "tier1-cobalt-typography-body-h4-tablet-font_family" | "tier1-cobalt-typography-body-h4-tablet-font_weight" | "tier1-cobalt-typography-body-h4-tablet-font_style" | "tier1-cobalt-typography-body-h4-tablet-font_size" | "tier1-cobalt-typography-body-h4-tablet-line_height" | "tier1-cobalt-typography-body-h4-tablet-letter_spacing" | "tier1-cobalt-typography-body-h4-tablet-text_transform" | "tier1-cobalt-typography-body-h4-mobile-font_family" | "tier1-cobalt-typography-body-h4-mobile-font_weight" | "tier1-cobalt-typography-body-h4-mobile-font_style" | "tier1-cobalt-typography-body-h4-mobile-font_size" | "tier1-cobalt-typography-body-h4-mobile-line_height" | "tier1-cobalt-typography-body-h4-mobile-letter_spacing" | "tier1-cobalt-typography-body-h4-mobile-text_transform" | "tier1-cobalt-typography-body-h5-desktop-font_family" | "tier1-cobalt-typography-body-h5-desktop-font_weight" | "tier1-cobalt-typography-body-h5-desktop-font_style" | "tier1-cobalt-typography-body-h5-desktop-font_size" | "tier1-cobalt-typography-body-h5-desktop-line_height" | "tier1-cobalt-typography-body-h5-desktop-letter_spacing" | "tier1-cobalt-typography-body-h5-desktop-text_transform" | "tier1-cobalt-typography-body-h5-tablet-font_family" | "tier1-cobalt-typography-body-h5-tablet-font_weight" | "tier1-cobalt-typography-body-h5-tablet-font_style" | "tier1-cobalt-typography-body-h5-tablet-font_size" | "tier1-cobalt-typography-body-h5-tablet-line_height" | "tier1-cobalt-typography-body-h5-tablet-letter_spacing" | "tier1-cobalt-typography-body-h5-tablet-text_transform" | "tier1-cobalt-typography-body-h5-mobile-font_family" | "tier1-cobalt-typography-body-h5-mobile-font_weight" | "tier1-cobalt-typography-body-h5-mobile-font_style" | "tier1-cobalt-typography-body-h5-mobile-font_size" | "tier1-cobalt-typography-body-h5-mobile-line_height" | "tier1-cobalt-typography-body-h5-mobile-letter_spacing" | "tier1-cobalt-typography-body-h5-mobile-text_transform" | "tier1-cobalt-typography-body-h6-desktop-font_family" | "tier1-cobalt-typography-body-h6-desktop-font_weight" | "tier1-cobalt-typography-body-h6-desktop-font_style" | "tier1-cobalt-typography-body-h6-desktop-font_size" | "tier1-cobalt-typography-body-h6-desktop-line_height" | "tier1-cobalt-typography-body-h6-desktop-letter_spacing" | "tier1-cobalt-typography-body-h6-desktop-text_transform" | "tier1-cobalt-typography-body-h6-tablet-font_family" | "tier1-cobalt-typography-body-h6-tablet-font_weight" | "tier1-cobalt-typography-body-h6-tablet-font_style" | "tier1-cobalt-typography-body-h6-tablet-font_size" | "tier1-cobalt-typography-body-h6-tablet-line_height" | "tier1-cobalt-typography-body-h6-tablet-letter_spacing" | "tier1-cobalt-typography-body-h6-tablet-text_transform" | "tier1-cobalt-typography-body-h6-mobile-font_family" | "tier1-cobalt-typography-body-h6-mobile-font_weight" | "tier1-cobalt-typography-body-h6-mobile-font_style" | "tier1-cobalt-typography-body-h6-mobile-font_size" | "tier1-cobalt-typography-body-h6-mobile-line_height" | "tier1-cobalt-typography-body-h6-mobile-letter_spacing" | "tier1-cobalt-typography-body-h6-mobile-text_transform" | "tier1-cobalt-typography-body-b1-desktop-font_family" | "tier1-cobalt-typography-body-b1-desktop-font_weight" | "tier1-cobalt-typography-body-b1-desktop-font_style" | "tier1-cobalt-typography-body-b1-desktop-font_size" | "tier1-cobalt-typography-body-b1-desktop-line_height" | "tier1-cobalt-typography-body-b1-desktop-letter_spacing" | "tier1-cobalt-typography-body-b1-desktop-text_transform" | "tier1-cobalt-typography-body-b1-tablet-font_family" | "tier1-cobalt-typography-body-b1-tablet-font_weight" | "tier1-cobalt-typography-body-b1-tablet-font_style" | "tier1-cobalt-typography-body-b1-tablet-font_size" | "tier1-cobalt-typography-body-b1-tablet-line_height" | "tier1-cobalt-typography-body-b1-tablet-letter_spacing" | "tier1-cobalt-typography-body-b1-tablet-text_transform" | "tier1-cobalt-typography-body-b1-mobile-font_family" | "tier1-cobalt-typography-body-b1-mobile-font_weight" | "tier1-cobalt-typography-body-b1-mobile-font_style" | "tier1-cobalt-typography-body-b1-mobile-font_size" | "tier1-cobalt-typography-body-b1-mobile-line_height" | "tier1-cobalt-typography-body-b1-mobile-letter_spacing" | "tier1-cobalt-typography-body-b1-mobile-text_transform" | "tier1-cobalt-typography-body-b2-desktop-font_family" | "tier1-cobalt-typography-body-b2-desktop-font_weight" | "tier1-cobalt-typography-body-b2-desktop-font_style" | "tier1-cobalt-typography-body-b2-desktop-font_size" | "tier1-cobalt-typography-body-b2-desktop-line_height" | "tier1-cobalt-typography-body-b2-desktop-letter_spacing" | "tier1-cobalt-typography-body-b2-desktop-text_transform" | "tier1-cobalt-typography-body-b2-tablet-font_family" | "tier1-cobalt-typography-body-b2-tablet-font_weight" | "tier1-cobalt-typography-body-b2-tablet-font_style" | "tier1-cobalt-typography-body-b2-tablet-font_size" | "tier1-cobalt-typography-body-b2-tablet-line_height" | "tier1-cobalt-typography-body-b2-tablet-letter_spacing" | "tier1-cobalt-typography-body-b2-tablet-text_transform" | "tier1-cobalt-typography-body-b2-mobile-font_family" | "tier1-cobalt-typography-body-b2-mobile-font_weight" | "tier1-cobalt-typography-body-b2-mobile-font_style" | "tier1-cobalt-typography-body-b2-mobile-font_size" | "tier1-cobalt-typography-body-b2-mobile-line_height" | "tier1-cobalt-typography-body-b2-mobile-letter_spacing" | "tier1-cobalt-typography-body-b2-mobile-text_transform" | "tier1-cobalt-typography-body-b3-desktop-font_family" | "tier1-cobalt-typography-body-b3-desktop-font_weight" | "tier1-cobalt-typography-body-b3-desktop-font_style" | "tier1-cobalt-typography-body-b3-desktop-font_size" | "tier1-cobalt-typography-body-b3-desktop-line_height" | "tier1-cobalt-typography-body-b3-desktop-letter_spacing" | "tier1-cobalt-typography-body-b3-desktop-text_transform" | "tier1-cobalt-typography-body-b3-tablet-font_family" | "tier1-cobalt-typography-body-b3-tablet-font_weight" | "tier1-cobalt-typography-body-b3-tablet-font_style" | "tier1-cobalt-typography-body-b3-tablet-font_size" | "tier1-cobalt-typography-body-b3-tablet-line_height" | "tier1-cobalt-typography-body-b3-tablet-letter_spacing" | "tier1-cobalt-typography-body-b3-tablet-text_transform" | "tier1-cobalt-typography-body-b3-mobile-font_family" | "tier1-cobalt-typography-body-b3-mobile-font_weight" | "tier1-cobalt-typography-body-b3-mobile-font_style" | "tier1-cobalt-typography-body-b3-mobile-font_size" | "tier1-cobalt-typography-body-b3-mobile-line_height" | "tier1-cobalt-typography-body-b3-mobile-letter_spacing" | "tier1-cobalt-typography-body-b3-mobile-text_transform" | "tier1-cobalt-typography-label-h1-desktop-font_family" | "tier1-cobalt-typography-label-h1-desktop-font_weight" | "tier1-cobalt-typography-label-h1-desktop-font_style" | "tier1-cobalt-typography-label-h1-desktop-font_size" | "tier1-cobalt-typography-label-h1-desktop-line_height" | "tier1-cobalt-typography-label-h1-desktop-letter_spacing" | "tier1-cobalt-typography-label-h1-desktop-text_transform" | "tier1-cobalt-typography-label-h1-tablet-font_family" | "tier1-cobalt-typography-label-h1-tablet-font_weight" | "tier1-cobalt-typography-label-h1-tablet-font_style" | "tier1-cobalt-typography-label-h1-tablet-font_size" | "tier1-cobalt-typography-label-h1-tablet-line_height" | "tier1-cobalt-typography-label-h1-tablet-letter_spacing" | "tier1-cobalt-typography-label-h1-tablet-text_transform" | "tier1-cobalt-typography-label-h1-mobile-font_family" | "tier1-cobalt-typography-label-h1-mobile-font_weight" | "tier1-cobalt-typography-label-h1-mobile-font_style" | "tier1-cobalt-typography-label-h1-mobile-font_size" | "tier1-cobalt-typography-label-h1-mobile-line_height" | "tier1-cobalt-typography-label-h1-mobile-letter_spacing" | "tier1-cobalt-typography-label-h1-mobile-text_transform" | "tier1-cobalt-typography-label-h2-desktop-font_family" | "tier1-cobalt-typography-label-h2-desktop-font_weight" | "tier1-cobalt-typography-label-h2-desktop-font_style" | "tier1-cobalt-typography-label-h2-desktop-font_size" | "tier1-cobalt-typography-label-h2-desktop-line_height" | "tier1-cobalt-typography-label-h2-desktop-letter_spacing" | "tier1-cobalt-typography-label-h2-desktop-text_transform" | "tier1-cobalt-typography-label-h2-tablet-font_family" | "tier1-cobalt-typography-label-h2-tablet-font_weight" | "tier1-cobalt-typography-label-h2-tablet-font_style" | "tier1-cobalt-typography-label-h2-tablet-font_size" | "tier1-cobalt-typography-label-h2-tablet-line_height" | "tier1-cobalt-typography-label-h2-tablet-letter_spacing" | "tier1-cobalt-typography-label-h2-tablet-text_transform" | "tier1-cobalt-typography-label-h2-mobile-font_family" | "tier1-cobalt-typography-label-h2-mobile-font_weight" | "tier1-cobalt-typography-label-h2-mobile-font_style" | "tier1-cobalt-typography-label-h2-mobile-font_size" | "tier1-cobalt-typography-label-h2-mobile-line_height" | "tier1-cobalt-typography-label-h2-mobile-letter_spacing" | "tier1-cobalt-typography-label-h2-mobile-text_transform" | "tier1-cobalt-typography-label-h3-desktop-font_family" | "tier1-cobalt-typography-label-h3-desktop-font_weight" | "tier1-cobalt-typography-label-h3-desktop-font_style" | "tier1-cobalt-typography-label-h3-desktop-font_size" | "tier1-cobalt-typography-label-h3-desktop-line_height" | "tier1-cobalt-typography-label-h3-desktop-letter_spacing" | "tier1-cobalt-typography-label-h3-desktop-text_transform" | "tier1-cobalt-typography-label-h3-tablet-font_family" | "tier1-cobalt-typography-label-h3-tablet-font_weight" | "tier1-cobalt-typography-label-h3-tablet-font_style" | "tier1-cobalt-typography-label-h3-tablet-font_size" | "tier1-cobalt-typography-label-h3-tablet-line_height" | "tier1-cobalt-typography-label-h3-tablet-letter_spacing" | "tier1-cobalt-typography-label-h3-tablet-text_transform" | "tier1-cobalt-typography-label-h3-mobile-font_family" | "tier1-cobalt-typography-label-h3-mobile-font_weight" | "tier1-cobalt-typography-label-h3-mobile-font_style" | "tier1-cobalt-typography-label-h3-mobile-font_size" | "tier1-cobalt-typography-label-h3-mobile-line_height" | "tier1-cobalt-typography-label-h3-mobile-letter_spacing" | "tier1-cobalt-typography-label-h3-mobile-text_transform" | "tier1-cobalt-typography-label-h4-desktop-font_family" | "tier1-cobalt-typography-label-h4-desktop-font_weight" | "tier1-cobalt-typography-label-h4-desktop-font_style" | "tier1-cobalt-typography-label-h4-desktop-font_size" | "tier1-cobalt-typography-label-h4-desktop-line_height" | "tier1-cobalt-typography-label-h4-desktop-letter_spacing" | "tier1-cobalt-typography-label-h4-desktop-text_transform" | "tier1-cobalt-typography-label-h4-tablet-font_family" | "tier1-cobalt-typography-label-h4-tablet-font_weight" | "tier1-cobalt-typography-label-h4-tablet-font_style" | "tier1-cobalt-typography-label-h4-tablet-font_size" | "tier1-cobalt-typography-label-h4-tablet-line_height" | "tier1-cobalt-typography-label-h4-tablet-letter_spacing" | "tier1-cobalt-typography-label-h4-tablet-text_transform" | "tier1-cobalt-typography-label-h4-mobile-font_family" | "tier1-cobalt-typography-label-h4-mobile-font_weight" | "tier1-cobalt-typography-label-h4-mobile-font_style" | "tier1-cobalt-typography-label-h4-mobile-font_size" | "tier1-cobalt-typography-label-h4-mobile-line_height" | "tier1-cobalt-typography-label-h4-mobile-letter_spacing" | "tier1-cobalt-typography-label-h4-mobile-text_transform" | "tier1-cobalt-typography-label-h5-desktop-font_family" | "tier1-cobalt-typography-label-h5-desktop-font_weight" | "tier1-cobalt-typography-label-h5-desktop-font_style" | "tier1-cobalt-typography-label-h5-desktop-font_size" | "tier1-cobalt-typography-label-h5-desktop-line_height" | "tier1-cobalt-typography-label-h5-desktop-letter_spacing" | "tier1-cobalt-typography-label-h5-desktop-text_transform" | "tier1-cobalt-typography-label-h5-tablet-font_family" | "tier1-cobalt-typography-label-h5-tablet-font_weight" | "tier1-cobalt-typography-label-h5-tablet-font_style" | "tier1-cobalt-typography-label-h5-tablet-font_size" | "tier1-cobalt-typography-label-h5-tablet-line_height" | "tier1-cobalt-typography-label-h5-tablet-letter_spacing" | "tier1-cobalt-typography-label-h5-tablet-text_transform" | "tier1-cobalt-typography-label-h5-mobile-font_family" | "tier1-cobalt-typography-label-h5-mobile-font_weight" | "tier1-cobalt-typography-label-h5-mobile-font_style" | "tier1-cobalt-typography-label-h5-mobile-font_size" | "tier1-cobalt-typography-label-h5-mobile-line_height" | "tier1-cobalt-typography-label-h5-mobile-letter_spacing" | "tier1-cobalt-typography-label-h5-mobile-text_transform" | "tier1-cobalt-typography-label-h6-desktop-font_family" | "tier1-cobalt-typography-label-h6-desktop-font_weight" | "tier1-cobalt-typography-label-h6-desktop-font_style" | "tier1-cobalt-typography-label-h6-desktop-font_size" | "tier1-cobalt-typography-label-h6-desktop-line_height" | "tier1-cobalt-typography-label-h6-desktop-letter_spacing" | "tier1-cobalt-typography-label-h6-desktop-text_transform" | "tier1-cobalt-typography-label-h6-tablet-font_family" | "tier1-cobalt-typography-label-h6-tablet-font_weight" | "tier1-cobalt-typography-label-h6-tablet-font_style" | "tier1-cobalt-typography-label-h6-tablet-font_size" | "tier1-cobalt-typography-label-h6-tablet-line_height" | "tier1-cobalt-typography-label-h6-tablet-letter_spacing" | "tier1-cobalt-typography-label-h6-tablet-text_transform" | "tier1-cobalt-typography-label-h6-mobile-font_family" | "tier1-cobalt-typography-label-h6-mobile-font_weight" | "tier1-cobalt-typography-label-h6-mobile-font_style" | "tier1-cobalt-typography-label-h6-mobile-font_size" | "tier1-cobalt-typography-label-h6-mobile-line_height" | "tier1-cobalt-typography-label-h6-mobile-letter_spacing" | "tier1-cobalt-typography-label-h6-mobile-text_transform" | "tier1-cobalt-typography-label-b1-desktop-font_family" | "tier1-cobalt-typography-label-b1-desktop-font_weight" | "tier1-cobalt-typography-label-b1-desktop-font_style" | "tier1-cobalt-typography-label-b1-desktop-font_size" | "tier1-cobalt-typography-label-b1-desktop-line_height" | "tier1-cobalt-typography-label-b1-desktop-letter_spacing" | "tier1-cobalt-typography-label-b1-desktop-text_transform" | "tier1-cobalt-typography-label-b1-tablet-font_family" | "tier1-cobalt-typography-label-b1-tablet-font_weight" | "tier1-cobalt-typography-label-b1-tablet-font_style" | "tier1-cobalt-typography-label-b1-tablet-font_size" | "tier1-cobalt-typography-label-b1-tablet-line_height" | "tier1-cobalt-typography-label-b1-tablet-letter_spacing" | "tier1-cobalt-typography-label-b1-tablet-text_transform" | "tier1-cobalt-typography-label-b1-mobile-font_family" | "tier1-cobalt-typography-label-b1-mobile-font_weight" | "tier1-cobalt-typography-label-b1-mobile-font_style" | "tier1-cobalt-typography-label-b1-mobile-font_size" | "tier1-cobalt-typography-label-b1-mobile-line_height" | "tier1-cobalt-typography-label-b1-mobile-letter_spacing" | "tier1-cobalt-typography-label-b1-mobile-text_transform" | "tier1-cobalt-typography-label-b2-desktop-font_family" | "tier1-cobalt-typography-label-b2-desktop-font_weight" | "tier1-cobalt-typography-label-b2-desktop-font_style" | "tier1-cobalt-typography-label-b2-desktop-font_size" | "tier1-cobalt-typography-label-b2-desktop-line_height" | "tier1-cobalt-typography-label-b2-desktop-letter_spacing" | "tier1-cobalt-typography-label-b2-desktop-text_transform" | "tier1-cobalt-typography-label-b2-tablet-font_family" | "tier1-cobalt-typography-label-b2-tablet-font_weight" | "tier1-cobalt-typography-label-b2-tablet-font_style" | "tier1-cobalt-typography-label-b2-tablet-font_size" | "tier1-cobalt-typography-label-b2-tablet-line_height" | "tier1-cobalt-typography-label-b2-tablet-letter_spacing" | "tier1-cobalt-typography-label-b2-tablet-text_transform" | "tier1-cobalt-typography-label-b2-mobile-font_family" | "tier1-cobalt-typography-label-b2-mobile-font_weight" | "tier1-cobalt-typography-label-b2-mobile-font_style" | "tier1-cobalt-typography-label-b2-mobile-font_size" | "tier1-cobalt-typography-label-b2-mobile-line_height" | "tier1-cobalt-typography-label-b2-mobile-letter_spacing" | "tier1-cobalt-typography-label-b2-mobile-text_transform" | "tier1-cobalt-typography-label-b3-desktop-font_family" | "tier1-cobalt-typography-label-b3-desktop-font_weight" | "tier1-cobalt-typography-label-b3-desktop-font_style" | "tier1-cobalt-typography-label-b3-desktop-font_size" | "tier1-cobalt-typography-label-b3-desktop-line_height" | "tier1-cobalt-typography-label-b3-desktop-letter_spacing" | "tier1-cobalt-typography-label-b3-desktop-text_transform" | "tier1-cobalt-typography-label-b3-tablet-font_family" | "tier1-cobalt-typography-label-b3-tablet-font_weight" | "tier1-cobalt-typography-label-b3-tablet-font_style" | "tier1-cobalt-typography-label-b3-tablet-font_size" | "tier1-cobalt-typography-label-b3-tablet-line_height" | "tier1-cobalt-typography-label-b3-tablet-letter_spacing" | "tier1-cobalt-typography-label-b3-tablet-text_transform" | "tier1-cobalt-typography-label-b3-mobile-font_family" | "tier1-cobalt-typography-label-b3-mobile-font_weight" | "tier1-cobalt-typography-label-b3-mobile-font_style" | "tier1-cobalt-typography-label-b3-mobile-font_size" | "tier1-cobalt-typography-label-b3-mobile-line_height" | "tier1-cobalt-typography-label-b3-mobile-letter_spacing" | "tier1-cobalt-typography-label-b3-mobile-text_transform" | "tier1-cobalt-typography-meta-h1-desktop-font_family" | "tier1-cobalt-typography-meta-h1-desktop-font_weight" | "tier1-cobalt-typography-meta-h1-desktop-font_style" | "tier1-cobalt-typography-meta-h1-desktop-font_size" | "tier1-cobalt-typography-meta-h1-desktop-line_height" | "tier1-cobalt-typography-meta-h1-desktop-letter_spacing" | "tier1-cobalt-typography-meta-h1-desktop-text_transform" | "tier1-cobalt-typography-meta-h1-tablet-font_family" | "tier1-cobalt-typography-meta-h1-tablet-font_weight" | "tier1-cobalt-typography-meta-h1-tablet-font_style" | "tier1-cobalt-typography-meta-h1-tablet-font_size" | "tier1-cobalt-typography-meta-h1-tablet-line_height" | "tier1-cobalt-typography-meta-h1-tablet-letter_spacing" | "tier1-cobalt-typography-meta-h1-tablet-text_transform" | "tier1-cobalt-typography-meta-h1-mobile-font_family" | "tier1-cobalt-typography-meta-h1-mobile-font_weight" | "tier1-cobalt-typography-meta-h1-mobile-font_style" | "tier1-cobalt-typography-meta-h1-mobile-font_size" | "tier1-cobalt-typography-meta-h1-mobile-line_height" | "tier1-cobalt-typography-meta-h1-mobile-letter_spacing" | "tier1-cobalt-typography-meta-h1-mobile-text_transform" | "tier1-cobalt-typography-meta-h2-desktop-font_family" | "tier1-cobalt-typography-meta-h2-desktop-font_weight" | "tier1-cobalt-typography-meta-h2-desktop-font_style" | "tier1-cobalt-typography-meta-h2-desktop-font_size" | "tier1-cobalt-typography-meta-h2-desktop-line_height" | "tier1-cobalt-typography-meta-h2-desktop-letter_spacing" | "tier1-cobalt-typography-meta-h2-desktop-text_transform" | "tier1-cobalt-typography-meta-h2-tablet-font_family" | "tier1-cobalt-typography-meta-h2-tablet-font_weight" | "tier1-cobalt-typography-meta-h2-tablet-font_style" | "tier1-cobalt-typography-meta-h2-tablet-font_size" | "tier1-cobalt-typography-meta-h2-tablet-line_height" | "tier1-cobalt-typography-meta-h2-tablet-letter_spacing" | "tier1-cobalt-typography-meta-h2-tablet-text_transform" | "tier1-cobalt-typography-meta-h2-mobile-font_family" | "tier1-cobalt-typography-meta-h2-mobile-font_weight" | "tier1-cobalt-typography-meta-h2-mobile-font_style" | "tier1-cobalt-typography-meta-h2-mobile-font_size" | "tier1-cobalt-typography-meta-h2-mobile-line_height" | "tier1-cobalt-typography-meta-h2-mobile-letter_spacing" | "tier1-cobalt-typography-meta-h2-mobile-text_transform" | "tier1-cobalt-typography-meta-h3-desktop-font_family" | "tier1-cobalt-typography-meta-h3-desktop-font_weight" | "tier1-cobalt-typography-meta-h3-desktop-font_style" | "tier1-cobalt-typography-meta-h3-desktop-font_size" | "tier1-cobalt-typography-meta-h3-desktop-line_height" | "tier1-cobalt-typography-meta-h3-desktop-letter_spacing" | "tier1-cobalt-typography-meta-h3-desktop-text_transform" | "tier1-cobalt-typography-meta-h3-tablet-font_family" | "tier1-cobalt-typography-meta-h3-tablet-font_weight" | "tier1-cobalt-typography-meta-h3-tablet-font_style" | "tier1-cobalt-typography-meta-h3-tablet-font_size" | "tier1-cobalt-typography-meta-h3-tablet-line_height" | "tier1-cobalt-typography-meta-h3-tablet-letter_spacing" | "tier1-cobalt-typography-meta-h3-tablet-text_transform" | "tier1-cobalt-typography-meta-h3-mobile-font_family" | "tier1-cobalt-typography-meta-h3-mobile-font_weight" | "tier1-cobalt-typography-meta-h3-mobile-font_style" | "tier1-cobalt-typography-meta-h3-mobile-font_size" | "tier1-cobalt-typography-meta-h3-mobile-line_height" | "tier1-cobalt-typography-meta-h3-mobile-letter_spacing" | "tier1-cobalt-typography-meta-h3-mobile-text_transform" | "tier1-cobalt-typography-meta-h4-desktop-font_family" | "tier1-cobalt-typography-meta-h4-desktop-font_weight" | "tier1-cobalt-typography-meta-h4-desktop-font_style" | "tier1-cobalt-typography-meta-h4-desktop-font_size" | "tier1-cobalt-typography-meta-h4-desktop-line_height" | "tier1-cobalt-typography-meta-h4-desktop-letter_spacing" | "tier1-cobalt-typography-meta-h4-desktop-text_transform" | "tier1-cobalt-typography-meta-h4-tablet-font_family" | "tier1-cobalt-typography-meta-h4-tablet-font_weight" | "tier1-cobalt-typography-meta-h4-tablet-font_style" | "tier1-cobalt-typography-meta-h4-tablet-font_size" | "tier1-cobalt-typography-meta-h4-tablet-line_height" | "tier1-cobalt-typography-meta-h4-tablet-letter_spacing" | "tier1-cobalt-typography-meta-h4-tablet-text_transform" | "tier1-cobalt-typography-meta-h4-mobile-font_family" | "tier1-cobalt-typography-meta-h4-mobile-font_weight" | "tier1-cobalt-typography-meta-h4-mobile-font_style" | "tier1-cobalt-typography-meta-h4-mobile-font_size" | "tier1-cobalt-typography-meta-h4-mobile-line_height" | "tier1-cobalt-typography-meta-h4-mobile-letter_spacing" | "tier1-cobalt-typography-meta-h4-mobile-text_transform" | "tier1-cobalt-typography-meta-h5-desktop-font_family" | "tier1-cobalt-typography-meta-h5-desktop-font_weight" | "tier1-cobalt-typography-meta-h5-desktop-font_style" | "tier1-cobalt-typography-meta-h5-desktop-font_size" | "tier1-cobalt-typography-meta-h5-desktop-line_height" | "tier1-cobalt-typography-meta-h5-desktop-letter_spacing" | "tier1-cobalt-typography-meta-h5-desktop-text_transform" | "tier1-cobalt-typography-meta-h5-tablet-font_family" | "tier1-cobalt-typography-meta-h5-tablet-font_weight" | "tier1-cobalt-typography-meta-h5-tablet-font_style" | "tier1-cobalt-typography-meta-h5-tablet-font_size" | "tier1-cobalt-typography-meta-h5-tablet-line_height" | "tier1-cobalt-typography-meta-h5-tablet-letter_spacing" | "tier1-cobalt-typography-meta-h5-tablet-text_transform" | "tier1-cobalt-typography-meta-h5-mobile-font_family" | "tier1-cobalt-typography-meta-h5-mobile-font_weight" | "tier1-cobalt-typography-meta-h5-mobile-font_style" | "tier1-cobalt-typography-meta-h5-mobile-font_size" | "tier1-cobalt-typography-meta-h5-mobile-line_height" | "tier1-cobalt-typography-meta-h5-mobile-letter_spacing" | "tier1-cobalt-typography-meta-h5-mobile-text_transform" | "tier1-cobalt-typography-meta-h6-desktop-font_family" | "tier1-cobalt-typography-meta-h6-desktop-font_weight" | "tier1-cobalt-typography-meta-h6-desktop-font_style" | "tier1-cobalt-typography-meta-h6-desktop-font_size" | "tier1-cobalt-typography-meta-h6-desktop-line_height" | "tier1-cobalt-typography-meta-h6-desktop-letter_spacing" | "tier1-cobalt-typography-meta-h6-desktop-text_transform" | "tier1-cobalt-typography-meta-h6-tablet-font_family" | "tier1-cobalt-typography-meta-h6-tablet-font_weight" | "tier1-cobalt-typography-meta-h6-tablet-font_style" | "tier1-cobalt-typography-meta-h6-tablet-font_size" | "tier1-cobalt-typography-meta-h6-tablet-line_height" | "tier1-cobalt-typography-meta-h6-tablet-letter_spacing" | "tier1-cobalt-typography-meta-h6-tablet-text_transform" | "tier1-cobalt-typography-meta-h6-mobile-font_family" | "tier1-cobalt-typography-meta-h6-mobile-font_weight" | "tier1-cobalt-typography-meta-h6-mobile-font_style" | "tier1-cobalt-typography-meta-h6-mobile-font_size" | "tier1-cobalt-typography-meta-h6-mobile-line_height" | "tier1-cobalt-typography-meta-h6-mobile-letter_spacing" | "tier1-cobalt-typography-meta-h6-mobile-text_transform" | "tier1-cobalt-typography-meta-b1-desktop-font_family" | "tier1-cobalt-typography-meta-b1-desktop-font_weight" | "tier1-cobalt-typography-meta-b1-desktop-font_style" | "tier1-cobalt-typography-meta-b1-desktop-font_size" | "tier1-cobalt-typography-meta-b1-desktop-line_height" | "tier1-cobalt-typography-meta-b1-desktop-letter_spacing" | "tier1-cobalt-typography-meta-b1-desktop-text_transform" | "tier1-cobalt-typography-meta-b1-tablet-font_family" | "tier1-cobalt-typography-meta-b1-tablet-font_weight" | "tier1-cobalt-typography-meta-b1-tablet-font_style" | "tier1-cobalt-typography-meta-b1-tablet-font_size" | "tier1-cobalt-typography-meta-b1-tablet-line_height" | "tier1-cobalt-typography-meta-b1-tablet-letter_spacing" | "tier1-cobalt-typography-meta-b1-tablet-text_transform" | "tier1-cobalt-typography-meta-b1-mobile-font_family" | "tier1-cobalt-typography-meta-b1-mobile-font_weight" | "tier1-cobalt-typography-meta-b1-mobile-font_style" | "tier1-cobalt-typography-meta-b1-mobile-font_size" | "tier1-cobalt-typography-meta-b1-mobile-line_height" | "tier1-cobalt-typography-meta-b1-mobile-letter_spacing" | "tier1-cobalt-typography-meta-b1-mobile-text_transform" | "tier1-cobalt-typography-meta-b2-desktop-font_family" | "tier1-cobalt-typography-meta-b2-desktop-font_weight" | "tier1-cobalt-typography-meta-b2-desktop-font_style" | "tier1-cobalt-typography-meta-b2-desktop-font_size" | "tier1-cobalt-typography-meta-b2-desktop-line_height" | "tier1-cobalt-typography-meta-b2-desktop-letter_spacing" | "tier1-cobalt-typography-meta-b2-desktop-text_transform" | "tier1-cobalt-typography-meta-b2-tablet-font_family" | "tier1-cobalt-typography-meta-b2-tablet-font_weight" | "tier1-cobalt-typography-meta-b2-tablet-font_style" | "tier1-cobalt-typography-meta-b2-tablet-font_size" | "tier1-cobalt-typography-meta-b2-tablet-line_height" | "tier1-cobalt-typography-meta-b2-tablet-letter_spacing" | "tier1-cobalt-typography-meta-b2-tablet-text_transform" | "tier1-cobalt-typography-meta-b2-mobile-font_family" | "tier1-cobalt-typography-meta-b2-mobile-font_weight" | "tier1-cobalt-typography-meta-b2-mobile-font_style" | "tier1-cobalt-typography-meta-b2-mobile-font_size" | "tier1-cobalt-typography-meta-b2-mobile-line_height" | "tier1-cobalt-typography-meta-b2-mobile-letter_spacing" | "tier1-cobalt-typography-meta-b2-mobile-text_transform" | "tier1-cobalt-typography-meta-b3-desktop-font_family" | "tier1-cobalt-typography-meta-b3-desktop-font_weight" | "tier1-cobalt-typography-meta-b3-desktop-font_style" | "tier1-cobalt-typography-meta-b3-desktop-font_size" | "tier1-cobalt-typography-meta-b3-desktop-line_height" | "tier1-cobalt-typography-meta-b3-desktop-letter_spacing" | "tier1-cobalt-typography-meta-b3-desktop-text_transform" | "tier1-cobalt-typography-meta-b3-tablet-font_family" | "tier1-cobalt-typography-meta-b3-tablet-font_weight" | "tier1-cobalt-typography-meta-b3-tablet-font_style" | "tier1-cobalt-typography-meta-b3-tablet-font_size" | "tier1-cobalt-typography-meta-b3-tablet-line_height" | "tier1-cobalt-typography-meta-b3-tablet-letter_spacing" | "tier1-cobalt-typography-meta-b3-tablet-text_transform" | "tier1-cobalt-typography-meta-b3-mobile-font_family" | "tier1-cobalt-typography-meta-b3-mobile-font_weight" | "tier1-cobalt-typography-meta-b3-mobile-font_style" | "tier1-cobalt-typography-meta-b3-mobile-font_size" | "tier1-cobalt-typography-meta-b3-mobile-line_height" | "tier1-cobalt-typography-meta-b3-mobile-letter_spacing" | "tier1-cobalt-typography-meta-b3-mobile-text_transform" | "tier1-cobalt-typography-data-h1-desktop-font_family" | "tier1-cobalt-typography-data-h1-desktop-font_weight" | "tier1-cobalt-typography-data-h1-desktop-font_style" | "tier1-cobalt-typography-data-h1-desktop-font_size" | "tier1-cobalt-typography-data-h1-desktop-line_height" | "tier1-cobalt-typography-data-h1-desktop-letter_spacing" | "tier1-cobalt-typography-data-h1-desktop-text_transform" | "tier1-cobalt-typography-data-h1-tablet-font_family" | "tier1-cobalt-typography-data-h1-tablet-font_weight" | "tier1-cobalt-typography-data-h1-tablet-font_style" | "tier1-cobalt-typography-data-h1-tablet-font_size" | "tier1-cobalt-typography-data-h1-tablet-line_height" | "tier1-cobalt-typography-data-h1-tablet-letter_spacing" | "tier1-cobalt-typography-data-h1-tablet-text_transform" | "tier1-cobalt-typography-data-h1-mobile-font_family" | "tier1-cobalt-typography-data-h1-mobile-font_weight" | "tier1-cobalt-typography-data-h1-mobile-font_style" | "tier1-cobalt-typography-data-h1-mobile-font_size" | "tier1-cobalt-typography-data-h1-mobile-line_height" | "tier1-cobalt-typography-data-h1-mobile-letter_spacing" | "tier1-cobalt-typography-data-h1-mobile-text_transform" | "tier1-cobalt-typography-data-h2-desktop-font_family" | "tier1-cobalt-typography-data-h2-desktop-font_weight" | "tier1-cobalt-typography-data-h2-desktop-font_style" | "tier1-cobalt-typography-data-h2-desktop-font_size" | "tier1-cobalt-typography-data-h2-desktop-line_height" | "tier1-cobalt-typography-data-h2-desktop-letter_spacing" | "tier1-cobalt-typography-data-h2-desktop-text_transform" | "tier1-cobalt-typography-data-h2-tablet-font_family" | "tier1-cobalt-typography-data-h2-tablet-font_weight" | "tier1-cobalt-typography-data-h2-tablet-font_style" | "tier1-cobalt-typography-data-h2-tablet-font_size" | "tier1-cobalt-typography-data-h2-tablet-line_height" | "tier1-cobalt-typography-data-h2-tablet-letter_spacing" | "tier1-cobalt-typography-data-h2-tablet-text_transform" | "tier1-cobalt-typography-data-h2-mobile-font_family" | "tier1-cobalt-typography-data-h2-mobile-font_weight" | "tier1-cobalt-typography-data-h2-mobile-font_style" | "tier1-cobalt-typography-data-h2-mobile-font_size" | "tier1-cobalt-typography-data-h2-mobile-line_height" | "tier1-cobalt-typography-data-h2-mobile-letter_spacing" | "tier1-cobalt-typography-data-h2-mobile-text_transform" | "tier1-cobalt-typography-data-h3-desktop-font_family" | "tier1-cobalt-typography-data-h3-desktop-font_weight" | "tier1-cobalt-typography-data-h3-desktop-font_style" | "tier1-cobalt-typography-data-h3-desktop-font_size" | "tier1-cobalt-typography-data-h3-desktop-line_height" | "tier1-cobalt-typography-data-h3-desktop-letter_spacing" | "tier1-cobalt-typography-data-h3-desktop-text_transform" | "tier1-cobalt-typography-data-h3-tablet-font_family" | "tier1-cobalt-typography-data-h3-tablet-font_weight" | "tier1-cobalt-typography-data-h3-tablet-font_style" | "tier1-cobalt-typography-data-h3-tablet-font_size" | "tier1-cobalt-typography-data-h3-tablet-line_height" | "tier1-cobalt-typography-data-h3-tablet-letter_spacing" | "tier1-cobalt-typography-data-h3-tablet-text_transform" | "tier1-cobalt-typography-data-h3-mobile-font_family" | "tier1-cobalt-typography-data-h3-mobile-font_weight" | "tier1-cobalt-typography-data-h3-mobile-font_style" | "tier1-cobalt-typography-data-h3-mobile-font_size" | "tier1-cobalt-typography-data-h3-mobile-line_height" | "tier1-cobalt-typography-data-h3-mobile-letter_spacing" | "tier1-cobalt-typography-data-h3-mobile-text_transform" | "tier1-cobalt-typography-data-h4-desktop-font_family" | "tier1-cobalt-typography-data-h4-desktop-font_weight" | "tier1-cobalt-typography-data-h4-desktop-font_style" | "tier1-cobalt-typography-data-h4-desktop-font_size" | "tier1-cobalt-typography-data-h4-desktop-line_height" | "tier1-cobalt-typography-data-h4-desktop-letter_spacing" | "tier1-cobalt-typography-data-h4-desktop-text_transform" | "tier1-cobalt-typography-data-h4-tablet-font_family" | "tier1-cobalt-typography-data-h4-tablet-font_weight" | "tier1-cobalt-typography-data-h4-tablet-font_style" | "tier1-cobalt-typography-data-h4-tablet-font_size" | "tier1-cobalt-typography-data-h4-tablet-line_height" | "tier1-cobalt-typography-data-h4-tablet-letter_spacing" | "tier1-cobalt-typography-data-h4-tablet-text_transform" | "tier1-cobalt-typography-data-h4-mobile-font_family" | "tier1-cobalt-typography-data-h4-mobile-font_weight" | "tier1-cobalt-typography-data-h4-mobile-font_style" | "tier1-cobalt-typography-data-h4-mobile-font_size" | "tier1-cobalt-typography-data-h4-mobile-line_height" | "tier1-cobalt-typography-data-h4-mobile-letter_spacing" | "tier1-cobalt-typography-data-h4-mobile-text_transform" | "tier1-cobalt-typography-data-h5-desktop-font_family" | "tier1-cobalt-typography-data-h5-desktop-font_weight" | "tier1-cobalt-typography-data-h5-desktop-font_style" | "tier1-cobalt-typography-data-h5-desktop-font_size" | "tier1-cobalt-typography-data-h5-desktop-line_height" | "tier1-cobalt-typography-data-h5-desktop-letter_spacing" | "tier1-cobalt-typography-data-h5-desktop-text_transform" | "tier1-cobalt-typography-data-h5-tablet-font_family" | "tier1-cobalt-typography-data-h5-tablet-font_weight" | "tier1-cobalt-typography-data-h5-tablet-font_style" | "tier1-cobalt-typography-data-h5-tablet-font_size" | "tier1-cobalt-typography-data-h5-tablet-line_height" | "tier1-cobalt-typography-data-h5-tablet-letter_spacing" | "tier1-cobalt-typography-data-h5-tablet-text_transform" | "tier1-cobalt-typography-data-h5-mobile-font_family" | "tier1-cobalt-typography-data-h5-mobile-font_weight" | "tier1-cobalt-typography-data-h5-mobile-font_style" | "tier1-cobalt-typography-data-h5-mobile-font_size" | "tier1-cobalt-typography-data-h5-mobile-line_height" | "tier1-cobalt-typography-data-h5-mobile-letter_spacing" | "tier1-cobalt-typography-data-h5-mobile-text_transform" | "tier1-cobalt-typography-data-h6-desktop-font_family" | "tier1-cobalt-typography-data-h6-desktop-font_weight" | "tier1-cobalt-typography-data-h6-desktop-font_style" | "tier1-cobalt-typography-data-h6-desktop-font_size" | "tier1-cobalt-typography-data-h6-desktop-line_height" | "tier1-cobalt-typography-data-h6-desktop-letter_spacing" | "tier1-cobalt-typography-data-h6-desktop-text_transform" | "tier1-cobalt-typography-data-h6-tablet-font_family" | "tier1-cobalt-typography-data-h6-tablet-font_weight" | "tier1-cobalt-typography-data-h6-tablet-font_style" | "tier1-cobalt-typography-data-h6-tablet-font_size" | "tier1-cobalt-typography-data-h6-tablet-line_height" | "tier1-cobalt-typography-data-h6-tablet-letter_spacing" | "tier1-cobalt-typography-data-h6-tablet-text_transform" | "tier1-cobalt-typography-data-h6-mobile-font_family" | "tier1-cobalt-typography-data-h6-mobile-font_weight" | "tier1-cobalt-typography-data-h6-mobile-font_style" | "tier1-cobalt-typography-data-h6-mobile-font_size" | "tier1-cobalt-typography-data-h6-mobile-line_height" | "tier1-cobalt-typography-data-h6-mobile-letter_spacing" | "tier1-cobalt-typography-data-h6-mobile-text_transform" | "tier1-cobalt-typography-data-b1-desktop-font_family" | "tier1-cobalt-typography-data-b1-desktop-font_weight" | "tier1-cobalt-typography-data-b1-desktop-font_style" | "tier1-cobalt-typography-data-b1-desktop-font_size" | "tier1-cobalt-typography-data-b1-desktop-line_height" | "tier1-cobalt-typography-data-b1-desktop-letter_spacing" | "tier1-cobalt-typography-data-b1-desktop-text_transform" | "tier1-cobalt-typography-data-b1-tablet-font_family" | "tier1-cobalt-typography-data-b1-tablet-font_weight" | "tier1-cobalt-typography-data-b1-tablet-font_style" | "tier1-cobalt-typography-data-b1-tablet-font_size" | "tier1-cobalt-typography-data-b1-tablet-line_height" | "tier1-cobalt-typography-data-b1-tablet-letter_spacing" | "tier1-cobalt-typography-data-b1-tablet-text_transform" | "tier1-cobalt-typography-data-b1-mobile-font_family" | "tier1-cobalt-typography-data-b1-mobile-font_weight" | "tier1-cobalt-typography-data-b1-mobile-font_style" | "tier1-cobalt-typography-data-b1-mobile-font_size" | "tier1-cobalt-typography-data-b1-mobile-line_height" | "tier1-cobalt-typography-data-b1-mobile-letter_spacing" | "tier1-cobalt-typography-data-b1-mobile-text_transform" | "tier1-cobalt-typography-data-b2-desktop-font_family" | "tier1-cobalt-typography-data-b2-desktop-font_weight" | "tier1-cobalt-typography-data-b2-desktop-font_style" | "tier1-cobalt-typography-data-b2-desktop-font_size" | "tier1-cobalt-typography-data-b2-desktop-line_height" | "tier1-cobalt-typography-data-b2-desktop-letter_spacing" | "tier1-cobalt-typography-data-b2-desktop-text_transform" | "tier1-cobalt-typography-data-b2-tablet-font_family" | "tier1-cobalt-typography-data-b2-tablet-font_weight" | "tier1-cobalt-typography-data-b2-tablet-font_style" | "tier1-cobalt-typography-data-b2-tablet-font_size" | "tier1-cobalt-typography-data-b2-tablet-line_height" | "tier1-cobalt-typography-data-b2-tablet-letter_spacing" | "tier1-cobalt-typography-data-b2-tablet-text_transform" | "tier1-cobalt-typography-data-b2-mobile-font_family" | "tier1-cobalt-typography-data-b2-mobile-font_weight" | "tier1-cobalt-typography-data-b2-mobile-font_style" | "tier1-cobalt-typography-data-b2-mobile-font_size" | "tier1-cobalt-typography-data-b2-mobile-line_height" | "tier1-cobalt-typography-data-b2-mobile-letter_spacing" | "tier1-cobalt-typography-data-b2-mobile-text_transform" | "tier1-cobalt-typography-data-b3-desktop-font_family" | "tier1-cobalt-typography-data-b3-desktop-font_weight" | "tier1-cobalt-typography-data-b3-desktop-font_style" | "tier1-cobalt-typography-data-b3-desktop-font_size" | "tier1-cobalt-typography-data-b3-desktop-line_height" | "tier1-cobalt-typography-data-b3-desktop-letter_spacing" | "tier1-cobalt-typography-data-b3-desktop-text_transform" | "tier1-cobalt-typography-data-b3-tablet-font_family" | "tier1-cobalt-typography-data-b3-tablet-font_weight" | "tier1-cobalt-typography-data-b3-tablet-font_style" | "tier1-cobalt-typography-data-b3-tablet-font_size" | "tier1-cobalt-typography-data-b3-tablet-line_height" | "tier1-cobalt-typography-data-b3-tablet-letter_spacing" | "tier1-cobalt-typography-data-b3-tablet-text_transform" | "tier1-cobalt-typography-data-b3-mobile-font_family" | "tier1-cobalt-typography-data-b3-mobile-font_weight" | "tier1-cobalt-typography-data-b3-mobile-font_style" | "tier1-cobalt-typography-data-b3-mobile-font_size" | "tier1-cobalt-typography-data-b3-mobile-line_height" | "tier1-cobalt-typography-data-b3-mobile-letter_spacing" | "tier1-cobalt-typography-data-b3-mobile-text_transform" | "tier1-cobalt-typography-headline-h1-desktop-font_family" | "tier1-cobalt-typography-headline-h1-desktop-font_weight" | "tier1-cobalt-typography-headline-h1-desktop-font_style" | "tier1-cobalt-typography-headline-h1-desktop-font_size" | "tier1-cobalt-typography-headline-h1-desktop-line_height" | "tier1-cobalt-typography-headline-h1-desktop-letter_spacing" | "tier1-cobalt-typography-headline-h1-desktop-text_transform" | "tier1-cobalt-typography-headline-h1-tablet-font_family" | "tier1-cobalt-typography-headline-h1-tablet-font_weight" | "tier1-cobalt-typography-headline-h1-tablet-font_style" | "tier1-cobalt-typography-headline-h1-tablet-font_size" | "tier1-cobalt-typography-headline-h1-tablet-line_height" | "tier1-cobalt-typography-headline-h1-tablet-letter_spacing" | "tier1-cobalt-typography-headline-h1-tablet-text_transform" | "tier1-cobalt-typography-headline-h1-mobile-font_family" | "tier1-cobalt-typography-headline-h1-mobile-font_weight" | "tier1-cobalt-typography-headline-h1-mobile-font_style" | "tier1-cobalt-typography-headline-h1-mobile-font_size" | "tier1-cobalt-typography-headline-h1-mobile-line_height" | "tier1-cobalt-typography-headline-h1-mobile-letter_spacing" | "tier1-cobalt-typography-headline-h1-mobile-text_transform" | "tier1-cobalt-typography-headline-h2-desktop-font_family" | "tier1-cobalt-typography-headline-h2-desktop-font_weight" | "tier1-cobalt-typography-headline-h2-desktop-font_style" | "tier1-cobalt-typography-headline-h2-desktop-font_size" | "tier1-cobalt-typography-headline-h2-desktop-line_height" | "tier1-cobalt-typography-headline-h2-desktop-letter_spacing" | "tier1-cobalt-typography-headline-h2-desktop-text_transform" | "tier1-cobalt-typography-headline-h2-tablet-font_family" | "tier1-cobalt-typography-headline-h2-tablet-font_weight" | "tier1-cobalt-typography-headline-h2-tablet-font_style" | "tier1-cobalt-typography-headline-h2-tablet-font_size" | "tier1-cobalt-typography-headline-h2-tablet-line_height" | "tier1-cobalt-typography-headline-h2-tablet-letter_spacing" | "tier1-cobalt-typography-headline-h2-tablet-text_transform" | "tier1-cobalt-typography-headline-h2-mobile-font_family" | "tier1-cobalt-typography-headline-h2-mobile-font_weight" | "tier1-cobalt-typography-headline-h2-mobile-font_style" | "tier1-cobalt-typography-headline-h2-mobile-font_size" | "tier1-cobalt-typography-headline-h2-mobile-line_height" | "tier1-cobalt-typography-headline-h2-mobile-letter_spacing" | "tier1-cobalt-typography-headline-h2-mobile-text_transform" | "tier1-cobalt-typography-headline-h3-desktop-font_family" | "tier1-cobalt-typography-headline-h3-desktop-font_weight" | "tier1-cobalt-typography-headline-h3-desktop-font_style" | "tier1-cobalt-typography-headline-h3-desktop-font_size" | "tier1-cobalt-typography-headline-h3-desktop-line_height" | "tier1-cobalt-typography-headline-h3-desktop-letter_spacing" | "tier1-cobalt-typography-headline-h3-desktop-text_transform" | "tier1-cobalt-typography-headline-h3-tablet-font_family" | "tier1-cobalt-typography-headline-h3-tablet-font_weight" | "tier1-cobalt-typography-headline-h3-tablet-font_style" | "tier1-cobalt-typography-headline-h3-tablet-font_size" | "tier1-cobalt-typography-headline-h3-tablet-line_height" | "tier1-cobalt-typography-headline-h3-tablet-letter_spacing" | "tier1-cobalt-typography-headline-h3-tablet-text_transform" | "tier1-cobalt-typography-headline-h3-mobile-font_family" | "tier1-cobalt-typography-headline-h3-mobile-font_weight" | "tier1-cobalt-typography-headline-h3-mobile-font_style" | "tier1-cobalt-typography-headline-h3-mobile-font_size" | "tier1-cobalt-typography-headline-h3-mobile-line_height" | "tier1-cobalt-typography-headline-h3-mobile-letter_spacing" | "tier1-cobalt-typography-headline-h3-mobile-text_transform" | "tier1-cobalt-typography-headline-h4-desktop-font_family" | "tier1-cobalt-typography-headline-h4-desktop-font_weight" | "tier1-cobalt-typography-headline-h4-desktop-font_style" | "tier1-cobalt-typography-headline-h4-desktop-font_size" | "tier1-cobalt-typography-headline-h4-desktop-line_height" | "tier1-cobalt-typography-headline-h4-desktop-letter_spacing" | "tier1-cobalt-typography-headline-h4-desktop-text_transform" | "tier1-cobalt-typography-headline-h4-tablet-font_family" | "tier1-cobalt-typography-headline-h4-tablet-font_weight" | "tier1-cobalt-typography-headline-h4-tablet-font_style" | "tier1-cobalt-typography-headline-h4-tablet-font_size" | "tier1-cobalt-typography-headline-h4-tablet-line_height" | "tier1-cobalt-typography-headline-h4-tablet-letter_spacing" | "tier1-cobalt-typography-headline-h4-tablet-text_transform" | "tier1-cobalt-typography-headline-h4-mobile-font_family" | "tier1-cobalt-typography-headline-h4-mobile-font_weight" | "tier1-cobalt-typography-headline-h4-mobile-font_style" | "tier1-cobalt-typography-headline-h4-mobile-font_size" | "tier1-cobalt-typography-headline-h4-mobile-line_height" | "tier1-cobalt-typography-headline-h4-mobile-letter_spacing" | "tier1-cobalt-typography-headline-h4-mobile-text_transform" | "tier1-cobalt-typography-headline-h5-desktop-font_family" | "tier1-cobalt-typography-headline-h5-desktop-font_weight" | "tier1-cobalt-typography-headline-h5-desktop-font_style" | "tier1-cobalt-typography-headline-h5-desktop-font_size" | "tier1-cobalt-typography-headline-h5-desktop-line_height" | "tier1-cobalt-typography-headline-h5-desktop-letter_spacing" | "tier1-cobalt-typography-headline-h5-desktop-text_transform" | "tier1-cobalt-typography-headline-h5-tablet-font_family" | "tier1-cobalt-typography-headline-h5-tablet-font_weight" | "tier1-cobalt-typography-headline-h5-tablet-font_style" | "tier1-cobalt-typography-headline-h5-tablet-font_size" | "tier1-cobalt-typography-headline-h5-tablet-line_height" | "tier1-cobalt-typography-headline-h5-tablet-letter_spacing" | "tier1-cobalt-typography-headline-h5-tablet-text_transform" | "tier1-cobalt-typography-headline-h5-mobile-font_family" | "tier1-cobalt-typography-headline-h5-mobile-font_weight" | "tier1-cobalt-typography-headline-h5-mobile-font_style" | "tier1-cobalt-typography-headline-h5-mobile-font_size" | "tier1-cobalt-typography-headline-h5-mobile-line_height" | "tier1-cobalt-typography-headline-h5-mobile-letter_spacing" | "tier1-cobalt-typography-headline-h5-mobile-text_transform" | "tier1-cobalt-typography-headline-h6-desktop-font_family" | "tier1-cobalt-typography-headline-h6-desktop-font_weight" | "tier1-cobalt-typography-headline-h6-desktop-font_style" | "tier1-cobalt-typography-headline-h6-desktop-font_size" | "tier1-cobalt-typography-headline-h6-desktop-line_height" | "tier1-cobalt-typography-headline-h6-desktop-letter_spacing" | "tier1-cobalt-typography-headline-h6-desktop-text_transform" | "tier1-cobalt-typography-headline-h6-tablet-font_family" | "tier1-cobalt-typography-headline-h6-tablet-font_weight" | "tier1-cobalt-typography-headline-h6-tablet-font_style" | "tier1-cobalt-typography-headline-h6-tablet-font_size" | "tier1-cobalt-typography-headline-h6-tablet-line_height" | "tier1-cobalt-typography-headline-h6-tablet-letter_spacing" | "tier1-cobalt-typography-headline-h6-tablet-text_transform" | "tier1-cobalt-typography-headline-h6-mobile-font_family" | "tier1-cobalt-typography-headline-h6-mobile-font_weight" | "tier1-cobalt-typography-headline-h6-mobile-font_style" | "tier1-cobalt-typography-headline-h6-mobile-font_size" | "tier1-cobalt-typography-headline-h6-mobile-line_height" | "tier1-cobalt-typography-headline-h6-mobile-letter_spacing" | "tier1-cobalt-typography-headline-h6-mobile-text_transform" | "tier1-cobalt-typography-headline-b1-desktop-font_family" | "tier1-cobalt-typography-headline-b1-desktop-font_weight" | "tier1-cobalt-typography-headline-b1-desktop-font_style" | "tier1-cobalt-typography-headline-b1-desktop-font_size" | "tier1-cobalt-typography-headline-b1-desktop-line_height" | "tier1-cobalt-typography-headline-b1-desktop-letter_spacing" | "tier1-cobalt-typography-headline-b1-desktop-text_transform" | "tier1-cobalt-typography-headline-b1-tablet-font_family" | "tier1-cobalt-typography-headline-b1-tablet-font_weight" | "tier1-cobalt-typography-headline-b1-tablet-font_style" | "tier1-cobalt-typography-headline-b1-tablet-font_size" | "tier1-cobalt-typography-headline-b1-tablet-line_height" | "tier1-cobalt-typography-headline-b1-tablet-letter_spacing" | "tier1-cobalt-typography-headline-b1-tablet-text_transform" | "tier1-cobalt-typography-headline-b1-mobile-font_family" | "tier1-cobalt-typography-headline-b1-mobile-font_weight" | "tier1-cobalt-typography-headline-b1-mobile-font_style" | "tier1-cobalt-typography-headline-b1-mobile-font_size" | "tier1-cobalt-typography-headline-b1-mobile-line_height" | "tier1-cobalt-typography-headline-b1-mobile-letter_spacing" | "tier1-cobalt-typography-headline-b1-mobile-text_transform" | "tier1-cobalt-typography-headline-b2-desktop-font_family" | "tier1-cobalt-typography-headline-b2-desktop-font_weight" | "tier1-cobalt-typography-headline-b2-desktop-font_style" | "tier1-cobalt-typography-headline-b2-desktop-font_size" | "tier1-cobalt-typography-headline-b2-desktop-line_height" | "tier1-cobalt-typography-headline-b2-desktop-letter_spacing" | "tier1-cobalt-typography-headline-b2-desktop-text_transform" | "tier1-cobalt-typography-headline-b2-tablet-font_family" | "tier1-cobalt-typography-headline-b2-tablet-font_weight" | "tier1-cobalt-typography-headline-b2-tablet-font_style" | "tier1-cobalt-typography-headline-b2-tablet-font_size" | "tier1-cobalt-typography-headline-b2-tablet-line_height" | "tier1-cobalt-typography-headline-b2-tablet-letter_spacing" | "tier1-cobalt-typography-headline-b2-tablet-text_transform" | "tier1-cobalt-typography-headline-b2-mobile-font_family" | "tier1-cobalt-typography-headline-b2-mobile-font_weight" | "tier1-cobalt-typography-headline-b2-mobile-font_style" | "tier1-cobalt-typography-headline-b2-mobile-font_size" | "tier1-cobalt-typography-headline-b2-mobile-line_height" | "tier1-cobalt-typography-headline-b2-mobile-letter_spacing" | "tier1-cobalt-typography-headline-b2-mobile-text_transform" | "tier1-cobalt-typography-headline-b3-desktop-font_family" | "tier1-cobalt-typography-headline-b3-desktop-font_weight" | "tier1-cobalt-typography-headline-b3-desktop-font_style" | "tier1-cobalt-typography-headline-b3-desktop-font_size" | "tier1-cobalt-typography-headline-b3-desktop-line_height" | "tier1-cobalt-typography-headline-b3-desktop-letter_spacing" | "tier1-cobalt-typography-headline-b3-desktop-text_transform" | "tier1-cobalt-typography-headline-b3-tablet-font_family" | "tier1-cobalt-typography-headline-b3-tablet-font_weight" | "tier1-cobalt-typography-headline-b3-tablet-font_style" | "tier1-cobalt-typography-headline-b3-tablet-font_size" | "tier1-cobalt-typography-headline-b3-tablet-line_height" | "tier1-cobalt-typography-headline-b3-tablet-letter_spacing" | "tier1-cobalt-typography-headline-b3-tablet-text_transform" | "tier1-cobalt-typography-headline-b3-mobile-font_family" | "tier1-cobalt-typography-headline-b3-mobile-font_weight" | "tier1-cobalt-typography-headline-b3-mobile-font_style" | "tier1-cobalt-typography-headline-b3-mobile-font_size" | "tier1-cobalt-typography-headline-b3-mobile-line_height" | "tier1-cobalt-typography-headline-b3-mobile-letter_spacing" | "tier1-cobalt-typography-headline-b3-mobile-text_transform", TypographyValue>>;
15
+ tier3: Partial<Record<"tier2-white-link-primary-font_family" | "tier2-white-link-primary-font_weight" | "tier2-white-link-primary-font_style" | "tier2-white-link-primary-font_size" | "tier2-white-link-primary-line_height" | "tier2-white-link-primary-letter_spacing" | "tier2-white-link-primary-text_transform" | "tier2-white-link-secondary-font_family" | "tier2-white-link-secondary-font_weight" | "tier2-white-link-secondary-font_style" | "tier2-white-link-secondary-font_size" | "tier2-white-link-secondary-line_height" | "tier2-white-link-secondary-letter_spacing" | "tier2-white-link-secondary-text_transform" | "tier2-white-link-tertiary-font_family" | "tier2-white-link-tertiary-font_weight" | "tier2-white-link-tertiary-font_style" | "tier2-white-link-tertiary-font_size" | "tier2-white-link-tertiary-line_height" | "tier2-white-link-tertiary-letter_spacing" | "tier2-white-link-tertiary-text_transform" | "tier2-white-link-link-font_family" | "tier2-white-link-link-font_weight" | "tier2-white-link-link-font_style" | "tier2-white-link-link-font_size" | "tier2-white-link-link-line_height" | "tier2-white-link-link-letter_spacing" | "tier2-white-link-link-text_transform" | "tier2-white-link-knockout-font_family" | "tier2-white-link-knockout-font_weight" | "tier2-white-link-knockout-font_style" | "tier2-white-link-knockout-font_size" | "tier2-white-link-knockout-line_height" | "tier2-white-link-knockout-letter_spacing" | "tier2-white-link-knockout-text_transform" | "tier2-white-button-primary-font_family" | "tier2-white-button-primary-font_weight" | "tier2-white-button-primary-font_style" | "tier2-white-button-primary-font_size" | "tier2-white-button-primary-line_height" | "tier2-white-button-primary-letter_spacing" | "tier2-white-button-primary-text_transform" | "tier2-white-button-secondary-font_family" | "tier2-white-button-secondary-font_weight" | "tier2-white-button-secondary-font_style" | "tier2-white-button-secondary-font_size" | "tier2-white-button-secondary-line_height" | "tier2-white-button-secondary-letter_spacing" | "tier2-white-button-secondary-text_transform" | "tier2-white-button-tertiary-font_family" | "tier2-white-button-tertiary-font_weight" | "tier2-white-button-tertiary-font_style" | "tier2-white-button-tertiary-font_size" | "tier2-white-button-tertiary-line_height" | "tier2-white-button-tertiary-letter_spacing" | "tier2-white-button-tertiary-text_transform" | "tier2-white-button-link-font_family" | "tier2-white-button-link-font_weight" | "tier2-white-button-link-font_style" | "tier2-white-button-link-font_size" | "tier2-white-button-link-line_height" | "tier2-white-button-link-letter_spacing" | "tier2-white-button-link-text_transform" | "tier2-white-button-knockout-font_family" | "tier2-white-button-knockout-font_weight" | "tier2-white-button-knockout-font_style" | "tier2-white-button-knockout-font_size" | "tier2-white-button-knockout-line_height" | "tier2-white-button-knockout-letter_spacing" | "tier2-white-button-knockout-text_transform" | "tier2-white-table-primary-font_family" | "tier2-white-table-primary-font_weight" | "tier2-white-table-primary-font_style" | "tier2-white-table-primary-font_size" | "tier2-white-table-primary-line_height" | "tier2-white-table-primary-letter_spacing" | "tier2-white-table-primary-text_transform" | "tier2-white-table-secondary-font_family" | "tier2-white-table-secondary-font_weight" | "tier2-white-table-secondary-font_style" | "tier2-white-table-secondary-font_size" | "tier2-white-table-secondary-line_height" | "tier2-white-table-secondary-letter_spacing" | "tier2-white-table-secondary-text_transform" | "tier2-white-table-tertiary-font_family" | "tier2-white-table-tertiary-font_weight" | "tier2-white-table-tertiary-font_style" | "tier2-white-table-tertiary-font_size" | "tier2-white-table-tertiary-line_height" | "tier2-white-table-tertiary-letter_spacing" | "tier2-white-table-tertiary-text_transform" | "tier2-white-table-link-font_family" | "tier2-white-table-link-font_weight" | "tier2-white-table-link-font_style" | "tier2-white-table-link-font_size" | "tier2-white-table-link-line_height" | "tier2-white-table-link-letter_spacing" | "tier2-white-table-link-text_transform" | "tier2-white-table-knockout-font_family" | "tier2-white-table-knockout-font_weight" | "tier2-white-table-knockout-font_style" | "tier2-white-table-knockout-font_size" | "tier2-white-table-knockout-line_height" | "tier2-white-table-knockout-letter_spacing" | "tier2-white-table-knockout-text_transform" | "tier2-white-header-primary-font_family" | "tier2-white-header-primary-font_weight" | "tier2-white-header-primary-font_style" | "tier2-white-header-primary-font_size" | "tier2-white-header-primary-line_height" | "tier2-white-header-primary-letter_spacing" | "tier2-white-header-primary-text_transform" | "tier2-white-header-secondary-font_family" | "tier2-white-header-secondary-font_weight" | "tier2-white-header-secondary-font_style" | "tier2-white-header-secondary-font_size" | "tier2-white-header-secondary-line_height" | "tier2-white-header-secondary-letter_spacing" | "tier2-white-header-secondary-text_transform" | "tier2-white-header-tertiary-font_family" | "tier2-white-header-tertiary-font_weight" | "tier2-white-header-tertiary-font_style" | "tier2-white-header-tertiary-font_size" | "tier2-white-header-tertiary-line_height" | "tier2-white-header-tertiary-letter_spacing" | "tier2-white-header-tertiary-text_transform" | "tier2-white-header-link-font_family" | "tier2-white-header-link-font_weight" | "tier2-white-header-link-font_style" | "tier2-white-header-link-font_size" | "tier2-white-header-link-line_height" | "tier2-white-header-link-letter_spacing" | "tier2-white-header-link-text_transform" | "tier2-white-header-knockout-font_family" | "tier2-white-header-knockout-font_weight" | "tier2-white-header-knockout-font_style" | "tier2-white-header-knockout-font_size" | "tier2-white-header-knockout-line_height" | "tier2-white-header-knockout-letter_spacing" | "tier2-white-header-knockout-text_transform" | "tier2-white-form-primary-font_family" | "tier2-white-form-primary-font_weight" | "tier2-white-form-primary-font_style" | "tier2-white-form-primary-font_size" | "tier2-white-form-primary-line_height" | "tier2-white-form-primary-letter_spacing" | "tier2-white-form-primary-text_transform" | "tier2-white-form-secondary-font_family" | "tier2-white-form-secondary-font_weight" | "tier2-white-form-secondary-font_style" | "tier2-white-form-secondary-font_size" | "tier2-white-form-secondary-line_height" | "tier2-white-form-secondary-letter_spacing" | "tier2-white-form-secondary-text_transform" | "tier2-white-form-tertiary-font_family" | "tier2-white-form-tertiary-font_weight" | "tier2-white-form-tertiary-font_style" | "tier2-white-form-tertiary-font_size" | "tier2-white-form-tertiary-line_height" | "tier2-white-form-tertiary-letter_spacing" | "tier2-white-form-tertiary-text_transform" | "tier2-white-form-link-font_family" | "tier2-white-form-link-font_weight" | "tier2-white-form-link-font_style" | "tier2-white-form-link-font_size" | "tier2-white-form-link-line_height" | "tier2-white-form-link-letter_spacing" | "tier2-white-form-link-text_transform" | "tier2-white-form-knockout-font_family" | "tier2-white-form-knockout-font_weight" | "tier2-white-form-knockout-font_style" | "tier2-white-form-knockout-font_size" | "tier2-white-form-knockout-line_height" | "tier2-white-form-knockout-letter_spacing" | "tier2-white-form-knockout-text_transform" | "tier2-white-focus_ring-primary-font_family" | "tier2-white-focus_ring-primary-font_weight" | "tier2-white-focus_ring-primary-font_style" | "tier2-white-focus_ring-primary-font_size" | "tier2-white-focus_ring-primary-line_height" | "tier2-white-focus_ring-primary-letter_spacing" | "tier2-white-focus_ring-primary-text_transform" | "tier2-white-focus_ring-secondary-font_family" | "tier2-white-focus_ring-secondary-font_weight" | "tier2-white-focus_ring-secondary-font_style" | "tier2-white-focus_ring-secondary-font_size" | "tier2-white-focus_ring-secondary-line_height" | "tier2-white-focus_ring-secondary-letter_spacing" | "tier2-white-focus_ring-secondary-text_transform" | "tier2-white-focus_ring-tertiary-font_family" | "tier2-white-focus_ring-tertiary-font_weight" | "tier2-white-focus_ring-tertiary-font_style" | "tier2-white-focus_ring-tertiary-font_size" | "tier2-white-focus_ring-tertiary-line_height" | "tier2-white-focus_ring-tertiary-letter_spacing" | "tier2-white-focus_ring-tertiary-text_transform" | "tier2-white-focus_ring-link-font_family" | "tier2-white-focus_ring-link-font_weight" | "tier2-white-focus_ring-link-font_style" | "tier2-white-focus_ring-link-font_size" | "tier2-white-focus_ring-link-line_height" | "tier2-white-focus_ring-link-letter_spacing" | "tier2-white-focus_ring-link-text_transform" | "tier2-white-focus_ring-knockout-font_family" | "tier2-white-focus_ring-knockout-font_weight" | "tier2-white-focus_ring-knockout-font_style" | "tier2-white-focus_ring-knockout-font_size" | "tier2-white-focus_ring-knockout-line_height" | "tier2-white-focus_ring-knockout-letter_spacing" | "tier2-white-focus_ring-knockout-text_transform" | "tier2-theme-link-primary-font_family" | "tier2-theme-link-primary-font_weight" | "tier2-theme-link-primary-font_style" | "tier2-theme-link-primary-font_size" | "tier2-theme-link-primary-line_height" | "tier2-theme-link-primary-letter_spacing" | "tier2-theme-link-primary-text_transform" | "tier2-theme-link-secondary-font_family" | "tier2-theme-link-secondary-font_weight" | "tier2-theme-link-secondary-font_style" | "tier2-theme-link-secondary-font_size" | "tier2-theme-link-secondary-line_height" | "tier2-theme-link-secondary-letter_spacing" | "tier2-theme-link-secondary-text_transform" | "tier2-theme-link-tertiary-font_family" | "tier2-theme-link-tertiary-font_weight" | "tier2-theme-link-tertiary-font_style" | "tier2-theme-link-tertiary-font_size" | "tier2-theme-link-tertiary-line_height" | "tier2-theme-link-tertiary-letter_spacing" | "tier2-theme-link-tertiary-text_transform" | "tier2-theme-link-link-font_family" | "tier2-theme-link-link-font_weight" | "tier2-theme-link-link-font_style" | "tier2-theme-link-link-font_size" | "tier2-theme-link-link-line_height" | "tier2-theme-link-link-letter_spacing" | "tier2-theme-link-link-text_transform" | "tier2-theme-link-knockout-font_family" | "tier2-theme-link-knockout-font_weight" | "tier2-theme-link-knockout-font_style" | "tier2-theme-link-knockout-font_size" | "tier2-theme-link-knockout-line_height" | "tier2-theme-link-knockout-letter_spacing" | "tier2-theme-link-knockout-text_transform" | "tier2-theme-button-primary-font_family" | "tier2-theme-button-primary-font_weight" | "tier2-theme-button-primary-font_style" | "tier2-theme-button-primary-font_size" | "tier2-theme-button-primary-line_height" | "tier2-theme-button-primary-letter_spacing" | "tier2-theme-button-primary-text_transform" | "tier2-theme-button-secondary-font_family" | "tier2-theme-button-secondary-font_weight" | "tier2-theme-button-secondary-font_style" | "tier2-theme-button-secondary-font_size" | "tier2-theme-button-secondary-line_height" | "tier2-theme-button-secondary-letter_spacing" | "tier2-theme-button-secondary-text_transform" | "tier2-theme-button-tertiary-font_family" | "tier2-theme-button-tertiary-font_weight" | "tier2-theme-button-tertiary-font_style" | "tier2-theme-button-tertiary-font_size" | "tier2-theme-button-tertiary-line_height" | "tier2-theme-button-tertiary-letter_spacing" | "tier2-theme-button-tertiary-text_transform" | "tier2-theme-button-link-font_family" | "tier2-theme-button-link-font_weight" | "tier2-theme-button-link-font_style" | "tier2-theme-button-link-font_size" | "tier2-theme-button-link-line_height" | "tier2-theme-button-link-letter_spacing" | "tier2-theme-button-link-text_transform" | "tier2-theme-button-knockout-font_family" | "tier2-theme-button-knockout-font_weight" | "tier2-theme-button-knockout-font_style" | "tier2-theme-button-knockout-font_size" | "tier2-theme-button-knockout-line_height" | "tier2-theme-button-knockout-letter_spacing" | "tier2-theme-button-knockout-text_transform" | "tier2-theme-table-primary-font_family" | "tier2-theme-table-primary-font_weight" | "tier2-theme-table-primary-font_style" | "tier2-theme-table-primary-font_size" | "tier2-theme-table-primary-line_height" | "tier2-theme-table-primary-letter_spacing" | "tier2-theme-table-primary-text_transform" | "tier2-theme-table-secondary-font_family" | "tier2-theme-table-secondary-font_weight" | "tier2-theme-table-secondary-font_style" | "tier2-theme-table-secondary-font_size" | "tier2-theme-table-secondary-line_height" | "tier2-theme-table-secondary-letter_spacing" | "tier2-theme-table-secondary-text_transform" | "tier2-theme-table-tertiary-font_family" | "tier2-theme-table-tertiary-font_weight" | "tier2-theme-table-tertiary-font_style" | "tier2-theme-table-tertiary-font_size" | "tier2-theme-table-tertiary-line_height" | "tier2-theme-table-tertiary-letter_spacing" | "tier2-theme-table-tertiary-text_transform" | "tier2-theme-table-link-font_family" | "tier2-theme-table-link-font_weight" | "tier2-theme-table-link-font_style" | "tier2-theme-table-link-font_size" | "tier2-theme-table-link-line_height" | "tier2-theme-table-link-letter_spacing" | "tier2-theme-table-link-text_transform" | "tier2-theme-table-knockout-font_family" | "tier2-theme-table-knockout-font_weight" | "tier2-theme-table-knockout-font_style" | "tier2-theme-table-knockout-font_size" | "tier2-theme-table-knockout-line_height" | "tier2-theme-table-knockout-letter_spacing" | "tier2-theme-table-knockout-text_transform" | "tier2-theme-header-primary-font_family" | "tier2-theme-header-primary-font_weight" | "tier2-theme-header-primary-font_style" | "tier2-theme-header-primary-font_size" | "tier2-theme-header-primary-line_height" | "tier2-theme-header-primary-letter_spacing" | "tier2-theme-header-primary-text_transform" | "tier2-theme-header-secondary-font_family" | "tier2-theme-header-secondary-font_weight" | "tier2-theme-header-secondary-font_style" | "tier2-theme-header-secondary-font_size" | "tier2-theme-header-secondary-line_height" | "tier2-theme-header-secondary-letter_spacing" | "tier2-theme-header-secondary-text_transform" | "tier2-theme-header-tertiary-font_family" | "tier2-theme-header-tertiary-font_weight" | "tier2-theme-header-tertiary-font_style" | "tier2-theme-header-tertiary-font_size" | "tier2-theme-header-tertiary-line_height" | "tier2-theme-header-tertiary-letter_spacing" | "tier2-theme-header-tertiary-text_transform" | "tier2-theme-header-link-font_family" | "tier2-theme-header-link-font_weight" | "tier2-theme-header-link-font_style" | "tier2-theme-header-link-font_size" | "tier2-theme-header-link-line_height" | "tier2-theme-header-link-letter_spacing" | "tier2-theme-header-link-text_transform" | "tier2-theme-header-knockout-font_family" | "tier2-theme-header-knockout-font_weight" | "tier2-theme-header-knockout-font_style" | "tier2-theme-header-knockout-font_size" | "tier2-theme-header-knockout-line_height" | "tier2-theme-header-knockout-letter_spacing" | "tier2-theme-header-knockout-text_transform" | "tier2-theme-form-primary-font_family" | "tier2-theme-form-primary-font_weight" | "tier2-theme-form-primary-font_style" | "tier2-theme-form-primary-font_size" | "tier2-theme-form-primary-line_height" | "tier2-theme-form-primary-letter_spacing" | "tier2-theme-form-primary-text_transform" | "tier2-theme-form-secondary-font_family" | "tier2-theme-form-secondary-font_weight" | "tier2-theme-form-secondary-font_style" | "tier2-theme-form-secondary-font_size" | "tier2-theme-form-secondary-line_height" | "tier2-theme-form-secondary-letter_spacing" | "tier2-theme-form-secondary-text_transform" | "tier2-theme-form-tertiary-font_family" | "tier2-theme-form-tertiary-font_weight" | "tier2-theme-form-tertiary-font_style" | "tier2-theme-form-tertiary-font_size" | "tier2-theme-form-tertiary-line_height" | "tier2-theme-form-tertiary-letter_spacing" | "tier2-theme-form-tertiary-text_transform" | "tier2-theme-form-link-font_family" | "tier2-theme-form-link-font_weight" | "tier2-theme-form-link-font_style" | "tier2-theme-form-link-font_size" | "tier2-theme-form-link-line_height" | "tier2-theme-form-link-letter_spacing" | "tier2-theme-form-link-text_transform" | "tier2-theme-form-knockout-font_family" | "tier2-theme-form-knockout-font_weight" | "tier2-theme-form-knockout-font_style" | "tier2-theme-form-knockout-font_size" | "tier2-theme-form-knockout-line_height" | "tier2-theme-form-knockout-letter_spacing" | "tier2-theme-form-knockout-text_transform" | "tier2-theme-focus_ring-primary-font_family" | "tier2-theme-focus_ring-primary-font_weight" | "tier2-theme-focus_ring-primary-font_style" | "tier2-theme-focus_ring-primary-font_size" | "tier2-theme-focus_ring-primary-line_height" | "tier2-theme-focus_ring-primary-letter_spacing" | "tier2-theme-focus_ring-primary-text_transform" | "tier2-theme-focus_ring-secondary-font_family" | "tier2-theme-focus_ring-secondary-font_weight" | "tier2-theme-focus_ring-secondary-font_style" | "tier2-theme-focus_ring-secondary-font_size" | "tier2-theme-focus_ring-secondary-line_height" | "tier2-theme-focus_ring-secondary-letter_spacing" | "tier2-theme-focus_ring-secondary-text_transform" | "tier2-theme-focus_ring-tertiary-font_family" | "tier2-theme-focus_ring-tertiary-font_weight" | "tier2-theme-focus_ring-tertiary-font_style" | "tier2-theme-focus_ring-tertiary-font_size" | "tier2-theme-focus_ring-tertiary-line_height" | "tier2-theme-focus_ring-tertiary-letter_spacing" | "tier2-theme-focus_ring-tertiary-text_transform" | "tier2-theme-focus_ring-link-font_family" | "tier2-theme-focus_ring-link-font_weight" | "tier2-theme-focus_ring-link-font_style" | "tier2-theme-focus_ring-link-font_size" | "tier2-theme-focus_ring-link-line_height" | "tier2-theme-focus_ring-link-letter_spacing" | "tier2-theme-focus_ring-link-text_transform" | "tier2-theme-focus_ring-knockout-font_family" | "tier2-theme-focus_ring-knockout-font_weight" | "tier2-theme-focus_ring-knockout-font_style" | "tier2-theme-focus_ring-knockout-font_size" | "tier2-theme-focus_ring-knockout-line_height" | "tier2-theme-focus_ring-knockout-letter_spacing" | "tier2-theme-focus_ring-knockout-text_transform" | "tier2-grey-link-primary-font_family" | "tier2-grey-link-primary-font_weight" | "tier2-grey-link-primary-font_style" | "tier2-grey-link-primary-font_size" | "tier2-grey-link-primary-line_height" | "tier2-grey-link-primary-letter_spacing" | "tier2-grey-link-primary-text_transform" | "tier2-grey-link-secondary-font_family" | "tier2-grey-link-secondary-font_weight" | "tier2-grey-link-secondary-font_style" | "tier2-grey-link-secondary-font_size" | "tier2-grey-link-secondary-line_height" | "tier2-grey-link-secondary-letter_spacing" | "tier2-grey-link-secondary-text_transform" | "tier2-grey-link-tertiary-font_family" | "tier2-grey-link-tertiary-font_weight" | "tier2-grey-link-tertiary-font_style" | "tier2-grey-link-tertiary-font_size" | "tier2-grey-link-tertiary-line_height" | "tier2-grey-link-tertiary-letter_spacing" | "tier2-grey-link-tertiary-text_transform" | "tier2-grey-link-link-font_family" | "tier2-grey-link-link-font_weight" | "tier2-grey-link-link-font_style" | "tier2-grey-link-link-font_size" | "tier2-grey-link-link-line_height" | "tier2-grey-link-link-letter_spacing" | "tier2-grey-link-link-text_transform" | "tier2-grey-link-knockout-font_family" | "tier2-grey-link-knockout-font_weight" | "tier2-grey-link-knockout-font_style" | "tier2-grey-link-knockout-font_size" | "tier2-grey-link-knockout-line_height" | "tier2-grey-link-knockout-letter_spacing" | "tier2-grey-link-knockout-text_transform" | "tier2-grey-button-primary-font_family" | "tier2-grey-button-primary-font_weight" | "tier2-grey-button-primary-font_style" | "tier2-grey-button-primary-font_size" | "tier2-grey-button-primary-line_height" | "tier2-grey-button-primary-letter_spacing" | "tier2-grey-button-primary-text_transform" | "tier2-grey-button-secondary-font_family" | "tier2-grey-button-secondary-font_weight" | "tier2-grey-button-secondary-font_style" | "tier2-grey-button-secondary-font_size" | "tier2-grey-button-secondary-line_height" | "tier2-grey-button-secondary-letter_spacing" | "tier2-grey-button-secondary-text_transform" | "tier2-grey-button-tertiary-font_family" | "tier2-grey-button-tertiary-font_weight" | "tier2-grey-button-tertiary-font_style" | "tier2-grey-button-tertiary-font_size" | "tier2-grey-button-tertiary-line_height" | "tier2-grey-button-tertiary-letter_spacing" | "tier2-grey-button-tertiary-text_transform" | "tier2-grey-button-link-font_family" | "tier2-grey-button-link-font_weight" | "tier2-grey-button-link-font_style" | "tier2-grey-button-link-font_size" | "tier2-grey-button-link-line_height" | "tier2-grey-button-link-letter_spacing" | "tier2-grey-button-link-text_transform" | "tier2-grey-button-knockout-font_family" | "tier2-grey-button-knockout-font_weight" | "tier2-grey-button-knockout-font_style" | "tier2-grey-button-knockout-font_size" | "tier2-grey-button-knockout-line_height" | "tier2-grey-button-knockout-letter_spacing" | "tier2-grey-button-knockout-text_transform" | "tier2-grey-table-primary-font_family" | "tier2-grey-table-primary-font_weight" | "tier2-grey-table-primary-font_style" | "tier2-grey-table-primary-font_size" | "tier2-grey-table-primary-line_height" | "tier2-grey-table-primary-letter_spacing" | "tier2-grey-table-primary-text_transform" | "tier2-grey-table-secondary-font_family" | "tier2-grey-table-secondary-font_weight" | "tier2-grey-table-secondary-font_style" | "tier2-grey-table-secondary-font_size" | "tier2-grey-table-secondary-line_height" | "tier2-grey-table-secondary-letter_spacing" | "tier2-grey-table-secondary-text_transform" | "tier2-grey-table-tertiary-font_family" | "tier2-grey-table-tertiary-font_weight" | "tier2-grey-table-tertiary-font_style" | "tier2-grey-table-tertiary-font_size" | "tier2-grey-table-tertiary-line_height" | "tier2-grey-table-tertiary-letter_spacing" | "tier2-grey-table-tertiary-text_transform" | "tier2-grey-table-link-font_family" | "tier2-grey-table-link-font_weight" | "tier2-grey-table-link-font_style" | "tier2-grey-table-link-font_size" | "tier2-grey-table-link-line_height" | "tier2-grey-table-link-letter_spacing" | "tier2-grey-table-link-text_transform" | "tier2-grey-table-knockout-font_family" | "tier2-grey-table-knockout-font_weight" | "tier2-grey-table-knockout-font_style" | "tier2-grey-table-knockout-font_size" | "tier2-grey-table-knockout-line_height" | "tier2-grey-table-knockout-letter_spacing" | "tier2-grey-table-knockout-text_transform" | "tier2-grey-header-primary-font_family" | "tier2-grey-header-primary-font_weight" | "tier2-grey-header-primary-font_style" | "tier2-grey-header-primary-font_size" | "tier2-grey-header-primary-line_height" | "tier2-grey-header-primary-letter_spacing" | "tier2-grey-header-primary-text_transform" | "tier2-grey-header-secondary-font_family" | "tier2-grey-header-secondary-font_weight" | "tier2-grey-header-secondary-font_style" | "tier2-grey-header-secondary-font_size" | "tier2-grey-header-secondary-line_height" | "tier2-grey-header-secondary-letter_spacing" | "tier2-grey-header-secondary-text_transform" | "tier2-grey-header-tertiary-font_family" | "tier2-grey-header-tertiary-font_weight" | "tier2-grey-header-tertiary-font_style" | "tier2-grey-header-tertiary-font_size" | "tier2-grey-header-tertiary-line_height" | "tier2-grey-header-tertiary-letter_spacing" | "tier2-grey-header-tertiary-text_transform" | "tier2-grey-header-link-font_family" | "tier2-grey-header-link-font_weight" | "tier2-grey-header-link-font_style" | "tier2-grey-header-link-font_size" | "tier2-grey-header-link-line_height" | "tier2-grey-header-link-letter_spacing" | "tier2-grey-header-link-text_transform" | "tier2-grey-header-knockout-font_family" | "tier2-grey-header-knockout-font_weight" | "tier2-grey-header-knockout-font_style" | "tier2-grey-header-knockout-font_size" | "tier2-grey-header-knockout-line_height" | "tier2-grey-header-knockout-letter_spacing" | "tier2-grey-header-knockout-text_transform" | "tier2-grey-form-primary-font_family" | "tier2-grey-form-primary-font_weight" | "tier2-grey-form-primary-font_style" | "tier2-grey-form-primary-font_size" | "tier2-grey-form-primary-line_height" | "tier2-grey-form-primary-letter_spacing" | "tier2-grey-form-primary-text_transform" | "tier2-grey-form-secondary-font_family" | "tier2-grey-form-secondary-font_weight" | "tier2-grey-form-secondary-font_style" | "tier2-grey-form-secondary-font_size" | "tier2-grey-form-secondary-line_height" | "tier2-grey-form-secondary-letter_spacing" | "tier2-grey-form-secondary-text_transform" | "tier2-grey-form-tertiary-font_family" | "tier2-grey-form-tertiary-font_weight" | "tier2-grey-form-tertiary-font_style" | "tier2-grey-form-tertiary-font_size" | "tier2-grey-form-tertiary-line_height" | "tier2-grey-form-tertiary-letter_spacing" | "tier2-grey-form-tertiary-text_transform" | "tier2-grey-form-link-font_family" | "tier2-grey-form-link-font_weight" | "tier2-grey-form-link-font_style" | "tier2-grey-form-link-font_size" | "tier2-grey-form-link-line_height" | "tier2-grey-form-link-letter_spacing" | "tier2-grey-form-link-text_transform" | "tier2-grey-form-knockout-font_family" | "tier2-grey-form-knockout-font_weight" | "tier2-grey-form-knockout-font_style" | "tier2-grey-form-knockout-font_size" | "tier2-grey-form-knockout-line_height" | "tier2-grey-form-knockout-letter_spacing" | "tier2-grey-form-knockout-text_transform" | "tier2-grey-focus_ring-primary-font_family" | "tier2-grey-focus_ring-primary-font_weight" | "tier2-grey-focus_ring-primary-font_style" | "tier2-grey-focus_ring-primary-font_size" | "tier2-grey-focus_ring-primary-line_height" | "tier2-grey-focus_ring-primary-letter_spacing" | "tier2-grey-focus_ring-primary-text_transform" | "tier2-grey-focus_ring-secondary-font_family" | "tier2-grey-focus_ring-secondary-font_weight" | "tier2-grey-focus_ring-secondary-font_style" | "tier2-grey-focus_ring-secondary-font_size" | "tier2-grey-focus_ring-secondary-line_height" | "tier2-grey-focus_ring-secondary-letter_spacing" | "tier2-grey-focus_ring-secondary-text_transform" | "tier2-grey-focus_ring-tertiary-font_family" | "tier2-grey-focus_ring-tertiary-font_weight" | "tier2-grey-focus_ring-tertiary-font_style" | "tier2-grey-focus_ring-tertiary-font_size" | "tier2-grey-focus_ring-tertiary-line_height" | "tier2-grey-focus_ring-tertiary-letter_spacing" | "tier2-grey-focus_ring-tertiary-text_transform" | "tier2-grey-focus_ring-link-font_family" | "tier2-grey-focus_ring-link-font_weight" | "tier2-grey-focus_ring-link-font_style" | "tier2-grey-focus_ring-link-font_size" | "tier2-grey-focus_ring-link-line_height" | "tier2-grey-focus_ring-link-letter_spacing" | "tier2-grey-focus_ring-link-text_transform" | "tier2-grey-focus_ring-knockout-font_family" | "tier2-grey-focus_ring-knockout-font_weight" | "tier2-grey-focus_ring-knockout-font_style" | "tier2-grey-focus_ring-knockout-font_size" | "tier2-grey-focus_ring-knockout-line_height" | "tier2-grey-focus_ring-knockout-letter_spacing" | "tier2-grey-focus_ring-knockout-text_transform" | "tier2-idigo-link-primary-font_family" | "tier2-idigo-link-primary-font_weight" | "tier2-idigo-link-primary-font_style" | "tier2-idigo-link-primary-font_size" | "tier2-idigo-link-primary-line_height" | "tier2-idigo-link-primary-letter_spacing" | "tier2-idigo-link-primary-text_transform" | "tier2-idigo-link-secondary-font_family" | "tier2-idigo-link-secondary-font_weight" | "tier2-idigo-link-secondary-font_style" | "tier2-idigo-link-secondary-font_size" | "tier2-idigo-link-secondary-line_height" | "tier2-idigo-link-secondary-letter_spacing" | "tier2-idigo-link-secondary-text_transform" | "tier2-idigo-link-tertiary-font_family" | "tier2-idigo-link-tertiary-font_weight" | "tier2-idigo-link-tertiary-font_style" | "tier2-idigo-link-tertiary-font_size" | "tier2-idigo-link-tertiary-line_height" | "tier2-idigo-link-tertiary-letter_spacing" | "tier2-idigo-link-tertiary-text_transform" | "tier2-idigo-link-link-font_family" | "tier2-idigo-link-link-font_weight" | "tier2-idigo-link-link-font_style" | "tier2-idigo-link-link-font_size" | "tier2-idigo-link-link-line_height" | "tier2-idigo-link-link-letter_spacing" | "tier2-idigo-link-link-text_transform" | "tier2-idigo-link-knockout-font_family" | "tier2-idigo-link-knockout-font_weight" | "tier2-idigo-link-knockout-font_style" | "tier2-idigo-link-knockout-font_size" | "tier2-idigo-link-knockout-line_height" | "tier2-idigo-link-knockout-letter_spacing" | "tier2-idigo-link-knockout-text_transform" | "tier2-idigo-button-primary-font_family" | "tier2-idigo-button-primary-font_weight" | "tier2-idigo-button-primary-font_style" | "tier2-idigo-button-primary-font_size" | "tier2-idigo-button-primary-line_height" | "tier2-idigo-button-primary-letter_spacing" | "tier2-idigo-button-primary-text_transform" | "tier2-idigo-button-secondary-font_family" | "tier2-idigo-button-secondary-font_weight" | "tier2-idigo-button-secondary-font_style" | "tier2-idigo-button-secondary-font_size" | "tier2-idigo-button-secondary-line_height" | "tier2-idigo-button-secondary-letter_spacing" | "tier2-idigo-button-secondary-text_transform" | "tier2-idigo-button-tertiary-font_family" | "tier2-idigo-button-tertiary-font_weight" | "tier2-idigo-button-tertiary-font_style" | "tier2-idigo-button-tertiary-font_size" | "tier2-idigo-button-tertiary-line_height" | "tier2-idigo-button-tertiary-letter_spacing" | "tier2-idigo-button-tertiary-text_transform" | "tier2-idigo-button-link-font_family" | "tier2-idigo-button-link-font_weight" | "tier2-idigo-button-link-font_style" | "tier2-idigo-button-link-font_size" | "tier2-idigo-button-link-line_height" | "tier2-idigo-button-link-letter_spacing" | "tier2-idigo-button-link-text_transform" | "tier2-idigo-button-knockout-font_family" | "tier2-idigo-button-knockout-font_weight" | "tier2-idigo-button-knockout-font_style" | "tier2-idigo-button-knockout-font_size" | "tier2-idigo-button-knockout-line_height" | "tier2-idigo-button-knockout-letter_spacing" | "tier2-idigo-button-knockout-text_transform" | "tier2-idigo-table-primary-font_family" | "tier2-idigo-table-primary-font_weight" | "tier2-idigo-table-primary-font_style" | "tier2-idigo-table-primary-font_size" | "tier2-idigo-table-primary-line_height" | "tier2-idigo-table-primary-letter_spacing" | "tier2-idigo-table-primary-text_transform" | "tier2-idigo-table-secondary-font_family" | "tier2-idigo-table-secondary-font_weight" | "tier2-idigo-table-secondary-font_style" | "tier2-idigo-table-secondary-font_size" | "tier2-idigo-table-secondary-line_height" | "tier2-idigo-table-secondary-letter_spacing" | "tier2-idigo-table-secondary-text_transform" | "tier2-idigo-table-tertiary-font_family" | "tier2-idigo-table-tertiary-font_weight" | "tier2-idigo-table-tertiary-font_style" | "tier2-idigo-table-tertiary-font_size" | "tier2-idigo-table-tertiary-line_height" | "tier2-idigo-table-tertiary-letter_spacing" | "tier2-idigo-table-tertiary-text_transform" | "tier2-idigo-table-link-font_family" | "tier2-idigo-table-link-font_weight" | "tier2-idigo-table-link-font_style" | "tier2-idigo-table-link-font_size" | "tier2-idigo-table-link-line_height" | "tier2-idigo-table-link-letter_spacing" | "tier2-idigo-table-link-text_transform" | "tier2-idigo-table-knockout-font_family" | "tier2-idigo-table-knockout-font_weight" | "tier2-idigo-table-knockout-font_style" | "tier2-idigo-table-knockout-font_size" | "tier2-idigo-table-knockout-line_height" | "tier2-idigo-table-knockout-letter_spacing" | "tier2-idigo-table-knockout-text_transform" | "tier2-idigo-header-primary-font_family" | "tier2-idigo-header-primary-font_weight" | "tier2-idigo-header-primary-font_style" | "tier2-idigo-header-primary-font_size" | "tier2-idigo-header-primary-line_height" | "tier2-idigo-header-primary-letter_spacing" | "tier2-idigo-header-primary-text_transform" | "tier2-idigo-header-secondary-font_family" | "tier2-idigo-header-secondary-font_weight" | "tier2-idigo-header-secondary-font_style" | "tier2-idigo-header-secondary-font_size" | "tier2-idigo-header-secondary-line_height" | "tier2-idigo-header-secondary-letter_spacing" | "tier2-idigo-header-secondary-text_transform" | "tier2-idigo-header-tertiary-font_family" | "tier2-idigo-header-tertiary-font_weight" | "tier2-idigo-header-tertiary-font_style" | "tier2-idigo-header-tertiary-font_size" | "tier2-idigo-header-tertiary-line_height" | "tier2-idigo-header-tertiary-letter_spacing" | "tier2-idigo-header-tertiary-text_transform" | "tier2-idigo-header-link-font_family" | "tier2-idigo-header-link-font_weight" | "tier2-idigo-header-link-font_style" | "tier2-idigo-header-link-font_size" | "tier2-idigo-header-link-line_height" | "tier2-idigo-header-link-letter_spacing" | "tier2-idigo-header-link-text_transform" | "tier2-idigo-header-knockout-font_family" | "tier2-idigo-header-knockout-font_weight" | "tier2-idigo-header-knockout-font_style" | "tier2-idigo-header-knockout-font_size" | "tier2-idigo-header-knockout-line_height" | "tier2-idigo-header-knockout-letter_spacing" | "tier2-idigo-header-knockout-text_transform" | "tier2-idigo-form-primary-font_family" | "tier2-idigo-form-primary-font_weight" | "tier2-idigo-form-primary-font_style" | "tier2-idigo-form-primary-font_size" | "tier2-idigo-form-primary-line_height" | "tier2-idigo-form-primary-letter_spacing" | "tier2-idigo-form-primary-text_transform" | "tier2-idigo-form-secondary-font_family" | "tier2-idigo-form-secondary-font_weight" | "tier2-idigo-form-secondary-font_style" | "tier2-idigo-form-secondary-font_size" | "tier2-idigo-form-secondary-line_height" | "tier2-idigo-form-secondary-letter_spacing" | "tier2-idigo-form-secondary-text_transform" | "tier2-idigo-form-tertiary-font_family" | "tier2-idigo-form-tertiary-font_weight" | "tier2-idigo-form-tertiary-font_style" | "tier2-idigo-form-tertiary-font_size" | "tier2-idigo-form-tertiary-line_height" | "tier2-idigo-form-tertiary-letter_spacing" | "tier2-idigo-form-tertiary-text_transform" | "tier2-idigo-form-link-font_family" | "tier2-idigo-form-link-font_weight" | "tier2-idigo-form-link-font_style" | "tier2-idigo-form-link-font_size" | "tier2-idigo-form-link-line_height" | "tier2-idigo-form-link-letter_spacing" | "tier2-idigo-form-link-text_transform" | "tier2-idigo-form-knockout-font_family" | "tier2-idigo-form-knockout-font_weight" | "tier2-idigo-form-knockout-font_style" | "tier2-idigo-form-knockout-font_size" | "tier2-idigo-form-knockout-line_height" | "tier2-idigo-form-knockout-letter_spacing" | "tier2-idigo-form-knockout-text_transform" | "tier2-idigo-focus_ring-primary-font_family" | "tier2-idigo-focus_ring-primary-font_weight" | "tier2-idigo-focus_ring-primary-font_style" | "tier2-idigo-focus_ring-primary-font_size" | "tier2-idigo-focus_ring-primary-line_height" | "tier2-idigo-focus_ring-primary-letter_spacing" | "tier2-idigo-focus_ring-primary-text_transform" | "tier2-idigo-focus_ring-secondary-font_family" | "tier2-idigo-focus_ring-secondary-font_weight" | "tier2-idigo-focus_ring-secondary-font_style" | "tier2-idigo-focus_ring-secondary-font_size" | "tier2-idigo-focus_ring-secondary-line_height" | "tier2-idigo-focus_ring-secondary-letter_spacing" | "tier2-idigo-focus_ring-secondary-text_transform" | "tier2-idigo-focus_ring-tertiary-font_family" | "tier2-idigo-focus_ring-tertiary-font_weight" | "tier2-idigo-focus_ring-tertiary-font_style" | "tier2-idigo-focus_ring-tertiary-font_size" | "tier2-idigo-focus_ring-tertiary-line_height" | "tier2-idigo-focus_ring-tertiary-letter_spacing" | "tier2-idigo-focus_ring-tertiary-text_transform" | "tier2-idigo-focus_ring-link-font_family" | "tier2-idigo-focus_ring-link-font_weight" | "tier2-idigo-focus_ring-link-font_style" | "tier2-idigo-focus_ring-link-font_size" | "tier2-idigo-focus_ring-link-line_height" | "tier2-idigo-focus_ring-link-letter_spacing" | "tier2-idigo-focus_ring-link-text_transform" | "tier2-idigo-focus_ring-knockout-font_family" | "tier2-idigo-focus_ring-knockout-font_weight" | "tier2-idigo-focus_ring-knockout-font_style" | "tier2-idigo-focus_ring-knockout-font_size" | "tier2-idigo-focus_ring-knockout-line_height" | "tier2-idigo-focus_ring-knockout-letter_spacing" | "tier2-idigo-focus_ring-knockout-text_transform" | "tier2-cobalt-link-primary-font_family" | "tier2-cobalt-link-primary-font_weight" | "tier2-cobalt-link-primary-font_style" | "tier2-cobalt-link-primary-font_size" | "tier2-cobalt-link-primary-line_height" | "tier2-cobalt-link-primary-letter_spacing" | "tier2-cobalt-link-primary-text_transform" | "tier2-cobalt-link-secondary-font_family" | "tier2-cobalt-link-secondary-font_weight" | "tier2-cobalt-link-secondary-font_style" | "tier2-cobalt-link-secondary-font_size" | "tier2-cobalt-link-secondary-line_height" | "tier2-cobalt-link-secondary-letter_spacing" | "tier2-cobalt-link-secondary-text_transform" | "tier2-cobalt-link-tertiary-font_family" | "tier2-cobalt-link-tertiary-font_weight" | "tier2-cobalt-link-tertiary-font_style" | "tier2-cobalt-link-tertiary-font_size" | "tier2-cobalt-link-tertiary-line_height" | "tier2-cobalt-link-tertiary-letter_spacing" | "tier2-cobalt-link-tertiary-text_transform" | "tier2-cobalt-link-link-font_family" | "tier2-cobalt-link-link-font_weight" | "tier2-cobalt-link-link-font_style" | "tier2-cobalt-link-link-font_size" | "tier2-cobalt-link-link-line_height" | "tier2-cobalt-link-link-letter_spacing" | "tier2-cobalt-link-link-text_transform" | "tier2-cobalt-link-knockout-font_family" | "tier2-cobalt-link-knockout-font_weight" | "tier2-cobalt-link-knockout-font_style" | "tier2-cobalt-link-knockout-font_size" | "tier2-cobalt-link-knockout-line_height" | "tier2-cobalt-link-knockout-letter_spacing" | "tier2-cobalt-link-knockout-text_transform" | "tier2-cobalt-button-primary-font_family" | "tier2-cobalt-button-primary-font_weight" | "tier2-cobalt-button-primary-font_style" | "tier2-cobalt-button-primary-font_size" | "tier2-cobalt-button-primary-line_height" | "tier2-cobalt-button-primary-letter_spacing" | "tier2-cobalt-button-primary-text_transform" | "tier2-cobalt-button-secondary-font_family" | "tier2-cobalt-button-secondary-font_weight" | "tier2-cobalt-button-secondary-font_style" | "tier2-cobalt-button-secondary-font_size" | "tier2-cobalt-button-secondary-line_height" | "tier2-cobalt-button-secondary-letter_spacing" | "tier2-cobalt-button-secondary-text_transform" | "tier2-cobalt-button-tertiary-font_family" | "tier2-cobalt-button-tertiary-font_weight" | "tier2-cobalt-button-tertiary-font_style" | "tier2-cobalt-button-tertiary-font_size" | "tier2-cobalt-button-tertiary-line_height" | "tier2-cobalt-button-tertiary-letter_spacing" | "tier2-cobalt-button-tertiary-text_transform" | "tier2-cobalt-button-link-font_family" | "tier2-cobalt-button-link-font_weight" | "tier2-cobalt-button-link-font_style" | "tier2-cobalt-button-link-font_size" | "tier2-cobalt-button-link-line_height" | "tier2-cobalt-button-link-letter_spacing" | "tier2-cobalt-button-link-text_transform" | "tier2-cobalt-button-knockout-font_family" | "tier2-cobalt-button-knockout-font_weight" | "tier2-cobalt-button-knockout-font_style" | "tier2-cobalt-button-knockout-font_size" | "tier2-cobalt-button-knockout-line_height" | "tier2-cobalt-button-knockout-letter_spacing" | "tier2-cobalt-button-knockout-text_transform" | "tier2-cobalt-table-primary-font_family" | "tier2-cobalt-table-primary-font_weight" | "tier2-cobalt-table-primary-font_style" | "tier2-cobalt-table-primary-font_size" | "tier2-cobalt-table-primary-line_height" | "tier2-cobalt-table-primary-letter_spacing" | "tier2-cobalt-table-primary-text_transform" | "tier2-cobalt-table-secondary-font_family" | "tier2-cobalt-table-secondary-font_weight" | "tier2-cobalt-table-secondary-font_style" | "tier2-cobalt-table-secondary-font_size" | "tier2-cobalt-table-secondary-line_height" | "tier2-cobalt-table-secondary-letter_spacing" | "tier2-cobalt-table-secondary-text_transform" | "tier2-cobalt-table-tertiary-font_family" | "tier2-cobalt-table-tertiary-font_weight" | "tier2-cobalt-table-tertiary-font_style" | "tier2-cobalt-table-tertiary-font_size" | "tier2-cobalt-table-tertiary-line_height" | "tier2-cobalt-table-tertiary-letter_spacing" | "tier2-cobalt-table-tertiary-text_transform" | "tier2-cobalt-table-link-font_family" | "tier2-cobalt-table-link-font_weight" | "tier2-cobalt-table-link-font_style" | "tier2-cobalt-table-link-font_size" | "tier2-cobalt-table-link-line_height" | "tier2-cobalt-table-link-letter_spacing" | "tier2-cobalt-table-link-text_transform" | "tier2-cobalt-table-knockout-font_family" | "tier2-cobalt-table-knockout-font_weight" | "tier2-cobalt-table-knockout-font_style" | "tier2-cobalt-table-knockout-font_size" | "tier2-cobalt-table-knockout-line_height" | "tier2-cobalt-table-knockout-letter_spacing" | "tier2-cobalt-table-knockout-text_transform" | "tier2-cobalt-header-primary-font_family" | "tier2-cobalt-header-primary-font_weight" | "tier2-cobalt-header-primary-font_style" | "tier2-cobalt-header-primary-font_size" | "tier2-cobalt-header-primary-line_height" | "tier2-cobalt-header-primary-letter_spacing" | "tier2-cobalt-header-primary-text_transform" | "tier2-cobalt-header-secondary-font_family" | "tier2-cobalt-header-secondary-font_weight" | "tier2-cobalt-header-secondary-font_style" | "tier2-cobalt-header-secondary-font_size" | "tier2-cobalt-header-secondary-line_height" | "tier2-cobalt-header-secondary-letter_spacing" | "tier2-cobalt-header-secondary-text_transform" | "tier2-cobalt-header-tertiary-font_family" | "tier2-cobalt-header-tertiary-font_weight" | "tier2-cobalt-header-tertiary-font_style" | "tier2-cobalt-header-tertiary-font_size" | "tier2-cobalt-header-tertiary-line_height" | "tier2-cobalt-header-tertiary-letter_spacing" | "tier2-cobalt-header-tertiary-text_transform" | "tier2-cobalt-header-link-font_family" | "tier2-cobalt-header-link-font_weight" | "tier2-cobalt-header-link-font_style" | "tier2-cobalt-header-link-font_size" | "tier2-cobalt-header-link-line_height" | "tier2-cobalt-header-link-letter_spacing" | "tier2-cobalt-header-link-text_transform" | "tier2-cobalt-header-knockout-font_family" | "tier2-cobalt-header-knockout-font_weight" | "tier2-cobalt-header-knockout-font_style" | "tier2-cobalt-header-knockout-font_size" | "tier2-cobalt-header-knockout-line_height" | "tier2-cobalt-header-knockout-letter_spacing" | "tier2-cobalt-header-knockout-text_transform" | "tier2-cobalt-form-primary-font_family" | "tier2-cobalt-form-primary-font_weight" | "tier2-cobalt-form-primary-font_style" | "tier2-cobalt-form-primary-font_size" | "tier2-cobalt-form-primary-line_height" | "tier2-cobalt-form-primary-letter_spacing" | "tier2-cobalt-form-primary-text_transform" | "tier2-cobalt-form-secondary-font_family" | "tier2-cobalt-form-secondary-font_weight" | "tier2-cobalt-form-secondary-font_style" | "tier2-cobalt-form-secondary-font_size" | "tier2-cobalt-form-secondary-line_height" | "tier2-cobalt-form-secondary-letter_spacing" | "tier2-cobalt-form-secondary-text_transform" | "tier2-cobalt-form-tertiary-font_family" | "tier2-cobalt-form-tertiary-font_weight" | "tier2-cobalt-form-tertiary-font_style" | "tier2-cobalt-form-tertiary-font_size" | "tier2-cobalt-form-tertiary-line_height" | "tier2-cobalt-form-tertiary-letter_spacing" | "tier2-cobalt-form-tertiary-text_transform" | "tier2-cobalt-form-link-font_family" | "tier2-cobalt-form-link-font_weight" | "tier2-cobalt-form-link-font_style" | "tier2-cobalt-form-link-font_size" | "tier2-cobalt-form-link-line_height" | "tier2-cobalt-form-link-letter_spacing" | "tier2-cobalt-form-link-text_transform" | "tier2-cobalt-form-knockout-font_family" | "tier2-cobalt-form-knockout-font_weight" | "tier2-cobalt-form-knockout-font_style" | "tier2-cobalt-form-knockout-font_size" | "tier2-cobalt-form-knockout-line_height" | "tier2-cobalt-form-knockout-letter_spacing" | "tier2-cobalt-form-knockout-text_transform" | "tier2-cobalt-focus_ring-primary-font_family" | "tier2-cobalt-focus_ring-primary-font_weight" | "tier2-cobalt-focus_ring-primary-font_style" | "tier2-cobalt-focus_ring-primary-font_size" | "tier2-cobalt-focus_ring-primary-line_height" | "tier2-cobalt-focus_ring-primary-letter_spacing" | "tier2-cobalt-focus_ring-primary-text_transform" | "tier2-cobalt-focus_ring-secondary-font_family" | "tier2-cobalt-focus_ring-secondary-font_weight" | "tier2-cobalt-focus_ring-secondary-font_style" | "tier2-cobalt-focus_ring-secondary-font_size" | "tier2-cobalt-focus_ring-secondary-line_height" | "tier2-cobalt-focus_ring-secondary-letter_spacing" | "tier2-cobalt-focus_ring-secondary-text_transform" | "tier2-cobalt-focus_ring-tertiary-font_family" | "tier2-cobalt-focus_ring-tertiary-font_weight" | "tier2-cobalt-focus_ring-tertiary-font_style" | "tier2-cobalt-focus_ring-tertiary-font_size" | "tier2-cobalt-focus_ring-tertiary-line_height" | "tier2-cobalt-focus_ring-tertiary-letter_spacing" | "tier2-cobalt-focus_ring-tertiary-text_transform" | "tier2-cobalt-focus_ring-link-font_family" | "tier2-cobalt-focus_ring-link-font_weight" | "tier2-cobalt-focus_ring-link-font_style" | "tier2-cobalt-focus_ring-link-font_size" | "tier2-cobalt-focus_ring-link-line_height" | "tier2-cobalt-focus_ring-link-letter_spacing" | "tier2-cobalt-focus_ring-link-text_transform" | "tier2-cobalt-focus_ring-knockout-font_family" | "tier2-cobalt-focus_ring-knockout-font_weight" | "tier2-cobalt-focus_ring-knockout-font_style" | "tier2-cobalt-focus_ring-knockout-font_size" | "tier2-cobalt-focus_ring-knockout-line_height" | "tier2-cobalt-focus_ring-knockout-letter_spacing" | "tier2-cobalt-focus_ring-knockout-text_transform", TypographyValue>>;
16
+ };
17
+ //# sourceMappingURL=new-typography-system.d.ts.map