tenara-ui-components 0.2.10 → 0.3.1
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.
- package/README.md +60 -23
- package/dist/assets/angle-divider-solid.svg +4 -0
- package/dist/assets/angle-divider.svg +5 -0
- package/dist/assets/banner_image.jpg +0 -0
- package/dist/assets/card-insights.png +0 -0
- package/dist/assets/card-team-member.png +0 -0
- package/dist/assets/file.svg +1 -0
- package/dist/assets/globe.svg +1 -0
- package/dist/assets/media-block.jpg +0 -0
- package/dist/assets/media_block.png +0 -0
- package/dist/assets/next.svg +1 -0
- package/dist/assets/play-button.svg +14 -0
- package/dist/assets/primax-play-button.png +0 -0
- package/dist/assets/spark-icon-large.svg +3 -0
- package/dist/assets/spark-icon-small.svg +3 -0
- package/dist/assets/spark-mask.svg +3 -0
- package/dist/assets/spark-pattern.png +0 -0
- package/dist/assets/spark-small-sparks.svg +4 -0
- package/dist/assets/sparkle-overlay.svg +9 -0
- package/dist/assets/vercel.svg +1 -0
- package/dist/assets/video-thumbnail.jpg +0 -0
- package/dist/assets/window.svg +1 -0
- package/dist/components/atoms/BackgroundMedia/BackgroundMedia.d.ts.map +1 -1
- package/dist/components/atoms/Breadcrumb/Breadcrumb.d.ts +14 -0
- package/dist/components/atoms/Breadcrumb/Breadcrumb.d.ts.map +1 -0
- package/dist/components/atoms/Breadcrumb/index.d.ts +3 -0
- package/dist/components/atoms/Breadcrumb/index.d.ts.map +1 -0
- package/dist/components/atoms/BulletList/BulletList.d.ts +22 -0
- package/dist/components/atoms/BulletList/BulletList.d.ts.map +1 -0
- package/dist/components/atoms/BulletList/index.d.ts +3 -0
- package/dist/components/atoms/BulletList/index.d.ts.map +1 -0
- package/dist/components/atoms/Button/Button.d.ts +8 -3
- package/dist/components/atoms/Button/Button.d.ts.map +1 -1
- package/dist/components/atoms/Button/buttonIcons.d.ts +5 -1
- package/dist/components/atoms/Button/buttonIcons.d.ts.map +1 -1
- package/dist/components/atoms/Button/index.d.ts +3 -0
- package/dist/components/atoms/Button/index.d.ts.map +1 -0
- package/dist/components/atoms/ButtonLink/ButtonLink.d.ts +5 -1
- package/dist/components/atoms/ButtonLink/ButtonLink.d.ts.map +1 -1
- package/dist/components/atoms/Checkbox/Checkbox.d.ts +24 -0
- package/dist/components/atoms/Checkbox/Checkbox.d.ts.map +1 -0
- package/dist/components/atoms/Checkbox/index.d.ts +3 -0
- package/dist/components/atoms/Checkbox/index.d.ts.map +1 -0
- package/dist/components/atoms/ColorTable/ColorTable.d.ts +3 -3
- package/dist/components/atoms/ColorTable/ColorTable.d.ts.map +1 -1
- package/dist/components/atoms/Container/Container.d.ts +15 -0
- package/dist/components/atoms/Container/Container.d.ts.map +1 -0
- package/dist/components/atoms/Container/index.d.ts +3 -0
- package/dist/components/atoms/Container/index.d.ts.map +1 -0
- package/dist/components/atoms/Divider/Divider.d.ts +20 -0
- package/dist/components/atoms/Divider/Divider.d.ts.map +1 -0
- package/dist/components/atoms/Divider/index.d.ts +3 -0
- package/dist/components/atoms/Divider/index.d.ts.map +1 -0
- package/dist/components/atoms/Dropdown/Dropdown.d.ts +32 -0
- package/dist/components/atoms/Dropdown/Dropdown.d.ts.map +1 -0
- package/dist/components/atoms/Dropdown/index.d.ts +3 -0
- package/dist/components/atoms/Dropdown/index.d.ts.map +1 -0
- package/dist/components/atoms/Grid/Grid.d.ts +56 -22
- package/dist/components/atoms/Grid/Grid.d.ts.map +1 -1
- package/dist/components/atoms/Heading/Heading.d.ts +8 -0
- package/dist/components/atoms/Heading/Heading.d.ts.map +1 -1
- package/dist/components/atoms/Icon/Icon.d.ts +42 -0
- package/dist/components/atoms/Icon/Icon.d.ts.map +1 -0
- package/dist/components/atoms/Icon/index.d.ts +3 -0
- package/dist/components/atoms/Icon/index.d.ts.map +1 -0
- package/dist/components/atoms/Media/Media.d.ts +63 -0
- package/dist/components/atoms/Media/Media.d.ts.map +1 -0
- package/dist/components/atoms/Media/index.d.ts +3 -0
- package/dist/components/atoms/Media/index.d.ts.map +1 -0
- package/dist/components/atoms/Modal/Modal.d.ts +24 -0
- package/dist/components/atoms/Modal/Modal.d.ts.map +1 -0
- package/dist/components/atoms/Modal/index.d.ts +3 -0
- package/dist/components/atoms/Modal/index.d.ts.map +1 -0
- package/dist/components/atoms/Paragraph/Paragraph.d.ts +41 -0
- package/dist/components/atoms/Paragraph/Paragraph.d.ts.map +1 -0
- package/dist/components/atoms/Paragraph/index.d.ts +3 -0
- package/dist/components/atoms/Paragraph/index.d.ts.map +1 -0
- package/dist/components/atoms/PlayButton/PlayButton.d.ts +26 -0
- package/dist/components/atoms/PlayButton/PlayButton.d.ts.map +1 -0
- package/dist/components/atoms/PlayButton/index.d.ts +3 -0
- package/dist/components/atoms/PlayButton/index.d.ts.map +1 -0
- package/dist/components/atoms/RichText/RichText.d.ts +21 -0
- package/dist/components/atoms/RichText/RichText.d.ts.map +1 -0
- package/dist/components/atoms/RichText/index.d.ts +3 -0
- package/dist/components/atoms/RichText/index.d.ts.map +1 -0
- package/dist/components/atoms/TestTierVariables/TestTierVariables.d.ts +11 -0
- package/dist/components/atoms/TestTierVariables/TestTierVariables.d.ts.map +1 -0
- package/dist/components/atoms/TestTierVariables/index.d.ts +3 -0
- package/dist/components/atoms/TestTierVariables/index.d.ts.map +1 -0
- package/dist/components/atoms/TextInput/TextInput.d.ts +44 -0
- package/dist/components/atoms/TextInput/TextInput.d.ts.map +1 -0
- package/dist/components/atoms/TextInput/index.d.ts +3 -0
- package/dist/components/atoms/TextInput/index.d.ts.map +1 -0
- package/dist/components/atoms/TextLink/TextLink.d.ts +1 -0
- package/dist/components/atoms/TextLink/TextLink.d.ts.map +1 -1
- package/dist/components/atoms/TextLink/index.d.ts +3 -0
- package/dist/components/atoms/TextLink/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +44 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/molecules/CTA/CTA.d.ts.map +1 -1
- package/dist/components/molecules/Card/Card.d.ts +2 -0
- package/dist/components/molecules/Card/Card.d.ts.map +1 -1
- package/dist/components/molecules/Card/index.d.ts +3 -0
- package/dist/components/molecules/Card/index.d.ts.map +1 -0
- package/dist/components/molecules/Header/Header.d.ts +1 -0
- package/dist/components/molecules/Header/Header.d.ts.map +1 -1
- package/dist/components/molecules/Header/index.d.ts +3 -0
- package/dist/components/molecules/Header/index.d.ts.map +1 -0
- package/dist/components/molecules/Modal/Modal.d.ts +26 -0
- package/dist/components/molecules/Modal/Modal.d.ts.map +1 -0
- package/dist/components/molecules/Modal/index.d.ts +3 -0
- package/dist/components/molecules/Modal/index.d.ts.map +1 -0
- package/dist/components/molecules/VideoPlayer/VideoPlayer.d.ts +29 -0
- package/dist/components/molecules/VideoPlayer/VideoPlayer.d.ts.map +1 -0
- package/dist/components/molecules/VideoPlayer/index.d.ts +3 -0
- package/dist/components/molecules/VideoPlayer/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/Banner/Banner.d.ts +46 -0
- package/dist/components/molecules/primax/Banner/Banner.d.ts.map +1 -0
- package/dist/components/molecules/primax/Banner/index.d.ts +3 -0
- package/dist/components/molecules/primax/Banner/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/CTA/CTA.d.ts +28 -0
- package/dist/components/molecules/primax/CTA/CTA.d.ts.map +1 -0
- package/dist/components/molecules/primax/CTA/index.d.ts +3 -0
- package/dist/components/molecules/primax/CTA/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/Card/Card.d.ts +46 -0
- package/dist/components/molecules/primax/Card/Card.d.ts.map +1 -0
- package/dist/components/molecules/primax/Card/index.d.ts +3 -0
- package/dist/components/molecules/primax/Card/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/DropdownSelect/DropdownSelect.d.ts +50 -0
- package/dist/components/molecules/primax/DropdownSelect/DropdownSelect.d.ts.map +1 -0
- package/dist/components/molecules/primax/DropdownSelect/index.d.ts +3 -0
- package/dist/components/molecules/primax/DropdownSelect/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/HalfColumn/HalfColumn.d.ts +60 -0
- package/dist/components/molecules/primax/HalfColumn/HalfColumn.d.ts.map +1 -0
- package/dist/components/molecules/primax/HalfColumn/index.d.ts +3 -0
- package/dist/components/molecules/primax/HalfColumn/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/MediaBlock/MediaBlock.d.ts +45 -0
- package/dist/components/molecules/primax/MediaBlock/MediaBlock.d.ts.map +1 -0
- package/dist/components/molecules/primax/MediaBlock/assets.d.ts +10 -0
- package/dist/components/molecules/primax/MediaBlock/assets.d.ts.map +1 -0
- package/dist/components/molecules/primax/MediaBlock/index.d.ts +3 -0
- package/dist/components/molecules/primax/MediaBlock/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/MediaPresentation/MediaPresentation.d.ts +8 -0
- package/dist/components/molecules/primax/MediaPresentation/MediaPresentation.d.ts.map +1 -0
- package/dist/components/molecules/primax/MediaPresentation/index.d.ts +2 -0
- package/dist/components/molecules/primax/MediaPresentation/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/PlayIcon/PlayIcon.d.ts +11 -0
- package/dist/components/molecules/primax/PlayIcon/PlayIcon.d.ts.map +1 -0
- package/dist/components/molecules/primax/PlayIcon/index.d.ts +2 -0
- package/dist/components/molecules/primax/PlayIcon/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/Subscribe/Subscribe.d.ts +58 -0
- package/dist/components/molecules/primax/Subscribe/Subscribe.d.ts.map +1 -0
- package/dist/components/molecules/primax/Subscribe/index.d.ts +3 -0
- package/dist/components/molecules/primax/Subscribe/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/TwoColumn/TwoColumn.d.ts +37 -0
- package/dist/components/molecules/primax/TwoColumn/TwoColumn.d.ts.map +1 -0
- package/dist/components/molecules/primax/TwoColumn/index.d.ts +3 -0
- package/dist/components/molecules/primax/TwoColumn/index.d.ts.map +1 -0
- package/dist/components/molecules/primax/VideoSection/VideoSection.d.ts +31 -0
- package/dist/components/molecules/primax/VideoSection/VideoSection.d.ts.map +1 -0
- package/dist/components/molecules/primax/VideoSection/index.d.ts +3 -0
- package/dist/components/molecules/primax/VideoSection/index.d.ts.map +1 -0
- package/dist/components/pages/Page.d.ts +1 -0
- package/dist/components/pages/Page.d.ts.map +1 -1
- package/dist/components/pages/index.d.ts +2 -0
- package/dist/components/pages/index.d.ts.map +1 -0
- package/dist/components/utilities/ThemeInitializer.d.ts +2 -0
- package/dist/components/utilities/ThemeInitializer.d.ts.map +1 -0
- package/dist/components/utilities/index.d.ts +2 -0
- package/dist/components/utilities/index.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.esm.css +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/themes/core/client-provider.d.ts +2 -2
- package/dist/themes/core/client-provider.d.ts.map +1 -1
- package/dist/themes/core/color-system.d.ts +58 -57
- package/dist/themes/core/color-system.d.ts.map +1 -1
- package/dist/themes/core/context.d.ts +1 -1
- package/dist/themes/core/context.d.ts.map +1 -1
- package/dist/themes/core/design-system-types.d.ts +42 -0
- package/dist/themes/core/design-system-types.d.ts.map +1 -0
- package/dist/themes/core/dynamic-types.d.ts +80 -0
- package/dist/themes/core/dynamic-types.d.ts.map +1 -0
- package/dist/themes/core/new-color-system.d.ts +17 -0
- package/dist/themes/core/new-color-system.d.ts.map +1 -0
- package/dist/themes/core/new-typography-system.d.ts +17 -0
- package/dist/themes/core/new-typography-system.d.ts.map +1 -0
- package/dist/themes/core/style-variable-schema.d.ts +107 -0
- package/dist/themes/core/style-variable-schema.d.ts.map +1 -0
- package/dist/themes/core/types.d.ts +74 -38
- package/dist/themes/core/types.d.ts.map +1 -1
- package/dist/themes/hooks/useColorTokens.d.ts.map +1 -1
- package/dist/themes/index.d.ts +2 -2
- package/dist/themes/index.d.ts.map +1 -1
- package/dist/themes/presets/advisors-plus.d.ts.map +1 -1
- package/dist/themes/presets/builders/color-builder.d.ts +109 -0
- package/dist/themes/presets/builders/color-builder.d.ts.map +1 -0
- package/dist/themes/presets/builders/component-builder.d.ts +154 -0
- package/dist/themes/presets/builders/component-builder.d.ts.map +1 -0
- package/dist/themes/presets/builders/index.d.ts +13 -0
- package/dist/themes/presets/builders/index.d.ts.map +1 -0
- package/dist/themes/presets/builders/typography-builder.d.ts +149 -0
- package/dist/themes/presets/builders/typography-builder.d.ts.map +1 -0
- package/dist/themes/presets/color-systems/advisors-plus-colors.d.ts.map +1 -1
- package/dist/themes/presets/color-systems/default-colors.d.ts +1 -1
- package/dist/themes/presets/color-systems/default-colors.d.ts.map +1 -1
- package/dist/themes/presets/color-systems/primax-colors.d.ts.map +1 -1
- package/dist/themes/presets/default.d.ts.map +1 -1
- package/dist/themes/presets/dynamic-advisors-plus.d.ts +40 -0
- package/dist/themes/presets/dynamic-advisors-plus.d.ts.map +1 -0
- package/dist/themes/presets/dynamic-default.d.ts +41 -0
- package/dist/themes/presets/dynamic-default.d.ts.map +1 -0
- package/dist/themes/presets/dynamic-primax.d.ts +38 -0
- package/dist/themes/presets/dynamic-primax.d.ts.map +1 -0
- package/dist/themes/presets/new-default.d.ts +7 -0
- package/dist/themes/presets/new-default.d.ts.map +1 -0
- package/dist/themes/presets/primax.d.ts +1 -1
- package/dist/themes/presets/primax.d.ts.map +1 -1
- package/dist/themes/theme-loader.d.ts +15 -0
- package/dist/themes/theme-loader.d.ts.map +1 -0
- package/dist/themes/utils/generator.d.ts +2 -1
- package/dist/themes/utils/generator.d.ts.map +1 -1
- package/dist/themes/utils/helpers.d.ts +4 -2
- package/dist/themes/utils/helpers.d.ts.map +1 -1
- package/dist/themes/utils/migration.d.ts +94 -0
- package/dist/themes/utils/migration.d.ts.map +1 -0
- package/dist/themes/utils/new-generator.d.ts +27 -0
- package/dist/themes/utils/new-generator.d.ts.map +1 -0
- package/package.json +36 -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
|