diff --git a/data/tokens.json b/data/tokens.json index bdefe9a..86a5f9a 100644 --- a/data/tokens.json +++ b/data/tokens.json @@ -3080,95 +3080,104 @@ "core/typography": { "core": { "fontSize": { - "50": { + "25": { + "value": "10", "type": "fontSizes", + "description": "0.625rem" + }, + "50": { "value": "12", + "type": "fontSizes", "description": "0.75rem" }, "75": { - "type": "fontSizes", "value": "14", + "type": "fontSizes", "description": "0.875rem" }, "100": { - "type": "fontSizes", "value": "16", + "type": "fontSizes", "description": "1rem" }, "200": { - "type": "fontSizes", "value": "18", + "type": "fontSizes", "description": "1.125rem" }, "300": { - "type": "fontSizes", "value": "20", + "type": "fontSizes", "description": "1.25rem" }, "400": { - "type": "fontSizes", "value": "24", + "type": "fontSizes", "description": "1.5rem" }, "500": { - "type": "fontSizes", "value": "32", + "type": "fontSizes", "description": "2rem" }, "600": { - "type": "fontSizes", "value": "40", + "type": "fontSizes", "description": "2.5rem" }, "700": { - "type": "fontSizes", "value": "48", + "type": "fontSizes", "description": "3rem" }, "800": { - "type": "fontSizes", "value": "64", + "type": "fontSizes", "description": "4rem" }, "900": { - "type": "fontSizes", "value": "80", + "type": "fontSizes", "description": "5rem" }, "1000": { - "type": "fontSizes", "value": "28", + "type": "fontSizes", "description": "1.75rem" }, "1100": { - "type": "fontSizes", "value": "34", + "type": "fontSizes", "description": "2.125rem" } }, "fontFamily": { "ubuntu": { - "type": "fontFamilies", - "value": "Ubuntu" + "value": "Ubuntu", + "type": "fontFamilies" }, "ibmPlex": { "mono": { - "type": "fontFamilies", - "value": "IBM Plex Mono" + "value": "IBM Plex Mono", + "type": "fontFamilies" }, "sans": { - "type": "fontFamilies", - "value": "IBM Plex Sans" + "value": "IBM Plex Sans", + "type": "fontFamilies" } }, "fontAwesome": { "pro": { - "type": "fontFamilies", - "value": "Font Awesome 6 Pro" + "value": "Font Awesome 6 Pro", + "type": "fontFamilies" }, "brands": { - "type": "fontFamilies", - "value": "Font Awesome 6 Brands" + "value": "Font Awesome 6 Brands", + "type": "fontFamilies" + }, + "custom": { + "value": "Font Awesome Kit a9f9eb613f", + "type": "fontFamilies" } } }, @@ -3178,148 +3187,161 @@ "type": "fontWeights" }, "regular": { - "type": "fontWeights", - "value": "400" + "value": "400", + "type": "fontWeights" }, "bold": { - "type": "fontWeights", - "value": "700" + "value": "700", + "type": "fontWeights" }, "italic": { - "type": "fontWeights", - "value": "Italic" + "value": "Italic", + "type": "fontWeights" }, "boldItalic": { - "type": "fontWeights", - "value": "Bold Italic" + "value": "Bold Italic", + "type": "fontWeights" + }, + "fill": { + "value": "Solid", + "type": "fontWeights" } }, "lineHeight": { - "100": { + "75": { + "value": "16", "type": "lineHeights", + "description": "1rem" + }, + "100": { "value": "18", + "type": "lineHeights", "description": "1.125rem" }, "200": { - "type": "lineHeights", "value": "22", + "type": "lineHeights", "description": "1.375rem" }, "300": { - "type": "lineHeights", "value": "24", + "type": "lineHeights", "description": "1.5rem" }, "400": { - "type": "lineHeights", "value": "28", + "type": "lineHeights", "description": "1.75rem" }, "500": { - "type": "lineHeights", "value": "30", + "type": "lineHeights", "description": "1.875rem" }, "600": { - "type": "lineHeights", "value": "32", + "type": "lineHeights", "description": "2rem" }, "700": { - "type": "lineHeights", "value": "36", + "type": "lineHeights", "description": "2.25rem" }, "800": { - "type": "lineHeights", "value": "48", + "type": "lineHeights", "description": "3rem" }, "900": { - "type": "lineHeights", "value": "64", + "type": "lineHeights", "description": "4rem" }, "1000": { - "type": "lineHeights", "value": "96", + "type": "lineHeights", "description": "6rem" }, "auto": { - "type": "lineHeights", - "value": "auto" + "value": "auto", + "type": "lineHeights" } }, "fontDecoration": { + "none": { + "value": "none", + "type": "textDecoration" + }, "underline": { - "type": "textDecoration", - "value": "underline" + "value": "underline", + "type": "textDecoration" } }, "paragraphSpacing": { "50": { - "type": "paragraphSpacing", "value": "12", + "type": "paragraphSpacing", "description": "0.75 rem" }, "75": { - "type": "paragraphSpacing", "value": "14", + "type": "paragraphSpacing", "description": "0.875rem" }, "100": { - "type": "paragraphSpacing", "value": "16", + "type": "paragraphSpacing", "description": "1rem" }, "200": { - "type": "paragraphSpacing", "value": "18", + "type": "paragraphSpacing", "description": "1.125rem" }, "300": { - "type": "paragraphSpacing", "value": "20", + "type": "paragraphSpacing", "description": "1.25rem" }, "400": { - "type": "paragraphSpacing", "value": "24", + "type": "paragraphSpacing", "description": "1.5rem" }, "500": { - "type": "paragraphSpacing", "value": "32", + "type": "paragraphSpacing", "description": "2rem" }, "600": { - "type": "paragraphSpacing", "value": "40", + "type": "paragraphSpacing", "description": "2.5rem" }, "700": { - "type": "paragraphSpacing", "value": "48", + "type": "paragraphSpacing", "description": "3" }, "800": { - "type": "paragraphSpacing", "value": "64", + "type": "paragraphSpacing", "description": "4rem" }, "900": { - "type": "paragraphSpacing", "value": "80", + "type": "paragraphSpacing", "description": "5rem" }, "1000": { - "type": "paragraphSpacing", "value": "28", + "type": "paragraphSpacing", "description": "1.75rem" }, "1100": { - "type": "paragraphSpacing", "value": "34", + "type": "paragraphSpacing", "description": "2.125rem" } } @@ -3759,7 +3781,7 @@ "type": "opacity" }, "disabled": { - "value": "{core.opacity.600}", + "value": "{core.opacity.300}", "type": "opacity" } }, @@ -3878,7 +3900,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -3904,7 +3925,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -3930,7 +3950,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -3956,7 +3975,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -3982,7 +4000,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -4008,7 +4025,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -4034,7 +4050,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -4064,8 +4079,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -4090,8 +4108,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -4116,7 +4137,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4124,7 +4144,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -4146,7 +4166,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4178,8 +4197,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -4204,8 +4226,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -4230,7 +4255,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4238,7 +4262,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -4260,7 +4284,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4294,8 +4317,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -4320,8 +4346,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -4346,7 +4375,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4354,7 +4382,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -4376,7 +4404,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4408,8 +4435,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -4434,8 +4464,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -4460,7 +4493,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4468,7 +4500,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -4490,7 +4522,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4524,8 +4555,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -4550,8 +4584,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -4576,7 +4613,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4584,7 +4620,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -4606,7 +4642,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4638,8 +4673,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -4664,8 +4702,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -4690,7 +4731,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4698,7 +4738,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -4720,7 +4760,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4754,8 +4793,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -4780,8 +4822,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -4806,7 +4851,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4814,7 +4858,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -4836,7 +4880,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4868,8 +4911,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -4894,8 +4940,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -4920,7 +4969,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4928,7 +4976,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -4950,7 +4998,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -4985,8 +5032,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -5011,8 +5061,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -5037,7 +5090,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5045,7 +5097,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -5067,7 +5119,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5099,8 +5150,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -5125,8 +5179,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -5151,7 +5208,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5159,7 +5215,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -5181,7 +5237,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5216,67 +5271,14 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", - "type": "letterSpacing" - } - }, - "italic": { - "fontFamily": { - "value": "{core.fontFamily.ibmPlex.mono}", - "type": "fontFamilies" - }, - "fontSize": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "fontWeight": { - "value": "{core.fontWeight.italic}", - "type": "fontWeights" - }, - "lineHeight": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "paragraphSpacing": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "letterSpacing": { - "value": "", - "type": "letterSpacing" - } - }, - "underline": { - "fontFamily": { - "value": "{core.fontFamily.ibmPlex.mono}", - "type": "fontFamilies" - }, - "fontSize": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "fontWeight": { - "value": "{core.fontWeight.regular}", - "type": "fontWeights" - }, - "lineHeight": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "paragraphSpacing": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { - "value": "{core.fontDecoration.underline}", + "value": "{core.fontDecoration.none}", "type": "textDecoration" } }, - "italic-underline": { + "italic": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -5298,67 +5300,12 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { - "value": "{core.fontDecoration.underline}", + "value": "{core.fontDecoration.none}", "type": "textDecoration" } - } - }, - "bold": { - "default": { - "fontFamily": { - "value": "{core.fontFamily.ibmPlex.mono}", - "type": "fontFamilies" - }, - "fontSize": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "fontWeight": { - "value": "{core.fontWeight.bold}", - "type": "fontWeights" - }, - "lineHeight": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "paragraphSpacing": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "letterSpacing": { - "value": "", - "type": "letterSpacing" - } - }, - "italic": { - "fontFamily": { - "value": "{core.fontFamily.ibmPlex.mono}", - "type": "fontFamilies" - }, - "fontSize": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "fontWeight": { - "value": "{core.fontWeight.boldItalic}", - "type": "fontWeights" - }, - "lineHeight": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "paragraphSpacing": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "letterSpacing": { - "value": "", - "type": "letterSpacing" - } }, "underline": { "fontFamily": { @@ -5370,7 +5317,7 @@ "type": "fontSizes" }, "fontWeight": { - "value": "{core.fontWeight.bold}", + "value": "{core.fontWeight.regular}", "type": "fontWeights" }, "lineHeight": { @@ -5382,7 +5329,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5390,7 +5336,125 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { + "fontFamily": { + "value": "{core.fontFamily.ibmPlex.mono}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.italic}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.500}", + "type": "lineHeights" + }, + "paragraphSpacing": { + "value": "{core.paragraphSpacing.300}", + "type": "paragraphSpacing" + }, + "letterSpacing": { + "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.underline}", + "type": "textDecoration" + } + } + }, + "bold": { + "default": { + "fontFamily": { + "value": "{core.fontFamily.ibmPlex.mono}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.bold}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.500}", + "type": "lineHeights" + }, + "paragraphSpacing": { + "value": "{core.paragraphSpacing.300}", + "type": "paragraphSpacing" + }, + "letterSpacing": { + "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" + } + }, + "italic": { + "fontFamily": { + "value": "{core.fontFamily.ibmPlex.mono}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.boldItalic}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.500}", + "type": "lineHeights" + }, + "paragraphSpacing": { + "value": "{core.paragraphSpacing.300}", + "type": "paragraphSpacing" + }, + "letterSpacing": { + "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" + } + }, + "underline": { + "fontFamily": { + "value": "{core.fontFamily.ibmPlex.mono}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.bold}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.500}", + "type": "lineHeights" + }, + "paragraphSpacing": { + "value": "{core.paragraphSpacing.300}", + "type": "paragraphSpacing" + }, + "letterSpacing": { + "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.underline}", + "type": "textDecoration" + } + }, + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -5412,7 +5476,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5446,8 +5509,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -5472,8 +5538,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -5498,7 +5567,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5506,7 +5574,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -5528,7 +5596,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5560,8 +5627,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -5586,8 +5656,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -5612,7 +5685,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5620,7 +5692,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -5642,7 +5714,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5676,8 +5747,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -5702,8 +5776,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -5728,7 +5805,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5736,7 +5812,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -5758,7 +5834,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5790,8 +5865,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -5816,8 +5894,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -5842,7 +5923,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5850,7 +5930,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -5872,7 +5952,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5906,8 +5985,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -5932,8 +6014,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -5958,7 +6043,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -5966,7 +6050,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -5988,7 +6072,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -6020,8 +6103,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -6046,8 +6132,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -6072,7 +6161,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -6080,7 +6168,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -6102,7 +6190,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -6134,7 +6221,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6156,7 +6242,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6178,7 +6263,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6200,7 +6284,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6222,7 +6305,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -6246,7 +6328,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6268,7 +6349,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6290,7 +6370,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6312,7 +6391,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6334,7 +6412,113 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + } + }, + "fill": { + "xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.500}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "lg": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.200}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.400}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "md": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.100}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.300}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "sm": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.75}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.200}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "caption": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.50}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.100}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -6350,7 +6534,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -6358,7 +6541,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6372,7 +6554,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -6380,7 +6561,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6394,7 +6574,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -6402,7 +6581,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6416,7 +6594,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -6424,7 +6601,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6438,7 +6614,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -6446,7 +6621,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -6472,7 +6646,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6494,7 +6667,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6516,7 +6688,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6538,7 +6709,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6560,7 +6730,27 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.light}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -6584,7 +6774,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6606,7 +6795,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6628,7 +6816,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6650,7 +6837,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6672,7 +6858,155 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.regular}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + } + }, + "fill": { + "2xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.800}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.1000}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.600}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.900}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "lg": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.500}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.800}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "md": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.600}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "sm": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.100}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.300}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -6688,7 +7022,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -6696,7 +7029,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6710,7 +7042,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -6718,7 +7049,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6732,7 +7062,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -6740,7 +7069,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6754,7 +7082,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -6762,7 +7089,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -6776,7 +7102,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -6784,7 +7109,26 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.brands}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -6919,314 +7263,6 @@ "value": "{core.borderRadius.4800}", "type": "borderRadius" } - }, - "fontSize": { - "heading": { - "hero": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "h1": { - "value": "{core.fontSize.1100}", - "type": "fontSizes" - }, - "h2": { - "value": "{core.fontSize.1000}", - "type": "fontSizes" - }, - "h3": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "h4": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "h5": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "h6": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "body": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - }, - "code": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - } - }, - "standalone": { - "2xl": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "xl": { - "value": "{core.fontSize.600}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.500}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - } - } - } - }, - "paragraphSpacing": { - "heading": { - "hero": { - "value": "{core.paragraphSpacing.800}", - "type": "paragraphSpacing" - }, - "h1": { - "value": "{core.paragraphSpacing.1100}", - "type": "paragraphSpacing" - }, - "h2": { - "value": "{core.paragraphSpacing.1000}", - "type": "paragraphSpacing" - }, - "h3": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "h4": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "h5": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "h6": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "body": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "caption": { - "value": "{core.paragraphSpacing.50}", - "type": "paragraphSpacing" - }, - "code": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - } - }, - "lineHeight": { - "heading": { - "hero": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h1": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h2": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h3": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h4": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h5": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h6": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - } - }, - "body": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - }, - "code": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - } - }, - "standalone": { - "2xl": { - "value": "{core.lineHeight.1000}", - "type": "lineHeights" - }, - "xl": { - "value": "{core.lineHeight.900}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.800}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.600}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - } - } - } } } }, @@ -7256,7 +7292,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -7282,7 +7317,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -7308,7 +7342,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -7334,7 +7367,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -7360,7 +7392,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -7386,7 +7417,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -7412,7 +7442,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -7442,8 +7471,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -7468,8 +7500,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -7494,7 +7529,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -7502,7 +7536,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -7524,7 +7558,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -7556,8 +7589,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -7582,8 +7618,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -7608,7 +7647,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -7616,7 +7654,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -7638,7 +7676,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -7672,8 +7709,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -7698,8 +7738,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -7724,7 +7767,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -7732,7 +7774,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -7754,7 +7796,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -7786,8 +7827,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -7812,8 +7856,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -7838,7 +7885,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -7846,7 +7892,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -7868,7 +7914,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -7902,8 +7947,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -7928,8 +7976,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -7954,7 +8005,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -7962,7 +8012,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -7984,7 +8034,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8016,8 +8065,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -8042,8 +8094,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -8068,7 +8123,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8076,7 +8130,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -8098,7 +8152,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8132,8 +8185,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -8158,8 +8214,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -8184,7 +8243,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8192,7 +8250,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -8214,7 +8272,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8246,8 +8303,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -8272,8 +8332,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -8298,7 +8361,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8306,7 +8368,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -8328,7 +8390,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8363,8 +8424,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -8389,8 +8453,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -8415,7 +8482,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8423,7 +8489,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -8445,7 +8511,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8477,8 +8542,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -8503,8 +8571,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -8529,7 +8600,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8537,7 +8607,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -8559,7 +8629,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8594,8 +8663,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -8620,8 +8692,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -8646,7 +8721,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8654,7 +8728,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -8676,7 +8750,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8708,8 +8781,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -8734,8 +8810,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -8760,7 +8839,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8768,7 +8846,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -8790,7 +8868,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8824,8 +8901,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -8850,8 +8930,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -8876,7 +8959,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8884,7 +8966,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -8906,7 +8988,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8938,8 +9019,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -8964,8 +9048,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -8990,7 +9077,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -8998,7 +9084,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -9020,7 +9106,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -9054,8 +9139,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -9080,8 +9168,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -9106,7 +9197,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -9114,7 +9204,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -9136,7 +9226,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -9168,8 +9257,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -9194,8 +9286,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -9220,7 +9315,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -9228,7 +9322,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -9250,7 +9344,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -9284,8 +9377,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -9310,8 +9406,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -9336,7 +9435,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -9344,7 +9442,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -9366,7 +9464,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -9398,8 +9495,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -9424,8 +9524,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -9450,7 +9553,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -9458,7 +9560,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -9480,7 +9582,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -9512,7 +9613,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9534,7 +9634,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9556,7 +9655,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9578,7 +9676,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9600,7 +9697,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -9624,7 +9720,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9646,7 +9741,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9668,7 +9762,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9690,7 +9783,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9712,7 +9804,113 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + } + }, + "fill": { + "xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.500}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "lg": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.200}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.400}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "md": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.100}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.300}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "sm": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.75}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.200}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "caption": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.50}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.100}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -9728,7 +9926,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -9736,7 +9933,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9750,7 +9946,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -9758,7 +9953,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9772,7 +9966,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -9780,7 +9973,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9794,7 +9986,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -9802,7 +9993,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9816,7 +10006,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -9824,7 +10013,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -9850,7 +10038,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9872,7 +10059,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9894,7 +10080,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9916,7 +10101,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9938,7 +10122,27 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.light}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -9962,7 +10166,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -9984,7 +10187,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -10006,7 +10208,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -10028,7 +10229,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -10050,7 +10250,155 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.regular}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + } + }, + "fill": { + "2xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.800}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.1000}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.600}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.900}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "lg": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.500}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.800}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "md": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.600}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "sm": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.100}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.300}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -10066,7 +10414,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -10074,7 +10421,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -10088,7 +10434,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -10096,7 +10441,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -10110,7 +10454,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -10118,7 +10461,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -10132,7 +10474,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -10140,7 +10481,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -10154,7 +10494,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -10162,7 +10501,26 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.brands}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -10297,314 +10655,6 @@ "value": "{core.borderRadius.4800}", "type": "borderRadius" } - }, - "fontSize": { - "heading": { - "hero": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "h1": { - "value": "{core.fontSize.1100}", - "type": "fontSizes" - }, - "h2": { - "value": "{core.fontSize.1000}", - "type": "fontSizes" - }, - "h3": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "h4": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "h5": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "h6": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "body": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - }, - "code": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - } - }, - "standalone": { - "2xl": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "xl": { - "value": "{core.fontSize.600}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.500}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - } - } - } - }, - "paragraphSpacing": { - "heading": { - "hero": { - "value": "{core.paragraphSpacing.800}", - "type": "paragraphSpacing" - }, - "h1": { - "value": "{core.paragraphSpacing.1100}", - "type": "paragraphSpacing" - }, - "h2": { - "value": "{core.paragraphSpacing.1000}", - "type": "paragraphSpacing" - }, - "h3": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "h4": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "h5": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "h6": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "body": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "caption": { - "value": "{core.paragraphSpacing.50}", - "type": "paragraphSpacing" - }, - "code": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - } - }, - "lineHeight": { - "heading": { - "hero": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h1": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h2": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h3": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h4": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h5": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h6": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - } - }, - "body": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - }, - "code": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - } - }, - "standalone": { - "2xl": { - "value": "{core.lineHeight.1000}", - "type": "lineHeights" - }, - "xl": { - "value": "{core.lineHeight.900}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.800}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.600}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - } - } - } } } }, @@ -10634,7 +10684,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -10660,7 +10709,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -10686,7 +10734,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -10712,7 +10759,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -10738,7 +10784,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -10764,7 +10809,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -10790,7 +10834,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -10820,8 +10863,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -10846,8 +10892,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -10872,7 +10921,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -10880,7 +10928,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -10902,7 +10950,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -10934,8 +10981,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -10960,8 +11010,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -10986,7 +11039,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -10994,7 +11046,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -11016,7 +11068,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11050,8 +11101,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -11076,8 +11130,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -11102,7 +11159,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11110,7 +11166,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -11132,7 +11188,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11164,8 +11219,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -11190,8 +11248,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -11216,7 +11277,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11224,7 +11284,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -11246,7 +11306,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11280,8 +11339,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -11306,8 +11368,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -11332,7 +11397,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11340,7 +11404,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -11362,7 +11426,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11394,8 +11457,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -11420,8 +11486,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -11446,7 +11515,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11454,7 +11522,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -11476,7 +11544,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11510,8 +11577,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -11536,8 +11606,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -11562,7 +11635,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11570,7 +11642,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -11592,7 +11664,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11624,8 +11695,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -11650,8 +11724,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -11676,7 +11753,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11684,7 +11760,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -11706,7 +11782,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11741,8 +11816,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -11767,8 +11845,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -11793,7 +11874,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11801,7 +11881,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -11823,7 +11903,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11855,8 +11934,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -11881,8 +11963,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -11907,7 +11992,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11915,7 +11999,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -11937,7 +12021,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -11972,8 +12055,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -11998,8 +12084,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -12024,7 +12113,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12032,7 +12120,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -12054,7 +12142,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12086,8 +12173,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -12112,8 +12202,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -12138,7 +12231,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12146,7 +12238,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -12168,7 +12260,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12202,8 +12293,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -12228,8 +12322,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -12254,7 +12351,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12262,7 +12358,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -12284,7 +12380,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12316,8 +12411,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -12342,8 +12440,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -12368,7 +12469,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12376,7 +12476,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -12398,7 +12498,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12432,8 +12531,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -12458,8 +12560,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -12484,7 +12589,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12492,7 +12596,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -12514,7 +12618,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12546,8 +12649,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -12572,8 +12678,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -12598,7 +12707,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12606,7 +12714,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -12628,7 +12736,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12662,8 +12769,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -12688,8 +12798,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -12714,7 +12827,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12722,7 +12834,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -12744,7 +12856,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12776,8 +12887,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -12802,8 +12916,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -12828,7 +12945,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12836,7 +12952,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -12858,7 +12974,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -12890,7 +13005,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -12912,7 +13026,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -12934,7 +13047,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -12956,7 +13068,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -12978,7 +13089,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -13002,7 +13112,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13024,7 +13133,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13046,7 +13154,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13068,7 +13175,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13090,7 +13196,113 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + } + }, + "fill": { + "xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.500}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "lg": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.200}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.400}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "md": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.100}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.300}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "sm": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.75}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.200}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "caption": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.50}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.100}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -13106,7 +13318,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -13114,7 +13325,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13128,7 +13338,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -13136,7 +13345,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13150,7 +13358,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -13158,7 +13365,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13172,7 +13378,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -13180,7 +13385,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13194,7 +13398,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -13202,7 +13405,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -13228,7 +13430,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13250,7 +13451,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13272,7 +13472,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13294,7 +13493,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13316,7 +13514,27 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.light}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -13340,7 +13558,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13362,7 +13579,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13384,7 +13600,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13406,7 +13621,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13428,7 +13642,155 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.regular}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + } + }, + "fill": { + "2xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.800}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.1000}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.600}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.900}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "lg": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.500}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.800}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "md": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.600}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "sm": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.100}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.300}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -13444,7 +13806,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -13452,7 +13813,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13466,7 +13826,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -13474,7 +13833,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13488,7 +13846,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -13496,7 +13853,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13510,7 +13866,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -13518,7 +13873,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -13532,7 +13886,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -13540,7 +13893,26 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.brands}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -13675,314 +14047,6 @@ "value": "{core.borderRadius.4800}", "type": "borderRadius" } - }, - "fontSize": { - "heading": { - "hero": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "h1": { - "value": "{core.fontSize.1100}", - "type": "fontSizes" - }, - "h2": { - "value": "{core.fontSize.1000}", - "type": "fontSizes" - }, - "h3": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "h4": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "h5": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "h6": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "body": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - }, - "code": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - } - }, - "standalone": { - "2xl": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "xl": { - "value": "{core.fontSize.600}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.500}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - } - } - } - }, - "paragraphSpacing": { - "heading": { - "hero": { - "value": "{core.paragraphSpacing.800}", - "type": "paragraphSpacing" - }, - "h1": { - "value": "{core.paragraphSpacing.1100}", - "type": "paragraphSpacing" - }, - "h2": { - "value": "{core.paragraphSpacing.1000}", - "type": "paragraphSpacing" - }, - "h3": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "h4": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "h5": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "h6": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "body": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "caption": { - "value": "{core.paragraphSpacing.50}", - "type": "paragraphSpacing" - }, - "code": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - } - }, - "lineHeight": { - "heading": { - "hero": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h1": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h2": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h3": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h4": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h5": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h6": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - } - }, - "body": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - }, - "code": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - } - }, - "standalone": { - "2xl": { - "value": "{core.lineHeight.1000}", - "type": "lineHeights" - }, - "xl": { - "value": "{core.lineHeight.900}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.800}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.600}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - } - } - } } } }, @@ -14012,7 +14076,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -14038,7 +14101,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -14064,7 +14126,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -14090,7 +14151,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -14116,7 +14176,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -14142,7 +14201,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -14168,7 +14226,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -14198,8 +14255,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -14224,8 +14284,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -14250,7 +14313,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -14258,7 +14320,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -14280,7 +14342,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -14312,8 +14373,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -14338,8 +14402,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -14364,7 +14431,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -14372,7 +14438,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -14394,7 +14460,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -14428,8 +14493,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -14454,8 +14522,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -14480,7 +14551,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -14488,7 +14558,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -14510,7 +14580,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -14542,8 +14611,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -14568,8 +14640,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -14594,7 +14669,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -14602,7 +14676,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -14624,7 +14698,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -14658,8 +14731,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -14684,8 +14760,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -14710,7 +14789,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -14718,7 +14796,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -14740,7 +14818,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -14772,8 +14849,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -14798,8 +14878,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -14824,7 +14907,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -14832,7 +14914,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -14854,7 +14936,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -14888,8 +14969,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -14914,8 +14998,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -14940,7 +15027,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -14948,7 +15034,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -14970,7 +15056,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15002,8 +15087,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -15028,8 +15116,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -15054,7 +15145,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15062,7 +15152,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -15084,7 +15174,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15119,8 +15208,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -15145,8 +15237,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -15171,7 +15266,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15179,7 +15273,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -15201,7 +15295,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15233,8 +15326,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -15259,8 +15355,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -15285,7 +15384,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15293,7 +15391,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -15315,7 +15413,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15350,8 +15447,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -15376,8 +15476,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -15402,7 +15505,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15410,7 +15512,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -15432,7 +15534,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15464,8 +15565,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -15490,8 +15594,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -15516,7 +15623,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15524,7 +15630,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -15546,7 +15652,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15580,8 +15685,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -15606,8 +15714,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -15632,7 +15743,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15640,7 +15750,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -15662,7 +15772,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15694,8 +15803,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -15720,8 +15832,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -15746,7 +15861,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15754,7 +15868,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -15776,7 +15890,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15810,8 +15923,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -15836,8 +15952,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -15862,7 +15981,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15870,7 +15988,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -15892,7 +16010,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15924,8 +16041,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -15950,8 +16070,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -15976,7 +16099,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -15984,7 +16106,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -16006,7 +16128,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -16040,8 +16161,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -16066,8 +16190,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -16092,7 +16219,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -16100,7 +16226,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -16122,7 +16248,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -16154,8 +16279,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -16180,8 +16308,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -16206,7 +16337,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -16214,7 +16344,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -16236,7 +16366,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -16268,7 +16397,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16290,7 +16418,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16312,7 +16439,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16334,7 +16460,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16356,7 +16481,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -16380,7 +16504,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16402,7 +16525,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16424,7 +16546,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16446,7 +16567,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16468,7 +16588,113 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + } + }, + "fill": { + "xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.500}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "lg": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.200}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.400}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "md": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.100}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.300}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "sm": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.75}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.200}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "caption": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.50}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.100}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -16484,7 +16710,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -16492,7 +16717,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16506,7 +16730,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -16514,7 +16737,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16528,7 +16750,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -16536,7 +16757,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16550,7 +16770,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -16558,7 +16777,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16572,7 +16790,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -16580,7 +16797,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -16606,7 +16822,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16628,7 +16843,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16650,7 +16864,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16672,7 +16885,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16694,7 +16906,27 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.light}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -16718,7 +16950,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16740,7 +16971,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16762,7 +16992,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16784,7 +17013,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16806,7 +17034,155 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.regular}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + } + }, + "fill": { + "2xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.800}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.1000}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.600}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.900}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "lg": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.500}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.800}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "md": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.600}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "sm": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.100}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.300}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -16822,7 +17198,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -16830,7 +17205,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16844,7 +17218,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -16852,7 +17225,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16866,7 +17238,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -16874,7 +17245,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16888,7 +17258,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -16896,7 +17265,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -16910,7 +17278,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -16918,7 +17285,26 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.brands}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -17053,314 +17439,6 @@ "value": "{core.borderRadius.4800}", "type": "borderRadius" } - }, - "fontSize": { - "heading": { - "hero": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "h1": { - "value": "{core.fontSize.1100}", - "type": "fontSizes" - }, - "h2": { - "value": "{core.fontSize.1000}", - "type": "fontSizes" - }, - "h3": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "h4": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "h5": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "h6": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "body": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - }, - "code": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.200}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - } - }, - "standalone": { - "2xl": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "xl": { - "value": "{core.fontSize.600}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.500}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - } - } - } - }, - "paragraphSpacing": { - "heading": { - "hero": { - "value": "{core.paragraphSpacing.800}", - "type": "paragraphSpacing" - }, - "h1": { - "value": "{core.paragraphSpacing.1100}", - "type": "paragraphSpacing" - }, - "h2": { - "value": "{core.paragraphSpacing.1000}", - "type": "paragraphSpacing" - }, - "h3": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "h4": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "h5": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "h6": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "body": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "caption": { - "value": "{core.paragraphSpacing.50}", - "type": "paragraphSpacing" - }, - "code": { - "xl": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.200}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - } - }, - "lineHeight": { - "heading": { - "hero": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h1": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h2": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h3": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h4": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h5": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h6": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - } - }, - "body": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - }, - "code": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.400}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - } - }, - "standalone": { - "2xl": { - "value": "{core.lineHeight.1000}", - "type": "lineHeights" - }, - "xl": { - "value": "{core.lineHeight.900}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.800}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.600}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - } - } - } } } }, @@ -17390,7 +17468,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -17416,7 +17493,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -17442,7 +17518,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -17468,7 +17543,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -17494,7 +17568,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -17520,7 +17593,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -17546,7 +17618,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -17576,8 +17647,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -17602,8 +17676,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -17628,7 +17705,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -17636,7 +17712,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -17658,7 +17734,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -17690,8 +17765,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -17716,8 +17794,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -17742,7 +17823,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -17750,7 +17830,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -17772,7 +17852,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -17806,8 +17885,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -17832,8 +17914,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -17858,7 +17943,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -17866,7 +17950,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -17888,7 +17972,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -17920,8 +18003,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -17946,8 +18032,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -17972,7 +18061,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -17980,7 +18068,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -18002,7 +18090,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18036,8 +18123,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -18062,8 +18152,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -18088,7 +18181,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18096,7 +18188,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -18118,7 +18210,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18150,8 +18241,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -18176,8 +18270,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -18202,7 +18299,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18210,7 +18306,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -18232,7 +18328,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18266,8 +18361,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -18292,8 +18390,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -18318,7 +18419,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18326,7 +18426,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -18348,7 +18448,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18380,8 +18479,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -18406,8 +18508,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -18432,7 +18537,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18440,7 +18544,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -18462,7 +18566,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18497,8 +18600,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -18523,8 +18629,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -18549,7 +18658,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18557,7 +18665,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -18579,7 +18687,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18611,8 +18718,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -18637,8 +18747,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -18663,7 +18776,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18671,7 +18783,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -18693,7 +18805,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18728,8 +18839,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -18754,8 +18868,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -18780,7 +18897,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18788,7 +18904,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -18810,7 +18926,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18842,8 +18957,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -18868,8 +18986,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -18894,7 +19015,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18902,7 +19022,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -18924,7 +19044,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -18958,8 +19077,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -18984,8 +19106,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -19010,7 +19135,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -19018,7 +19142,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -19040,7 +19164,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -19072,8 +19195,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -19098,8 +19224,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -19124,7 +19253,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -19132,7 +19260,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -19154,7 +19282,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -19188,8 +19315,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -19214,8 +19344,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -19240,7 +19373,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -19248,7 +19380,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -19270,7 +19402,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -19302,8 +19433,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -19328,8 +19462,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -19354,7 +19491,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -19362,7 +19498,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -19384,7 +19520,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -19418,8 +19553,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -19444,8 +19582,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -19470,7 +19611,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -19478,7 +19618,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -19500,7 +19640,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -19532,8 +19671,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -19558,8 +19700,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -19584,7 +19729,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -19592,7 +19736,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -19614,7 +19758,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -19646,7 +19789,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -19668,7 +19810,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -19690,7 +19831,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -19712,7 +19852,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -19734,7 +19873,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -19758,7 +19896,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -19780,7 +19917,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -19802,7 +19938,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -19824,7 +19959,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -19846,7 +19980,113 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + } + }, + "fill": { + "xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.400}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.700}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "lg": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.500}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "md": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.100}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.300}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "sm": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.75}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.200}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "caption": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.50}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.100}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -19862,7 +20102,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -19870,7 +20109,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -19884,7 +20122,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -19892,7 +20129,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -19906,7 +20142,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -19914,7 +20149,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -19928,7 +20162,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -19936,7 +20169,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -19950,7 +20182,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -19958,7 +20189,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -19984,7 +20214,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20006,7 +20235,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20028,7 +20256,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20050,7 +20277,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20072,7 +20298,27 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.light}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -20096,7 +20342,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20118,7 +20363,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20140,7 +20384,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20162,7 +20405,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20184,7 +20426,155 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.regular}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + } + }, + "fill": { + "2xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.800}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.1000}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.600}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.900}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "lg": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.500}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.800}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "md": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.600}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "sm": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.100}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.300}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -20200,7 +20590,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -20208,7 +20597,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20222,7 +20610,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -20230,7 +20617,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20244,7 +20630,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -20252,7 +20637,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20266,7 +20650,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -20274,7 +20657,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20288,7 +20670,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -20296,7 +20677,26 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.brands}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -20431,314 +20831,6 @@ "value": "{core.borderRadius.4800}", "type": "borderRadius" } - }, - "fontSize": { - "heading": { - "hero": { - "value": "{core.fontSize.900}", - "type": "fontSizes" - }, - "h1": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "h2": { - "value": "{core.fontSize.700}", - "type": "fontSizes" - }, - "h3": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "h4": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "h5": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "h6": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "body": { - "xl": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - }, - "code": { - "xl": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - } - }, - "standalone": { - "2xl": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "xl": { - "value": "{core.fontSize.600}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.500}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - } - } - } - }, - "paragraphSpacing": { - "heading": { - "hero": { - "value": "{core.paragraphSpacing.900}", - "type": "paragraphSpacing" - }, - "h1": { - "value": "{core.paragraphSpacing.800}", - "type": "paragraphSpacing" - }, - "h2": { - "value": "{core.paragraphSpacing.700}", - "type": "paragraphSpacing" - }, - "h3": { - "value": "{core.paragraphSpacing.400}", - "type": "paragraphSpacing" - }, - "h4": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "h5": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "h6": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "body": { - "xl": { - "value": "{core.paragraphSpacing.400}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "caption": { - "value": "{core.paragraphSpacing.50}", - "type": "paragraphSpacing" - }, - "code": { - "xl": { - "value": "{core.paragraphSpacing.400}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - } - }, - "lineHeight": { - "heading": { - "hero": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h1": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h2": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h3": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h4": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h5": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h6": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - } - }, - "body": { - "xl": { - "value": "{core.lineHeight.700}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - }, - "code": { - "xl": { - "value": "{core.lineHeight.700}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.lineHeight.700}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - } - }, - "standalone": { - "2xl": { - "value": "{core.lineHeight.1000}", - "type": "lineHeights" - }, - "xl": { - "value": "{core.lineHeight.900}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.800}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.600}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - } - } - } } } }, @@ -20768,7 +20860,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20794,7 +20885,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20820,7 +20910,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20846,7 +20935,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20872,7 +20960,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20898,7 +20985,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -20924,7 +21010,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -20954,8 +21039,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -20980,8 +21068,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -21006,7 +21097,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21014,7 +21104,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -21036,7 +21126,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21068,8 +21157,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -21094,8 +21186,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -21120,7 +21215,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21128,7 +21222,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -21150,7 +21244,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21184,8 +21277,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -21210,8 +21306,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -21236,7 +21335,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21244,7 +21342,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -21266,7 +21364,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21298,8 +21395,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -21324,8 +21424,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -21350,7 +21453,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21358,7 +21460,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -21380,7 +21482,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21394,7 +21495,7 @@ "regular": { "default": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21414,13 +21515,16 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21440,13 +21544,16 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21466,7 +21573,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21474,9 +21580,9 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21496,7 +21602,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21508,7 +21613,7 @@ "bold": { "default": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21528,13 +21633,16 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21554,13 +21662,16 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21580,7 +21691,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21588,9 +21698,9 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21610,7 +21720,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21624,7 +21733,7 @@ "regular": { "default": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21644,13 +21753,16 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21670,13 +21782,16 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21696,7 +21811,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21704,9 +21818,9 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21726,7 +21840,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21738,7 +21851,7 @@ "bold": { "default": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21758,13 +21871,16 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21784,13 +21900,16 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21810,7 +21929,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21818,9 +21936,9 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { - "value": "{core.fontFamily.ibmPlex.sans}", + "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" }, "fontSize": { @@ -21840,7 +21958,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21875,8 +21992,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -21901,8 +22021,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -21927,7 +22050,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21935,7 +22057,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -21957,7 +22079,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -21989,8 +22110,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -22015,8 +22139,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -22041,7 +22168,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22049,7 +22175,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.sans}", "type": "fontFamilies" @@ -22071,7 +22197,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22106,8 +22231,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -22132,8 +22260,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -22158,7 +22289,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22166,7 +22296,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -22188,7 +22318,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22220,8 +22349,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -22246,8 +22378,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -22272,7 +22407,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22280,7 +22414,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -22302,7 +22436,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22336,8 +22469,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -22362,8 +22498,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -22388,7 +22527,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22396,7 +22534,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -22418,7 +22556,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22450,8 +22587,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -22476,8 +22616,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -22502,7 +22645,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22510,7 +22652,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -22532,7 +22674,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22566,8 +22707,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -22592,8 +22736,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -22618,7 +22765,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22626,7 +22772,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -22648,7 +22794,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22680,8 +22825,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -22706,8 +22854,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -22732,7 +22883,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22740,7 +22890,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -22762,7 +22912,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22796,8 +22945,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -22822,8 +22974,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -22848,7 +23003,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22856,7 +23010,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -22878,7 +23032,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22910,8 +23063,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "italic": { @@ -22936,8 +23092,11 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" + }, + "textDecoration": { + "value": "{core.fontDecoration.none}", + "type": "textDecoration" } }, "underline": { @@ -22962,7 +23121,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -22970,7 +23128,7 @@ "type": "textDecoration" } }, - "italic-underline": { + "italicUnderline": { "fontFamily": { "value": "{core.fontFamily.ibmPlex.mono}", "type": "fontFamilies" @@ -22992,7 +23150,6 @@ "type": "paragraphSpacing" }, "letterSpacing": { - "value": "", "type": "letterSpacing" }, "textDecoration": { @@ -23024,7 +23181,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23046,7 +23202,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23068,7 +23223,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23090,7 +23244,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23112,7 +23265,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -23136,7 +23288,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23158,7 +23309,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23180,7 +23330,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23202,7 +23351,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23224,7 +23372,113 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + } + }, + "fill": { + "xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.400}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.700}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "lg": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.500}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "md": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.100}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.300}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "sm": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.75}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.200}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "caption": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.50}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.100}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -23240,7 +23494,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -23248,7 +23501,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23262,7 +23514,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -23270,7 +23521,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23284,7 +23534,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -23292,7 +23541,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23306,7 +23554,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -23314,7 +23561,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23328,7 +23574,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -23336,7 +23581,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } } @@ -23362,7 +23606,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23384,7 +23627,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23406,7 +23648,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23428,7 +23669,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23450,7 +23690,27 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.light}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -23474,7 +23734,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23496,7 +23755,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23518,7 +23776,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23540,7 +23797,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23562,7 +23818,155 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.regular}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + } + }, + "fill": { + "2xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.800}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.1000}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "xl": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.600}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.900}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "lg": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.500}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.800}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "md": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.300}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.600}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "sm": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.100}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.300}", + "type": "lineHeights" + }, + "letterSpacing": { + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.pro}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "value": "{core.fontWeight.fill}", + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -23578,7 +23982,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -23586,7 +23989,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23600,7 +24002,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -23608,7 +24009,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23622,7 +24022,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -23630,7 +24029,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23644,7 +24042,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -23652,7 +24049,6 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", "type": "letterSpacing" } }, @@ -23666,7 +24062,6 @@ "type": "fontSizes" }, "fontWeight": { - "value": "", "type": "fontWeights" }, "lineHeight": { @@ -23674,7 +24069,26 @@ "type": "lineHeights" }, "letterSpacing": { - "value": "", + "type": "letterSpacing" + } + }, + "xs": { + "fontFamily": { + "value": "{core.fontFamily.fontAwesome.brands}", + "type": "fontFamilies" + }, + "fontSize": { + "value": "{core.fontSize.25}", + "type": "fontSizes" + }, + "fontWeight": { + "type": "fontWeights" + }, + "lineHeight": { + "value": "{core.lineHeight.75}", + "type": "lineHeights" + }, + "letterSpacing": { "type": "letterSpacing" } } @@ -23809,314 +24223,6 @@ "value": "{core.borderRadius.4800}", "type": "borderRadius" } - }, - "fontSize": { - "heading": { - "hero": { - "value": "{core.fontSize.900}", - "type": "fontSizes" - }, - "h1": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "h2": { - "value": "{core.fontSize.700}", - "type": "fontSizes" - }, - "h3": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "h4": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "h5": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "h6": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "body": { - "xl": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - }, - "code": { - "xl": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.fontSize.400}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.75}", - "type": "fontSizes" - }, - "caption": { - "value": "{core.fontSize.50}", - "type": "fontSizes" - } - }, - "standalone": { - "2xl": { - "value": "{core.fontSize.800}", - "type": "fontSizes" - }, - "xl": { - "value": "{core.fontSize.600}", - "type": "fontSizes" - }, - "lg": { - "value": "{core.fontSize.500}", - "type": "fontSizes" - }, - "md": { - "value": "{core.fontSize.300}", - "type": "fontSizes" - }, - "sm": { - "value": "{core.fontSize.100}", - "type": "fontSizes" - } - } - } - }, - "paragraphSpacing": { - "heading": { - "hero": { - "value": "{core.paragraphSpacing.900}", - "type": "paragraphSpacing" - }, - "h1": { - "value": "{core.paragraphSpacing.800}", - "type": "paragraphSpacing" - }, - "h2": { - "value": "{core.paragraphSpacing.700}", - "type": "paragraphSpacing" - }, - "h3": { - "value": "{core.paragraphSpacing.400}", - "type": "paragraphSpacing" - }, - "h4": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "h5": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "h6": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "body": { - "xl": { - "value": "{core.paragraphSpacing.400}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - }, - "caption": { - "value": "{core.paragraphSpacing.50}", - "type": "paragraphSpacing" - }, - "code": { - "xl": { - "value": "{core.paragraphSpacing.400}", - "type": "paragraphSpacing" - }, - "lg": { - "value": "{core.paragraphSpacing.300}", - "type": "paragraphSpacing" - }, - "md": { - "value": "{core.paragraphSpacing.100}", - "type": "paragraphSpacing" - }, - "sm": { - "value": "{core.paragraphSpacing.75}", - "type": "paragraphSpacing" - } - } - }, - "lineHeight": { - "heading": { - "hero": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h1": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h2": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h3": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h4": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h5": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - }, - "h6": { - "value": "{core.lineHeight.auto}", - "type": "lineHeights" - } - }, - "body": { - "xl": { - "value": "{core.lineHeight.700}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - }, - "code": { - "xl": { - "value": "{core.lineHeight.700}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - } - }, - "icon": { - "labelPaired": { - "xl": { - "value": "{core.lineHeight.700}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.500}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.200}", - "type": "lineHeights" - }, - "caption": { - "value": "{core.lineHeight.100}", - "type": "lineHeights" - } - }, - "standalone": { - "2xl": { - "value": "{core.lineHeight.1000}", - "type": "lineHeights" - }, - "xl": { - "value": "{core.lineHeight.900}", - "type": "lineHeights" - }, - "lg": { - "value": "{core.lineHeight.800}", - "type": "lineHeights" - }, - "md": { - "value": "{core.lineHeight.600}", - "type": "lineHeights" - }, - "sm": { - "value": "{core.lineHeight.300}", - "type": "lineHeights" - } - } - } } } }, @@ -35298,11 +35404,11 @@ "label": { "typography": { "sm": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" } }, @@ -35368,11 +35474,11 @@ "label": { "typography": { "sm": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" } }, @@ -35485,11 +35591,11 @@ "typography": { "md": { "default": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" }, "enabled": { - "value": "{semantic.typography.caption.regular.default}", + "value": "{component.typography.caption.regular.default}", "type": "typography" } } @@ -35524,11 +35630,11 @@ "placeholder": { "typography": { "sm": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" } }, @@ -35540,11 +35646,11 @@ "input": { "typography": { "sm": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" } }, @@ -35564,11 +35670,11 @@ } }, "message": { - "value": "{semantic.typography.caption.regular.default}", + "value": "{component.typography.caption.regular.default}", "type": "typography" }, "charCount": { - "value": "{semantic.typography.caption.regular.default}", + "value": "{component.typography.caption.regular.default}", "type": "typography" }, "bg": { @@ -35617,6 +35723,52 @@ } } }, + "addon": { + "outline": { + "default": { + "value": "{semantic.color.slate.solid.surface.frame.mid}", + "type": "color" + } + }, + "fill": { + "default": { + "value": "{semantic.color.monochrome.surface.normal.lowest}", + "type": "color" + }, + "hover": { + "value": "{semantic.color.monochrome.surface.normal.low}", + "type": "color" + }, + "focus": { + "value": "{semantic.color.monochrome.surface.normal.lowest}", + "type": "color" + }, + "successDefault": { + "value": "{semantic.color.green.opacity.surface.low}", + "type": "color" + }, + "successHover": { + "value": "{semantic.color.green.opacity.surface.midLow}", + "type": "color" + }, + "successFocus": { + "value": "{semantic.color.green.opacity.surface.low}", + "type": "color" + }, + "failDefault": { + "value": "{semantic.color.red.opacity.surface.low}", + "type": "color" + }, + "failHover": { + "value": "{semantic.color.red.opacity.surface.midLow}", + "type": "color" + }, + "failFocus": { + "value": "{semantic.color.red.opacity.surface.low}", + "type": "color" + } + } + }, "border": { "radius": { "sm": { @@ -35781,13 +35933,13 @@ "modal": { "title": { "typography": { - "value": "{semantic.typography.heading.h4}", + "value": "{component.typography.heading.h4}", "type": "typography" } }, "description": { "typography": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" } }, @@ -36021,55 +36173,55 @@ "typography": { "primary": { "sm": { - "value": "{semantic.typography.caption.bold.default}", + "value": "{component.typography.caption.bold.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.sm.bold.default}", + "value": "{component.typography.body.sm.bold.default}", "type": "typography" }, "lg": { - "value": "{semantic.typography.body.md.bold.default}", + "value": "{component.typography.body.md.bold.default}", "type": "typography" }, "xl": { - "value": "{semantic.typography.body.lg.bold.default}", + "value": "{component.typography.body.lg.bold.default}", "type": "typography" } }, "secondary": { "sm": { - "value": "{semantic.typography.caption.bold.default}", + "value": "{component.typography.caption.bold.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.sm.bold.default}", + "value": "{component.typography.body.sm.bold.default}", "type": "typography" }, "lg": { - "value": "{semantic.typography.body.md.bold.default}", + "value": "{component.typography.body.md.bold.default}", "type": "typography" }, "xl": { - "value": "{semantic.typography.body.lg.bold.default}", + "value": "{component.typography.body.lg.bold.default}", "type": "typography" } }, "tertiary": { "sm": { - "value": "{semantic.typography.caption.bold.underline}", + "value": "{component.typography.caption.bold.underline}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.sm.bold.underline}", + "value": "{component.typography.body.sm.bold.underline}", "type": "typography" }, "lg": { - "value": "{semantic.typography.body.md.bold.underline}", + "value": "{component.typography.body.md.bold.underline}", "type": "typography" }, "xl": { - "value": "{semantic.typography.body.lg.bold.underline}", + "value": "{component.typography.body.lg.bold.underline}", "type": "typography" } } @@ -37096,15 +37248,15 @@ "label": { "typography": { "sm": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" }, "lg": { - "value": "{semantic.typography.body.lg.regular.default}", + "value": "{component.typography.body.lg.regular.default}", "type": "typography" } }, @@ -37363,7 +37515,7 @@ }, "label": { "typography": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "color": { @@ -37455,13 +37607,13 @@ "actionSheet": { "title": { "typography": { - "value": "{semantic.typography.heading.h5}", + "value": "{component.typography.heading.h5}", "type": "typography" } }, "description": { "typography": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" } }, @@ -37520,22 +37672,40 @@ }, "snackbar": { "icon": { - "value": "{semantic.color.slate.solid.textIcon.inverse.highest}", - "type": "color" + "neutral": { + "value": "{component.textIcon.inverse.prominent}", + "type": "color" + }, + "fail": { + "value": "{component.textIcon.static.prominentDark}", + "type": "color" + } }, "label": { "typography": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "color": { - "value": "{semantic.color.slate.solid.textIcon.inverse.highest}", - "type": "color" + "neutral": { + "value": "{component.textIcon.inverse.prominent}", + "type": "color" + }, + "fail": { + "value": "{component.textIcon.static.prominentDark}", + "type": "color" + } } }, "bg": { - "value": "{semantic.color.slate.solid.surface.inverse.lowest}", - "type": "color" + "neutral": { + "value": "{semantic.color.slate.solid.surface.inverse.lowest}", + "type": "color" + }, + "fail": { + "value": "{semantic.color.red.solid.surface.normal.highest}", + "type": "color" + } }, "border": { "radius": { @@ -37595,15 +37765,15 @@ "label": { "typography": { "sm": { - "value": "{semantic.typography.caption.bold.default}", + "value": "{component.typography.caption.bold.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.md.bold.default}", + "value": "{component.typography.body.md.bold.default}", "type": "typography" }, "lg": { - "value": "{semantic.typography.body.xl.bold.default}", + "value": "{component.typography.body.xl.bold.default}", "type": "typography" } }, @@ -37694,15 +37864,15 @@ "label": { "typography": { "xs": { - "value": "{semantic.typography.caption.regular.default}", + "value": "{component.typography.caption.regular.default}", "type": "typography" }, "sm": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" } }, @@ -37744,11 +37914,11 @@ "label": { "typography": { "sm": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" } }, @@ -37993,29 +38163,29 @@ "typography": { "regular": { "xs": { - "value": "{semantic.typography.caption.regular.default}", + "value": "{component.typography.caption.regular.default}", "type": "typography" }, "sm": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" } }, "bold": { "xs": { - "value": "{semantic.typography.caption.bold.default}", + "value": "{component.typography.caption.bold.default}", "type": "typography" }, "sm": { - "value": "{semantic.typography.body.sm.bold.default}", + "value": "{component.typography.body.sm.bold.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.md.bold.default}", + "value": "{component.typography.body.md.bold.default}", "type": "typography" } } @@ -38200,15 +38370,15 @@ "label": { "typography": { "sm": { - "value": "{semantic.typography.caption.regular.default}", + "value": "{component.typography.caption.regular.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "lg": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" } }, @@ -38234,15 +38404,15 @@ "item": { "typography": { "sm": { - "value": "{semantic.typography.caption.regular.default}", + "value": "{component.typography.caption.regular.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "lg": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" } }, @@ -38260,15 +38430,15 @@ "tag": { "typography": { "sm": { - "value": "{semantic.typography.caption.bold.default}", + "value": "{component.typography.caption.bold.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.sm.bold.default}", + "value": "{component.typography.body.sm.bold.default}", "type": "typography" }, "lg": { - "value": "{semantic.typography.body.md.bold.default}", + "value": "{component.typography.body.md.bold.default}", "type": "typography" } }, @@ -38392,16 +38562,16 @@ "title": { "typography": { "banner": { - "value": "{semantic.typography.body.sm.bold.default}", + "value": "{component.typography.body.sm.bold.default}", "type": "typography" }, "item": { "unread": { - "value": "{semantic.typography.body.sm.bold.default}", + "value": "{component.typography.body.sm.bold.default}", "type": "typography" }, "read": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" } } @@ -38426,11 +38596,11 @@ "message": { "typography": { "banner": { - "value": "{semantic.typography.caption.regular.default}", + "value": "{component.typography.caption.regular.default}", "type": "typography" }, "item": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" } }, @@ -38453,7 +38623,7 @@ }, "timestamp": { "typography": { - "value": "{semantic.typography.caption.regular.default}", + "value": "{component.typography.caption.regular.default}", "type": "typography" }, "color": { @@ -38543,21 +38713,21 @@ "typography": { "sm": { "default": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "active": { - "value": "{semantic.typography.body.sm.regular.underline}", + "value": "{component.typography.body.sm.regular.underline}", "type": "typography" } }, "md": { "default": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" }, "active": { - "value": "{semantic.typography.body.md.regular.underline}", + "value": "{component.typography.body.md.regular.underline}", "type": "typography" } } @@ -38645,91 +38815,91 @@ "typography": { "caption": { "default": { - "value": "{semantic.typography.caption.regular.default}", + "value": "{component.typography.caption.regular.default}", "type": "typography" }, "hover": { - "value": "{semantic.typography.caption.regular.underline}", + "value": "{component.typography.caption.regular.underline}", "type": "typography" }, "active": { - "value": "{semantic.typography.caption.regular.underline}", + "value": "{component.typography.caption.regular.underline}", "type": "typography" }, "disabled": { - "value": "{semantic.typography.caption.regular.default}", + "value": "{component.typography.caption.regular.default}", "type": "typography" } }, "sm": { "default": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "hover": { - "value": "{semantic.typography.body.sm.regular.underline}", + "value": "{component.typography.body.sm.regular.underline}", "type": "typography" }, "active": { - "value": "{semantic.typography.body.sm.regular.underline}", + "value": "{component.typography.body.sm.regular.underline}", "type": "typography" }, "disabled": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" } }, "md": { "default": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" }, "hover": { - "value": "{semantic.typography.body.md.regular.underline}", + "value": "{component.typography.body.md.regular.underline}", "type": "typography" }, "active": { - "value": "{semantic.typography.body.md.regular.underline}", + "value": "{component.typography.body.md.regular.underline}", "type": "typography" }, "disabled": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" } }, "lg": { "default": { - "value": "{semantic.typography.body.lg.regular.default}", + "value": "{component.typography.body.lg.regular.default}", "type": "typography" }, "hover": { - "value": "{semantic.typography.body.lg.regular.underline}", + "value": "{component.typography.body.lg.regular.underline}", "type": "typography" }, "active": { - "value": "{semantic.typography.body.lg.regular.underline}", + "value": "{component.typography.body.lg.regular.underline}", "type": "typography" }, "disabled": { - "value": "{semantic.typography.body.lg.regular.default}", + "value": "{component.typography.body.lg.regular.default}", "type": "typography" } }, "xl": { "default": { - "value": "{semantic.typography.body.xl.regular.default}", + "value": "{component.typography.body.xl.regular.default}", "type": "typography" }, "hover": { - "value": "{semantic.typography.body.xl.regular.underline}", + "value": "{component.typography.body.xl.regular.underline}", "type": "typography" }, "active": { - "value": "{semantic.typography.body.xl.regular.underline}", + "value": "{component.typography.body.xl.regular.underline}", "type": "typography" }, "disabled": { - "value": "{semantic.typography.body.xl.regular.default}", + "value": "{component.typography.body.xl.regular.default}", "type": "typography" } } @@ -38793,7 +38963,7 @@ "tooltip": { "title": { "typography": { - "value": "{semantic.typography.caption.bold.default}", + "value": "{component.typography.caption.bold.default}", "type": "typography" }, "color": { @@ -38803,7 +38973,7 @@ }, "description": { "typography": { - "value": "{semantic.typography.caption.regular.default}", + "value": "{component.typography.caption.regular.default}", "type": "typography" }, "color": { @@ -38860,15 +39030,15 @@ "title": { "typography": { "sm": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.lg.regular.default}", + "value": "{component.typography.body.lg.regular.default}", "type": "typography" }, "lg": { - "value": "{semantic.typography.body.xl.regular.default}", + "value": "{component.typography.body.xl.regular.default}", "type": "typography" } }, @@ -38886,15 +39056,15 @@ "subtitle": { "typography": { "sm": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" }, "lg": { - "value": "{semantic.typography.body.lg.regular.default}", + "value": "{component.typography.body.lg.regular.default}", "type": "typography" } }, @@ -38984,11 +39154,11 @@ "title": { "typography": { "sm": { - "value": "{semantic.typography.body.md.bold.default}", + "value": "{component.typography.body.md.bold.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.lg.bold.default}", + "value": "{component.typography.body.lg.bold.default}", "type": "typography" } }, @@ -39000,11 +39170,11 @@ "message": { "typography": { "sm": { - "value": "{semantic.typography.body.sm.regular.default}", + "value": "{component.typography.body.sm.regular.default}", "type": "typography" }, "md": { - "value": "{semantic.typography.body.md.regular.default}", + "value": "{component.typography.body.md.regular.default}", "type": "typography" } }, @@ -39051,495 +39221,3362 @@ "type": "spacing" } } - } - } - }, - "$themes": [ - { - "id": "5c93680608c2d1dc501ef62c2cb709de1082d5f7", - "name": "core", - "$figmaStyleReferences": { - "core.color.gradient.slate.110": "S:3cbc0ab37aa94d2982f9e8a964adcd4b1983c779,", - "core.color.gradient.slate.120": "S:17e03ddf891b81ae1e5d81bc11d1d2b04ab023a7,", - "core.color.gradient.slate.130": "S:e411120f3cad7f6a613c17cdc2a196e61daa09cd,", - "core.color.gradient.slate.140": "S:dde39bc829d0596ea2b822f413b75f7dacabb3cd,", - "core.color.gradient.slate.210": "S:807395411981bfa561aa5fd35054a91e76670a12,", - "core.color.gradient.slate.220": "S:cc96ba6cf941c64e1c383d04d3b10b24cd09802b,", - "core.color.gradient.slate.230": "S:bc7d5d0e229625be0147f5b2bddbe27de933c0ef,", - "core.color.gradient.slate.240": "S:8bb793264d9f57b032f4876bff0c388b76dd590f,", - "core.color.gradient.slate.310": "S:aca54beb8f3980ca16d797aea3d5cf97ed4a7d68,", - "core.color.gradient.slate.320": "S:9cfabdd11e5d1377ecb47035a6ccbe749c42fa11,", - "core.color.gradient.slate.330": "S:ee9caedffc1da3ed0f39eee07d37f0f36b57895a,", - "core.color.gradient.slate.340": "S:390da90c7db2e56e6ad8950b308989d8ba4e5389,", - "core.color.gradient.slate.410": "S:c1210ab85aef07bd742784ca7f21bd9f8df9a5c7,", - "core.color.gradient.slate.420": "S:ec1962f7407145f2fe37e460eb8fe84eb921025e,", - "core.color.gradient.slate.430": "S:0a06467b37f6cf2121d810b13db29f1ae54e76c7,", - "core.color.gradient.slate.440": "S:d53b2b565450196669c30da9240bdb9cd086d03f,", - "core.color.opacity.white.75": "S:7ec62d986d4afe57499297d9bcdd12e18918cfba,", - "core.color.opacity.white.100": "S:4df7e4382c026b882d60afa537b1d67e1b7f039a,", - "core.color.opacity.white.200": "S:755f807bfee6dd3d53834d66493d2ceb592880e3,", - "core.color.opacity.white.300": "S:186470e17aa7132b4defa249be38af6456242531,", - "core.color.opacity.white.400": "S:dea344060524f4da005bacb6257eff12faab6bfa,", - "core.color.opacity.white.500": "S:d31b423fb9f66055b276c4cd05cb4399c36f572e,", - "core.color.opacity.white.600": "S:06638558cb1c1daae7c234d6e88c63dfeced4e44,", - "core.color.opacity.white.700": "S:ed51fa52355c7f2d50a4912f6c10cbe4f2dffe8f,", - "core.color.opacity.white.800": "S:c6c6a579144f0e28a5d857f70130a10a3ea7f682,", - "core.color.opacity.black.75": "S:97468baaf513e52ebf202956174ad7604181e9e4,", - "core.color.opacity.black.100": "S:9f833f3843f7942d9a594ea618cf9ba7dad9ad76,", - "core.color.opacity.black.200": "S:7fcd51c2e038916c263126ba83a33229e41f8dec,", - "core.color.opacity.black.300": "S:27a01742166bb319f1274209fd1708e62feb8d3c,", - "core.color.opacity.black.400": "S:5925504602240186686e076ec3b4a4b74f065d2f,", - "core.color.opacity.black.500": "S:1a8fae6c6a3a45818c1638a85fdd83ef25ca22a0,", - "core.color.opacity.black.600": "S:44f2497c02ef4d750d4b97acc159d8c1b5a1de62,", - "core.color.opacity.black.700": "S:ecac0b0365138a763e74213e519b02c4eac2f6eb,", - "core.color.opacity.black.800": "S:ca83d0076eebd12201d70519d274f2417baee356,", - "core.color.opacity.red.100": "S:693c7f24a7fb953fa6dd44ed33dd05a751b157b6,", - "core.color.opacity.red.200": "S:7d6869113802973d4c91833eb28c179f031ec79a,", - "core.color.opacity.red.300": "S:de3e4f84a15519d7fcbbba1f5322e946471f3922,", - "core.color.opacity.red.400": "S:ec77be6f5078ab243d2a587425fabd29374316a2,", - "core.color.opacity.red.500": "S:957c49039bca22c07356c650a832474b6b15f87d,", - "core.color.opacity.red.600": "S:41b46a1d64d9e55a7233636c98ea6d5676367e7b,", - "core.color.opacity.red.700": "S:2e6b58d9a18a226eab7a700b528c3adc1e993bc1,", - "core.color.opacity.red.800": "S:d4b8f663b4a660d31f24f9b3cb825216f8f0801f,", - "core.color.opacity.orange.100": "S:c626cb76601a579aa6c4ca9ae79520c35a8941fa,", - "core.color.opacity.orange.200": "S:20220c930f755a906bf9773a4f4f180a723e4c14,", - "core.color.opacity.orange.300": "S:4d46d27ab93673b20401825e47391a6514f7fa21,", - "core.color.opacity.orange.400": "S:b56fb326fbcaed68f55edb5b70cecc7c6daf2e04,", - "core.color.opacity.orange.500": "S:8dc785050929b40fc0b09ade1636bf3f0bfc9c4a,", - "core.color.opacity.orange.600": "S:800d05b1f6e601e8102e87565c60ae80b12d08d1,", - "core.color.opacity.orange.700": "S:8ed46c4f92b4be294ac61410e6bcc3a66810dd2e,", - "core.color.opacity.orange.800": "S:56c0c0724c24ff3b8bf6593bc74086369eaa397d,", - "core.color.opacity.yellow.100": "S:cfdb66b787418047c32da6b50763a98c6b9aa48e,", - "core.color.opacity.yellow.200": "S:b4d8043f2848eeb1677d18c1a6611769cbb48727,", - "core.color.opacity.yellow.300": "S:02aa6828f1af273a2d81a7b4a325098f0b9023cd,", - "core.color.opacity.yellow.400": "S:8ddc53934f47331a7f564066025f47128357bc9a,", - "core.color.opacity.yellow.500": "S:716b1d5f4d8b0d04d1ab464f9dbf8262cb812388,", - "core.color.opacity.yellow.600": "S:8738f2a8e72f9631375eccc34654593252467b4f,", - "core.color.opacity.yellow.700": "S:8023db5e2115fb283a899f78fad6b4831d6c0407,", - "core.color.opacity.yellow.800": "S:9b63217257e67f0f2791cb5e0aa2750301edd86d,", - "core.color.opacity.mustard.100": "S:0cf5a5caabc77dd356e35fec94b73a22831f9755,", - "core.color.opacity.mustard.200": "S:ed9019997ffc92dc8b23108cb9d0eb0fcef5c627,", - "core.color.opacity.mustard.300": "S:5f02f401a7b85befa2df3ecec138e5b7f03c6650,", - "core.color.opacity.mustard.400": "S:22f3073127633989c70032b7e1cd1ead596310a9,", - "core.color.opacity.mustard.500": "S:5ed331900a2ba8a9930c91f7fa2e8f08e8d135df,", - "core.color.opacity.mustard.600": "S:414ccb423ce16720ba66f808c67bd4499b671850,", - "core.color.opacity.mustard.700": "S:339aa7ad4650d96088e878cb7ee6d54dcd54ac92,", - "core.color.opacity.mustard.800": "S:cd562d619cb20a6d146419c8b299cc46638b12f8,", - "core.color.opacity.olive.100": "S:d1026831d36900b24c8acc6dcd74825e53f42708,", - "core.color.opacity.olive.200": "S:268d559f32f973f9fb75a69845f0524174c5d4c8,", - "core.color.opacity.olive.300": "S:937f376b2438fa2b5301507cb908aaa4aa6f9bbc,", - "core.color.opacity.olive.400": "S:2356bb14aef067b4e3bf5b7622d1d60b051fafac,", - "core.color.opacity.olive.500": "S:eca2821b48b2aa3f97641e4fa7cf93661ceb36ab,", - "core.color.opacity.olive.600": "S:2d572466cb987f19db57f13609c074e8f70eb8e1,", - "core.color.opacity.olive.700": "S:1e66f4f8f4d1b2a965bd615d473a21b982cc3e76,", - "core.color.opacity.olive.800": "S:2a2f430802996cfd843f1a32dc21810bcbfcc4cf,", - "core.color.opacity.green.100": "S:b267203d10ab8e5638b9fa135bb6302ad204c5fb,", - "core.color.opacity.green.200": "S:004b637780466a265f08ab2bd7965cfd82c71951,", - "core.color.opacity.green.300": "S:df1c3465c9417d44ff8ce5d1320f99939fdafaee,", - "core.color.opacity.green.400": "S:de202ae7b188e564ffa4e95d539e70efdbd5f457,", - "core.color.opacity.green.500": "S:e1bce2be8949fb97bca6b50a6a1803861c221351,", - "core.color.opacity.green.600": "S:80eda4b1fd1728ebca5a98e912108194595e5ffc,", - "core.color.opacity.green.700": "S:7f0b7ae9f35c4727e3fcd59cf18d47320f1a1250,", - "core.color.opacity.green.800": "S:a110560bed2108532e9b75c4a40c0610a1a4e4cc,", - "core.color.opacity.emerald.100": "S:d4a92cc5209bfdf3f0301c84292bf28cb458058f,", - "core.color.opacity.emerald.200": "S:ca50a984431029ca1e17dade7ccdbbe0b51d153d,", - "core.color.opacity.emerald.300": "S:1e2953d6ee6a5a5c374a54bc35456f73ff7534b0,", - "core.color.opacity.emerald.400": "S:c7693c4744426eb2dd7da5cc922281b3da228b4d,", - "core.color.opacity.emerald.500": "S:5c85cf9b57efd9835bc5d1611adbc1a956576ded,", - "core.color.opacity.emerald.600": "S:88cbb4881fa113526f0e4aea7dff010f137682bd,", - "core.color.opacity.emerald.700": "S:f36cebb36b4eeb0b31f693ede472d773193fa57d,", - "core.color.opacity.emerald.800": "S:02da4c6629e6b7499e44ebf31049333c575b755b,", - "core.color.opacity.tiffany.100": "S:5d39c83971cc4c48bdba5a456757e93a3ce12bf0,", - "core.color.opacity.tiffany.200": "S:6e7ffb5b4057ee2d55696064e0320408d72a4525,", - "core.color.opacity.tiffany.300": "S:66d9ffd09c885bbf8b62a75639064e0b57c8f789,", - "core.color.opacity.tiffany.400": "S:b4c0329f66e0cf89c78d1ada12f506d630de62d3,", - "core.color.opacity.tiffany.500": "S:a66dc6aaae892fb3bce2cb4a0989060f07b521e1,", - "core.color.opacity.tiffany.600": "S:75ccf9525932eb74198698756c419d909450cddb,", - "core.color.opacity.tiffany.700": "S:d325a79c01893acd997a00989ef7d4316a890cf4,", - "core.color.opacity.tiffany.800": "S:3b8561ebda8a5ef7b5a6b4bdd0ea6dd8926256e7,", - "core.color.opacity.teal.100": "S:e2828fabaafb7869a088d483adbc018c4a944cd1,", - "core.color.opacity.teal.200": "S:35c509eb5e22cbb21b021106ec46607f6a600506,", - "core.color.opacity.teal.300": "S:56d7092b1231ef10bc94e1afd9c811869f73d9ec,", - "core.color.opacity.teal.400": "S:4a794357c4a4e9e565e7a3c19562f2a3a052ff81,", - "core.color.opacity.teal.500": "S:cc0bd745fbe77cd8dababe5895f2f22d2528761c,", - "core.color.opacity.teal.600": "S:fb47290e652ea4612129adb96bf02b6d32e05c53,", - "core.color.opacity.teal.700": "S:a2e3b49bce4fdea8cc22c6879cbfd9da739595fe,", - "core.color.opacity.teal.800": "S:17de1ec6a31fab8ea8c9454fd316627fdccfab5b,", - "core.color.opacity.seawater.100": "S:8faf38d65ef17fc16daec493d6a3e30a7d5fcabb,", - "core.color.opacity.seawater.200": "S:0e556e6b2fe8ef554cc7d9f78d96a172e06bec11,", - "core.color.opacity.seawater.300": "S:beb45de7b0672b300f578c30ee4d2a370298834e,", - "core.color.opacity.seawater.400": "S:83f647debecf4b1a4f28b48245dbda3f9e93a589,", - "core.color.opacity.seawater.500": "S:5e9d02f7f0285d3fb6cda9863009463195c4e367,", - "core.color.opacity.seawater.600": "S:b51ce5dcf877dcf6213f897416c80b78b61c4e51,", - "core.color.opacity.seawater.700": "S:3f59612d3244069aff12d067d37ac98e50b914ad,", - "core.color.opacity.seawater.800": "S:af96d788d2b71071f64a7f8bd86b1e2d91825e9c,", - "core.color.opacity.blue.100": "S:e37d98779012bfa9717549f700af1b662a675bc2,", - "core.color.opacity.blue.200": "S:c38b90f3fcbf59e8a157c31d9cf815c3c00a64d4,", - "core.color.opacity.blue.300": "S:475f79135e9799e98be5ac7d6dc0471a0909d53b,", - "core.color.opacity.blue.400": "S:fbe75c5c0ad5e3700b5f46a4549d892cecb35f1e,", - "core.color.opacity.blue.500": "S:32796acf58e0cb2f5e95cab833b0f017483eea79,", - "core.color.opacity.blue.600": "S:71a06e481bef1bb052b7e57a545a5d5ae6be8f02,", - "core.color.opacity.blue.700": "S:8ab29692cb3f53a8a12e8d0ba49f2c3a1316cb98,", - "core.color.opacity.blue.800": "S:54dd6f6f4851f1f277b572efa1bcb677ced4d4b4,", - "core.color.opacity.sapphire.100": "S:cf1c8fb0e2e3fe2795805b1d1fa8d3c137b00fcd,", - "core.color.opacity.sapphire.200": "S:b901939c4614365f84102ff1fcc786ca23732959,", - "core.color.opacity.sapphire.300": "S:aeae1cdbd8cf8c6797477bc99f6e1752abff5227,", - "core.color.opacity.sapphire.400": "S:a17f64c11311777f840c77c12405fb9b1fb22eb3,", - "core.color.opacity.sapphire.500": "S:0c8a170fedbdf5bd416dce46b50902766dc667b9,", - "core.color.opacity.sapphire.600": "S:1da57ef740cf8358775267037892c7f4db63ff2c,", - "core.color.opacity.sapphire.700": "S:bb91a73cbadbf91423400ec2d14e3d911d42c743,", - "core.color.opacity.sapphire.800": "S:e7ef142011a50007f6ad2021154d35fecfeafe23,", - "core.color.opacity.blueberry.100": "S:fada509c3d9226b19e5a51216852ed93427ec21c,", - "core.color.opacity.blueberry.200": "S:b66b692ea40877d433b8fbe6a552bf4194a45e7d,", - "core.color.opacity.blueberry.300": "S:46e19be5de00ec130c47b0d0ec5499988bc21ba5,", - "core.color.opacity.blueberry.400": "S:3af9903a4c28d345eb61247d445a806b5ef9e55a,", - "core.color.opacity.blueberry.500": "S:4dfed17cd75c2638e4445306555960761e1cad37,", - "core.color.opacity.blueberry.600": "S:bc0438458fcecf77c466e31f1bb383d460c6d969,", - "core.color.opacity.blueberry.700": "S:d6bd646998fee7464e7c006ff2277c5f9b9a65d5,", - "core.color.opacity.blueberry.800": "S:7b14c306c69f52f81a3c74f6416973da628ae09c,", - "core.color.opacity.grape.100": "S:1d91a6129615f7dab9ec31a5818a00339b4b5089,", - "core.color.opacity.grape.200": "S:3715c77306b302f335325d77d58508d83e388b79,", - "core.color.opacity.grape.300": "S:4a1c11e55e1c8b826f055517d3a3c807e9eb2acd,", - "core.color.opacity.grape.400": "S:b3a31b48307b642c5c27f182ba366ea8ac4fb340,", - "core.color.opacity.grape.500": "S:5109520bb00b3e934be31a89538e6a4f1e38bde9,", - "core.color.opacity.grape.600": "S:129ebd446ef4f6face364848e003e35e1b076058,", - "core.color.opacity.grape.700": "S:ddd741dd933e281b6501ac255960cc803bd038b4,", - "core.color.opacity.grape.800": "S:2a73fa637aa36328703d272ca9f20a98d8c50743,", - "core.color.opacity.magenta.100": "S:355d0fa9341f12eb9ee1c0d20e1e2a69ed4ddcca,", - "core.color.opacity.magenta.200": "S:4a797a01b0ce42910e9e9e038bfa564e5a037e89,", - "core.color.opacity.magenta.300": "S:55d250879392a3d033d6134488eaa40b3a426272,", - "core.color.opacity.magenta.400": "S:670c063053e7d1b2b976df5ec070a54e5efab3a8,", - "core.color.opacity.magenta.500": "S:1d78d257704f27a257a934452ff7ee1e0a4c97a5,", - "core.color.opacity.magenta.600": "S:58ac9a21ee4c1e7a25db9c196da9416fab97db28,", - "core.color.opacity.magenta.700": "S:8819942c67d2ae4c4019eab1d983cbeb06f8bee4,", - "core.color.opacity.magenta.800": "S:0b28dca3073f532bedd5392dd5df0340eb07df28,", - "core.color.opacity.cherry.100": "S:726e9c28c06471780a8377694df7b51aa7e3e271,", - "core.color.opacity.cherry.200": "S:61304dc6265fefd5cae335a36dbe1afa598edc91,", - "core.color.opacity.cherry.300": "S:6193786a1a692fab0976f09dca1ed40e414f2ac3,", - "core.color.opacity.cherry.400": "S:5bffd98993d296d2aeb7e0becd71ad8d7bcc4476,", - "core.color.opacity.cherry.500": "S:ccc88d76440b409bbf3e76b32996787220494c15,", - "core.color.opacity.cherry.600": "S:1849df25166fd4c6589ebc4c11d67381a6d8f3ad,", - "core.color.opacity.cherry.700": "S:eaf96502710534c41ac1cf71e32f1e5da0f465a9,", - "core.color.opacity.cherry.800": "S:974544109433c9b20f8e9543aff999f466e7bc4b,", - "core.color.opacity.coral.100": "S:cb93befcb42aebd1a78c3f6d152118081ee52e4d,", - "core.color.opacity.coral.200": "S:8abb934020348895a9e9622093d30b36edc36350,", - "core.color.opacity.coral.300": "S:e7f45cdbd7c5ab02c3dd69bef98bf9df45745587,", - "core.color.opacity.coral.400": "S:849b0b40bee041ae5a6f23d56718616455e68f8a,", - "core.color.opacity.coral.500": "S:99e1a6f53d2714509dfbb6d82afa5e7b6d5ad6d7,", - "core.color.opacity.coral.600": "S:ca43d0426b7a52ebbf3c7e0842d2dcd63495c0a3,", - "core.color.opacity.coral.700": "S:fca6b489c8a704c2c735e43a7d24982a43e530a9,", - "core.color.opacity.coral.800": "S:c764f7511ef5d0551404633b4d3f2d2e738ce5cd,", - "core.color.opacity.slate.100": "S:d8de7a33a1b174f729080b5f1075c9087e697b3f,", - "core.color.opacity.slate.200": "S:1d5c03829efca63721b7d30f96390d5d1c850b03,", - "core.color.opacity.slate.300": "S:909f76a7033316172a6743e0564570fa1d206824,", - "core.color.opacity.slate.400": "S:30f611ce971004e21cd39f60d59ac1998deb07d0,", - "core.color.opacity.slate.500": "S:eead6c7cbf1003ce44000044545288b4e94a6566,", - "core.color.opacity.slate.600": "S:e6027817fee191306280c1b2c71bc1ef86e6a865,", - "core.color.opacity.slate.700": "S:3a6ddd2141ffe83b694fbcf12605c9489aefd3ce,", - "core.color.opacity.slate.800": "S:21fe90ae0626aa136f83449a2fa0e72f1c86d225,", - "core.color.opacity.overflow.100": "S:073ad7d334d9688a153d15ce207359778d0c6f7e,", - "core.color.opacity.overflow.200": "S:956ffa3cbea537e2e0a4451af4ea364df2df43f2,", - "core.color.opacity.overflow.300": "S:4fdc95518b208b46ffc6dbae372589a82393ca59,", - "core.color.opacity.overflow.400": "S:c9e05151996b09bfa344f2c75ddd19d0d4a92b5b,", - "core.color.solid.red.100": "S:8a6473965c45e9eef64e46b77e0da78dc0423577,", - "core.color.solid.red.200": "S:8777968b8a7eb17f85fbdf9f7056398db69535b1,", - "core.color.solid.red.300": "S:f29615629f2fa0f854a1cbdf3e5cb970f21e912b,", - "core.color.solid.red.400": "S:e8a8d09cf0de0bcfc3bfa4309340646b1c381e80,", - "core.color.solid.red.500": "S:2cd9372eb9c64a86140285935036a96989c201d3,", - "core.color.solid.red.600": "S:3140ca8097d9d282ac32cfcb8e9075d68f5574ea,", - "core.color.solid.red.700": "S:97b1434a3218d4e6215feb36d809dbfac111d4c9,", - "core.color.solid.red.800": "S:a74ad808b02fc5fef8f406a6a181c050e8ebb296,", - "core.color.solid.red.900": "S:366f2d7dc92791dc4e41bfcd382571625a4567e7,", - "core.color.solid.red.1000": "S:02d2bf6d772573e3033f3d19b875110cec113f38,", - "core.color.solid.red.1100": "S:cfe1a9d52ae29bfed3cb8c8e7c0e8c525afaa592,", - "core.color.solid.red.1200": "S:da9d5cb6cc4d8670fd8972e1d858e894a3548fb2,", - "core.color.solid.red.1300": "S:8965452fa1f0795a29bcbbc15a7a61316b13f47d,", - "core.color.solid.orange.100": "S:06e6dcc9d81b95d30ff855d5afcb38b5b9039dac,", - "core.color.solid.orange.200": "S:4c4453d23f48032a66dac5faf9682e5984a0095d,", - "core.color.solid.orange.300": "S:ea9a70b36536344122c1d4f3f39b187cc20d2ccf,", - "core.color.solid.orange.400": "S:800c89940a61a768f6a97d5d1fd879632c6ef13a,", - "core.color.solid.orange.500": "S:cec15a82fa5d6d94d9d5c67e47b58717d72c758f,", - "core.color.solid.orange.600": "S:ad268078e92e96fc4e97c2cb5238da155451d147,", - "core.color.solid.orange.700": "S:b60d70834923f463ce14ef539657e1e6aa95d110,", - "core.color.solid.orange.800": "S:91e68b05d84eddadf4f26409ea77e0295d83a55e,", - "core.color.solid.orange.900": "S:2b9aa80c0b3ee74f987fa012c82bfba2d9599026,", - "core.color.solid.orange.1000": "S:aae194a41b19676b3f9c83b522f4cdb0a8f6ceaf,", - "core.color.solid.orange.1100": "S:2b2f2c1cde989d2fa86a2cd9ab3523040f99f7e0,", - "core.color.solid.orange.1200": "S:7dd22a510898927facc98a2fc44ae7e782cbec47,", - "core.color.solid.orange.1300": "S:c650ccd3f9c9c2142aa85d1871732c99c46b5b9d,", - "core.color.solid.yellow.100": "S:015da0cd2392a87379d5c6c179e3f7d50d7895a9,", - "core.color.solid.yellow.200": "S:9387083c920862e0efba65d579421ee05982da63,", - "core.color.solid.yellow.300": "S:a3a7725f0191397ba60873e1b1e32f70a0145721,", - "core.color.solid.yellow.400": "S:a75651619d13bcfb195d57c35391631664130236,", - "core.color.solid.yellow.500": "S:69f86626816ccc2b91fb99949184c2c17a184bef,", - "core.color.solid.yellow.600": "S:a4b81129aa6592b83a7a579a59965887200b843b,", - "core.color.solid.yellow.700": "S:529ca528736cae4cc2ca3ac89a6572ef8e3e088e,", - "core.color.solid.yellow.800": "S:41ae5929b4439bedfb23ed48a74018130673b453,", - "core.color.solid.yellow.900": "S:24c3a09fad7786eac02de7b3256a3d9d5aaa7398,", - "core.color.solid.yellow.1000": "S:53dac6f3ff090bb7a56cc588f445889424594a4b,", - "core.color.solid.yellow.1100": "S:f67f28f45557e9948c5188e24a4273f66afe7d79,", - "core.color.solid.yellow.1200": "S:1de8f737f6ce31586e1116e6961265c2080ce22c,", - "core.color.solid.yellow.1300": "S:d7b0975227cba22180052eb0ff56042abf0565a4,", - "core.color.solid.mustard.100": "S:8d2a0228bdfa1bbd14086edf9138d99a292dc85e,", - "core.color.solid.mustard.200": "S:c4d39536a642157b98118a9695dd8eeefd19bbca,", - "core.color.solid.mustard.300": "S:3228727af78b876ddc79307e34d705ee2e31e59b,", - "core.color.solid.mustard.400": "S:9b8b77b3db669c89143e6dcb22046cb0d8766a80,", - "core.color.solid.mustard.500": "S:a378668497d7a414c655a1daf18b584cb7e3e0b8,", - "core.color.solid.mustard.600": "S:c7217bc1bb83e15cba39453c15b59e5ca7f1f82e,", - "core.color.solid.mustard.700": "S:c7a73dbf81ccff43092ad889b5c1616038d52985,", - "core.color.solid.mustard.800": "S:c2cee7b69945cac20e75c181496c2aa6797fb939,", - "core.color.solid.mustard.900": "S:a3cc9fe8ee3720976b80661aa87ad8c114483019,", - "core.color.solid.mustard.1000": "S:9f7fd4ac961c889d98fe5a9fd3af5ed8b66c0a1a,", - "core.color.solid.mustard.1100": "S:03f8c61206940634b5c5110eda7ce5a377b088ef,", - "core.color.solid.mustard.1200": "S:9977d418c7b0513b9fc3b3a721f3aa747b517a61,", - "core.color.solid.mustard.1300": "S:4b63a59f3bd34a6cf937ca44ff2fc799289cb0fc,", - "core.color.solid.olive.100": "S:d69c787ca62834723fc6e150aca38d74ee688978,", - "core.color.solid.olive.200": "S:a5e9b36d8b5b0e60510beb4582216ba8b9544bc6,", - "core.color.solid.olive.300": "S:854a8b3156dee23f52b5f0ec5afab6626b72bc08,", - "core.color.solid.olive.400": "S:d90c41fe4fa6d4ef8a5c64030e2dd65738f23259,", - "core.color.solid.olive.500": "S:e9baaf20d2ff1e536a5bb625e30f9427b7c0452a,", - "core.color.solid.olive.600": "S:5e449a86aadf09e3a4e5c8f2b0a7ef1af7ef5a62,", - "core.color.solid.olive.700": "S:989de0f7b398b22aafcfde44e18f1a67462601ae,", - "core.color.solid.olive.800": "S:86eeeb8be008e3810bd1737453641d8f17007359,", - "core.color.solid.olive.900": "S:543dc5023a036b6ea843653baa739cbca469c8a1,", - "core.color.solid.olive.1000": "S:592e52cb2995aba48e2647f167a0e18e620ece5f,", - "core.color.solid.olive.1100": "S:2167fd1427a4f5676b538ed81a8bde15310ee75b,", - "core.color.solid.olive.1200": "S:62dc66906b9bf9a2abf56c5c0381d033aed867b9,", - "core.color.solid.olive.1300": "S:fa899d6649b8124506d8ff3a6b64209ce9286669,", - "core.color.solid.green.100": "S:67cff2b42b90c8caee4e85f46860163a076120c6,", - "core.color.solid.green.200": "S:4ac054156426b7dcf75d42fd28af3dff380ff3f2,", - "core.color.solid.green.300": "S:852f7d4e493d9d4a6ea27f2d55c4236e1677400e,", - "core.color.solid.green.400": "S:a59c9315f7f26a47f7d1768426a573e19b5562b4,", - "core.color.solid.green.500": "S:e3d633ff0b74aabd45988b75001d518d8b4579dc,", - "core.color.solid.green.600": "S:e5d7c07f16113213dcc75985612ca236fb2ce0db,", - "core.color.solid.green.700": "S:1401d8b142b85be7a243c4849090efcef3f645ce,", - "core.color.solid.green.800": "S:af195d991f3d0ccaadccb77a12abd1752059c7cc,", - "core.color.solid.green.900": "S:13a783ca0977b7e26b511323d422ec45c8775c15,", - "core.color.solid.green.1000": "S:064644bda3aec7079a7f67a928998d8d69397f6e,", - "core.color.solid.green.1100": "S:886a75300a21a91856fd1b339858473e9f38e055,", - "core.color.solid.green.1200": "S:11f138e31fb21c82b501ddf3593577f761e672be,", - "core.color.solid.green.1300": "S:66a1c80a5fa44d8f4afd9d3238e543e7b88445ab,", - "core.color.solid.emerald.100": "S:5119a7879e3b1ce69d284b81a2d27a50dacae77d,", - "core.color.solid.emerald.200": "S:5458733dda478f64117b1f3d276ad8de05e54158,", - "core.color.solid.emerald.300": "S:ee64136e9301e1808c34390436deb36708079aaa,", - "core.color.solid.emerald.400": "S:2fba585ce308480aa97050c89c577dcfaee469ca,", - "core.color.solid.emerald.500": "S:52c6ed7fd409c10c4919cc00fb8f4381a4bd05f9,", - "core.color.solid.emerald.600": "S:8cb001fe580000363ddafdf5b76a73e3d2dfb711,", - "core.color.solid.emerald.700": "S:efc6fb803c230eb48253123da490dd67a8991132,", - "core.color.solid.emerald.800": "S:ad32fdffc84118a83e34e598d66dadb18e880767,", - "core.color.solid.emerald.900": "S:31d041fc34733cef3606040e866d2df6570d6541,", - "core.color.solid.emerald.1000": "S:bd44433c71b476cb7029049f2225eece036db4e1,", - "core.color.solid.emerald.1100": "S:4aef0846bb7b4577820baebef6358e8f1d8fdfa9,", - "core.color.solid.emerald.1200": "S:8f1b7c157f4d41fcac45047e96d82ea4514e0d00,", - "core.color.solid.emerald.1300": "S:3ca0f4a93616b86fb8f717803171d4338d18d8c7,", - "core.color.solid.tiffany.100": "S:d040f45aaba16187fad4e478ed75f367cd63d1fe,", - "core.color.solid.tiffany.200": "S:c92f2d670800f8ec4b85f3c807731233b6bed7a1,", - "core.color.solid.tiffany.300": "S:5bc9c59e898a0a80fde6bbbf4eaf913e80eb478a,", - "core.color.solid.tiffany.400": "S:e4c87285d1c560c38b9f1e086aaa7b2620c6a5ae,", - "core.color.solid.tiffany.500": "S:73ff35b94b0605b1dd76ea6064c8abd2d95f4221,", - "core.color.solid.tiffany.600": "S:088f134fa9bd739a45be4afbe087f5a64aaaaba9,", - "core.color.solid.tiffany.700": "S:ad7db1e0a338fa617355288021fb158c5848dd93,", - "core.color.solid.tiffany.800": "S:440dbc36c376a50d86f3120dace81a1c123b79fe,", - "core.color.solid.tiffany.900": "S:be8400c813511c05775014fc0fefaa79ce093438,", - "core.color.solid.tiffany.1000": "S:e88af67b3f802898e66e12ee2c0d8c8fd8a79f74,", - "core.color.solid.tiffany.1100": "S:318ac56d036a4f7e766ecdb0c9bf14fee39720a1,", - "core.color.solid.tiffany.1200": "S:9f6cab7718d52dcfa4dd9eaf0c41aa31766bd3f9,", - "core.color.solid.tiffany.1300": "S:a516721a126ab2102db2c35c9d0806dd6c4aa639,", - "core.color.solid.teal.100": "S:33b6e91f02ed33ca19e8f957cfa7f8e7db8bf261,", - "core.color.solid.teal.200": "S:868eddfdbb909a0b32e199bc97b6fe0121c15dec,", - "core.color.solid.teal.300": "S:89024c5f74f2e0a5d90ff2872c8ffb8b40c807f2,", - "core.color.solid.teal.400": "S:e53265810f86a3a83e90e2a4c2cf53d8ebaacc58,", - "core.color.solid.teal.500": "S:2ea1ba73d1ce2a8a7217339a0a5b90a4a95efd31,", - "core.color.solid.teal.600": "S:7ca69265b184a0a782a81f60bd1987488a5f39e0,", - "core.color.solid.teal.700": "S:078134fbf98de9a6d583556ad99d1875846d567b,", - "core.color.solid.teal.800": "S:8323e4fbab1186d0c29ddb60660f60266547e910,", - "core.color.solid.teal.900": "S:57bbc51c022d7713427f96e3153b9a4c9a7a4f65,", - "core.color.solid.teal.1000": "S:9dc2290d1a608ab49ef5550d13c0d93d7f6c2efd,", - "core.color.solid.teal.1100": "S:fee9d651d74a6c3f81d59478e31df79e2d2a340d,", - "core.color.solid.teal.1200": "S:e624e3fa98257ade1338cf1ad0e4147a6b5b9645,", - "core.color.solid.teal.1300": "S:572df44f6694f022e10b328412dc6fd38904f0a7,", - "core.color.solid.seawater.100": "S:0e746ffe183023e1976cd254a5976bfc833da8e2,", - "core.color.solid.seawater.200": "S:7f30c0896e31c4c8c65fd4cc4e41d55e16e26d2d,", - "core.color.solid.seawater.300": "S:f22f04f873bdc26fd6ddce730606886943327d42,", - "core.color.solid.seawater.400": "S:ef58fcc6dee0cc0e6ba97ced3a27317ac560cd40,", - "core.color.solid.seawater.500": "S:85ad366064f9444892eb062360263a51d7000dd4,", - "core.color.solid.seawater.600": "S:0da6e026e979155b1ae059a0fa70aef74c580d5f,", - "core.color.solid.seawater.700": "S:224e511f5d5b66f901661535e9768e3a8ec651da,", - "core.color.solid.seawater.800": "S:57493269b38e5404b1f2de3022a18b1ad6f3f5a4,", - "core.color.solid.seawater.900": "S:9314670eb4736eb7327792286e36929b47dd2a3c,", - "core.color.solid.seawater.1000": "S:c05972d521dbc67c3126c1913565c36fce488c01,", - "core.color.solid.seawater.1100": "S:f40c6622b7eb39ce8ff6c2b45b93ee533fe9e5cb,", - "core.color.solid.seawater.1200": "S:209b2d6a28e4382da5da816104d9543258e322eb,", - "core.color.solid.seawater.1300": "S:f422c06df2e68a00f5bc4e5f89317bc01c0b23de,", - "core.color.solid.blue.100": "S:2bc4c0fe033a35c8a6c604c67a3193c81cfd4615,", - "core.color.solid.blue.200": "S:0ab3f7f215bfffe9bcd0ce643b360aac4b9bd2ba,", - "core.color.solid.blue.300": "S:9f3085a328435de383ce8846a051d196bdf65f21,", - "core.color.solid.blue.400": "S:c7e59aadda854ff88bd1dd5dfaf020b7419e879b,", - "core.color.solid.blue.500": "S:33c4f340d57cb9af99beb9ea29e2491242bf2b8e,", - "core.color.solid.blue.600": "S:fc4404d26bdd1afc5ed0dc66871c9c5f72cc175b,", - "core.color.solid.blue.700": "S:86b0af79201fdcddcbd22a46980953905242df60,", - "core.color.solid.blue.800": "S:67d1855975b5de2c8cf56c2172e287b6a5b782bd,", - "core.color.solid.blue.900": "S:29f46d5449986621c470d1f5cb00f67e6da6a274,", - "core.color.solid.blue.1000": "S:ab0abc1f7064309bf087ade18aafddb410ca891e,", - "core.color.solid.blue.1100": "S:1ed61a30d7e7976d7b0510e506fe8300d80cb999,", - "core.color.solid.blue.1200": "S:9358e3cf0cc6fb78f010356c80e58c1380b55d62,", - "core.color.solid.blue.1300": "S:8acca19182afa341fada7bc6621f645db6dae6c5,", - "core.color.solid.sapphire.100": "S:410cc7c4633a8d1a01c99891f9870f2d4d1429e2,", - "core.color.solid.sapphire.200": "S:2f1cc9cb61e132639336f13f3de1c2720296c821,", - "core.color.solid.sapphire.300": "S:806e92b7e45e7132e84fae2f8b4f237ef557efd3,", - "core.color.solid.sapphire.400": "S:71652b89cf818c3e3e9b8b4aa796d176e3825210,", - "core.color.solid.sapphire.500": "S:57721dfef5a809d23f8b85767f225b76225f6de3,", - "core.color.solid.sapphire.600": "S:3dd80c8e1dc01d8ce972ab3cf851b263f3df5e12,", - "core.color.solid.sapphire.700": "S:5484c0ca633a18b71124e99fb69346d48fb6b314,", - "core.color.solid.sapphire.800": "S:28732230560b389aeec86d89c8c3771addc8b6ba,", - "core.color.solid.sapphire.900": "S:ca2117803f0e01ec261c303a3e22481cb5601277,", - "core.color.solid.sapphire.1000": "S:be199943e34d6df4dc738c9e0c223cbb5a27e92c,", - "core.color.solid.sapphire.1100": "S:c673c8d7590fc867a1dfbd28fc4c4eb780bc88f1,", - "core.color.solid.sapphire.1200": "S:d54e430fa6843a3de96bf4c9a35415edccb879c4,", - "core.color.solid.sapphire.1300": "S:f832e7c52502994c082557f18f13c7a6b8743761,", - "core.color.solid.blueberry.100": "S:e9a36e90fd9e432bdac6059dfa476a2f1df3ca48,", - "core.color.solid.blueberry.200": "S:d05bad66d0c8c49c449be62b9ac6da58f54307a7,", - "core.color.solid.blueberry.300": "S:7bfa48d532c121bbdd29274647c80f1c37256a9c,", - "core.color.solid.blueberry.400": "S:2be5b7c6d80612d7231ab53e48ab6e5015849306,", - "core.color.solid.blueberry.500": "S:ad28bf42ee9073d3e4f6800991643a84e9060362,", - "core.color.solid.blueberry.600": "S:6991dd61d772caaade102fb829d7bdff1b9bdfa3,", - "core.color.solid.blueberry.700": "S:0c5ab1f7e982c252e0e98d1bbde13c08b8994c16,", - "core.color.solid.blueberry.800": "S:7b55c274f3e3bad97850d666056e9a2e3178834f,", - "core.color.solid.blueberry.900": "S:1e34e628caf8b9df2d19a2f2ebd6438ba767930e,", - "core.color.solid.blueberry.1000": "S:1b4ed08cb8065e3cabae89029363f362341bdf20,", - "core.color.solid.blueberry.1100": "S:5a7059e9c5b9253b6c32a892e6220d78c772ccd9,", - "core.color.solid.blueberry.1200": "S:bcef5f75d7b14e81f3f7313a32a48360bbaa3b51,", - "core.color.solid.blueberry.1300": "S:7e568835c7297b6775444f6812aeec4e30239436,", - "core.color.solid.grape.100": "S:cb5459334853b0acacddd9d938ecf0ac6a6e0201,", - "core.color.solid.grape.200": "S:5ebeca9262debf02376c15c15d08bba7851d9c7e,", - "core.color.solid.grape.300": "S:b8552a6ebb603bbc8032babde4856cab8e1005d0,", - "core.color.solid.grape.400": "S:56daca2dfaf5ce6106f450cbed8c4b5a4b87d9e6,", - "core.color.solid.grape.500": "S:8c69822d3b7e4f79956e0e531a810c25d02f1f9d,", - "core.color.solid.grape.600": "S:86f433fdc4a0b61167318d1de1b5d943c451b42e,", - "core.color.solid.grape.700": "S:ab86bd803efafb500a0c60fa2e871b5a484dbc40,", - "core.color.solid.grape.800": "S:bddfd5483d8c07132cdee222e4aedff1f0a6de94,", - "core.color.solid.grape.900": "S:035df4423c1b459288dab23f5121cb76bc4974bb,", - "core.color.solid.grape.1000": "S:cf0fd279fa26e6a178231638bda9f4a9a605129b,", - "core.color.solid.grape.1100": "S:803375851ecb18111e2c58358087dad5d7901362,", - "core.color.solid.grape.1200": "S:c0758d4c4fd2016bbdbc101e9f2e7e62a37ba243,", - "core.color.solid.grape.1300": "S:404902a0c051c9f5d2d9480675aca60655ddac08,", - "core.color.solid.magenta.100": "S:1d1bb3535a27cfb7bc0be1a90cc6e49738fe0dae,", - "core.color.solid.magenta.200": "S:10cf37c8f1bd95a5434026672f9a53297347ba2f,", - "core.color.solid.magenta.300": "S:f29ae9ce2fe9e8c32636df09f5cabbb1268a4661,", - "core.color.solid.magenta.400": "S:3127d8c7efa990b1a0a19e1066532c3a10cca8e5,", - "core.color.solid.magenta.500": "S:9b8af76959b3890d7cdd30c3253f4163ad0db6b1,", - "core.color.solid.magenta.600": "S:9c6baca2c0173e06edd25a03956b2ee16582c7ec,", - "core.color.solid.magenta.700": "S:1f17abeda220a757bc0e731794cc27c514e011af,", - "core.color.solid.magenta.800": "S:9c900102a6ccac5d2415f4ae15a19496a2db50ab,", - "core.color.solid.magenta.900": "S:3b7dd0c019d5875baadb5acdcdffd02dc7f096a8,", - "core.color.solid.magenta.1000": "S:f353bc80d7d45273ccfa0fb599aab6a31596ad6d,", - "core.color.solid.magenta.1100": "S:d9d760e8b7411f4dd8cb3aa53e0f3edbcd4b62c5,", - "core.color.solid.magenta.1200": "S:8f48d392a136b61f409c087427e57f60b73df026,", - "core.color.solid.magenta.1300": "S:67aa703d0fc884b0559df51c34852df26de8ebcc,", - "core.color.solid.cherry.100": "S:3b40e6c1962404ddcfc0538dd444d26d4734e36c,", - "core.color.solid.cherry.200": "S:de5971a6e52b1bdab413aa43ccdd37baef9a1dd5,", - "core.color.solid.cherry.300": "S:2c31bbd4f9d0fb860ee8d4263da83ac40445581e,", - "core.color.solid.cherry.400": "S:f38dfbe7fe888205ab67b9a46a820c16b36ef01c,", - "core.color.solid.cherry.500": "S:a96e6fbe07bc5e9e65a826cfd1daac30df11b4fb,", - "core.color.solid.cherry.600": "S:2058c07c47fe39f4b2b14229226c93b9b63bcdfb,", - "core.color.solid.cherry.700": "S:a12d6ecd4765c7deffd6aebe5999abcab795b018,", - "core.color.solid.cherry.800": "S:c32406ba8b7c0e2ad143b015aa6be3587c361f92,", - "core.color.solid.cherry.900": "S:8173b7eafcbfae298cd1a5631a094ef72f65bf81,", - "core.color.solid.cherry.1000": "S:048d8153cd157f2f995faa45fbf5db57d1178f7a,", - "core.color.solid.cherry.1100": "S:555f33b9c79aab31c5888bb4e517a0118f3137a4,", - "core.color.solid.cherry.1200": "S:70eca0515b958e1d701848d665f90a1c723ae917,", - "core.color.solid.cherry.1300": "S:f60cc0b1868757a711f0efd72ccbd8d053d580a7,", - "core.color.solid.coral.100": "S:bcfc0ea9523e9281b582ace5aa0975669699832c,", - "core.color.solid.coral.200": "S:b6f10433d7f755c7ce6a2a2120857002254bc26a,", - "core.color.solid.coral.300": "S:79515f90532c2905839d997c2b99178e3159b756,", - "core.color.solid.coral.400": "S:2429a794f1ac82c1347b7efdde688a9a6410f069,", - "core.color.solid.coral.500": "S:c27623ee387b98493ebd62e7193b4ce94684cef3,", - "core.color.solid.coral.600": "S:3d107edbbfe132a308e86c2b988a54bb614fb086,", - "core.color.solid.coral.700": "S:469ede96a43868e659255ea34b0a6c1f85d16193,", - "core.color.solid.coral.800": "S:2ed7d807618a8dc5d2bf50c68dc2373340c22851,", - "core.color.solid.coral.900": "S:198da46f527ad0b5f11d6ce4d0fafe55ee731f7b,", - "core.color.solid.coral.1000": "S:d5b1ea4c7ddb79565a0e568bc38a67b6ff52c8e1,", - "core.color.solid.coral.1100": "S:836fc941c432f887dacf709158b56a6df1fa0372,", - "core.color.solid.coral.1200": "S:7adb93089222ab2dc2dd8d204f42058848c61994,", - "core.color.solid.coral.1300": "S:017af150e80b408f60e1ab3aca2b15edac928d48,", - "core.color.solid.slate.50": "S:65e3d03880e86381ea0a1401b550021d2153fba6,", - "core.color.solid.slate.75": "S:bc3b1795343e1cad615e4b1f89a58be2c27a8bba,", - "core.color.solid.slate.100": "S:2e75684992638b203cdcf8342ad43233529b0971,", - "core.color.solid.slate.200": "S:309a298d2a95047580e39323d8ea9d59779e5ad8,", - "core.color.solid.slate.300": "S:6617f825791ee7eeaae3abc0af52e73398aadef1,", - "core.color.solid.slate.400": "S:08c49739d6c79cce97d96d961c8f6c4069ba1dee,", - "core.color.solid.slate.500": "S:e9d55735c331610f9f19f7c4efa0da6f53a8a14e,", - "core.color.solid.slate.600": "S:f8163f34c8ec96aa273c396f3eb4922dee6d4ba1,", - "core.color.solid.slate.700": "S:50302678b7dc0958c4252d442f397284278201d3,", - "core.color.solid.slate.800": "S:e6d812e455b39e84ada52a9c67e89b392769fd97,", - "core.color.solid.slate.900": "S:b7082790687a51a27d218ff376651737e97b71ef,", - "core.color.solid.slate.1000": "S:e530715d15b48953a3e4cc3fa9c5de61f6852f4d,", - "core.color.solid.slate.1100": "S:62b8a928ca851ca4ccdb53b685a98693bfc6104f,", - "core.color.solid.slate.1200": "S:6024a160a267848f438600aae836b31ddfc13771,", - "core.color.solid.slate.1300": "S:e7f4aa89b01eae815551172dd5042dda85931b78,", - "core.color.solid.slate.1400": "S:26cf09ca30e660b9e97e311a8b03492e39e11661," - }, - "selectedTokenSets": { - "core/border": "enabled", - "core/color/solid": "enabled", - "core/color/opacity": "enabled", - "core/color/gradients": "enabled", - "core/boxShadow": "enabled", - "core/opacity": "enabled", - "core/spacing": "enabled", - "core/typography": "enabled", - "core/motion": "enabled", - "core/sizing": "enabled" }, - "group": "global" - }, - { - "id": "4a17f4b9131ebec2af876ae3d66fabe620f20552", - "name": "mobile", - "$figmaStyleReferences": { - "semantic.typography.heading.hero": "S:33bea9ea7eb118933d0b18cf1a16dad0bb924429,", - "semantic.typography.heading.h1": "S:257a34996ec2f9d9fd184494356f3c8f28126249,", - "semantic.typography.heading.h2": "S:026b2ddf59db47701fa7641ba8524e879ec04830,", - "semantic.typography.body.xl.regular.default": "S:1559a7bc4bef898b8c58ee922e5bb33f29d3a013,", - "semantic.typography.body.xl.regular.italic": "S:e500ce081f41278b8bc4500efef9b2e747474cd3,", - "semantic.typography.body.xl.regular.underline": "S:7a9547242cc8731a6786cfa78c131fabe87e9b55,", - "semantic.typography.body.xl.regular.italic-underline": "S:e8bb826d0892b4fad9d852705893b38343e71af6,", - "semantic.typography.body.xl.bold.italic": "S:0184243f71459115ec9d2acc7818f1e614bbd46a,", - "semantic.typography.body.xl.bold.underline": "S:017228ef4fce4d615b0b9d38ec3e0e51fc7f1835,", - "semantic.typography.body.xl.bold.italic-underline": "S:95f6b87fae2c4fae2953c665cb954f1f960f2d29,", - "semantic.typography.body.lg.regular.default": "S:2ed65f0826066958b715aec265ebc8e3404baced,", - "semantic.typography.body.lg.regular.italic": "S:07d69a5034b859a474b1ee33d0b080557f055c5e,", - "semantic.typography.body.lg.regular.underline": "S:f82debe6dd7a9cedcd75006aaba466276dc84ccd,", - "semantic.typography.body.lg.regular.italic-underline": "S:9e390f00466e19e19cbcdea0431b081a7c1ab684,", - "semantic.typography.body.lg.bold.italic": "S:089ea35a8fd07933aab029aef03000a520b7b867,", - "semantic.typography.body.lg.bold.underline": "S:09dcd8c211e5dc12ac6eea26115dc5b1296f07ef,", - "semantic.typography.body.lg.bold.italic-underline": "S:9648665f196064df0cfc0ca2cd9fc5395ab92113,", - "semantic.typography.body.md.regular.default": "S:73a6843b85c0a6f74d7e0d2ac37fe1d23b03e75f,", - "semantic.typography.body.md.regular.italic": "S:fb74c95e3a9a33d451453458f9eebd2eff888cc2,", - "semantic.typography.body.md.regular.underline": "S:0cc9169fe16f9d32db5855882c1d792be520fe96,", - "semantic.typography.body.md.regular.italic-underline": "S:4657b75090beead20363592e8ab665a5d765532e,", - "semantic.typography.body.md.bold.italic": "S:733869e670871b52fe14aa7a58d4325dc53aee4f,", - "semantic.typography.body.md.bold.underline": "S:eb4b4b11b3508921d47de338b3b3e5957a5bb0f0,", - "semantic.typography.body.md.bold.italic-underline": "S:07b7e76794367b3ee6cd3433f515543d2935798a,", - "semantic.typography.body.sm.regular.default": "S:4b5b5fa0db2e4ddf736e69f6b3a121ba1f2e1587,", - "semantic.typography.body.sm.regular.italic": "S:ab62c04b5f552b39d748065b70c05f69e10fa25e,", - "semantic.typography.body.sm.regular.underline": "S:ea846435f0e4a9341f38ad2ef15621e6718ec706,", - "semantic.typography.body.sm.regular.italic-underline": "S:12fdf1d7021a1b3f2161f9be2ff3117b113b20cc,", - "semantic.typography.body.sm.bold.italic": "S:d5bf2b96ab34d601078cb727b4079648417959f4,", - "semantic.typography.body.sm.bold.underline": "S:b3a198b2e5c8e8847fbcc9f114ded14094c09fe9,", - "semantic.typography.body.sm.bold.italic-underline": "S:dc10694197540285cf63942b2503a18397056f10,", - "semantic.typography.caption.regular.default": "S:ac9269ec1055fe4f0b0838f76288b798eaf36bad,", - "semantic.typography.caption.regular.italic": "S:6a9c95a47e2fa1ceb2a435a7e5c0e404a4ba057b,", - "semantic.typography.caption.regular.underline": "S:8d6ed3e095b76778f4a655a3f74bc5846fc2d854,", - "semantic.typography.caption.regular.italic-underline": "S:1397518f3bbb7dc4f955d54c425b1d1918ebc130,", - "semantic.typography.caption.bold.italic": "S:da27cdafe681931e95eee132995c3ac90e05b499,", - "semantic.typography.caption.bold.underline": "S:24a9b65f3fec568ef90c45cea4037f853f4ce077,", - "semantic.typography.caption.bold.italic-underline": "S:9d2f9ab65f4e4b33acfd58ae878bef89e574fd27,", - "semantic.typography.code.xl.regular.default": "S:50c5561db6790bb9e823f4c65674fbe4069658c0,", - "semantic.typography.code.xl.regular.italic": "S:f02ebb77a301f93fd450b149005237d4537cbb6d,", - "semantic.typography.code.xl.regular.underline": "S:136f113ca30793fe255368d160eeb4433b318660,", - "semantic.typography.code.xl.regular.italic-underline": "S:c6155cb67b3b4ad48d5ff43e48ff29e0f2b9a375,", - "semantic.typography.code.xl.bold.italic": "S:a3e17c84779652cfb71112a45cd7ae7ca8faba7e,", + "navigationBar": { + "icon": { + "default": { + "value": "{component.textIcon.normal.default}", + "type": "color" + }, + "selected": { + "value": "{component.textIcon.normal.prominent}", + "type": "color" + } + }, + "label": { + "typography": { + "xs": { + "value": "{component.typography.caption.regular.default}", + "type": "typography" + }, + "sm": { + "value": "{component.typography.body.sm.regular.default}", + "type": "typography" + } + }, + "color": { + "default": { + "value": "{component.textIcon.normal.default}", + "type": "color" + }, + "selected": { + "value": "{component.textIcon.normal.prominent}", + "type": "color" + } + } + }, + "bg": { + "item": { + "hover": { + "value": "{semantic.color.monochrome.surface.normal.low}", + "type": "color" + }, + "active": { + "value": "{semantic.color.monochrome.surface.normal.midLow}", + "type": "color" + }, + "selectedDefault": { + "value": "{semantic.color.monochrome.surface.normal.lowest}", + "type": "color" + }, + "selectedHover": { + "value": "{semantic.color.monochrome.surface.normal.low}", + "type": "color" + }, + "selectedActive": { + "value": "{semantic.color.monochrome.surface.normal.midLow}", + "type": "color" + } + }, + "body": { + "value": "{semantic.color.slate.solid.surface.frame.low}", + "type": "color" + } + }, + "border": { + "radius": { + "value": "{core.borderRadius.400}", + "type": "borderRadius" + }, + "width": { + "value": "{core.borderWidth.75}", + "type": "borderWidth" + }, + "color": { + "value": "{semantic.color.monochrome.border.normal.mid}", + "type": "color" + } + }, + "spacing": { + "sm": { + "value": "{core.spacing.400}", + "type": "spacing" + }, + "md": { + "value": "{core.spacing.800}", + "type": "spacing" + }, + "lg": { + "value": "{core.spacing.1000}", + "type": "spacing" + } + }, + "sizing": { + "item": { + "sm": { + "value": "{core.size.2000}", + "type": "sizing" + }, + "md": { + "value": "{core.size.2400}", + "type": "sizing" + } + }, + "body": { + "heightBottom": { + "value": "56", + "type": "sizing" + }, + "widthSideCollapse": { + "value": "72", + "type": "sizing" + }, + "widthSideExpand": { + "value": "224", + "type": "sizing" + } + } + } + }, + "typography": { + "heading": { + "hero": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.heading.hero.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.heading.hero.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.heading.hero.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.heading.hero.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.heading.hero.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + } + }, + "h1": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.heading.h1.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.heading.h1.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.heading.h1.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.heading.h1.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.heading.h1.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + } + }, + "h2": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.heading.h2.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.heading.h2.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.heading.h2.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.heading.h2.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.heading.h2.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + } + }, + "h3": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.heading.h3.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.heading.h3.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.heading.h3.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.heading.h3.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.heading.h3.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + } + }, + "h4": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.heading.h4.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.heading.h4.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.heading.h4.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.heading.h4.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.heading.h4.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + } + }, + "h5": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.heading.h5.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.heading.h5.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.heading.h5.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.heading.h5.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.heading.h5.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + } + }, + "h6": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.heading.h6.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.heading.h6.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.heading.h6.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.heading.h6.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.heading.h6.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + } + } + }, + "body": { + "xl": { + "regular": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.xl.regular.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.xl.regular.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.xl.regular.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.xl.regular.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.xl.regular.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.xl.regular.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.xl.regular.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.xl.regular.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.xl.regular.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.xl.regular.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.xl.regular.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.xl.regular.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.xl.regular.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.xl.regular.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.xl.regular.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.xl.regular.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.xl.regular.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.xl.regular.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.xl.regular.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.xl.regular.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.xl.regular.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.xl.regular.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.xl.regular.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.xl.regular.italicUnderline.textDecoration}" + } + } + }, + "bold": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.xl.bold.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.xl.bold.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.xl.bold.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.xl.bold.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.xl.bold.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.xl.bold.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.xl.bold.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.xl.bold.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.xl.bold.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.xl.bold.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.xl.bold.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.xl.bold.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.xl.bold.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.xl.bold.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.xl.bold.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.xl.bold.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.xl.bold.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.xl.bold.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.xl.bold.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.xl.bold.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.xl.bold.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.xl.bold.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.xl.bold.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.xl.bold.italicUnderline.textDecoration}" + } + } + } + }, + "lg": { + "regular": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.lg.regular.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.lg.regular.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.lg.regular.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.lg.regular.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.lg.regular.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.lg.regular.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.lg.regular.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.lg.regular.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.lg.regular.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.lg.regular.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.lg.regular.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.lg.regular.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.lg.regular.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.lg.regular.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.lg.regular.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.lg.regular.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.lg.regular.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.lg.regular.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.lg.regular.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.lg.regular.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.lg.regular.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.lg.regular.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.lg.regular.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.lg.regular.italicUnderline.textDecoration}" + } + } + }, + "bold": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.lg.bold.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.lg.bold.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.lg.bold.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.lg.bold.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.lg.bold.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.lg.bold.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.lg.bold.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.lg.bold.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.lg.bold.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.lg.bold.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.lg.bold.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.lg.bold.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.lg.bold.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.lg.bold.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.lg.bold.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.lg.bold.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.lg.bold.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.lg.bold.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.lg.bold.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.lg.bold.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.lg.bold.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.lg.bold.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.lg.bold.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.lg.bold.italicUnderline.textDecoration}" + } + } + } + }, + "md": { + "regular": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.md.regular.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.md.regular.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.md.regular.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.md.regular.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.md.regular.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.md.regular.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.md.regular.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.md.regular.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.md.regular.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.md.regular.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.md.regular.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.md.regular.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.md.regular.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.md.regular.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.md.regular.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.md.regular.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.md.regular.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.md.regular.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.md.regular.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.md.regular.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.md.regular.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.md.regular.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.md.regular.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.md.regular.italicUnderline.textDecoration}" + } + } + }, + "bold": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.md.bold.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.md.bold.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.md.bold.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.md.bold.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.md.bold.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.md.bold.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.md.bold.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.md.bold.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.md.bold.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.md.bold.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.md.bold.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.md.bold.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.md.bold.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.md.bold.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.md.bold.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.md.bold.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.md.bold.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.md.bold.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.md.bold.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.md.bold.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.md.bold.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.md.bold.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.md.bold.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.md.bold.italicUnderline.textDecoration}" + } + } + } + }, + "sm": { + "regular": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.sm.regular.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.sm.regular.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.sm.regular.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.sm.regular.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.sm.regular.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.sm.regular.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.sm.regular.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.sm.regular.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.sm.regular.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.sm.regular.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.sm.regular.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.sm.regular.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.sm.regular.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.sm.regular.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.sm.regular.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.sm.regular.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.sm.regular.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.sm.regular.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.sm.regular.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.sm.regular.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.sm.regular.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.sm.regular.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.sm.regular.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.sm.regular.italicUnderline.textDecoration}" + } + } + }, + "bold": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.sm.bold.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.sm.bold.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.sm.bold.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.sm.bold.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.sm.bold.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.sm.bold.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.sm.bold.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.sm.bold.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.sm.bold.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.sm.bold.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.sm.bold.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.sm.bold.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.sm.bold.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.sm.bold.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.sm.bold.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.sm.bold.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.sm.bold.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.sm.bold.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.body.sm.bold.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.body.sm.bold.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.body.sm.bold.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.body.sm.bold.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.body.sm.bold.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.body.sm.bold.italicUnderline.textDecoration}" + } + } + } + } + }, + "caption": { + "regular": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.caption.regular.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.caption.regular.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.caption.regular.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.caption.regular.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.caption.regular.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.caption.regular.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.caption.regular.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.caption.regular.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.caption.regular.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.caption.regular.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.caption.regular.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.caption.regular.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.caption.regular.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.caption.regular.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.caption.regular.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.caption.regular.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.caption.regular.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.caption.regular.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.caption.regular.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.caption.regular.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.caption.regular.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.caption.regular.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.caption.regular.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.caption.regular.italicUnderline.textDecoration}" + } + } + }, + "bold": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.caption.bold.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.caption.bold.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.caption.bold.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.caption.bold.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.caption.bold.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.caption.bold.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.caption.bold.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.caption.bold.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.caption.bold.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.caption.bold.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.caption.bold.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.caption.bold.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.caption.bold.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.caption.bold.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.caption.bold.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.caption.bold.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.caption.bold.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.caption.bold.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.caption.bold.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.caption.bold.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.caption.bold.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.caption.bold.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.caption.bold.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.caption.bold.italicUnderline.textDecoration}" + } + } + } + }, + "code": { + "xl": { + "regular": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.xl.regular.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.xl.regular.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.xl.regular.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.xl.regular.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.xl.regular.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.xl.regular.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.xl.regular.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.xl.regular.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.xl.regular.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.xl.regular.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.xl.regular.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.xl.regular.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.xl.regular.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.xl.regular.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.xl.regular.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.xl.regular.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.xl.regular.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.xl.regular.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.xl.regular.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.xl.regular.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.xl.regular.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.xl.regular.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.xl.regular.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.xl.regular.italicUnderline.textDecoration}" + } + } + }, + "bold": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.xl.bold.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.xl.bold.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.xl.bold.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.xl.bold.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.xl.bold.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.xl.bold.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.xl.bold.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.xl.bold.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.xl.bold.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.xl.bold.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.xl.bold.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.xl.bold.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.xl.bold.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.xl.bold.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.xl.bold.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.xl.bold.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.xl.bold.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.xl.bold.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.xl.bold.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.xl.bold.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.xl.bold.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.xl.bold.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.xl.bold.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.xl.bold.italicUnderline.textDecoration}" + } + } + } + }, + "lg": { + "regular": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.lg.regular.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.lg.regular.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.lg.regular.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.lg.regular.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.lg.regular.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.lg.regular.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.lg.regular.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.lg.regular.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.lg.regular.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.lg.regular.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.lg.regular.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.lg.regular.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.lg.regular.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.lg.regular.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.lg.regular.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.lg.regular.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.lg.regular.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.lg.regular.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.lg.regular.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.lg.regular.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.lg.regular.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.lg.regular.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.lg.regular.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.lg.regular.italicUnderline.textDecoration}" + } + } + }, + "bold": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.lg.bold.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.lg.bold.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.lg.bold.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.lg.bold.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.lg.bold.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.lg.bold.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.lg.bold.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.lg.bold.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.lg.bold.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.lg.bold.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.lg.bold.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.lg.bold.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.lg.bold.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.lg.bold.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.lg.bold.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.lg.bold.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.lg.bold.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.lg.bold.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.lg.bold.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.lg.bold.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.lg.bold.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.lg.bold.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.lg.bold.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.lg.bold.italicUnderline.textDecoration}" + } + } + } + }, + "md": { + "regular": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.md.regular.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.md.regular.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.md.regular.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.md.regular.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.md.regular.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.md.regular.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.md.regular.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.md.regular.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.md.regular.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.md.regular.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.md.regular.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.md.regular.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.md.regular.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.md.regular.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.md.regular.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.md.regular.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.md.regular.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.md.regular.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.md.regular.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.md.regular.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.md.regular.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.md.regular.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.md.regular.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.md.regular.italicUnderline.textDecoration}" + } + } + }, + "bold": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.md.bold.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.md.bold.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.md.bold.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.md.bold.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.md.bold.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.md.bold.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.md.bold.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.md.bold.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.md.bold.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.md.bold.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.md.bold.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.md.bold.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.md.bold.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.md.bold.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.md.bold.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.md.bold.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.md.bold.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.md.bold.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.md.bold.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.md.bold.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.md.bold.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.md.bold.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.md.bold.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.md.bold.italicUnderline.textDecoration}" + } + } + } + }, + "sm": { + "regular": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.sm.regular.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.sm.regular.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.sm.regular.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.sm.regular.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.sm.regular.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.sm.regular.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.sm.regular.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.sm.regular.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.sm.regular.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.sm.regular.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.sm.regular.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.sm.regular.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.sm.regular.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.sm.regular.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.sm.regular.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.sm.regular.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.sm.regular.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.sm.regular.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.sm.regular.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.sm.regular.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.sm.regular.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.sm.regular.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.sm.regular.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.sm.regular.italicUnderline.textDecoration}" + } + } + }, + "bold": { + "default": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.sm.bold.default.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.sm.bold.default.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.sm.bold.default.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.sm.bold.default.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.sm.bold.default.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.sm.bold.default.textDecoration}" + } + }, + "italic": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.sm.bold.italic.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.sm.bold.italic.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.sm.bold.italic.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.sm.bold.italic.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.sm.bold.italic.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.sm.bold.italic.textDecoration}" + } + }, + "underline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.sm.bold.underline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.sm.bold.underline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.sm.bold.underline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.sm.bold.underline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.sm.bold.underline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.sm.bold.underline.textDecoration}" + } + }, + "italicUnderline": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.code.sm.bold.italicUnderline.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.code.sm.bold.italicUnderline.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.code.sm.bold.italicUnderline.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.code.sm.bold.italicUnderline.lineHeight}" + }, + "paragraphSpacing": { + "value": "{semantic.typography.code.sm.bold.italicUnderline.paragraphSpacing}" + }, + "letterSpacing": { + "value": "" + }, + "textDecoration": { + "value": "{semantic.typography.code.sm.bold.italicUnderline.textDecoration}" + } + } + } + } + }, + "icon": { + "labelPaired": { + "regular": { + "xl": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.regular.xl.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.regular.xl.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.regular.xl.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.regular.xl.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "lg": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.regular.lg.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.regular.lg.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.regular.lg.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.regular.lg.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "md": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.regular.md.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.regular.md.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.regular.md.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.regular.md.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "sm": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.regular.sm.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.regular.sm.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.regular.sm.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.regular.sm.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "caption": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.regular.caption.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.regular.caption.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.regular.caption.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.regular.caption.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + } + }, + "bold": { + "xl": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.bold.xl.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.bold.xl.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.bold.xl.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.bold.xl.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "lg": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.bold.lg.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.bold.lg.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.bold.lg.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.bold.lg.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "md": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.bold.md.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.bold.md.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.bold.md.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.bold.md.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "sm": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.bold.sm.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.bold.sm.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.bold.sm.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.bold.sm.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "caption": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.bold.caption.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.bold.caption.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.bold.caption.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.bold.caption.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + } + }, + "fill": { + "xl": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.fill.xl.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.fill.xl.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.fill.xl.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.fill.xl.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "lg": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.fill.lg.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.fill.lg.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.fill.lg.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.fill.lg.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "md": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.fill.md.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.fill.md.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.fill.md.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.fill.md.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "sm": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.fill.sm.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.fill.sm.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.fill.sm.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.fill.sm.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "caption": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.fill.caption.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.fill.caption.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.fill.caption.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.fill.caption.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + } + }, + "brand": { + "xl": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.brand.xl.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.brand.xl.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.brand.xl.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.brand.xl.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "lg": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.brand.lg.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.brand.lg.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.brand.lg.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.brand.lg.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "md": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.brand.md.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.brand.md.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.brand.md.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.brand.md.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "sm": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.brand.sm.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.brand.sm.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.brand.sm.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.brand.sm.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "caption": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.labelPaired.brand.caption.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.labelPaired.brand.caption.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.labelPaired.brand.caption.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.labelPaired.brand.caption.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + } + } + }, + "standalone": { + "regular": { + "2xl": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.regular.2xl.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.regular.2xl.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.regular.2xl.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.regular.2xl.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "xl": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.regular.xl.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.regular.xl.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.regular.xl.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.regular.xl.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "lg": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.regular.lg.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.regular.lg.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.regular.lg.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.regular.lg.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "md": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.regular.md.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.regular.md.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.regular.md.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.regular.md.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "sm": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.regular.sm.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.regular.sm.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.regular.sm.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.regular.sm.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "xs": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.regular.xs.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.regular.xs.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.regular.xs.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.regular.xs.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + } + }, + "bold": { + "2xl": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.bold.2xl.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.bold.2xl.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.bold.2xl.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.bold.2xl.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "xl": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.bold.xl.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.bold.xl.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.bold.xl.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.bold.xl.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "lg": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.bold.lg.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.bold.lg.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.bold.lg.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.bold.lg.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "md": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.bold.md.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.bold.md.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.bold.md.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.bold.md.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "sm": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.bold.sm.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.bold.sm.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.bold.sm.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.bold.sm.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "xs": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.bold.xs.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.bold.xs.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.bold.xs.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.bold.xs.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + } + }, + "fill": { + "2xl": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.fill.2xl.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.fill.2xl.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.fill.2xl.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.fill.2xl.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "xl": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.fill.xl.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.fill.xl.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.fill.xl.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.fill.xl.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "lg": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.fill.lg.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.fill.lg.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.fill.lg.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.fill.lg.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "md": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.fill.md.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.fill.md.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.fill.md.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.fill.md.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "sm": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.fill.sm.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.fill.sm.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.fill.sm.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.fill.sm.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "xs": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.fill.xs.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.fill.xs.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.fill.xs.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.fill.xs.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + } + }, + "brand": { + "2xl": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.brand.2xl.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.brand.2xl.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.brand.2xl.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.brand.2xl.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "xl": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.brand.xl.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.brand.xl.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.brand.xl.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.brand.xl.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "lg": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.brand.lg.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.brand.lg.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.brand.lg.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.brand.lg.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "md": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.brand.md.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.brand.md.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.brand.md.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.brand.md.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "sm": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.brand.sm.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.brand.sm.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.brand.sm.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.brand.sm.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + }, + "xs": { + "type": "typography", + "fontFamily": { + "value": "{semantic.typography.icon.standalone.brand.xs.fontFamily}" + }, + "fontSize": { + "value": "{semantic.typography.icon.standalone.brand.xs.fontSize}" + }, + "fontWeight": { + "value": "{semantic.typography.icon.standalone.brand.xs.fontWeight}" + }, + "lineHeight": { + "value": "{semantic.typography.icon.standalone.brand.xs.lineHeight}" + }, + "letterSpacing": { + "value": "" + } + } + } + } + } + } + } + }, + "$themes": [ + { + "id": "5c93680608c2d1dc501ef62c2cb709de1082d5f7", + "name": "core", + "$figmaStyleReferences": { + "core.color.gradient.slate.110": "S:3cbc0ab37aa94d2982f9e8a964adcd4b1983c779,", + "core.color.gradient.slate.120": "S:17e03ddf891b81ae1e5d81bc11d1d2b04ab023a7,", + "core.color.gradient.slate.130": "S:e411120f3cad7f6a613c17cdc2a196e61daa09cd,", + "core.color.gradient.slate.140": "S:dde39bc829d0596ea2b822f413b75f7dacabb3cd,", + "core.color.gradient.slate.210": "S:807395411981bfa561aa5fd35054a91e76670a12,", + "core.color.gradient.slate.220": "S:cc96ba6cf941c64e1c383d04d3b10b24cd09802b,", + "core.color.gradient.slate.230": "S:bc7d5d0e229625be0147f5b2bddbe27de933c0ef,", + "core.color.gradient.slate.240": "S:8bb793264d9f57b032f4876bff0c388b76dd590f,", + "core.color.gradient.slate.310": "S:aca54beb8f3980ca16d797aea3d5cf97ed4a7d68,", + "core.color.gradient.slate.320": "S:9cfabdd11e5d1377ecb47035a6ccbe749c42fa11,", + "core.color.gradient.slate.330": "S:ee9caedffc1da3ed0f39eee07d37f0f36b57895a,", + "core.color.gradient.slate.340": "S:390da90c7db2e56e6ad8950b308989d8ba4e5389,", + "core.color.gradient.slate.410": "S:c1210ab85aef07bd742784ca7f21bd9f8df9a5c7,", + "core.color.gradient.slate.420": "S:ec1962f7407145f2fe37e460eb8fe84eb921025e,", + "core.color.gradient.slate.430": "S:0a06467b37f6cf2121d810b13db29f1ae54e76c7,", + "core.color.gradient.slate.440": "S:d53b2b565450196669c30da9240bdb9cd086d03f,", + "core.color.opacity.white.75": "S:7ec62d986d4afe57499297d9bcdd12e18918cfba,", + "core.color.opacity.white.100": "S:4df7e4382c026b882d60afa537b1d67e1b7f039a,", + "core.color.opacity.white.200": "S:755f807bfee6dd3d53834d66493d2ceb592880e3,", + "core.color.opacity.white.300": "S:186470e17aa7132b4defa249be38af6456242531,", + "core.color.opacity.white.400": "S:dea344060524f4da005bacb6257eff12faab6bfa,", + "core.color.opacity.white.500": "S:d31b423fb9f66055b276c4cd05cb4399c36f572e,", + "core.color.opacity.white.600": "S:06638558cb1c1daae7c234d6e88c63dfeced4e44,", + "core.color.opacity.white.700": "S:ed51fa52355c7f2d50a4912f6c10cbe4f2dffe8f,", + "core.color.opacity.white.800": "S:c6c6a579144f0e28a5d857f70130a10a3ea7f682,", + "core.color.opacity.black.75": "S:97468baaf513e52ebf202956174ad7604181e9e4,", + "core.color.opacity.black.100": "S:9f833f3843f7942d9a594ea618cf9ba7dad9ad76,", + "core.color.opacity.black.200": "S:7fcd51c2e038916c263126ba83a33229e41f8dec,", + "core.color.opacity.black.300": "S:27a01742166bb319f1274209fd1708e62feb8d3c,", + "core.color.opacity.black.400": "S:5925504602240186686e076ec3b4a4b74f065d2f,", + "core.color.opacity.black.500": "S:1a8fae6c6a3a45818c1638a85fdd83ef25ca22a0,", + "core.color.opacity.black.600": "S:44f2497c02ef4d750d4b97acc159d8c1b5a1de62,", + "core.color.opacity.black.700": "S:ecac0b0365138a763e74213e519b02c4eac2f6eb,", + "core.color.opacity.black.800": "S:ca83d0076eebd12201d70519d274f2417baee356,", + "core.color.opacity.red.100": "S:693c7f24a7fb953fa6dd44ed33dd05a751b157b6,", + "core.color.opacity.red.200": "S:7d6869113802973d4c91833eb28c179f031ec79a,", + "core.color.opacity.red.300": "S:de3e4f84a15519d7fcbbba1f5322e946471f3922,", + "core.color.opacity.red.400": "S:ec77be6f5078ab243d2a587425fabd29374316a2,", + "core.color.opacity.red.500": "S:957c49039bca22c07356c650a832474b6b15f87d,", + "core.color.opacity.red.600": "S:41b46a1d64d9e55a7233636c98ea6d5676367e7b,", + "core.color.opacity.red.700": "S:2e6b58d9a18a226eab7a700b528c3adc1e993bc1,", + "core.color.opacity.red.800": "S:d4b8f663b4a660d31f24f9b3cb825216f8f0801f,", + "core.color.opacity.orange.100": "S:c626cb76601a579aa6c4ca9ae79520c35a8941fa,", + "core.color.opacity.orange.200": "S:20220c930f755a906bf9773a4f4f180a723e4c14,", + "core.color.opacity.orange.300": "S:4d46d27ab93673b20401825e47391a6514f7fa21,", + "core.color.opacity.orange.400": "S:b56fb326fbcaed68f55edb5b70cecc7c6daf2e04,", + "core.color.opacity.orange.500": "S:8dc785050929b40fc0b09ade1636bf3f0bfc9c4a,", + "core.color.opacity.orange.600": "S:800d05b1f6e601e8102e87565c60ae80b12d08d1,", + "core.color.opacity.orange.700": "S:8ed46c4f92b4be294ac61410e6bcc3a66810dd2e,", + "core.color.opacity.orange.800": "S:56c0c0724c24ff3b8bf6593bc74086369eaa397d,", + "core.color.opacity.yellow.100": "S:cfdb66b787418047c32da6b50763a98c6b9aa48e,", + "core.color.opacity.yellow.200": "S:b4d8043f2848eeb1677d18c1a6611769cbb48727,", + "core.color.opacity.yellow.300": "S:02aa6828f1af273a2d81a7b4a325098f0b9023cd,", + "core.color.opacity.yellow.400": "S:8ddc53934f47331a7f564066025f47128357bc9a,", + "core.color.opacity.yellow.500": "S:716b1d5f4d8b0d04d1ab464f9dbf8262cb812388,", + "core.color.opacity.yellow.600": "S:8738f2a8e72f9631375eccc34654593252467b4f,", + "core.color.opacity.yellow.700": "S:8023db5e2115fb283a899f78fad6b4831d6c0407,", + "core.color.opacity.yellow.800": "S:9b63217257e67f0f2791cb5e0aa2750301edd86d,", + "core.color.opacity.mustard.100": "S:0cf5a5caabc77dd356e35fec94b73a22831f9755,", + "core.color.opacity.mustard.200": "S:ed9019997ffc92dc8b23108cb9d0eb0fcef5c627,", + "core.color.opacity.mustard.300": "S:5f02f401a7b85befa2df3ecec138e5b7f03c6650,", + "core.color.opacity.mustard.400": "S:22f3073127633989c70032b7e1cd1ead596310a9,", + "core.color.opacity.mustard.500": "S:5ed331900a2ba8a9930c91f7fa2e8f08e8d135df,", + "core.color.opacity.mustard.600": "S:414ccb423ce16720ba66f808c67bd4499b671850,", + "core.color.opacity.mustard.700": "S:339aa7ad4650d96088e878cb7ee6d54dcd54ac92,", + "core.color.opacity.mustard.800": "S:cd562d619cb20a6d146419c8b299cc46638b12f8,", + "core.color.opacity.olive.100": "S:d1026831d36900b24c8acc6dcd74825e53f42708,", + "core.color.opacity.olive.200": "S:268d559f32f973f9fb75a69845f0524174c5d4c8,", + "core.color.opacity.olive.300": "S:937f376b2438fa2b5301507cb908aaa4aa6f9bbc,", + "core.color.opacity.olive.400": "S:2356bb14aef067b4e3bf5b7622d1d60b051fafac,", + "core.color.opacity.olive.500": "S:eca2821b48b2aa3f97641e4fa7cf93661ceb36ab,", + "core.color.opacity.olive.600": "S:2d572466cb987f19db57f13609c074e8f70eb8e1,", + "core.color.opacity.olive.700": "S:1e66f4f8f4d1b2a965bd615d473a21b982cc3e76,", + "core.color.opacity.olive.800": "S:2a2f430802996cfd843f1a32dc21810bcbfcc4cf,", + "core.color.opacity.green.100": "S:b267203d10ab8e5638b9fa135bb6302ad204c5fb,", + "core.color.opacity.green.200": "S:004b637780466a265f08ab2bd7965cfd82c71951,", + "core.color.opacity.green.300": "S:df1c3465c9417d44ff8ce5d1320f99939fdafaee,", + "core.color.opacity.green.400": "S:de202ae7b188e564ffa4e95d539e70efdbd5f457,", + "core.color.opacity.green.500": "S:e1bce2be8949fb97bca6b50a6a1803861c221351,", + "core.color.opacity.green.600": "S:80eda4b1fd1728ebca5a98e912108194595e5ffc,", + "core.color.opacity.green.700": "S:7f0b7ae9f35c4727e3fcd59cf18d47320f1a1250,", + "core.color.opacity.green.800": "S:a110560bed2108532e9b75c4a40c0610a1a4e4cc,", + "core.color.opacity.emerald.100": "S:d4a92cc5209bfdf3f0301c84292bf28cb458058f,", + "core.color.opacity.emerald.200": "S:ca50a984431029ca1e17dade7ccdbbe0b51d153d,", + "core.color.opacity.emerald.300": "S:1e2953d6ee6a5a5c374a54bc35456f73ff7534b0,", + "core.color.opacity.emerald.400": "S:c7693c4744426eb2dd7da5cc922281b3da228b4d,", + "core.color.opacity.emerald.500": "S:5c85cf9b57efd9835bc5d1611adbc1a956576ded,", + "core.color.opacity.emerald.600": "S:88cbb4881fa113526f0e4aea7dff010f137682bd,", + "core.color.opacity.emerald.700": "S:f36cebb36b4eeb0b31f693ede472d773193fa57d,", + "core.color.opacity.emerald.800": "S:02da4c6629e6b7499e44ebf31049333c575b755b,", + "core.color.opacity.tiffany.100": "S:5d39c83971cc4c48bdba5a456757e93a3ce12bf0,", + "core.color.opacity.tiffany.200": "S:6e7ffb5b4057ee2d55696064e0320408d72a4525,", + "core.color.opacity.tiffany.300": "S:66d9ffd09c885bbf8b62a75639064e0b57c8f789,", + "core.color.opacity.tiffany.400": "S:b4c0329f66e0cf89c78d1ada12f506d630de62d3,", + "core.color.opacity.tiffany.500": "S:a66dc6aaae892fb3bce2cb4a0989060f07b521e1,", + "core.color.opacity.tiffany.600": "S:75ccf9525932eb74198698756c419d909450cddb,", + "core.color.opacity.tiffany.700": "S:d325a79c01893acd997a00989ef7d4316a890cf4,", + "core.color.opacity.tiffany.800": "S:3b8561ebda8a5ef7b5a6b4bdd0ea6dd8926256e7,", + "core.color.opacity.teal.100": "S:e2828fabaafb7869a088d483adbc018c4a944cd1,", + "core.color.opacity.teal.200": "S:35c509eb5e22cbb21b021106ec46607f6a600506,", + "core.color.opacity.teal.300": "S:56d7092b1231ef10bc94e1afd9c811869f73d9ec,", + "core.color.opacity.teal.400": "S:4a794357c4a4e9e565e7a3c19562f2a3a052ff81,", + "core.color.opacity.teal.500": "S:cc0bd745fbe77cd8dababe5895f2f22d2528761c,", + "core.color.opacity.teal.600": "S:fb47290e652ea4612129adb96bf02b6d32e05c53,", + "core.color.opacity.teal.700": "S:a2e3b49bce4fdea8cc22c6879cbfd9da739595fe,", + "core.color.opacity.teal.800": "S:17de1ec6a31fab8ea8c9454fd316627fdccfab5b,", + "core.color.opacity.seawater.100": "S:8faf38d65ef17fc16daec493d6a3e30a7d5fcabb,", + "core.color.opacity.seawater.200": "S:0e556e6b2fe8ef554cc7d9f78d96a172e06bec11,", + "core.color.opacity.seawater.300": "S:beb45de7b0672b300f578c30ee4d2a370298834e,", + "core.color.opacity.seawater.400": "S:83f647debecf4b1a4f28b48245dbda3f9e93a589,", + "core.color.opacity.seawater.500": "S:5e9d02f7f0285d3fb6cda9863009463195c4e367,", + "core.color.opacity.seawater.600": "S:b51ce5dcf877dcf6213f897416c80b78b61c4e51,", + "core.color.opacity.seawater.700": "S:3f59612d3244069aff12d067d37ac98e50b914ad,", + "core.color.opacity.seawater.800": "S:af96d788d2b71071f64a7f8bd86b1e2d91825e9c,", + "core.color.opacity.blue.100": "S:e37d98779012bfa9717549f700af1b662a675bc2,", + "core.color.opacity.blue.200": "S:c38b90f3fcbf59e8a157c31d9cf815c3c00a64d4,", + "core.color.opacity.blue.300": "S:475f79135e9799e98be5ac7d6dc0471a0909d53b,", + "core.color.opacity.blue.400": "S:fbe75c5c0ad5e3700b5f46a4549d892cecb35f1e,", + "core.color.opacity.blue.500": "S:32796acf58e0cb2f5e95cab833b0f017483eea79,", + "core.color.opacity.blue.600": "S:71a06e481bef1bb052b7e57a545a5d5ae6be8f02,", + "core.color.opacity.blue.700": "S:8ab29692cb3f53a8a12e8d0ba49f2c3a1316cb98,", + "core.color.opacity.blue.800": "S:54dd6f6f4851f1f277b572efa1bcb677ced4d4b4,", + "core.color.opacity.sapphire.100": "S:cf1c8fb0e2e3fe2795805b1d1fa8d3c137b00fcd,", + "core.color.opacity.sapphire.200": "S:b901939c4614365f84102ff1fcc786ca23732959,", + "core.color.opacity.sapphire.300": "S:aeae1cdbd8cf8c6797477bc99f6e1752abff5227,", + "core.color.opacity.sapphire.400": "S:a17f64c11311777f840c77c12405fb9b1fb22eb3,", + "core.color.opacity.sapphire.500": "S:0c8a170fedbdf5bd416dce46b50902766dc667b9,", + "core.color.opacity.sapphire.600": "S:1da57ef740cf8358775267037892c7f4db63ff2c,", + "core.color.opacity.sapphire.700": "S:bb91a73cbadbf91423400ec2d14e3d911d42c743,", + "core.color.opacity.sapphire.800": "S:e7ef142011a50007f6ad2021154d35fecfeafe23,", + "core.color.opacity.blueberry.100": "S:fada509c3d9226b19e5a51216852ed93427ec21c,", + "core.color.opacity.blueberry.200": "S:b66b692ea40877d433b8fbe6a552bf4194a45e7d,", + "core.color.opacity.blueberry.300": "S:46e19be5de00ec130c47b0d0ec5499988bc21ba5,", + "core.color.opacity.blueberry.400": "S:3af9903a4c28d345eb61247d445a806b5ef9e55a,", + "core.color.opacity.blueberry.500": "S:4dfed17cd75c2638e4445306555960761e1cad37,", + "core.color.opacity.blueberry.600": "S:bc0438458fcecf77c466e31f1bb383d460c6d969,", + "core.color.opacity.blueberry.700": "S:d6bd646998fee7464e7c006ff2277c5f9b9a65d5,", + "core.color.opacity.blueberry.800": "S:7b14c306c69f52f81a3c74f6416973da628ae09c,", + "core.color.opacity.grape.100": "S:1d91a6129615f7dab9ec31a5818a00339b4b5089,", + "core.color.opacity.grape.200": "S:3715c77306b302f335325d77d58508d83e388b79,", + "core.color.opacity.grape.300": "S:4a1c11e55e1c8b826f055517d3a3c807e9eb2acd,", + "core.color.opacity.grape.400": "S:b3a31b48307b642c5c27f182ba366ea8ac4fb340,", + "core.color.opacity.grape.500": "S:5109520bb00b3e934be31a89538e6a4f1e38bde9,", + "core.color.opacity.grape.600": "S:129ebd446ef4f6face364848e003e35e1b076058,", + "core.color.opacity.grape.700": "S:ddd741dd933e281b6501ac255960cc803bd038b4,", + "core.color.opacity.grape.800": "S:2a73fa637aa36328703d272ca9f20a98d8c50743,", + "core.color.opacity.magenta.100": "S:355d0fa9341f12eb9ee1c0d20e1e2a69ed4ddcca,", + "core.color.opacity.magenta.200": "S:4a797a01b0ce42910e9e9e038bfa564e5a037e89,", + "core.color.opacity.magenta.300": "S:55d250879392a3d033d6134488eaa40b3a426272,", + "core.color.opacity.magenta.400": "S:670c063053e7d1b2b976df5ec070a54e5efab3a8,", + "core.color.opacity.magenta.500": "S:1d78d257704f27a257a934452ff7ee1e0a4c97a5,", + "core.color.opacity.magenta.600": "S:58ac9a21ee4c1e7a25db9c196da9416fab97db28,", + "core.color.opacity.magenta.700": "S:8819942c67d2ae4c4019eab1d983cbeb06f8bee4,", + "core.color.opacity.magenta.800": "S:0b28dca3073f532bedd5392dd5df0340eb07df28,", + "core.color.opacity.cherry.100": "S:726e9c28c06471780a8377694df7b51aa7e3e271,", + "core.color.opacity.cherry.200": "S:61304dc6265fefd5cae335a36dbe1afa598edc91,", + "core.color.opacity.cherry.300": "S:6193786a1a692fab0976f09dca1ed40e414f2ac3,", + "core.color.opacity.cherry.400": "S:5bffd98993d296d2aeb7e0becd71ad8d7bcc4476,", + "core.color.opacity.cherry.500": "S:ccc88d76440b409bbf3e76b32996787220494c15,", + "core.color.opacity.cherry.600": "S:1849df25166fd4c6589ebc4c11d67381a6d8f3ad,", + "core.color.opacity.cherry.700": "S:eaf96502710534c41ac1cf71e32f1e5da0f465a9,", + "core.color.opacity.cherry.800": "S:974544109433c9b20f8e9543aff999f466e7bc4b,", + "core.color.opacity.coral.100": "S:cb93befcb42aebd1a78c3f6d152118081ee52e4d,", + "core.color.opacity.coral.200": "S:8abb934020348895a9e9622093d30b36edc36350,", + "core.color.opacity.coral.300": "S:e7f45cdbd7c5ab02c3dd69bef98bf9df45745587,", + "core.color.opacity.coral.400": "S:849b0b40bee041ae5a6f23d56718616455e68f8a,", + "core.color.opacity.coral.500": "S:99e1a6f53d2714509dfbb6d82afa5e7b6d5ad6d7,", + "core.color.opacity.coral.600": "S:ca43d0426b7a52ebbf3c7e0842d2dcd63495c0a3,", + "core.color.opacity.coral.700": "S:fca6b489c8a704c2c735e43a7d24982a43e530a9,", + "core.color.opacity.coral.800": "S:c764f7511ef5d0551404633b4d3f2d2e738ce5cd,", + "core.color.opacity.slate.100": "S:d8de7a33a1b174f729080b5f1075c9087e697b3f,", + "core.color.opacity.slate.200": "S:1d5c03829efca63721b7d30f96390d5d1c850b03,", + "core.color.opacity.slate.300": "S:909f76a7033316172a6743e0564570fa1d206824,", + "core.color.opacity.slate.400": "S:30f611ce971004e21cd39f60d59ac1998deb07d0,", + "core.color.opacity.slate.500": "S:eead6c7cbf1003ce44000044545288b4e94a6566,", + "core.color.opacity.slate.600": "S:e6027817fee191306280c1b2c71bc1ef86e6a865,", + "core.color.opacity.slate.700": "S:3a6ddd2141ffe83b694fbcf12605c9489aefd3ce,", + "core.color.opacity.slate.800": "S:21fe90ae0626aa136f83449a2fa0e72f1c86d225,", + "core.color.opacity.overflow.100": "S:073ad7d334d9688a153d15ce207359778d0c6f7e,", + "core.color.opacity.overflow.200": "S:956ffa3cbea537e2e0a4451af4ea364df2df43f2,", + "core.color.opacity.overflow.300": "S:4fdc95518b208b46ffc6dbae372589a82393ca59,", + "core.color.opacity.overflow.400": "S:c9e05151996b09bfa344f2c75ddd19d0d4a92b5b,", + "core.color.solid.red.100": "S:8a6473965c45e9eef64e46b77e0da78dc0423577,", + "core.color.solid.red.200": "S:8777968b8a7eb17f85fbdf9f7056398db69535b1,", + "core.color.solid.red.300": "S:f29615629f2fa0f854a1cbdf3e5cb970f21e912b,", + "core.color.solid.red.400": "S:e8a8d09cf0de0bcfc3bfa4309340646b1c381e80,", + "core.color.solid.red.500": "S:2cd9372eb9c64a86140285935036a96989c201d3,", + "core.color.solid.red.600": "S:3140ca8097d9d282ac32cfcb8e9075d68f5574ea,", + "core.color.solid.red.700": "S:97b1434a3218d4e6215feb36d809dbfac111d4c9,", + "core.color.solid.red.800": "S:a74ad808b02fc5fef8f406a6a181c050e8ebb296,", + "core.color.solid.red.900": "S:366f2d7dc92791dc4e41bfcd382571625a4567e7,", + "core.color.solid.red.1000": "S:02d2bf6d772573e3033f3d19b875110cec113f38,", + "core.color.solid.red.1100": "S:cfe1a9d52ae29bfed3cb8c8e7c0e8c525afaa592,", + "core.color.solid.red.1200": "S:da9d5cb6cc4d8670fd8972e1d858e894a3548fb2,", + "core.color.solid.red.1300": "S:8965452fa1f0795a29bcbbc15a7a61316b13f47d,", + "core.color.solid.orange.100": "S:06e6dcc9d81b95d30ff855d5afcb38b5b9039dac,", + "core.color.solid.orange.200": "S:4c4453d23f48032a66dac5faf9682e5984a0095d,", + "core.color.solid.orange.300": "S:ea9a70b36536344122c1d4f3f39b187cc20d2ccf,", + "core.color.solid.orange.400": "S:800c89940a61a768f6a97d5d1fd879632c6ef13a,", + "core.color.solid.orange.500": "S:cec15a82fa5d6d94d9d5c67e47b58717d72c758f,", + "core.color.solid.orange.600": "S:ad268078e92e96fc4e97c2cb5238da155451d147,", + "core.color.solid.orange.700": "S:b60d70834923f463ce14ef539657e1e6aa95d110,", + "core.color.solid.orange.800": "S:91e68b05d84eddadf4f26409ea77e0295d83a55e,", + "core.color.solid.orange.900": "S:2b9aa80c0b3ee74f987fa012c82bfba2d9599026,", + "core.color.solid.orange.1000": "S:aae194a41b19676b3f9c83b522f4cdb0a8f6ceaf,", + "core.color.solid.orange.1100": "S:2b2f2c1cde989d2fa86a2cd9ab3523040f99f7e0,", + "core.color.solid.orange.1200": "S:7dd22a510898927facc98a2fc44ae7e782cbec47,", + "core.color.solid.orange.1300": "S:c650ccd3f9c9c2142aa85d1871732c99c46b5b9d,", + "core.color.solid.yellow.100": "S:015da0cd2392a87379d5c6c179e3f7d50d7895a9,", + "core.color.solid.yellow.200": "S:9387083c920862e0efba65d579421ee05982da63,", + "core.color.solid.yellow.300": "S:a3a7725f0191397ba60873e1b1e32f70a0145721,", + "core.color.solid.yellow.400": "S:a75651619d13bcfb195d57c35391631664130236,", + "core.color.solid.yellow.500": "S:69f86626816ccc2b91fb99949184c2c17a184bef,", + "core.color.solid.yellow.600": "S:a4b81129aa6592b83a7a579a59965887200b843b,", + "core.color.solid.yellow.700": "S:529ca528736cae4cc2ca3ac89a6572ef8e3e088e,", + "core.color.solid.yellow.800": "S:41ae5929b4439bedfb23ed48a74018130673b453,", + "core.color.solid.yellow.900": "S:24c3a09fad7786eac02de7b3256a3d9d5aaa7398,", + "core.color.solid.yellow.1000": "S:53dac6f3ff090bb7a56cc588f445889424594a4b,", + "core.color.solid.yellow.1100": "S:f67f28f45557e9948c5188e24a4273f66afe7d79,", + "core.color.solid.yellow.1200": "S:1de8f737f6ce31586e1116e6961265c2080ce22c,", + "core.color.solid.yellow.1300": "S:d7b0975227cba22180052eb0ff56042abf0565a4,", + "core.color.solid.mustard.100": "S:8d2a0228bdfa1bbd14086edf9138d99a292dc85e,", + "core.color.solid.mustard.200": "S:c4d39536a642157b98118a9695dd8eeefd19bbca,", + "core.color.solid.mustard.300": "S:3228727af78b876ddc79307e34d705ee2e31e59b,", + "core.color.solid.mustard.400": "S:9b8b77b3db669c89143e6dcb22046cb0d8766a80,", + "core.color.solid.mustard.500": "S:a378668497d7a414c655a1daf18b584cb7e3e0b8,", + "core.color.solid.mustard.600": "S:c7217bc1bb83e15cba39453c15b59e5ca7f1f82e,", + "core.color.solid.mustard.700": "S:c7a73dbf81ccff43092ad889b5c1616038d52985,", + "core.color.solid.mustard.800": "S:c2cee7b69945cac20e75c181496c2aa6797fb939,", + "core.color.solid.mustard.900": "S:a3cc9fe8ee3720976b80661aa87ad8c114483019,", + "core.color.solid.mustard.1000": "S:9f7fd4ac961c889d98fe5a9fd3af5ed8b66c0a1a,", + "core.color.solid.mustard.1100": "S:03f8c61206940634b5c5110eda7ce5a377b088ef,", + "core.color.solid.mustard.1200": "S:9977d418c7b0513b9fc3b3a721f3aa747b517a61,", + "core.color.solid.mustard.1300": "S:4b63a59f3bd34a6cf937ca44ff2fc799289cb0fc,", + "core.color.solid.olive.100": "S:d69c787ca62834723fc6e150aca38d74ee688978,", + "core.color.solid.olive.200": "S:a5e9b36d8b5b0e60510beb4582216ba8b9544bc6,", + "core.color.solid.olive.300": "S:854a8b3156dee23f52b5f0ec5afab6626b72bc08,", + "core.color.solid.olive.400": "S:d90c41fe4fa6d4ef8a5c64030e2dd65738f23259,", + "core.color.solid.olive.500": "S:e9baaf20d2ff1e536a5bb625e30f9427b7c0452a,", + "core.color.solid.olive.600": "S:5e449a86aadf09e3a4e5c8f2b0a7ef1af7ef5a62,", + "core.color.solid.olive.700": "S:989de0f7b398b22aafcfde44e18f1a67462601ae,", + "core.color.solid.olive.800": "S:86eeeb8be008e3810bd1737453641d8f17007359,", + "core.color.solid.olive.900": "S:543dc5023a036b6ea843653baa739cbca469c8a1,", + "core.color.solid.olive.1000": "S:592e52cb2995aba48e2647f167a0e18e620ece5f,", + "core.color.solid.olive.1100": "S:2167fd1427a4f5676b538ed81a8bde15310ee75b,", + "core.color.solid.olive.1200": "S:62dc66906b9bf9a2abf56c5c0381d033aed867b9,", + "core.color.solid.olive.1300": "S:fa899d6649b8124506d8ff3a6b64209ce9286669,", + "core.color.solid.green.100": "S:67cff2b42b90c8caee4e85f46860163a076120c6,", + "core.color.solid.green.200": "S:4ac054156426b7dcf75d42fd28af3dff380ff3f2,", + "core.color.solid.green.300": "S:852f7d4e493d9d4a6ea27f2d55c4236e1677400e,", + "core.color.solid.green.400": "S:a59c9315f7f26a47f7d1768426a573e19b5562b4,", + "core.color.solid.green.500": "S:e3d633ff0b74aabd45988b75001d518d8b4579dc,", + "core.color.solid.green.600": "S:e5d7c07f16113213dcc75985612ca236fb2ce0db,", + "core.color.solid.green.700": "S:1401d8b142b85be7a243c4849090efcef3f645ce,", + "core.color.solid.green.800": "S:af195d991f3d0ccaadccb77a12abd1752059c7cc,", + "core.color.solid.green.900": "S:13a783ca0977b7e26b511323d422ec45c8775c15,", + "core.color.solid.green.1000": "S:064644bda3aec7079a7f67a928998d8d69397f6e,", + "core.color.solid.green.1100": "S:886a75300a21a91856fd1b339858473e9f38e055,", + "core.color.solid.green.1200": "S:11f138e31fb21c82b501ddf3593577f761e672be,", + "core.color.solid.green.1300": "S:66a1c80a5fa44d8f4afd9d3238e543e7b88445ab,", + "core.color.solid.emerald.100": "S:5119a7879e3b1ce69d284b81a2d27a50dacae77d,", + "core.color.solid.emerald.200": "S:5458733dda478f64117b1f3d276ad8de05e54158,", + "core.color.solid.emerald.300": "S:ee64136e9301e1808c34390436deb36708079aaa,", + "core.color.solid.emerald.400": "S:2fba585ce308480aa97050c89c577dcfaee469ca,", + "core.color.solid.emerald.500": "S:52c6ed7fd409c10c4919cc00fb8f4381a4bd05f9,", + "core.color.solid.emerald.600": "S:8cb001fe580000363ddafdf5b76a73e3d2dfb711,", + "core.color.solid.emerald.700": "S:efc6fb803c230eb48253123da490dd67a8991132,", + "core.color.solid.emerald.800": "S:ad32fdffc84118a83e34e598d66dadb18e880767,", + "core.color.solid.emerald.900": "S:31d041fc34733cef3606040e866d2df6570d6541,", + "core.color.solid.emerald.1000": "S:bd44433c71b476cb7029049f2225eece036db4e1,", + "core.color.solid.emerald.1100": "S:4aef0846bb7b4577820baebef6358e8f1d8fdfa9,", + "core.color.solid.emerald.1200": "S:8f1b7c157f4d41fcac45047e96d82ea4514e0d00,", + "core.color.solid.emerald.1300": "S:3ca0f4a93616b86fb8f717803171d4338d18d8c7,", + "core.color.solid.tiffany.100": "S:d040f45aaba16187fad4e478ed75f367cd63d1fe,", + "core.color.solid.tiffany.200": "S:c92f2d670800f8ec4b85f3c807731233b6bed7a1,", + "core.color.solid.tiffany.300": "S:5bc9c59e898a0a80fde6bbbf4eaf913e80eb478a,", + "core.color.solid.tiffany.400": "S:e4c87285d1c560c38b9f1e086aaa7b2620c6a5ae,", + "core.color.solid.tiffany.500": "S:73ff35b94b0605b1dd76ea6064c8abd2d95f4221,", + "core.color.solid.tiffany.600": "S:088f134fa9bd739a45be4afbe087f5a64aaaaba9,", + "core.color.solid.tiffany.700": "S:ad7db1e0a338fa617355288021fb158c5848dd93,", + "core.color.solid.tiffany.800": "S:440dbc36c376a50d86f3120dace81a1c123b79fe,", + "core.color.solid.tiffany.900": "S:be8400c813511c05775014fc0fefaa79ce093438,", + "core.color.solid.tiffany.1000": "S:e88af67b3f802898e66e12ee2c0d8c8fd8a79f74,", + "core.color.solid.tiffany.1100": "S:318ac56d036a4f7e766ecdb0c9bf14fee39720a1,", + "core.color.solid.tiffany.1200": "S:9f6cab7718d52dcfa4dd9eaf0c41aa31766bd3f9,", + "core.color.solid.tiffany.1300": "S:a516721a126ab2102db2c35c9d0806dd6c4aa639,", + "core.color.solid.teal.100": "S:33b6e91f02ed33ca19e8f957cfa7f8e7db8bf261,", + "core.color.solid.teal.200": "S:868eddfdbb909a0b32e199bc97b6fe0121c15dec,", + "core.color.solid.teal.300": "S:89024c5f74f2e0a5d90ff2872c8ffb8b40c807f2,", + "core.color.solid.teal.400": "S:e53265810f86a3a83e90e2a4c2cf53d8ebaacc58,", + "core.color.solid.teal.500": "S:2ea1ba73d1ce2a8a7217339a0a5b90a4a95efd31,", + "core.color.solid.teal.600": "S:7ca69265b184a0a782a81f60bd1987488a5f39e0,", + "core.color.solid.teal.700": "S:078134fbf98de9a6d583556ad99d1875846d567b,", + "core.color.solid.teal.800": "S:8323e4fbab1186d0c29ddb60660f60266547e910,", + "core.color.solid.teal.900": "S:57bbc51c022d7713427f96e3153b9a4c9a7a4f65,", + "core.color.solid.teal.1000": "S:9dc2290d1a608ab49ef5550d13c0d93d7f6c2efd,", + "core.color.solid.teal.1100": "S:fee9d651d74a6c3f81d59478e31df79e2d2a340d,", + "core.color.solid.teal.1200": "S:e624e3fa98257ade1338cf1ad0e4147a6b5b9645,", + "core.color.solid.teal.1300": "S:572df44f6694f022e10b328412dc6fd38904f0a7,", + "core.color.solid.seawater.100": "S:0e746ffe183023e1976cd254a5976bfc833da8e2,", + "core.color.solid.seawater.200": "S:7f30c0896e31c4c8c65fd4cc4e41d55e16e26d2d,", + "core.color.solid.seawater.300": "S:f22f04f873bdc26fd6ddce730606886943327d42,", + "core.color.solid.seawater.400": "S:ef58fcc6dee0cc0e6ba97ced3a27317ac560cd40,", + "core.color.solid.seawater.500": "S:85ad366064f9444892eb062360263a51d7000dd4,", + "core.color.solid.seawater.600": "S:0da6e026e979155b1ae059a0fa70aef74c580d5f,", + "core.color.solid.seawater.700": "S:224e511f5d5b66f901661535e9768e3a8ec651da,", + "core.color.solid.seawater.800": "S:57493269b38e5404b1f2de3022a18b1ad6f3f5a4,", + "core.color.solid.seawater.900": "S:9314670eb4736eb7327792286e36929b47dd2a3c,", + "core.color.solid.seawater.1000": "S:c05972d521dbc67c3126c1913565c36fce488c01,", + "core.color.solid.seawater.1100": "S:f40c6622b7eb39ce8ff6c2b45b93ee533fe9e5cb,", + "core.color.solid.seawater.1200": "S:209b2d6a28e4382da5da816104d9543258e322eb,", + "core.color.solid.seawater.1300": "S:f422c06df2e68a00f5bc4e5f89317bc01c0b23de,", + "core.color.solid.blue.100": "S:2bc4c0fe033a35c8a6c604c67a3193c81cfd4615,", + "core.color.solid.blue.200": "S:0ab3f7f215bfffe9bcd0ce643b360aac4b9bd2ba,", + "core.color.solid.blue.300": "S:9f3085a328435de383ce8846a051d196bdf65f21,", + "core.color.solid.blue.400": "S:c7e59aadda854ff88bd1dd5dfaf020b7419e879b,", + "core.color.solid.blue.500": "S:33c4f340d57cb9af99beb9ea29e2491242bf2b8e,", + "core.color.solid.blue.600": "S:fc4404d26bdd1afc5ed0dc66871c9c5f72cc175b,", + "core.color.solid.blue.700": "S:86b0af79201fdcddcbd22a46980953905242df60,", + "core.color.solid.blue.800": "S:67d1855975b5de2c8cf56c2172e287b6a5b782bd,", + "core.color.solid.blue.900": "S:29f46d5449986621c470d1f5cb00f67e6da6a274,", + "core.color.solid.blue.1000": "S:ab0abc1f7064309bf087ade18aafddb410ca891e,", + "core.color.solid.blue.1100": "S:1ed61a30d7e7976d7b0510e506fe8300d80cb999,", + "core.color.solid.blue.1200": "S:9358e3cf0cc6fb78f010356c80e58c1380b55d62,", + "core.color.solid.blue.1300": "S:8acca19182afa341fada7bc6621f645db6dae6c5,", + "core.color.solid.sapphire.100": "S:410cc7c4633a8d1a01c99891f9870f2d4d1429e2,", + "core.color.solid.sapphire.200": "S:2f1cc9cb61e132639336f13f3de1c2720296c821,", + "core.color.solid.sapphire.300": "S:806e92b7e45e7132e84fae2f8b4f237ef557efd3,", + "core.color.solid.sapphire.400": "S:71652b89cf818c3e3e9b8b4aa796d176e3825210,", + "core.color.solid.sapphire.500": "S:57721dfef5a809d23f8b85767f225b76225f6de3,", + "core.color.solid.sapphire.600": "S:3dd80c8e1dc01d8ce972ab3cf851b263f3df5e12,", + "core.color.solid.sapphire.700": "S:5484c0ca633a18b71124e99fb69346d48fb6b314,", + "core.color.solid.sapphire.800": "S:28732230560b389aeec86d89c8c3771addc8b6ba,", + "core.color.solid.sapphire.900": "S:ca2117803f0e01ec261c303a3e22481cb5601277,", + "core.color.solid.sapphire.1000": "S:be199943e34d6df4dc738c9e0c223cbb5a27e92c,", + "core.color.solid.sapphire.1100": "S:c673c8d7590fc867a1dfbd28fc4c4eb780bc88f1,", + "core.color.solid.sapphire.1200": "S:d54e430fa6843a3de96bf4c9a35415edccb879c4,", + "core.color.solid.sapphire.1300": "S:f832e7c52502994c082557f18f13c7a6b8743761,", + "core.color.solid.blueberry.100": "S:e9a36e90fd9e432bdac6059dfa476a2f1df3ca48,", + "core.color.solid.blueberry.200": "S:d05bad66d0c8c49c449be62b9ac6da58f54307a7,", + "core.color.solid.blueberry.300": "S:7bfa48d532c121bbdd29274647c80f1c37256a9c,", + "core.color.solid.blueberry.400": "S:2be5b7c6d80612d7231ab53e48ab6e5015849306,", + "core.color.solid.blueberry.500": "S:ad28bf42ee9073d3e4f6800991643a84e9060362,", + "core.color.solid.blueberry.600": "S:6991dd61d772caaade102fb829d7bdff1b9bdfa3,", + "core.color.solid.blueberry.700": "S:0c5ab1f7e982c252e0e98d1bbde13c08b8994c16,", + "core.color.solid.blueberry.800": "S:7b55c274f3e3bad97850d666056e9a2e3178834f,", + "core.color.solid.blueberry.900": "S:1e34e628caf8b9df2d19a2f2ebd6438ba767930e,", + "core.color.solid.blueberry.1000": "S:1b4ed08cb8065e3cabae89029363f362341bdf20,", + "core.color.solid.blueberry.1100": "S:5a7059e9c5b9253b6c32a892e6220d78c772ccd9,", + "core.color.solid.blueberry.1200": "S:bcef5f75d7b14e81f3f7313a32a48360bbaa3b51,", + "core.color.solid.blueberry.1300": "S:7e568835c7297b6775444f6812aeec4e30239436,", + "core.color.solid.grape.100": "S:cb5459334853b0acacddd9d938ecf0ac6a6e0201,", + "core.color.solid.grape.200": "S:5ebeca9262debf02376c15c15d08bba7851d9c7e,", + "core.color.solid.grape.300": "S:b8552a6ebb603bbc8032babde4856cab8e1005d0,", + "core.color.solid.grape.400": "S:56daca2dfaf5ce6106f450cbed8c4b5a4b87d9e6,", + "core.color.solid.grape.500": "S:8c69822d3b7e4f79956e0e531a810c25d02f1f9d,", + "core.color.solid.grape.600": "S:86f433fdc4a0b61167318d1de1b5d943c451b42e,", + "core.color.solid.grape.700": "S:ab86bd803efafb500a0c60fa2e871b5a484dbc40,", + "core.color.solid.grape.800": "S:bddfd5483d8c07132cdee222e4aedff1f0a6de94,", + "core.color.solid.grape.900": "S:035df4423c1b459288dab23f5121cb76bc4974bb,", + "core.color.solid.grape.1000": "S:cf0fd279fa26e6a178231638bda9f4a9a605129b,", + "core.color.solid.grape.1100": "S:803375851ecb18111e2c58358087dad5d7901362,", + "core.color.solid.grape.1200": "S:c0758d4c4fd2016bbdbc101e9f2e7e62a37ba243,", + "core.color.solid.grape.1300": "S:404902a0c051c9f5d2d9480675aca60655ddac08,", + "core.color.solid.magenta.100": "S:1d1bb3535a27cfb7bc0be1a90cc6e49738fe0dae,", + "core.color.solid.magenta.200": "S:10cf37c8f1bd95a5434026672f9a53297347ba2f,", + "core.color.solid.magenta.300": "S:f29ae9ce2fe9e8c32636df09f5cabbb1268a4661,", + "core.color.solid.magenta.400": "S:3127d8c7efa990b1a0a19e1066532c3a10cca8e5,", + "core.color.solid.magenta.500": "S:9b8af76959b3890d7cdd30c3253f4163ad0db6b1,", + "core.color.solid.magenta.600": "S:9c6baca2c0173e06edd25a03956b2ee16582c7ec,", + "core.color.solid.magenta.700": "S:1f17abeda220a757bc0e731794cc27c514e011af,", + "core.color.solid.magenta.800": "S:9c900102a6ccac5d2415f4ae15a19496a2db50ab,", + "core.color.solid.magenta.900": "S:3b7dd0c019d5875baadb5acdcdffd02dc7f096a8,", + "core.color.solid.magenta.1000": "S:f353bc80d7d45273ccfa0fb599aab6a31596ad6d,", + "core.color.solid.magenta.1100": "S:d9d760e8b7411f4dd8cb3aa53e0f3edbcd4b62c5,", + "core.color.solid.magenta.1200": "S:8f48d392a136b61f409c087427e57f60b73df026,", + "core.color.solid.magenta.1300": "S:67aa703d0fc884b0559df51c34852df26de8ebcc,", + "core.color.solid.cherry.100": "S:3b40e6c1962404ddcfc0538dd444d26d4734e36c,", + "core.color.solid.cherry.200": "S:de5971a6e52b1bdab413aa43ccdd37baef9a1dd5,", + "core.color.solid.cherry.300": "S:2c31bbd4f9d0fb860ee8d4263da83ac40445581e,", + "core.color.solid.cherry.400": "S:f38dfbe7fe888205ab67b9a46a820c16b36ef01c,", + "core.color.solid.cherry.500": "S:a96e6fbe07bc5e9e65a826cfd1daac30df11b4fb,", + "core.color.solid.cherry.600": "S:2058c07c47fe39f4b2b14229226c93b9b63bcdfb,", + "core.color.solid.cherry.700": "S:a12d6ecd4765c7deffd6aebe5999abcab795b018,", + "core.color.solid.cherry.800": "S:c32406ba8b7c0e2ad143b015aa6be3587c361f92,", + "core.color.solid.cherry.900": "S:8173b7eafcbfae298cd1a5631a094ef72f65bf81,", + "core.color.solid.cherry.1000": "S:048d8153cd157f2f995faa45fbf5db57d1178f7a,", + "core.color.solid.cherry.1100": "S:555f33b9c79aab31c5888bb4e517a0118f3137a4,", + "core.color.solid.cherry.1200": "S:70eca0515b958e1d701848d665f90a1c723ae917,", + "core.color.solid.cherry.1300": "S:f60cc0b1868757a711f0efd72ccbd8d053d580a7,", + "core.color.solid.coral.100": "S:bcfc0ea9523e9281b582ace5aa0975669699832c,", + "core.color.solid.coral.200": "S:b6f10433d7f755c7ce6a2a2120857002254bc26a,", + "core.color.solid.coral.300": "S:79515f90532c2905839d997c2b99178e3159b756,", + "core.color.solid.coral.400": "S:2429a794f1ac82c1347b7efdde688a9a6410f069,", + "core.color.solid.coral.500": "S:c27623ee387b98493ebd62e7193b4ce94684cef3,", + "core.color.solid.coral.600": "S:3d107edbbfe132a308e86c2b988a54bb614fb086,", + "core.color.solid.coral.700": "S:469ede96a43868e659255ea34b0a6c1f85d16193,", + "core.color.solid.coral.800": "S:2ed7d807618a8dc5d2bf50c68dc2373340c22851,", + "core.color.solid.coral.900": "S:198da46f527ad0b5f11d6ce4d0fafe55ee731f7b,", + "core.color.solid.coral.1000": "S:d5b1ea4c7ddb79565a0e568bc38a67b6ff52c8e1,", + "core.color.solid.coral.1100": "S:836fc941c432f887dacf709158b56a6df1fa0372,", + "core.color.solid.coral.1200": "S:7adb93089222ab2dc2dd8d204f42058848c61994,", + "core.color.solid.coral.1300": "S:017af150e80b408f60e1ab3aca2b15edac928d48,", + "core.color.solid.slate.50": "S:65e3d03880e86381ea0a1401b550021d2153fba6,", + "core.color.solid.slate.75": "S:bc3b1795343e1cad615e4b1f89a58be2c27a8bba,", + "core.color.solid.slate.100": "S:2e75684992638b203cdcf8342ad43233529b0971,", + "core.color.solid.slate.200": "S:309a298d2a95047580e39323d8ea9d59779e5ad8,", + "core.color.solid.slate.300": "S:6617f825791ee7eeaae3abc0af52e73398aadef1,", + "core.color.solid.slate.400": "S:08c49739d6c79cce97d96d961c8f6c4069ba1dee,", + "core.color.solid.slate.500": "S:e9d55735c331610f9f19f7c4efa0da6f53a8a14e,", + "core.color.solid.slate.600": "S:f8163f34c8ec96aa273c396f3eb4922dee6d4ba1,", + "core.color.solid.slate.700": "S:50302678b7dc0958c4252d442f397284278201d3,", + "core.color.solid.slate.800": "S:e6d812e455b39e84ada52a9c67e89b392769fd97,", + "core.color.solid.slate.900": "S:b7082790687a51a27d218ff376651737e97b71ef,", + "core.color.solid.slate.1000": "S:e530715d15b48953a3e4cc3fa9c5de61f6852f4d,", + "core.color.solid.slate.1100": "S:62b8a928ca851ca4ccdb53b685a98693bfc6104f,", + "core.color.solid.slate.1200": "S:6024a160a267848f438600aae836b31ddfc13771,", + "core.color.solid.slate.1300": "S:e7f4aa89b01eae815551172dd5042dda85931b78,", + "core.color.solid.slate.1400": "S:26cf09ca30e660b9e97e311a8b03492e39e11661," + }, + "selectedTokenSets": { + "core/border": "enabled", + "core/color/solid": "enabled", + "core/color/opacity": "enabled", + "core/color/gradients": "enabled", + "core/boxShadow": "enabled", + "core/opacity": "enabled", + "core/spacing": "enabled", + "core/typography": "enabled", + "core/motion": "enabled", + "core/sizing": "enabled" + }, + "group": "global" + }, + { + "id": "4a17f4b9131ebec2af876ae3d66fabe620f20552", + "name": "mobile", + "$figmaStyleReferences": { + "semantic.typography.heading.hero": "S:33bea9ea7eb118933d0b18cf1a16dad0bb924429,", + "semantic.typography.heading.h1": "S:257a34996ec2f9d9fd184494356f3c8f28126249,", + "semantic.typography.heading.h2": "S:026b2ddf59db47701fa7641ba8524e879ec04830,", + "semantic.typography.body.xl.regular.default": "S:1559a7bc4bef898b8c58ee922e5bb33f29d3a013,", + "semantic.typography.body.xl.regular.italic": "S:e500ce081f41278b8bc4500efef9b2e747474cd3,", + "semantic.typography.body.xl.regular.underline": "S:7a9547242cc8731a6786cfa78c131fabe87e9b55,", + "semantic.typography.body.xl.regular.italic-underline": "S:e8bb826d0892b4fad9d852705893b38343e71af6,", + "semantic.typography.body.xl.bold.italic": "S:0184243f71459115ec9d2acc7818f1e614bbd46a,", + "semantic.typography.body.xl.bold.underline": "S:017228ef4fce4d615b0b9d38ec3e0e51fc7f1835,", + "semantic.typography.body.xl.bold.italic-underline": "S:95f6b87fae2c4fae2953c665cb954f1f960f2d29,", + "semantic.typography.body.lg.regular.default": "S:2ed65f0826066958b715aec265ebc8e3404baced,", + "semantic.typography.body.lg.regular.italic": "S:07d69a5034b859a474b1ee33d0b080557f055c5e,", + "semantic.typography.body.lg.regular.underline": "S:f82debe6dd7a9cedcd75006aaba466276dc84ccd,", + "semantic.typography.body.lg.regular.italic-underline": "S:9e390f00466e19e19cbcdea0431b081a7c1ab684,", + "semantic.typography.body.lg.bold.italic": "S:089ea35a8fd07933aab029aef03000a520b7b867,", + "semantic.typography.body.lg.bold.underline": "S:09dcd8c211e5dc12ac6eea26115dc5b1296f07ef,", + "semantic.typography.body.lg.bold.italic-underline": "S:9648665f196064df0cfc0ca2cd9fc5395ab92113,", + "semantic.typography.body.md.regular.default": "S:73a6843b85c0a6f74d7e0d2ac37fe1d23b03e75f,", + "semantic.typography.body.md.regular.italic": "S:fb74c95e3a9a33d451453458f9eebd2eff888cc2,", + "semantic.typography.body.md.regular.underline": "S:0cc9169fe16f9d32db5855882c1d792be520fe96,", + "semantic.typography.body.md.regular.italic-underline": "S:4657b75090beead20363592e8ab665a5d765532e,", + "semantic.typography.body.md.bold.italic": "S:733869e670871b52fe14aa7a58d4325dc53aee4f,", + "semantic.typography.body.md.bold.underline": "S:eb4b4b11b3508921d47de338b3b3e5957a5bb0f0,", + "semantic.typography.body.md.bold.italic-underline": "S:07b7e76794367b3ee6cd3433f515543d2935798a,", + "semantic.typography.body.sm.regular.default": "S:4b5b5fa0db2e4ddf736e69f6b3a121ba1f2e1587,", + "semantic.typography.body.sm.regular.italic": "S:ab62c04b5f552b39d748065b70c05f69e10fa25e,", + "semantic.typography.body.sm.regular.underline": "S:ea846435f0e4a9341f38ad2ef15621e6718ec706,", + "semantic.typography.body.sm.regular.italic-underline": "S:12fdf1d7021a1b3f2161f9be2ff3117b113b20cc,", + "semantic.typography.body.sm.bold.italic": "S:d5bf2b96ab34d601078cb727b4079648417959f4,", + "semantic.typography.body.sm.bold.underline": "S:b3a198b2e5c8e8847fbcc9f114ded14094c09fe9,", + "semantic.typography.body.sm.bold.italic-underline": "S:dc10694197540285cf63942b2503a18397056f10,", + "semantic.typography.caption.regular.default": "S:ac9269ec1055fe4f0b0838f76288b798eaf36bad,", + "semantic.typography.caption.regular.italic": "S:6a9c95a47e2fa1ceb2a435a7e5c0e404a4ba057b,", + "semantic.typography.caption.regular.underline": "S:8d6ed3e095b76778f4a655a3f74bc5846fc2d854,", + "semantic.typography.caption.regular.italic-underline": "S:1397518f3bbb7dc4f955d54c425b1d1918ebc130,", + "semantic.typography.caption.bold.italic": "S:da27cdafe681931e95eee132995c3ac90e05b499,", + "semantic.typography.caption.bold.underline": "S:24a9b65f3fec568ef90c45cea4037f853f4ce077,", + "semantic.typography.caption.bold.italic-underline": "S:9d2f9ab65f4e4b33acfd58ae878bef89e574fd27,", + "semantic.typography.code.xl.regular.default": "S:50c5561db6790bb9e823f4c65674fbe4069658c0,", + "semantic.typography.code.xl.regular.italic": "S:f02ebb77a301f93fd450b149005237d4537cbb6d,", + "semantic.typography.code.xl.regular.underline": "S:136f113ca30793fe255368d160eeb4433b318660,", + "semantic.typography.code.xl.regular.italic-underline": "S:c6155cb67b3b4ad48d5ff43e48ff29e0f2b9a375,", + "semantic.typography.code.xl.bold.italic": "S:a3e17c84779652cfb71112a45cd7ae7ca8faba7e,", "semantic.typography.code.xl.bold.underline": "S:019acb7c32c02b180080c55398a624bae996916f,", "semantic.typography.code.xl.bold.italic-underline": "S:0c4cbbec33872d46342a3bc7738ad0eb21be527d,", "semantic.typography.code.lg.regular.default": "S:a42297cca298b40dc26be3397783b60d7829fe0f,", @@ -39620,7 +42657,8 @@ "semantic/viewPort/640-plus": "enabled", "semantic/global": "enabled", "core/motion": "enabled", - "core/sizing": "enabled" + "core/sizing": "enabled", + "component/component": "enabled" }, "group": "viewport" }, @@ -39751,7 +42789,8 @@ "semantic/viewPort/1024-plus": "enabled", "semantic/global": "enabled", "core/motion": "enabled", - "core/sizing": "enabled" + "core/sizing": "enabled", + "component/component": "enabled" }, "group": "viewport" }, @@ -39882,7 +42921,8 @@ "semantic/viewPort/1440-plus": "enabled", "semantic/global": "enabled", "core/motion": "enabled", - "core/sizing": "enabled" + "core/sizing": "enabled", + "component/component": "enabled" }, "group": "viewport" }, @@ -40374,7 +43414,7 @@ "semantic/theme/light": "enabled", "core/motion": "enabled", "core/sizing": "enabled", - "component": "enabled" + "component/component": "enabled" }, "group": "theme" }, @@ -40839,7 +43879,7 @@ "semantic/theme/dark": "enabled", "core/motion": "enabled", "core/sizing": "enabled", - "component": "enabled" + "component/component": "enabled" }, "group": "theme" } @@ -40865,7 +43905,7 @@ "semantic/viewPort/1440-plus", "semantic/theme/light", "semantic/theme/dark", - "component" + "component/component" ] } } \ No newline at end of file diff --git a/lib/styles/quill.css b/lib/styles/quill.css index 89d0700..6f14e6a 100644 --- a/lib/styles/quill.css +++ b/lib/styles/quill.css @@ -652,6 +652,7 @@ --core-spacing-4800: 96px; --core-spacing-4900: 98px; --core-spacing-5000: 100px; + --core-fontSize-25: 10px; --core-fontSize-50: 12px; --core-fontSize-75: 14px; --core-fontSize-100: 16px; @@ -670,11 +671,14 @@ --core-fontFamily-ibmPlex-sans: IBM Plex Sans; --core-fontFamily-fontAwesome-pro: Font Awesome 6 Pro; --core-fontFamily-fontAwesome-brands: Font Awesome 6 Brands; + --core-fontFamily-fontAwesome-custom: Font Awesome Kit a9f9eb613f; --core-fontWeight-light: 300; --core-fontWeight-regular: 400; --core-fontWeight-bold: 700; --core-fontWeight-italic: Italic; --core-fontWeight-boldItalic: Bold Italic; + --core-fontWeight-fill: Solid; + --core-lineHeight-75: 16px; --core-lineHeight-100: 18px; --core-lineHeight-200: 22px; --core-lineHeight-300: 24px; @@ -686,6 +690,7 @@ --core-lineHeight-900: 64px; --core-lineHeight-1000: 96px; --core-lineHeight-auto: auto; + --core-fontDecoration-none: none; --core-fontDecoration-underline: underline; --core-paragraphSpacing-50: 12px; --core-paragraphSpacing-75: 14px; @@ -789,7 +794,7 @@ --size-generic-4xl: var(--core-size-3600); --size-generic-5xl: var(--core-size-4000); --opacity-overlay: var(--core-opacity-900); - --opacity-disabled: var(--core-opacity-600); + --opacity-disabled: var(--core-opacity-300); --motion-easing-linear: var(--core-motion-ease-100); --motion-easing-in: var(--core-motion-ease-200); --motion-easing-out: var(--core-motion-ease-300); @@ -813,661 +818,633 @@ --semantic-typography-heading-hero-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-hero-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-hero-paragraphSpacing: var(--core-paragraphSpacing-800); - --semantic-typography-heading-hero-letterSpacing: normal; --semantic-typography-heading-h1-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h1-fontSize: var(--core-fontSize-1100); --semantic-typography-heading-h1-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h1-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h1-paragraphSpacing: var(--core-paragraphSpacing-1100); - --semantic-typography-heading-h1-letterSpacing: normal; --semantic-typography-heading-h2-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h2-fontSize: var(--core-fontSize-1000); --semantic-typography-heading-h2-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h2-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h2-paragraphSpacing: var(--core-paragraphSpacing-1000); - --semantic-typography-heading-h2-letterSpacing: normal; --semantic-typography-heading-h3-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h3-fontSize: var(--core-fontSize-300); --semantic-typography-heading-h3-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h3-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h3-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-heading-h3-letterSpacing: normal; --semantic-typography-heading-h4-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h4-fontSize: var(--core-fontSize-200); --semantic-typography-heading-h4-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h4-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h4-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-heading-h4-letterSpacing: normal; --semantic-typography-heading-h5-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h5-fontSize: var(--core-fontSize-100); --semantic-typography-heading-h5-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h5-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h5-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-heading-h5-letterSpacing: normal; --semantic-typography-heading-h6-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h6-fontSize: var(--core-fontSize-75); --semantic-typography-heading-h6-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h6-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h6-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-heading-h6-letterSpacing: normal; --semantic-typography-body-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-default-letterSpacing: normal; + --semantic-typography-body-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-letterSpacing: normal; + --semantic-typography-body-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-underline-letterSpacing: normal; --semantic-typography-body-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-default-letterSpacing: normal; + --semantic-typography-body-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-letterSpacing: normal; + --semantic-typography-body-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-underline-letterSpacing: normal; --semantic-typography-body-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-default-letterSpacing: normal; + --semantic-typography-body-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-letterSpacing: normal; + --semantic-typography-body-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-underline-letterSpacing: normal; --semantic-typography-body-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-default-letterSpacing: normal; + --semantic-typography-body-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-letterSpacing: normal; + --semantic-typography-body-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-underline-letterSpacing: normal; --semantic-typography-body-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-default-letterSpacing: normal; + --semantic-typography-body-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-letterSpacing: normal; + --semantic-typography-body-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-underline-letterSpacing: normal; --semantic-typography-body-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-default-letterSpacing: normal; + --semantic-typography-body-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-letterSpacing: normal; + --semantic-typography-body-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-underline-letterSpacing: normal; --semantic-typography-body-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-default-letterSpacing: normal; + --semantic-typography-body-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-letterSpacing: normal; + --semantic-typography-body-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-underline-letterSpacing: normal; --semantic-typography-body-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-default-letterSpacing: normal; + --semantic-typography-body-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-letterSpacing: normal; + --semantic-typography-body-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-underline-letterSpacing: normal; --semantic-typography-body-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-default-letterSpacing: normal; + --semantic-typography-caption-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-caption-regular-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-letterSpacing: normal; + --semantic-typography-caption-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-underline-letterSpacing: normal; --semantic-typography-caption-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-regular-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-caption-regular-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-underline-letterSpacing: normal; - --semantic-typography-caption-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-regular-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-caption-regular-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-default-letterSpacing: normal; + --semantic-typography-caption-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-caption-bold-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-letterSpacing: normal; + --semantic-typography-caption-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-underline-letterSpacing: normal; --semantic-typography-caption-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-bold-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-caption-bold-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-underline-letterSpacing: normal; - --semantic-typography-caption-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-bold-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-caption-bold-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-default-letterSpacing: normal; + --semantic-typography-code-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-letterSpacing: normal; + --semantic-typography-code-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-underline-letterSpacing: normal; --semantic-typography-code-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-default-letterSpacing: normal; + --semantic-typography-code-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-letterSpacing: normal; + --semantic-typography-code-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-underline-letterSpacing: normal; --semantic-typography-code-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-default-letterSpacing: normal; + --semantic-typography-code-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-letterSpacing: normal; + --semantic-typography-code-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-underline-letterSpacing: normal; --semantic-typography-code-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-default-letterSpacing: normal; + --semantic-typography-code-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-letterSpacing: normal; + --semantic-typography-code-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-underline-letterSpacing: normal; --semantic-typography-code-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-default-letterSpacing: normal; + --semantic-typography-code-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-letterSpacing: normal; + --semantic-typography-code-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-underline-letterSpacing: normal; --semantic-typography-code-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-default-letterSpacing: normal; + --semantic-typography-code-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-letterSpacing: normal; + --semantic-typography-code-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-underline-letterSpacing: normal; --semantic-typography-code-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-default-letterSpacing: normal; + --semantic-typography-code-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-letterSpacing: normal; + --semantic-typography-code-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-underline-letterSpacing: normal; --semantic-typography-code-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-default-letterSpacing: normal; + --semantic-typography-code-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-letterSpacing: normal; + --semantic-typography-code-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-underline-letterSpacing: normal; --semantic-typography-code-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-icon-labelPaired-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-regular-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-regular-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-regular-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-regular-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-regular-caption-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-regular-caption-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-bold-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-bold-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-bold-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-bold-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-bold-caption-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --semantic-typography-icon-labelPaired-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-xl-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-labelPaired-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-xl-lineHeight: var(--core-lineHeight-500); + --semantic-typography-icon-labelPaired-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-lg-fontSize: var(--core-fontSize-200); + --semantic-typography-icon-labelPaired-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-lg-lineHeight: var(--core-lineHeight-400); + --semantic-typography-icon-labelPaired-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-md-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-labelPaired-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-md-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-labelPaired-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-sm-fontSize: var(--core-fontSize-75); + --semantic-typography-icon-labelPaired-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-sm-lineHeight: var(--core-lineHeight-200); + --semantic-typography-icon-labelPaired-fill-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-caption-fontSize: var(--core-fontSize-50); + --semantic-typography-icon-labelPaired-fill-caption-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-caption-lineHeight: var(--core-lineHeight-100); --semantic-typography-icon-labelPaired-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-xl-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-labelPaired-brand-xl-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-brand-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-lg-fontSize: var(--core-fontSize-200); - --semantic-typography-icon-labelPaired-brand-lg-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-brand-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-md-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-labelPaired-brand-md-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-brand-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-sm-fontSize: var(--core-fontSize-75); - --semantic-typography-icon-labelPaired-brand-sm-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-brand-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-caption-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-caption-fontSize: var(--core-fontSize-50); - --semantic-typography-icon-labelPaired-brand-caption-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-brand-caption-letterSpacing: normal; --semantic-typography-icon-standalone-regular-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-regular-2xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-regular-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-regular-xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-regular-lg-letterSpacing: normal; --semantic-typography-icon-standalone-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-regular-md-letterSpacing: normal; --semantic-typography-icon-standalone-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-regular-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-regular-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-regular-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-regular-xs-fontWeight: var(--core-fontWeight-light); + --semantic-typography-icon-standalone-regular-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-bold-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-bold-2xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-bold-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-bold-xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-bold-lg-letterSpacing: normal; --semantic-typography-icon-standalone-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-bold-md-letterSpacing: normal; --semantic-typography-icon-standalone-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-bold-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-bold-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-bold-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-bold-xs-fontWeight: var(--core-fontWeight-regular); + --semantic-typography-icon-standalone-bold-xs-lineHeight: var(--core-lineHeight-75); + --semantic-typography-icon-standalone-fill-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-2xl-fontSize: var(--core-fontSize-800); + --semantic-typography-icon-standalone-fill-2xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-2xl-lineHeight: var(--core-lineHeight-1000); + --semantic-typography-icon-standalone-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xl-fontSize: var(--core-fontSize-600); + --semantic-typography-icon-standalone-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xl-lineHeight: var(--core-lineHeight-900); + --semantic-typography-icon-standalone-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-lg-fontSize: var(--core-fontSize-500); + --semantic-typography-icon-standalone-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-lg-lineHeight: var(--core-lineHeight-800); + --semantic-typography-icon-standalone-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-md-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-standalone-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-md-lineHeight: var(--core-lineHeight-600); + --semantic-typography-icon-standalone-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-sm-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-standalone-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-sm-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-standalone-fill-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-fill-xs-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-brand-2xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-2xl-fontSize: var(--core-fontSize-800); - --semantic-typography-icon-standalone-brand-2xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-brand-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-xl-fontSize: var(--core-fontSize-600); - --semantic-typography-icon-standalone-brand-xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-brand-xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-lg-fontSize: var(--core-fontSize-500); - --semantic-typography-icon-standalone-brand-lg-fontWeight: normal; --semantic-typography-icon-standalone-brand-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-brand-lg-letterSpacing: normal; --semantic-typography-icon-standalone-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-md-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-standalone-brand-md-fontWeight: normal; --semantic-typography-icon-standalone-brand-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-brand-md-letterSpacing: normal; --semantic-typography-icon-standalone-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-sm-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-standalone-brand-sm-fontWeight: normal; --semantic-typography-icon-standalone-brand-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-brand-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-brand-xs-fontFamily: var(--core-fontFamily-fontAwesome-brands); + --semantic-typography-icon-standalone-brand-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-brand-xs-lineHeight: var(--core-lineHeight-75); --semantic-spacing-general-none: var(--core-spacing-50); --semantic-spacing-general-3xs: var(--core-spacing-75); --semantic-spacing-general-2xs: var(--core-spacing-100); @@ -1498,74 +1475,6 @@ --semantic-borderRadius-xl: var(--core-borderRadius-1200); --semantic-borderRadius-2xl: var(--core-borderRadius-2400); --semantic-borderRadius-pill: var(--core-borderRadius-4800); - --semantic-fontSize-heading-hero: var(--core-fontSize-800); - --semantic-fontSize-heading-h1: var(--core-fontSize-1100); - --semantic-fontSize-heading-h2: var(--core-fontSize-1000); - --semantic-fontSize-heading-h3: var(--core-fontSize-300); - --semantic-fontSize-heading-h4: var(--core-fontSize-200); - --semantic-fontSize-heading-h5: var(--core-fontSize-100); - --semantic-fontSize-heading-h6: var(--core-fontSize-75); - --semantic-fontSize-body-xl: var(--core-fontSize-300); - --semantic-fontSize-body-lg: var(--core-fontSize-200); - --semantic-fontSize-body-md: var(--core-fontSize-100); - --semantic-fontSize-body-sm: var(--core-fontSize-75); - --semantic-fontSize-caption: var(--core-fontSize-50); - --semantic-fontSize-code-xl: var(--core-fontSize-300); - --semantic-fontSize-code-lg: var(--core-fontSize-200); - --semantic-fontSize-code-md: var(--core-fontSize-100); - --semantic-fontSize-code-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-xl: var(--core-fontSize-300); - --semantic-fontSize-icon-labelPaired-lg: var(--core-fontSize-200); - --semantic-fontSize-icon-labelPaired-md: var(--core-fontSize-100); - --semantic-fontSize-icon-labelPaired-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-caption: var(--core-fontSize-50); - --semantic-fontSize-icon-standalone-2xl: var(--core-fontSize-800); - --semantic-fontSize-icon-standalone-xl: var(--core-fontSize-600); - --semantic-fontSize-icon-standalone-lg: var(--core-fontSize-500); - --semantic-fontSize-icon-standalone-md: var(--core-fontSize-300); - --semantic-fontSize-icon-standalone-sm: var(--core-fontSize-100); - --semantic-paragraphSpacing-heading-hero: var(--core-paragraphSpacing-800); - --semantic-paragraphSpacing-heading-h1: var(--core-paragraphSpacing-1100); - --semantic-paragraphSpacing-heading-h2: var(--core-paragraphSpacing-1000); - --semantic-paragraphSpacing-heading-h3: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-heading-h4: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-heading-h5: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-heading-h6: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-body-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-body-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-body-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-body-sm: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-caption: var(--core-paragraphSpacing-50); - --semantic-paragraphSpacing-code-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-code-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-code-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-code-sm: var(--core-paragraphSpacing-75); - --semantic-lineHeight-heading-hero: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h1: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h2: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h3: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h4: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h5: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h6: var(--core-lineHeight-auto); - --semantic-lineHeight-body-xl: var(--core-lineHeight-500); - --semantic-lineHeight-body-lg: var(--core-lineHeight-400); - --semantic-lineHeight-body-md: var(--core-lineHeight-300); - --semantic-lineHeight-body-sm: var(--core-lineHeight-200); - --semantic-lineHeight-caption: var(--core-lineHeight-100); - --semantic-lineHeight-code-xl: var(--core-lineHeight-500); - --semantic-lineHeight-code-lg: var(--core-lineHeight-400); - --semantic-lineHeight-code-md: var(--core-lineHeight-300); - --semantic-lineHeight-code-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-xl: var(--core-lineHeight-500); - --semantic-lineHeight-icon-labelPaired-lg: var(--core-lineHeight-400); - --semantic-lineHeight-icon-labelPaired-md: var(--core-lineHeight-300); - --semantic-lineHeight-icon-labelPaired-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-caption: var(--core-lineHeight-100); - --semantic-lineHeight-icon-standalone-2xl: var(--core-lineHeight-1000); - --semantic-lineHeight-icon-standalone-xl: var(--core-lineHeight-900); - --semantic-lineHeight-icon-standalone-lg: var(--core-lineHeight-800); - --semantic-lineHeight-icon-standalone-md: var(--core-lineHeight-600); - --semantic-lineHeight-icon-standalone-sm: var(--core-lineHeight-300); --semantic-color-monochrome-surface-normal-lowest: var(--core-color-opacity-white-75); --semantic-color-monochrome-surface-normal-low: var(--core-color-opacity-white-100); --semantic-color-monochrome-surface-normal-midLow: var(--core-color-opacity-white-200); @@ -2809,8 +2718,8 @@ --component-selectionControl-icon-selectedHover: var(--semantic-color-monochrome-surface-normal-high); --component-selectionControl-icon-selectedActive: var(--semantic-color-monochrome-surface-normal-highest); --component-selectionControl-icon-disabled: var(--component-textIcon-normal-disabled); - --component-selectionControl-label-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-selectionControl-label-typography-md: var(--semantic-typography-body-md-regular-default); + --component-selectionControl-label-typography-sm: var(--component-typography-body-sm-regular-default); + --component-selectionControl-label-typography-md: var(--component-typography-body-md-regular-default); --component-selectionControl-label-color-default: var(--component-textIcon-normal-default); --component-selectionControl-label-color-hover: var(--component-textIcon-normal-default); --component-selectionControl-label-color-active: var(--component-textIcon-normal-default); @@ -2823,8 +2732,8 @@ --component-tab-icon-default: var(--component-textIcon-normal-default); --component-tab-icon-selected: var(--component-textIcon-normal-prominent); --component-tab-icon-disabled: var(--component-textIcon-normal-disabled); - --component-tab-label-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-tab-label-typography-md: var(--semantic-typography-body-md-regular-default); + --component-tab-label-typography-sm: var(--component-typography-body-sm-regular-default); + --component-tab-label-typography-md: var(--component-typography-body-md-regular-default); --component-tab-label-color-default: var(--component-textIcon-normal-default); --component-tab-label-color-selected: var(--component-textIcon-normal-prominent); --component-tab-label-color-disabled: var(--component-textIcon-normal-disabled); @@ -2845,24 +2754,24 @@ --component-tab-height-iconLeft-md: var(--core-size-2400); --component-tab-height-labelOnly-sm: var(--core-size-1600); --component-tab-height-labelOnly-md: var(--core-size-2400); - --component-field-label-typography-md-default: var(--semantic-typography-body-md-regular-default); - --component-field-label-typography-md-enabled: var(--semantic-typography-caption-regular-default); + --component-field-label-typography-md-default: var(--component-typography-body-md-regular-default); + --component-field-label-typography-md-enabled: var(--component-typography-caption-regular-default); --component-field-label-color-default: var(--component-textIcon-normal-default); --component-field-label-color-focus: var(--component-textIcon-normal-prominent); --component-field-label-color-enabled: var(--component-textIcon-normal-default); --component-field-label-color-success: var(--component-textIcon-statusNormal-success); --component-field-label-color-fail: var(--component-textIcon-statusNormal-danger); --component-field-label-color-disabled: var(--component-textIcon-normal-disabled); - --component-field-placeholder-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-field-placeholder-typography-md: var(--semantic-typography-body-md-regular-default); + --component-field-placeholder-typography-sm: var(--component-typography-body-sm-regular-default); + --component-field-placeholder-typography-md: var(--component-typography-body-md-regular-default); --component-field-placeholder-color: var(--component-textIcon-normal-disabled); - --component-field-input-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-field-input-typography-md: var(--semantic-typography-body-md-regular-default); + --component-field-input-typography-sm: var(--component-typography-body-sm-regular-default); + --component-field-input-typography-md: var(--component-typography-body-md-regular-default); --component-field-input-color-focus: var(--component-textIcon-normal-prominent); --component-field-input-color-enabled: var(--component-textIcon-normal-default); --component-field-input-color-disabled: var(--component-textIcon-normal-disabled); - --component-field-message: var(--semantic-typography-caption-regular-default); - --component-field-charCount: var(--semantic-typography-caption-regular-default); + --component-field-message: var(--component-typography-caption-regular-default); + --component-field-charCount: var(--component-typography-caption-regular-default); --component-field-bg-outline-default: var(--semantic-color-slate-solid-surface-frame-low); --component-field-bg-fill-default: var(--semantic-color-monochrome-surface-normal-lowest); --component-field-bg-fill-hover: var(--semantic-color-monochrome-surface-normal-low); @@ -2873,6 +2782,16 @@ --component-field-bg-fill-failDefault: var(--semantic-color-red-opacity-surface-low); --component-field-bg-fill-failHover: var(--semantic-color-red-opacity-surface-midLow); --component-field-bg-fill-failFocus: var(--semantic-color-red-opacity-surface-low); + --component-field-addon-outline-default: var(--semantic-color-slate-solid-surface-frame-mid); + --component-field-addon-fill-default: var(--semantic-color-monochrome-surface-normal-lowest); + --component-field-addon-fill-hover: var(--semantic-color-monochrome-surface-normal-low); + --component-field-addon-fill-focus: var(--semantic-color-monochrome-surface-normal-lowest); + --component-field-addon-fill-successDefault: var(--semantic-color-green-opacity-surface-low); + --component-field-addon-fill-successHover: var(--semantic-color-green-opacity-surface-midLow); + --component-field-addon-fill-successFocus: var(--semantic-color-green-opacity-surface-low); + --component-field-addon-fill-failDefault: var(--semantic-color-red-opacity-surface-low); + --component-field-addon-fill-failHover: var(--semantic-color-red-opacity-surface-midLow); + --component-field-addon-fill-failFocus: var(--semantic-color-red-opacity-surface-low); --component-field-border-radius-sm: var(--semantic-borderRadius-md); --component-field-border-radius-md: var(--semantic-borderRadius-md); --component-field-border-width: var(--borderWidth-xs); @@ -2907,8 +2826,8 @@ --component-toggle-spacing-padding: var(--semantic-spacing-general-2xs); --component-toggle-width: var(--core-size-2200); --component-toggle-height: var(--core-size-1200); - --component-modal-title-typography: var(--semantic-typography-heading-h4); - --component-modal-description-typography: var(--semantic-typography-body-md-regular-default); + --component-modal-title-typography: var(--component-typography-heading-h4); + --component-modal-description-typography: var(--component-typography-body-md-regular-default); --component-modal-bg: var(--semantic-color-slate-solid-surface-frame-low); --component-modal-border-radius-bottom: var(--core-borderRadius-800); --component-modal-border-radius-overlay: var(--core-borderRadius-1600); @@ -2954,18 +2873,18 @@ --component-button-icon-facebook-secondary: var(--core-color-solid-slate-1400); --component-button-icon-apple-primary: var(--core-color-solid-slate-50); --component-button-icon-apple-secondary: var(--core-color-solid-slate-1400); - --component-button-label-typography-primary-sm: var(--semantic-typography-caption-bold-default); - --component-button-label-typography-primary-md: var(--semantic-typography-body-sm-bold-default); - --component-button-label-typography-primary-lg: var(--semantic-typography-body-md-bold-default); - --component-button-label-typography-primary-xl: var(--semantic-typography-body-lg-bold-default); - --component-button-label-typography-secondary-sm: var(--semantic-typography-caption-bold-default); - --component-button-label-typography-secondary-md: var(--semantic-typography-body-sm-bold-default); - --component-button-label-typography-secondary-lg: var(--semantic-typography-body-md-bold-default); - --component-button-label-typography-secondary-xl: var(--semantic-typography-body-lg-bold-default); - --component-button-label-typography-tertiary-sm: var(--semantic-typography-caption-bold-underline); - --component-button-label-typography-tertiary-md: var(--semantic-typography-body-sm-bold-underline); - --component-button-label-typography-tertiary-lg: var(--semantic-typography-body-md-bold-underline); - --component-button-label-typography-tertiary-xl: var(--semantic-typography-body-lg-bold-underline); + --component-button-label-typography-primary-sm: var(--component-typography-caption-bold-default); + --component-button-label-typography-primary-md: var(--component-typography-body-sm-bold-default); + --component-button-label-typography-primary-lg: var(--component-typography-body-md-bold-default); + --component-button-label-typography-primary-xl: var(--component-typography-body-lg-bold-default); + --component-button-label-typography-secondary-sm: var(--component-typography-caption-bold-default); + --component-button-label-typography-secondary-md: var(--component-typography-body-sm-bold-default); + --component-button-label-typography-secondary-lg: var(--component-typography-body-md-bold-default); + --component-button-label-typography-secondary-xl: var(--component-typography-body-lg-bold-default); + --component-button-label-typography-tertiary-sm: var(--component-typography-caption-bold-underline); + --component-button-label-typography-tertiary-md: var(--component-typography-body-sm-bold-underline); + --component-button-label-typography-tertiary-lg: var(--component-typography-body-md-bold-underline); + --component-button-label-typography-tertiary-xl: var(--component-typography-body-lg-bold-underline); --component-button-label-color-coral-primary: var(--core-color-solid-slate-50); --component-button-label-color-coral-secondary: var(--core-color-solid-coral-700); --component-button-label-color-coral-tertiary: var(--core-color-solid-coral-700); @@ -3184,9 +3103,9 @@ --component-segmentedControl-icon-multi-default: var(--component-textIcon-normal-default); --component-segmentedControl-icon-multi-selected: var(--component-textIcon-inverse-prominent); --component-segmentedControl-icon-multi-disabled: var(--component-textIcon-normal-disabled); - --component-segmentedControl-label-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-segmentedControl-label-typography-md: var(--semantic-typography-body-md-regular-default); - --component-segmentedControl-label-typography-lg: var(--semantic-typography-body-lg-regular-default); + --component-segmentedControl-label-typography-sm: var(--component-typography-body-sm-regular-default); + --component-segmentedControl-label-typography-md: var(--component-typography-body-md-regular-default); + --component-segmentedControl-label-typography-lg: var(--component-typography-body-lg-regular-default); --component-segmentedControl-label-single-color-default: var(--component-textIcon-normal-default); --component-segmentedControl-label-single-color-selected: var(--component-textIcon-normal-prominent); --component-segmentedControl-label-single-color-disabled: var(--component-textIcon-normal-disabled); @@ -3236,7 +3155,7 @@ --component-segmentedControl-height-body-multi-lg: var(--core-size-2400); --component-pagination-icon-default: var(--component-textIcon-normal-prominent); --component-pagination-icon-disabled: var(--component-textIcon-normal-disabled); - --component-pagination-label-typography: var(--semantic-typography-body-sm-regular-default); + --component-pagination-label-typography: var(--component-typography-body-sm-regular-default); --component-pagination-label-color-default: var(--component-textIcon-normal-default); --component-pagination-label-color-selected: var(--component-textIcon-inverse-prominent); --component-pagination-label-color-disabled: var(--component-textIcon-normal-disabled); @@ -3254,8 +3173,8 @@ --component-pagination-height-number: var(--core-size-1600); --component-pagination-height-bullet: var(--core-size-400); --component-pagination-height-button: var(--core-size-1600); - --component-actionSheet-title-typography: var(--semantic-typography-heading-h5); - --component-actionSheet-description-typography: var(--semantic-typography-body-md-regular-default); + --component-actionSheet-title-typography: var(--component-typography-heading-h5); + --component-actionSheet-description-typography: var(--component-typography-body-md-regular-default); --component-actionSheet-bg: var(--semantic-color-slate-solid-surface-frame-low); --component-actionSheet-border-radius: var(--core-borderRadius-800); --component-actionSheet-spacing-padding-sm: var(--core-spacing-400); @@ -3266,10 +3185,13 @@ --component-actionSheet-width-bottom-min: 320px; --component-actionSheet-width-bottom-max: 800px; --component-actionSheet-width-side: 360px; - --component-snackbar-icon: var(--semantic-color-slate-solid-textIcon-inverse-highest); - --component-snackbar-label-typography: var(--semantic-typography-body-sm-regular-default); - --component-snackbar-label-color: var(--semantic-color-slate-solid-textIcon-inverse-highest); - --component-snackbar-bg: var(--semantic-color-slate-solid-surface-inverse-lowest); + --component-snackbar-icon-neutral: var(--component-textIcon-inverse-prominent); + --component-snackbar-icon-fail: var(--component-textIcon-static-prominentDark); + --component-snackbar-label-typography: var(--component-typography-body-sm-regular-default); + --component-snackbar-label-color-neutral: var(--component-textIcon-inverse-prominent); + --component-snackbar-label-color-fail: var(--component-textIcon-static-prominentDark); + --component-snackbar-bg-neutral: var(--semantic-color-slate-solid-surface-inverse-lowest); + --component-snackbar-bg-fail: var(--semantic-color-red-solid-surface-normal-highest); --component-snackbar-border-radius: var(--core-borderRadius-400); --component-snackbar-border-width: var(--core-borderWidth-75); --component-snackbar-border-color: var(--semantic-color-monochrome-border-inverse-low); @@ -3280,9 +3202,9 @@ --component-snackbar-height-min: 48px; --component-snackbar-height-max: 60px; --component-snackbar-elevation-shadow: var(--core-elevation-shadow-330); - --component-badge-notification-label-typography-sm: var(--semantic-typography-caption-bold-default); - --component-badge-notification-label-typography-md: var(--semantic-typography-body-md-bold-default); - --component-badge-notification-label-typography-lg: var(--semantic-typography-body-xl-bold-default); + --component-badge-notification-label-typography-sm: var(--component-typography-caption-bold-default); + --component-badge-notification-label-typography-md: var(--component-typography-body-md-bold-default); + --component-badge-notification-label-typography-lg: var(--component-typography-body-xl-bold-default); --component-badge-notification-label-color: var(--semantic-color-slate-solid-surface-static-lowest); --component-badge-notification-bg: var(--semantic-color-red-solid-surface-static-mid); --component-badge-notification-border-radius: var(--semantic-borderRadius-pill); @@ -3299,9 +3221,9 @@ --component-badge-status-height-sm: var(--core-size-400); --component-badge-status-height-md: var(--core-size-800); --component-badge-status-height-lg: var(--core-size-1200); - --component-fieldMarker-label-typography-xs: var(--semantic-typography-caption-regular-default); - --component-fieldMarker-label-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-fieldMarker-label-typography-md: var(--semantic-typography-body-md-regular-default); + --component-fieldMarker-label-typography-xs: var(--component-typography-caption-regular-default); + --component-fieldMarker-label-typography-sm: var(--component-typography-body-sm-regular-default); + --component-fieldMarker-label-typography-md: var(--component-typography-body-md-regular-default); --component-fieldMarker-label-color-required: var(--component-textIcon-statusNormal-danger); --component-fieldMarker-label-color-optional: var(--component-textIcon-normal-disabled); --component-dropdownItem-icon-default: var(--component-textIcon-normal-default); @@ -3309,8 +3231,8 @@ --component-dropdownItem-icon-selectedWhite: var(--component-textIcon-inverse-prominent); --component-dropdownItem-icon-disabled: var(--component-textIcon-normal-disabled); --component-dropdownItem-icon-disabledWhite: var(--component-textIcon-inverse-disabled); - --component-dropdownItem-label-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-dropdownItem-label-typography-md: var(--semantic-typography-body-md-regular-default); + --component-dropdownItem-label-typography-sm: var(--component-typography-body-sm-regular-default); + --component-dropdownItem-label-typography-md: var(--component-typography-body-md-regular-default); --component-dropdownItem-label-color-default: var(--component-textIcon-normal-default); --component-dropdownItem-label-color-selected: var(--component-textIcon-normal-prominent); --component-dropdownItem-label-color-selectedWhite: var(--component-textIcon-inverse-prominent); @@ -3358,12 +3280,12 @@ --component-tag-icon-success: var(--component-textIcon-statusNormal-success); --component-tag-icon-warning: var(--component-textIcon-statusNormal-warning); --component-tag-icon-danger: var(--component-textIcon-statusNormal-danger); - --component-tag-label-typography-regular-xs: var(--semantic-typography-caption-regular-default); - --component-tag-label-typography-regular-sm: var(--semantic-typography-body-sm-regular-default); - --component-tag-label-typography-regular-md: var(--semantic-typography-body-md-regular-default); - --component-tag-label-typography-bold-xs: var(--semantic-typography-caption-bold-default); - --component-tag-label-typography-bold-sm: var(--semantic-typography-body-sm-bold-default); - --component-tag-label-typography-bold-md: var(--semantic-typography-body-md-bold-default); + --component-tag-label-typography-regular-xs: var(--component-typography-caption-regular-default); + --component-tag-label-typography-regular-sm: var(--component-typography-body-sm-regular-default); + --component-tag-label-typography-regular-md: var(--component-typography-body-md-regular-default); + --component-tag-label-typography-bold-xs: var(--component-typography-caption-bold-default); + --component-tag-label-typography-bold-sm: var(--component-typography-body-sm-bold-default); + --component-tag-label-typography-bold-md: var(--component-typography-body-md-bold-default); --component-tag-label-color-default: var(--component-textIcon-normal-default); --component-tag-label-color-information: var(--component-textIcon-statusNormal-information); --component-tag-label-color-success: var(--component-textIcon-statusNormal-success); @@ -3402,21 +3324,21 @@ --component-chip-icon-close-default: var(--component-textIcon-normal-subtle); --component-chip-icon-close-hover: var(--component-textIcon-normal-default); --component-chip-icon-close-active: var(--component-textIcon-normal-prominent); - --component-chip-label-typography-sm: var(--semantic-typography-caption-regular-default); - --component-chip-label-typography-md: var(--semantic-typography-body-sm-regular-default); - --component-chip-label-typography-lg: var(--semantic-typography-body-md-regular-default); + --component-chip-label-typography-sm: var(--component-typography-caption-regular-default); + --component-chip-label-typography-md: var(--component-typography-body-sm-regular-default); + --component-chip-label-typography-lg: var(--component-typography-body-md-regular-default); --component-chip-label-color-default: var(--component-textIcon-normal-default); --component-chip-label-color-selected: var(--component-textIcon-inverse-prominent); --component-chip-label-color-disabled: var(--component-textIcon-normal-disabled); --component-chip-label-color-disabledWhite: var(--component-textIcon-inverse-disabled); - --component-chip-item-typography-sm: var(--semantic-typography-caption-regular-default); - --component-chip-item-typography-md: var(--semantic-typography-body-sm-regular-default); - --component-chip-item-typography-lg: var(--semantic-typography-body-md-regular-default); + --component-chip-item-typography-sm: var(--component-typography-caption-regular-default); + --component-chip-item-typography-md: var(--component-typography-body-sm-regular-default); + --component-chip-item-typography-lg: var(--component-typography-body-md-regular-default); --component-chip-item-color-default: var(--component-textIcon-inverse-prominent); --component-chip-item-color-disabled: var(--component-textIcon-inverse-disabled); - --component-chip-tag-typography-sm: var(--semantic-typography-caption-bold-default); - --component-chip-tag-typography-md: var(--semantic-typography-body-sm-bold-default); - --component-chip-tag-typography-lg: var(--semantic-typography-body-md-bold-default); + --component-chip-tag-typography-sm: var(--component-typography-caption-bold-default); + --component-chip-tag-typography-md: var(--component-typography-body-sm-bold-default); + --component-chip-tag-typography-lg: var(--component-typography-body-md-bold-default); --component-chip-tag-color-default: var(--component-textIcon-normal-default); --component-chip-tag-color-selected: var(--component-textIcon-inverse-prominent); --component-chip-tag-color-disabled: var(--component-textIcon-normal-disabled); @@ -3442,18 +3364,18 @@ --component-chip-height-sm: var(--core-size-1200); --component-chip-height-md: var(--core-size-1600); --component-chip-height-lg: var(--core-size-2400); - --component-notification-title-typography-banner: var(--semantic-typography-body-sm-bold-default); - --component-notification-title-typography-item-unread: var(--semantic-typography-body-sm-bold-default); - --component-notification-title-typography-item-read: var(--semantic-typography-body-sm-regular-default); + --component-notification-title-typography-banner: var(--component-typography-body-sm-bold-default); + --component-notification-title-typography-item-unread: var(--component-typography-body-sm-bold-default); + --component-notification-title-typography-item-read: var(--component-typography-body-sm-regular-default); --component-notification-title-color-banner: var(--component-textIcon-normal-prominent); --component-notification-title-color-item-unread: var(--component-textIcon-normal-prominent); --component-notification-title-color-item-read: var(--component-textIcon-normal-default); - --component-notification-message-typography-banner: var(--semantic-typography-caption-regular-default); - --component-notification-message-typography-item: var(--semantic-typography-body-sm-regular-default); + --component-notification-message-typography-banner: var(--component-typography-caption-regular-default); + --component-notification-message-typography-item: var(--component-typography-body-sm-regular-default); --component-notification-message-color-banner: var(--component-textIcon-normal-default); --component-notification-message-color-item-unread: var(--component-textIcon-normal-prominent); --component-notification-message-color-item-read: var(--component-textIcon-normal-default); - --component-notification-timestamp-typography: var(--semantic-typography-caption-regular-default); + --component-notification-timestamp-typography: var(--component-typography-caption-regular-default); --component-notification-timestamp-color: var(--component-textIcon-normal-subtle); --component-notification-bg-banner: var(--semantic-color-slate-solid-surface-frame-low); --component-notification-bg-item-default: var(--semantic-color-slate-solid-surface-frame-low); @@ -3470,10 +3392,10 @@ --component-notification-spacing-gap-md: var(--core-spacing-1600); --component-notification-sizing-banner: 360px; --component-notification-elevation-shadow: var(--core-elevation-shadow-330); - --component-breadcrumb-label-typography-sm-default: var(--semantic-typography-body-sm-regular-default); - --component-breadcrumb-label-typography-sm-active: var(--semantic-typography-body-sm-regular-underline); - --component-breadcrumb-label-typography-md-default: var(--semantic-typography-body-md-regular-default); - --component-breadcrumb-label-typography-md-active: var(--semantic-typography-body-md-regular-underline); + --component-breadcrumb-label-typography-sm-default: var(--component-typography-body-sm-regular-default); + --component-breadcrumb-label-typography-sm-active: var(--component-typography-body-sm-regular-underline); + --component-breadcrumb-label-typography-md-default: var(--component-typography-body-md-regular-default); + --component-breadcrumb-label-typography-md-active: var(--component-typography-body-md-regular-underline); --component-breadcrumb-label-color-default: var(--component-textIcon-normal-default); --component-breadcrumb-label-color-hover: var(--component-textIcon-normal-default); --component-breadcrumb-label-color-active: var(--component-textIcon-normal-prominent); @@ -3489,26 +3411,26 @@ --component-link-icon-blackWhite-disabled: var(--component-textIcon-normal-disabled); --component-link-icon-whiteBlack-default: var(--component-textIcon-inverse-prominent); --component-link-icon-whiteBlack-disabled: var(--component-textIcon-inverse-disabled); - --component-link-label-typography-caption-default: var(--semantic-typography-caption-regular-default); - --component-link-label-typography-caption-hover: var(--semantic-typography-caption-regular-underline); - --component-link-label-typography-caption-active: var(--semantic-typography-caption-regular-underline); - --component-link-label-typography-caption-disabled: var(--semantic-typography-caption-regular-default); - --component-link-label-typography-sm-default: var(--semantic-typography-body-sm-regular-default); - --component-link-label-typography-sm-hover: var(--semantic-typography-body-sm-regular-underline); - --component-link-label-typography-sm-active: var(--semantic-typography-body-sm-regular-underline); - --component-link-label-typography-sm-disabled: var(--semantic-typography-body-sm-regular-default); - --component-link-label-typography-md-default: var(--semantic-typography-body-md-regular-default); - --component-link-label-typography-md-hover: var(--semantic-typography-body-md-regular-underline); - --component-link-label-typography-md-active: var(--semantic-typography-body-md-regular-underline); - --component-link-label-typography-md-disabled: var(--semantic-typography-body-md-regular-default); - --component-link-label-typography-lg-default: var(--semantic-typography-body-lg-regular-default); - --component-link-label-typography-lg-hover: var(--semantic-typography-body-lg-regular-underline); - --component-link-label-typography-lg-active: var(--semantic-typography-body-lg-regular-underline); - --component-link-label-typography-lg-disabled: var(--semantic-typography-body-lg-regular-default); - --component-link-label-typography-xl-default: var(--semantic-typography-body-xl-regular-default); - --component-link-label-typography-xl-hover: var(--semantic-typography-body-xl-regular-underline); - --component-link-label-typography-xl-active: var(--semantic-typography-body-xl-regular-underline); - --component-link-label-typography-xl-disabled: var(--semantic-typography-body-xl-regular-default); + --component-link-label-typography-caption-default: var(--component-typography-caption-regular-default); + --component-link-label-typography-caption-hover: var(--component-typography-caption-regular-underline); + --component-link-label-typography-caption-active: var(--component-typography-caption-regular-underline); + --component-link-label-typography-caption-disabled: var(--component-typography-caption-regular-default); + --component-link-label-typography-sm-default: var(--component-typography-body-sm-regular-default); + --component-link-label-typography-sm-hover: var(--component-typography-body-sm-regular-underline); + --component-link-label-typography-sm-active: var(--component-typography-body-sm-regular-underline); + --component-link-label-typography-sm-disabled: var(--component-typography-body-sm-regular-default); + --component-link-label-typography-md-default: var(--component-typography-body-md-regular-default); + --component-link-label-typography-md-hover: var(--component-typography-body-md-regular-underline); + --component-link-label-typography-md-active: var(--component-typography-body-md-regular-underline); + --component-link-label-typography-md-disabled: var(--component-typography-body-md-regular-default); + --component-link-label-typography-lg-default: var(--component-typography-body-lg-regular-default); + --component-link-label-typography-lg-hover: var(--component-typography-body-lg-regular-underline); + --component-link-label-typography-lg-active: var(--component-typography-body-lg-regular-underline); + --component-link-label-typography-lg-disabled: var(--component-typography-body-lg-regular-default); + --component-link-label-typography-xl-default: var(--component-typography-body-xl-regular-default); + --component-link-label-typography-xl-hover: var(--component-typography-body-xl-regular-underline); + --component-link-label-typography-xl-active: var(--component-typography-body-xl-regular-underline); + --component-link-label-typography-xl-disabled: var(--component-typography-body-xl-regular-default); --component-link-label-color-black-default: var(--component-textIcon-static-prominentLight); --component-link-label-color-black-disabled: var(--component-textIcon-static-disabledLight); --component-link-label-color-white-default: var(--component-textIcon-static-prominentDark); @@ -3519,9 +3441,9 @@ --component-link-label-color-whiteBlack-disabled: var(--component-textIcon-inverse-disabled); --component-link-spacing-gap-sm: var(--core-spacing-400); --component-link-spacing-gap-md: var(--core-spacing-500); - --component-tooltip-title-typography: var(--semantic-typography-caption-bold-default); + --component-tooltip-title-typography: var(--component-typography-caption-bold-default); --component-tooltip-title-color: var(--component-textIcon-inverse-prominent); - --component-tooltip-description-typography: var(--semantic-typography-caption-regular-default); + --component-tooltip-description-typography: var(--component-typography-caption-regular-default); --component-tooltip-description-color: var(--component-textIcon-inverse-default); --component-tooltip-bg: var(--semantic-color-slate-solid-surface-inverse-lowest); --component-tooltip-border-radius: var(--core-borderRadius-400); @@ -3532,14 +3454,14 @@ --component-tooltip-width-max: 296px; --component-accordion-icon-default: var(--component-textIcon-normal-default); --component-accordion-icon-disabled: var(--component-textIcon-normal-disabled); - --component-accordion-title-typography-sm: var(--semantic-typography-body-md-regular-default); - --component-accordion-title-typography-md: var(--semantic-typography-body-lg-regular-default); - --component-accordion-title-typography-lg: var(--semantic-typography-body-xl-regular-default); + --component-accordion-title-typography-sm: var(--component-typography-body-md-regular-default); + --component-accordion-title-typography-md: var(--component-typography-body-lg-regular-default); + --component-accordion-title-typography-lg: var(--component-typography-body-xl-regular-default); --component-accordion-title-color-default: var(--component-textIcon-normal-prominent); --component-accordion-title-color-disabled: var(--component-textIcon-normal-disabled); - --component-accordion-subtitle-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-accordion-subtitle-typography-md: var(--semantic-typography-body-md-regular-default); - --component-accordion-subtitle-typography-lg: var(--semantic-typography-body-lg-regular-default); + --component-accordion-subtitle-typography-sm: var(--component-typography-body-sm-regular-default); + --component-accordion-subtitle-typography-md: var(--component-typography-body-md-regular-default); + --component-accordion-subtitle-typography-lg: var(--component-typography-body-lg-regular-default); --component-accordion-subtitle-color-default: var(--component-textIcon-normal-subtle); --component-accordion-subtitle-color-disabled: var(--component-textIcon-normal-disabled); --component-accordion-bg-default: var(--semantic-color-slate-solid-surface-frame-low); @@ -3557,11 +3479,11 @@ --component-sectionMessage-icon-success: var(--component-textIcon-statusNormal-success); --component-sectionMessage-icon-information: var(--component-textIcon-statusNormal-information); --component-sectionMessage-icon-default: var(--component-textIcon-normal-prominent); - --component-sectionMessage-title-typography-sm: var(--semantic-typography-body-md-bold-default); - --component-sectionMessage-title-typography-md: var(--semantic-typography-body-lg-bold-default); + --component-sectionMessage-title-typography-sm: var(--component-typography-body-md-bold-default); + --component-sectionMessage-title-typography-md: var(--component-typography-body-lg-bold-default); --component-sectionMessage-title-color: var(--component-textIcon-normal-prominent); - --component-sectionMessage-message-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-sectionMessage-message-typography-md: var(--semantic-typography-body-md-regular-default); + --component-sectionMessage-message-typography-sm: var(--component-typography-body-sm-regular-default); + --component-sectionMessage-message-typography-md: var(--component-typography-body-md-regular-default); --component-sectionMessage-message-color: var(--component-textIcon-normal-default); --component-sectionMessage-bg-danger: var(--semantic-color-red-opacity-surface-low); --component-sectionMessage-bg-warning: var(--semantic-color-yellow-opacity-surface-low); @@ -3571,6 +3493,1793 @@ --component-sectionMessage-border-radius: var(--core-borderRadius-800); --component-sectionMessage-spacing-sm: var(--core-spacing-400); --component-sectionMessage-spacing-md: var(--core-spacing-800); + --component-navigationBar-icon-default: var(--component-textIcon-normal-default); + --component-navigationBar-icon-selected: var(--component-textIcon-normal-prominent); + --component-navigationBar-label-typography-xs: var(--component-typography-caption-regular-default); + --component-navigationBar-label-typography-sm: var(--component-typography-body-sm-regular-default); + --component-navigationBar-label-color-default: var(--component-textIcon-normal-default); + --component-navigationBar-label-color-selected: var(--component-textIcon-normal-prominent); + --component-navigationBar-bg-item-hover: var(--semantic-color-monochrome-surface-normal-low); + --component-navigationBar-bg-item-active: var(--semantic-color-monochrome-surface-normal-midLow); + --component-navigationBar-bg-item-selectedDefault: var(--semantic-color-monochrome-surface-normal-lowest); + --component-navigationBar-bg-item-selectedHover: var(--semantic-color-monochrome-surface-normal-low); + --component-navigationBar-bg-item-selectedActive: var(--semantic-color-monochrome-surface-normal-midLow); + --component-navigationBar-bg-body: var(--semantic-color-slate-solid-surface-frame-low); + --component-navigationBar-border-radius: var(--core-borderRadius-400); + --component-navigationBar-border-width: var(--core-borderWidth-75); + --component-navigationBar-border-color: var(--semantic-color-monochrome-border-normal-mid); + --component-navigationBar-spacing-sm: var(--core-spacing-400); + --component-navigationBar-spacing-md: var(--core-spacing-800); + --component-navigationBar-spacing-lg: var(--core-spacing-1000); + --component-navigationBar-sizing-item-sm: var(--core-size-2000); + --component-navigationBar-sizing-item-md: var(--core-size-2400); + --component-navigationBar-sizing-body-heightBottom: 56px; + --component-navigationBar-sizing-body-widthSideCollapse: 72px; + --component-navigationBar-sizing-body-widthSideExpand: 224px; + --component-typography-heading-hero-fontFamily: var(--semantic-typography-heading-hero-fontFamily); + --component-typography-heading-hero-fontSize: var(--semantic-typography-heading-hero-fontSize); + --component-typography-heading-hero-fontWeight: var(--semantic-typography-heading-hero-fontWeight); + --component-typography-heading-hero-lineHeight: var(--semantic-typography-heading-hero-lineHeight); + --component-typography-heading-hero-paragraphSpacing: var(--semantic-typography-heading-hero-paragraphSpacing); + --component-typography-heading-hero-letterSpacing: normal; + --component-typography-heading-h1-fontFamily: var(--semantic-typography-heading-h1-fontFamily); + --component-typography-heading-h1-fontSize: var(--semantic-typography-heading-h1-fontSize); + --component-typography-heading-h1-fontWeight: var(--semantic-typography-heading-h1-fontWeight); + --component-typography-heading-h1-lineHeight: var(--semantic-typography-heading-h1-lineHeight); + --component-typography-heading-h1-paragraphSpacing: var(--semantic-typography-heading-h1-paragraphSpacing); + --component-typography-heading-h1-letterSpacing: normal; + --component-typography-heading-h2-fontFamily: var(--semantic-typography-heading-h2-fontFamily); + --component-typography-heading-h2-fontSize: var(--semantic-typography-heading-h2-fontSize); + --component-typography-heading-h2-fontWeight: var(--semantic-typography-heading-h2-fontWeight); + --component-typography-heading-h2-lineHeight: var(--semantic-typography-heading-h2-lineHeight); + --component-typography-heading-h2-paragraphSpacing: var(--semantic-typography-heading-h2-paragraphSpacing); + --component-typography-heading-h2-letterSpacing: normal; + --component-typography-heading-h3-fontFamily: var(--semantic-typography-heading-h3-fontFamily); + --component-typography-heading-h3-fontSize: var(--semantic-typography-heading-h3-fontSize); + --component-typography-heading-h3-fontWeight: var(--semantic-typography-heading-h3-fontWeight); + --component-typography-heading-h3-lineHeight: var(--semantic-typography-heading-h3-lineHeight); + --component-typography-heading-h3-paragraphSpacing: var(--semantic-typography-heading-h3-paragraphSpacing); + --component-typography-heading-h3-letterSpacing: normal; + --component-typography-heading-h4-fontFamily: var(--semantic-typography-heading-h4-fontFamily); + --component-typography-heading-h4-fontSize: var(--semantic-typography-heading-h4-fontSize); + --component-typography-heading-h4-fontWeight: var(--semantic-typography-heading-h4-fontWeight); + --component-typography-heading-h4-lineHeight: var(--semantic-typography-heading-h4-lineHeight); + --component-typography-heading-h4-paragraphSpacing: var(--semantic-typography-heading-h4-paragraphSpacing); + --component-typography-heading-h4-letterSpacing: normal; + --component-typography-heading-h5-fontFamily: var(--semantic-typography-heading-h5-fontFamily); + --component-typography-heading-h5-fontSize: var(--semantic-typography-heading-h5-fontSize); + --component-typography-heading-h5-fontWeight: var(--semantic-typography-heading-h5-fontWeight); + --component-typography-heading-h5-lineHeight: var(--semantic-typography-heading-h5-lineHeight); + --component-typography-heading-h5-paragraphSpacing: var(--semantic-typography-heading-h5-paragraphSpacing); + --component-typography-heading-h5-letterSpacing: normal; + --component-typography-heading-h6-fontFamily: var(--semantic-typography-heading-h6-fontFamily); + --component-typography-heading-h6-fontSize: var(--semantic-typography-heading-h6-fontSize); + --component-typography-heading-h6-fontWeight: var(--semantic-typography-heading-h6-fontWeight); + --component-typography-heading-h6-lineHeight: var(--semantic-typography-heading-h6-lineHeight); + --component-typography-heading-h6-paragraphSpacing: var(--semantic-typography-heading-h6-paragraphSpacing); + --component-typography-heading-h6-letterSpacing: normal; + --component-typography-body-xl-regular-default-fontFamily: var( + --semantic-typography-body-xl-regular-default-fontFamily + ); + --component-typography-body-xl-regular-default-fontSize: var(--semantic-typography-body-xl-regular-default-fontSize); + --component-typography-body-xl-regular-default-fontWeight: var( + --semantic-typography-body-xl-regular-default-fontWeight + ); + --component-typography-body-xl-regular-default-lineHeight: var( + --semantic-typography-body-xl-regular-default-lineHeight + ); + --component-typography-body-xl-regular-default-paragraphSpacing: var( + --semantic-typography-body-xl-regular-default-paragraphSpacing + ); + --component-typography-body-xl-regular-default-letterSpacing: normal; + --component-typography-body-xl-regular-default-textDecoration: var( + --semantic-typography-body-xl-regular-default-textDecoration + ); + --component-typography-body-xl-regular-italic-fontFamily: var( + --semantic-typography-body-xl-regular-italic-fontFamily + ); + --component-typography-body-xl-regular-italic-fontSize: var(--semantic-typography-body-xl-regular-italic-fontSize); + --component-typography-body-xl-regular-italic-fontWeight: var( + --semantic-typography-body-xl-regular-italic-fontWeight + ); + --component-typography-body-xl-regular-italic-lineHeight: var( + --semantic-typography-body-xl-regular-italic-lineHeight + ); + --component-typography-body-xl-regular-italic-paragraphSpacing: var( + --semantic-typography-body-xl-regular-italic-paragraphSpacing + ); + --component-typography-body-xl-regular-italic-letterSpacing: normal; + --component-typography-body-xl-regular-italic-textDecoration: var( + --semantic-typography-body-xl-regular-italic-textDecoration + ); + --component-typography-body-xl-regular-underline-fontFamily: var( + --semantic-typography-body-xl-regular-underline-fontFamily + ); + --component-typography-body-xl-regular-underline-fontSize: var( + --semantic-typography-body-xl-regular-underline-fontSize + ); + --component-typography-body-xl-regular-underline-fontWeight: var( + --semantic-typography-body-xl-regular-underline-fontWeight + ); + --component-typography-body-xl-regular-underline-lineHeight: var( + --semantic-typography-body-xl-regular-underline-lineHeight + ); + --component-typography-body-xl-regular-underline-paragraphSpacing: var( + --semantic-typography-body-xl-regular-underline-paragraphSpacing + ); + --component-typography-body-xl-regular-underline-letterSpacing: normal; + --component-typography-body-xl-regular-underline-textDecoration: var( + --semantic-typography-body-xl-regular-underline-textDecoration + ); + --component-typography-body-xl-regular-italicUnderline-fontFamily: var( + --semantic-typography-body-xl-regular-italicUnderline-fontFamily + ); + --component-typography-body-xl-regular-italicUnderline-fontSize: var( + --semantic-typography-body-xl-regular-italicUnderline-fontSize + ); + --component-typography-body-xl-regular-italicUnderline-fontWeight: var( + --semantic-typography-body-xl-regular-italicUnderline-fontWeight + ); + --component-typography-body-xl-regular-italicUnderline-lineHeight: var( + --semantic-typography-body-xl-regular-italicUnderline-lineHeight + ); + --component-typography-body-xl-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing + ); + --component-typography-body-xl-regular-italicUnderline-letterSpacing: normal; + --component-typography-body-xl-regular-italicUnderline-textDecoration: var( + --semantic-typography-body-xl-regular-italicUnderline-textDecoration + ); + --component-typography-body-xl-bold-default-fontFamily: var(--semantic-typography-body-xl-bold-default-fontFamily); + --component-typography-body-xl-bold-default-fontSize: var(--semantic-typography-body-xl-bold-default-fontSize); + --component-typography-body-xl-bold-default-fontWeight: var(--semantic-typography-body-xl-bold-default-fontWeight); + --component-typography-body-xl-bold-default-lineHeight: var(--semantic-typography-body-xl-bold-default-lineHeight); + --component-typography-body-xl-bold-default-paragraphSpacing: var( + --semantic-typography-body-xl-bold-default-paragraphSpacing + ); + --component-typography-body-xl-bold-default-letterSpacing: normal; + --component-typography-body-xl-bold-default-textDecoration: var( + --semantic-typography-body-xl-bold-default-textDecoration + ); + --component-typography-body-xl-bold-italic-fontFamily: var(--semantic-typography-body-xl-bold-italic-fontFamily); + --component-typography-body-xl-bold-italic-fontSize: var(--semantic-typography-body-xl-bold-italic-fontSize); + --component-typography-body-xl-bold-italic-fontWeight: var(--semantic-typography-body-xl-bold-italic-fontWeight); + --component-typography-body-xl-bold-italic-lineHeight: var(--semantic-typography-body-xl-bold-italic-lineHeight); + --component-typography-body-xl-bold-italic-paragraphSpacing: var( + --semantic-typography-body-xl-bold-italic-paragraphSpacing + ); + --component-typography-body-xl-bold-italic-letterSpacing: normal; + --component-typography-body-xl-bold-italic-textDecoration: var( + --semantic-typography-body-xl-bold-italic-textDecoration + ); + --component-typography-body-xl-bold-underline-fontFamily: var( + --semantic-typography-body-xl-bold-underline-fontFamily + ); + --component-typography-body-xl-bold-underline-fontSize: var(--semantic-typography-body-xl-bold-underline-fontSize); + --component-typography-body-xl-bold-underline-fontWeight: var( + --semantic-typography-body-xl-bold-underline-fontWeight + ); + --component-typography-body-xl-bold-underline-lineHeight: var( + --semantic-typography-body-xl-bold-underline-lineHeight + ); + --component-typography-body-xl-bold-underline-paragraphSpacing: var( + --semantic-typography-body-xl-bold-underline-paragraphSpacing + ); + --component-typography-body-xl-bold-underline-letterSpacing: normal; + --component-typography-body-xl-bold-underline-textDecoration: var( + --semantic-typography-body-xl-bold-underline-textDecoration + ); + --component-typography-body-xl-bold-italicUnderline-fontFamily: var( + --semantic-typography-body-xl-bold-italicUnderline-fontFamily + ); + --component-typography-body-xl-bold-italicUnderline-fontSize: var( + --semantic-typography-body-xl-bold-italicUnderline-fontSize + ); + --component-typography-body-xl-bold-italicUnderline-fontWeight: var( + --semantic-typography-body-xl-bold-italicUnderline-fontWeight + ); + --component-typography-body-xl-bold-italicUnderline-lineHeight: var( + --semantic-typography-body-xl-bold-italicUnderline-lineHeight + ); + --component-typography-body-xl-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing + ); + --component-typography-body-xl-bold-italicUnderline-letterSpacing: normal; + --component-typography-body-xl-bold-italicUnderline-textDecoration: var( + --semantic-typography-body-xl-bold-italicUnderline-textDecoration + ); + --component-typography-body-lg-regular-default-fontFamily: var( + --semantic-typography-body-lg-regular-default-fontFamily + ); + --component-typography-body-lg-regular-default-fontSize: var(--semantic-typography-body-lg-regular-default-fontSize); + --component-typography-body-lg-regular-default-fontWeight: var( + --semantic-typography-body-lg-regular-default-fontWeight + ); + --component-typography-body-lg-regular-default-lineHeight: var( + --semantic-typography-body-lg-regular-default-lineHeight + ); + --component-typography-body-lg-regular-default-paragraphSpacing: var( + --semantic-typography-body-lg-regular-default-paragraphSpacing + ); + --component-typography-body-lg-regular-default-letterSpacing: normal; + --component-typography-body-lg-regular-default-textDecoration: var( + --semantic-typography-body-lg-regular-default-textDecoration + ); + --component-typography-body-lg-regular-italic-fontFamily: var( + --semantic-typography-body-lg-regular-italic-fontFamily + ); + --component-typography-body-lg-regular-italic-fontSize: var(--semantic-typography-body-lg-regular-italic-fontSize); + --component-typography-body-lg-regular-italic-fontWeight: var( + --semantic-typography-body-lg-regular-italic-fontWeight + ); + --component-typography-body-lg-regular-italic-lineHeight: var( + --semantic-typography-body-lg-regular-italic-lineHeight + ); + --component-typography-body-lg-regular-italic-paragraphSpacing: var( + --semantic-typography-body-lg-regular-italic-paragraphSpacing + ); + --component-typography-body-lg-regular-italic-letterSpacing: normal; + --component-typography-body-lg-regular-italic-textDecoration: var( + --semantic-typography-body-lg-regular-italic-textDecoration + ); + --component-typography-body-lg-regular-underline-fontFamily: var( + --semantic-typography-body-lg-regular-underline-fontFamily + ); + --component-typography-body-lg-regular-underline-fontSize: var( + --semantic-typography-body-lg-regular-underline-fontSize + ); + --component-typography-body-lg-regular-underline-fontWeight: var( + --semantic-typography-body-lg-regular-underline-fontWeight + ); + --component-typography-body-lg-regular-underline-lineHeight: var( + --semantic-typography-body-lg-regular-underline-lineHeight + ); + --component-typography-body-lg-regular-underline-paragraphSpacing: var( + --semantic-typography-body-lg-regular-underline-paragraphSpacing + ); + --component-typography-body-lg-regular-underline-letterSpacing: normal; + --component-typography-body-lg-regular-underline-textDecoration: var( + --semantic-typography-body-lg-regular-underline-textDecoration + ); + --component-typography-body-lg-regular-italicUnderline-fontFamily: var( + --semantic-typography-body-lg-regular-italicUnderline-fontFamily + ); + --component-typography-body-lg-regular-italicUnderline-fontSize: var( + --semantic-typography-body-lg-regular-italicUnderline-fontSize + ); + --component-typography-body-lg-regular-italicUnderline-fontWeight: var( + --semantic-typography-body-lg-regular-italicUnderline-fontWeight + ); + --component-typography-body-lg-regular-italicUnderline-lineHeight: var( + --semantic-typography-body-lg-regular-italicUnderline-lineHeight + ); + --component-typography-body-lg-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing + ); + --component-typography-body-lg-regular-italicUnderline-letterSpacing: normal; + --component-typography-body-lg-regular-italicUnderline-textDecoration: var( + --semantic-typography-body-lg-regular-italicUnderline-textDecoration + ); + --component-typography-body-lg-bold-default-fontFamily: var(--semantic-typography-body-lg-bold-default-fontFamily); + --component-typography-body-lg-bold-default-fontSize: var(--semantic-typography-body-lg-bold-default-fontSize); + --component-typography-body-lg-bold-default-fontWeight: var(--semantic-typography-body-lg-bold-default-fontWeight); + --component-typography-body-lg-bold-default-lineHeight: var(--semantic-typography-body-lg-bold-default-lineHeight); + --component-typography-body-lg-bold-default-paragraphSpacing: var( + --semantic-typography-body-lg-bold-default-paragraphSpacing + ); + --component-typography-body-lg-bold-default-letterSpacing: normal; + --component-typography-body-lg-bold-default-textDecoration: var( + --semantic-typography-body-lg-bold-default-textDecoration + ); + --component-typography-body-lg-bold-italic-fontFamily: var(--semantic-typography-body-lg-bold-italic-fontFamily); + --component-typography-body-lg-bold-italic-fontSize: var(--semantic-typography-body-lg-bold-italic-fontSize); + --component-typography-body-lg-bold-italic-fontWeight: var(--semantic-typography-body-lg-bold-italic-fontWeight); + --component-typography-body-lg-bold-italic-lineHeight: var(--semantic-typography-body-lg-bold-italic-lineHeight); + --component-typography-body-lg-bold-italic-paragraphSpacing: var( + --semantic-typography-body-lg-bold-italic-paragraphSpacing + ); + --component-typography-body-lg-bold-italic-letterSpacing: normal; + --component-typography-body-lg-bold-italic-textDecoration: var( + --semantic-typography-body-lg-bold-italic-textDecoration + ); + --component-typography-body-lg-bold-underline-fontFamily: var( + --semantic-typography-body-lg-bold-underline-fontFamily + ); + --component-typography-body-lg-bold-underline-fontSize: var(--semantic-typography-body-lg-bold-underline-fontSize); + --component-typography-body-lg-bold-underline-fontWeight: var( + --semantic-typography-body-lg-bold-underline-fontWeight + ); + --component-typography-body-lg-bold-underline-lineHeight: var( + --semantic-typography-body-lg-bold-underline-lineHeight + ); + --component-typography-body-lg-bold-underline-paragraphSpacing: var( + --semantic-typography-body-lg-bold-underline-paragraphSpacing + ); + --component-typography-body-lg-bold-underline-letterSpacing: normal; + --component-typography-body-lg-bold-underline-textDecoration: var( + --semantic-typography-body-lg-bold-underline-textDecoration + ); + --component-typography-body-lg-bold-italicUnderline-fontFamily: var( + --semantic-typography-body-lg-bold-italicUnderline-fontFamily + ); + --component-typography-body-lg-bold-italicUnderline-fontSize: var( + --semantic-typography-body-lg-bold-italicUnderline-fontSize + ); + --component-typography-body-lg-bold-italicUnderline-fontWeight: var( + --semantic-typography-body-lg-bold-italicUnderline-fontWeight + ); + --component-typography-body-lg-bold-italicUnderline-lineHeight: var( + --semantic-typography-body-lg-bold-italicUnderline-lineHeight + ); + --component-typography-body-lg-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing + ); + --component-typography-body-lg-bold-italicUnderline-letterSpacing: normal; + --component-typography-body-lg-bold-italicUnderline-textDecoration: var( + --semantic-typography-body-lg-bold-italicUnderline-textDecoration + ); + --component-typography-body-md-regular-default-fontFamily: var( + --semantic-typography-body-md-regular-default-fontFamily + ); + --component-typography-body-md-regular-default-fontSize: var(--semantic-typography-body-md-regular-default-fontSize); + --component-typography-body-md-regular-default-fontWeight: var( + --semantic-typography-body-md-regular-default-fontWeight + ); + --component-typography-body-md-regular-default-lineHeight: var( + --semantic-typography-body-md-regular-default-lineHeight + ); + --component-typography-body-md-regular-default-paragraphSpacing: var( + --semantic-typography-body-md-regular-default-paragraphSpacing + ); + --component-typography-body-md-regular-default-letterSpacing: normal; + --component-typography-body-md-regular-default-textDecoration: var( + --semantic-typography-body-md-regular-default-textDecoration + ); + --component-typography-body-md-regular-italic-fontFamily: var( + --semantic-typography-body-md-regular-italic-fontFamily + ); + --component-typography-body-md-regular-italic-fontSize: var(--semantic-typography-body-md-regular-italic-fontSize); + --component-typography-body-md-regular-italic-fontWeight: var( + --semantic-typography-body-md-regular-italic-fontWeight + ); + --component-typography-body-md-regular-italic-lineHeight: var( + --semantic-typography-body-md-regular-italic-lineHeight + ); + --component-typography-body-md-regular-italic-paragraphSpacing: var( + --semantic-typography-body-md-regular-italic-paragraphSpacing + ); + --component-typography-body-md-regular-italic-letterSpacing: normal; + --component-typography-body-md-regular-italic-textDecoration: var( + --semantic-typography-body-md-regular-italic-textDecoration + ); + --component-typography-body-md-regular-underline-fontFamily: var( + --semantic-typography-body-md-regular-underline-fontFamily + ); + --component-typography-body-md-regular-underline-fontSize: var( + --semantic-typography-body-md-regular-underline-fontSize + ); + --component-typography-body-md-regular-underline-fontWeight: var( + --semantic-typography-body-md-regular-underline-fontWeight + ); + --component-typography-body-md-regular-underline-lineHeight: var( + --semantic-typography-body-md-regular-underline-lineHeight + ); + --component-typography-body-md-regular-underline-paragraphSpacing: var( + --semantic-typography-body-md-regular-underline-paragraphSpacing + ); + --component-typography-body-md-regular-underline-letterSpacing: normal; + --component-typography-body-md-regular-underline-textDecoration: var( + --semantic-typography-body-md-regular-underline-textDecoration + ); + --component-typography-body-md-regular-italicUnderline-fontFamily: var( + --semantic-typography-body-md-regular-italicUnderline-fontFamily + ); + --component-typography-body-md-regular-italicUnderline-fontSize: var( + --semantic-typography-body-md-regular-italicUnderline-fontSize + ); + --component-typography-body-md-regular-italicUnderline-fontWeight: var( + --semantic-typography-body-md-regular-italicUnderline-fontWeight + ); + --component-typography-body-md-regular-italicUnderline-lineHeight: var( + --semantic-typography-body-md-regular-italicUnderline-lineHeight + ); + --component-typography-body-md-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing + ); + --component-typography-body-md-regular-italicUnderline-letterSpacing: normal; + --component-typography-body-md-regular-italicUnderline-textDecoration: var( + --semantic-typography-body-md-regular-italicUnderline-textDecoration + ); + --component-typography-body-md-bold-default-fontFamily: var(--semantic-typography-body-md-bold-default-fontFamily); + --component-typography-body-md-bold-default-fontSize: var(--semantic-typography-body-md-bold-default-fontSize); + --component-typography-body-md-bold-default-fontWeight: var(--semantic-typography-body-md-bold-default-fontWeight); + --component-typography-body-md-bold-default-lineHeight: var(--semantic-typography-body-md-bold-default-lineHeight); + --component-typography-body-md-bold-default-paragraphSpacing: var( + --semantic-typography-body-md-bold-default-paragraphSpacing + ); + --component-typography-body-md-bold-default-letterSpacing: normal; + --component-typography-body-md-bold-default-textDecoration: var( + --semantic-typography-body-md-bold-default-textDecoration + ); + --component-typography-body-md-bold-italic-fontFamily: var(--semantic-typography-body-md-bold-italic-fontFamily); + --component-typography-body-md-bold-italic-fontSize: var(--semantic-typography-body-md-bold-italic-fontSize); + --component-typography-body-md-bold-italic-fontWeight: var(--semantic-typography-body-md-bold-italic-fontWeight); + --component-typography-body-md-bold-italic-lineHeight: var(--semantic-typography-body-md-bold-italic-lineHeight); + --component-typography-body-md-bold-italic-paragraphSpacing: var( + --semantic-typography-body-md-bold-italic-paragraphSpacing + ); + --component-typography-body-md-bold-italic-letterSpacing: normal; + --component-typography-body-md-bold-italic-textDecoration: var( + --semantic-typography-body-md-bold-italic-textDecoration + ); + --component-typography-body-md-bold-underline-fontFamily: var( + --semantic-typography-body-md-bold-underline-fontFamily + ); + --component-typography-body-md-bold-underline-fontSize: var(--semantic-typography-body-md-bold-underline-fontSize); + --component-typography-body-md-bold-underline-fontWeight: var( + --semantic-typography-body-md-bold-underline-fontWeight + ); + --component-typography-body-md-bold-underline-lineHeight: var( + --semantic-typography-body-md-bold-underline-lineHeight + ); + --component-typography-body-md-bold-underline-paragraphSpacing: var( + --semantic-typography-body-md-bold-underline-paragraphSpacing + ); + --component-typography-body-md-bold-underline-letterSpacing: normal; + --component-typography-body-md-bold-underline-textDecoration: var( + --semantic-typography-body-md-bold-underline-textDecoration + ); + --component-typography-body-md-bold-italicUnderline-fontFamily: var( + --semantic-typography-body-md-bold-italicUnderline-fontFamily + ); + --component-typography-body-md-bold-italicUnderline-fontSize: var( + --semantic-typography-body-md-bold-italicUnderline-fontSize + ); + --component-typography-body-md-bold-italicUnderline-fontWeight: var( + --semantic-typography-body-md-bold-italicUnderline-fontWeight + ); + --component-typography-body-md-bold-italicUnderline-lineHeight: var( + --semantic-typography-body-md-bold-italicUnderline-lineHeight + ); + --component-typography-body-md-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing + ); + --component-typography-body-md-bold-italicUnderline-letterSpacing: normal; + --component-typography-body-md-bold-italicUnderline-textDecoration: var( + --semantic-typography-body-md-bold-italicUnderline-textDecoration + ); + --component-typography-body-sm-regular-default-fontFamily: var( + --semantic-typography-body-sm-regular-default-fontFamily + ); + --component-typography-body-sm-regular-default-fontSize: var(--semantic-typography-body-sm-regular-default-fontSize); + --component-typography-body-sm-regular-default-fontWeight: var( + --semantic-typography-body-sm-regular-default-fontWeight + ); + --component-typography-body-sm-regular-default-lineHeight: var( + --semantic-typography-body-sm-regular-default-lineHeight + ); + --component-typography-body-sm-regular-default-paragraphSpacing: var( + --semantic-typography-body-sm-regular-default-paragraphSpacing + ); + --component-typography-body-sm-regular-default-letterSpacing: normal; + --component-typography-body-sm-regular-default-textDecoration: var( + --semantic-typography-body-sm-regular-default-textDecoration + ); + --component-typography-body-sm-regular-italic-fontFamily: var( + --semantic-typography-body-sm-regular-italic-fontFamily + ); + --component-typography-body-sm-regular-italic-fontSize: var(--semantic-typography-body-sm-regular-italic-fontSize); + --component-typography-body-sm-regular-italic-fontWeight: var( + --semantic-typography-body-sm-regular-italic-fontWeight + ); + --component-typography-body-sm-regular-italic-lineHeight: var( + --semantic-typography-body-sm-regular-italic-lineHeight + ); + --component-typography-body-sm-regular-italic-paragraphSpacing: var( + --semantic-typography-body-sm-regular-italic-paragraphSpacing + ); + --component-typography-body-sm-regular-italic-letterSpacing: normal; + --component-typography-body-sm-regular-italic-textDecoration: var( + --semantic-typography-body-sm-regular-italic-textDecoration + ); + --component-typography-body-sm-regular-underline-fontFamily: var( + --semantic-typography-body-sm-regular-underline-fontFamily + ); + --component-typography-body-sm-regular-underline-fontSize: var( + --semantic-typography-body-sm-regular-underline-fontSize + ); + --component-typography-body-sm-regular-underline-fontWeight: var( + --semantic-typography-body-sm-regular-underline-fontWeight + ); + --component-typography-body-sm-regular-underline-lineHeight: var( + --semantic-typography-body-sm-regular-underline-lineHeight + ); + --component-typography-body-sm-regular-underline-paragraphSpacing: var( + --semantic-typography-body-sm-regular-underline-paragraphSpacing + ); + --component-typography-body-sm-regular-underline-letterSpacing: normal; + --component-typography-body-sm-regular-underline-textDecoration: var( + --semantic-typography-body-sm-regular-underline-textDecoration + ); + --component-typography-body-sm-regular-italicUnderline-fontFamily: var( + --semantic-typography-body-sm-regular-italicUnderline-fontFamily + ); + --component-typography-body-sm-regular-italicUnderline-fontSize: var( + --semantic-typography-body-sm-regular-italicUnderline-fontSize + ); + --component-typography-body-sm-regular-italicUnderline-fontWeight: var( + --semantic-typography-body-sm-regular-italicUnderline-fontWeight + ); + --component-typography-body-sm-regular-italicUnderline-lineHeight: var( + --semantic-typography-body-sm-regular-italicUnderline-lineHeight + ); + --component-typography-body-sm-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing + ); + --component-typography-body-sm-regular-italicUnderline-letterSpacing: normal; + --component-typography-body-sm-regular-italicUnderline-textDecoration: var( + --semantic-typography-body-sm-regular-italicUnderline-textDecoration + ); + --component-typography-body-sm-bold-default-fontFamily: var(--semantic-typography-body-sm-bold-default-fontFamily); + --component-typography-body-sm-bold-default-fontSize: var(--semantic-typography-body-sm-bold-default-fontSize); + --component-typography-body-sm-bold-default-fontWeight: var(--semantic-typography-body-sm-bold-default-fontWeight); + --component-typography-body-sm-bold-default-lineHeight: var(--semantic-typography-body-sm-bold-default-lineHeight); + --component-typography-body-sm-bold-default-paragraphSpacing: var( + --semantic-typography-body-sm-bold-default-paragraphSpacing + ); + --component-typography-body-sm-bold-default-letterSpacing: normal; + --component-typography-body-sm-bold-default-textDecoration: var( + --semantic-typography-body-sm-bold-default-textDecoration + ); + --component-typography-body-sm-bold-italic-fontFamily: var(--semantic-typography-body-sm-bold-italic-fontFamily); + --component-typography-body-sm-bold-italic-fontSize: var(--semantic-typography-body-sm-bold-italic-fontSize); + --component-typography-body-sm-bold-italic-fontWeight: var(--semantic-typography-body-sm-bold-italic-fontWeight); + --component-typography-body-sm-bold-italic-lineHeight: var(--semantic-typography-body-sm-bold-italic-lineHeight); + --component-typography-body-sm-bold-italic-paragraphSpacing: var( + --semantic-typography-body-sm-bold-italic-paragraphSpacing + ); + --component-typography-body-sm-bold-italic-letterSpacing: normal; + --component-typography-body-sm-bold-italic-textDecoration: var( + --semantic-typography-body-sm-bold-italic-textDecoration + ); + --component-typography-body-sm-bold-underline-fontFamily: var( + --semantic-typography-body-sm-bold-underline-fontFamily + ); + --component-typography-body-sm-bold-underline-fontSize: var(--semantic-typography-body-sm-bold-underline-fontSize); + --component-typography-body-sm-bold-underline-fontWeight: var( + --semantic-typography-body-sm-bold-underline-fontWeight + ); + --component-typography-body-sm-bold-underline-lineHeight: var( + --semantic-typography-body-sm-bold-underline-lineHeight + ); + --component-typography-body-sm-bold-underline-paragraphSpacing: var( + --semantic-typography-body-sm-bold-underline-paragraphSpacing + ); + --component-typography-body-sm-bold-underline-letterSpacing: normal; + --component-typography-body-sm-bold-underline-textDecoration: var( + --semantic-typography-body-sm-bold-underline-textDecoration + ); + --component-typography-body-sm-bold-italicUnderline-fontFamily: var( + --semantic-typography-body-sm-bold-italicUnderline-fontFamily + ); + --component-typography-body-sm-bold-italicUnderline-fontSize: var( + --semantic-typography-body-sm-bold-italicUnderline-fontSize + ); + --component-typography-body-sm-bold-italicUnderline-fontWeight: var( + --semantic-typography-body-sm-bold-italicUnderline-fontWeight + ); + --component-typography-body-sm-bold-italicUnderline-lineHeight: var( + --semantic-typography-body-sm-bold-italicUnderline-lineHeight + ); + --component-typography-body-sm-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing + ); + --component-typography-body-sm-bold-italicUnderline-letterSpacing: normal; + --component-typography-body-sm-bold-italicUnderline-textDecoration: var( + --semantic-typography-body-sm-bold-italicUnderline-textDecoration + ); + --component-typography-caption-regular-default-fontFamily: var( + --semantic-typography-caption-regular-default-fontFamily + ); + --component-typography-caption-regular-default-fontSize: var(--semantic-typography-caption-regular-default-fontSize); + --component-typography-caption-regular-default-fontWeight: var( + --semantic-typography-caption-regular-default-fontWeight + ); + --component-typography-caption-regular-default-lineHeight: var( + --semantic-typography-caption-regular-default-lineHeight + ); + --component-typography-caption-regular-default-paragraphSpacing: var( + --semantic-typography-caption-regular-default-paragraphSpacing + ); + --component-typography-caption-regular-default-letterSpacing: normal; + --component-typography-caption-regular-default-textDecoration: var( + --semantic-typography-caption-regular-default-textDecoration + ); + --component-typography-caption-regular-italic-fontFamily: var( + --semantic-typography-caption-regular-italic-fontFamily + ); + --component-typography-caption-regular-italic-fontSize: var(--semantic-typography-caption-regular-italic-fontSize); + --component-typography-caption-regular-italic-fontWeight: var( + --semantic-typography-caption-regular-italic-fontWeight + ); + --component-typography-caption-regular-italic-lineHeight: var( + --semantic-typography-caption-regular-italic-lineHeight + ); + --component-typography-caption-regular-italic-paragraphSpacing: var( + --semantic-typography-caption-regular-italic-paragraphSpacing + ); + --component-typography-caption-regular-italic-letterSpacing: normal; + --component-typography-caption-regular-italic-textDecoration: var( + --semantic-typography-caption-regular-italic-textDecoration + ); + --component-typography-caption-regular-underline-fontFamily: var( + --semantic-typography-caption-regular-underline-fontFamily + ); + --component-typography-caption-regular-underline-fontSize: var( + --semantic-typography-caption-regular-underline-fontSize + ); + --component-typography-caption-regular-underline-fontWeight: var( + --semantic-typography-caption-regular-underline-fontWeight + ); + --component-typography-caption-regular-underline-lineHeight: var( + --semantic-typography-caption-regular-underline-lineHeight + ); + --component-typography-caption-regular-underline-paragraphSpacing: var( + --semantic-typography-caption-regular-underline-paragraphSpacing + ); + --component-typography-caption-regular-underline-letterSpacing: normal; + --component-typography-caption-regular-underline-textDecoration: var( + --semantic-typography-caption-regular-underline-textDecoration + ); + --component-typography-caption-regular-italicUnderline-fontFamily: var( + --semantic-typography-caption-regular-italicUnderline-fontFamily + ); + --component-typography-caption-regular-italicUnderline-fontSize: var( + --semantic-typography-caption-regular-italicUnderline-fontSize + ); + --component-typography-caption-regular-italicUnderline-fontWeight: var( + --semantic-typography-caption-regular-italicUnderline-fontWeight + ); + --component-typography-caption-regular-italicUnderline-lineHeight: var( + --semantic-typography-caption-regular-italicUnderline-lineHeight + ); + --component-typography-caption-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing + ); + --component-typography-caption-regular-italicUnderline-letterSpacing: normal; + --component-typography-caption-regular-italicUnderline-textDecoration: var( + --semantic-typography-caption-regular-italicUnderline-textDecoration + ); + --component-typography-caption-bold-default-fontFamily: var(--semantic-typography-caption-bold-default-fontFamily); + --component-typography-caption-bold-default-fontSize: var(--semantic-typography-caption-bold-default-fontSize); + --component-typography-caption-bold-default-fontWeight: var(--semantic-typography-caption-bold-default-fontWeight); + --component-typography-caption-bold-default-lineHeight: var(--semantic-typography-caption-bold-default-lineHeight); + --component-typography-caption-bold-default-paragraphSpacing: var( + --semantic-typography-caption-bold-default-paragraphSpacing + ); + --component-typography-caption-bold-default-letterSpacing: normal; + --component-typography-caption-bold-default-textDecoration: var( + --semantic-typography-caption-bold-default-textDecoration + ); + --component-typography-caption-bold-italic-fontFamily: var(--semantic-typography-caption-bold-italic-fontFamily); + --component-typography-caption-bold-italic-fontSize: var(--semantic-typography-caption-bold-italic-fontSize); + --component-typography-caption-bold-italic-fontWeight: var(--semantic-typography-caption-bold-italic-fontWeight); + --component-typography-caption-bold-italic-lineHeight: var(--semantic-typography-caption-bold-italic-lineHeight); + --component-typography-caption-bold-italic-paragraphSpacing: var( + --semantic-typography-caption-bold-italic-paragraphSpacing + ); + --component-typography-caption-bold-italic-letterSpacing: normal; + --component-typography-caption-bold-italic-textDecoration: var( + --semantic-typography-caption-bold-italic-textDecoration + ); + --component-typography-caption-bold-underline-fontFamily: var( + --semantic-typography-caption-bold-underline-fontFamily + ); + --component-typography-caption-bold-underline-fontSize: var(--semantic-typography-caption-bold-underline-fontSize); + --component-typography-caption-bold-underline-fontWeight: var( + --semantic-typography-caption-bold-underline-fontWeight + ); + --component-typography-caption-bold-underline-lineHeight: var( + --semantic-typography-caption-bold-underline-lineHeight + ); + --component-typography-caption-bold-underline-paragraphSpacing: var( + --semantic-typography-caption-bold-underline-paragraphSpacing + ); + --component-typography-caption-bold-underline-letterSpacing: normal; + --component-typography-caption-bold-underline-textDecoration: var( + --semantic-typography-caption-bold-underline-textDecoration + ); + --component-typography-caption-bold-italicUnderline-fontFamily: var( + --semantic-typography-caption-bold-italicUnderline-fontFamily + ); + --component-typography-caption-bold-italicUnderline-fontSize: var( + --semantic-typography-caption-bold-italicUnderline-fontSize + ); + --component-typography-caption-bold-italicUnderline-fontWeight: var( + --semantic-typography-caption-bold-italicUnderline-fontWeight + ); + --component-typography-caption-bold-italicUnderline-lineHeight: var( + --semantic-typography-caption-bold-italicUnderline-lineHeight + ); + --component-typography-caption-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing + ); + --component-typography-caption-bold-italicUnderline-letterSpacing: normal; + --component-typography-caption-bold-italicUnderline-textDecoration: var( + --semantic-typography-caption-bold-italicUnderline-textDecoration + ); + --component-typography-code-xl-regular-default-fontFamily: var( + --semantic-typography-code-xl-regular-default-fontFamily + ); + --component-typography-code-xl-regular-default-fontSize: var(--semantic-typography-code-xl-regular-default-fontSize); + --component-typography-code-xl-regular-default-fontWeight: var( + --semantic-typography-code-xl-regular-default-fontWeight + ); + --component-typography-code-xl-regular-default-lineHeight: var( + --semantic-typography-code-xl-regular-default-lineHeight + ); + --component-typography-code-xl-regular-default-paragraphSpacing: var( + --semantic-typography-code-xl-regular-default-paragraphSpacing + ); + --component-typography-code-xl-regular-default-letterSpacing: normal; + --component-typography-code-xl-regular-default-textDecoration: var( + --semantic-typography-code-xl-regular-default-textDecoration + ); + --component-typography-code-xl-regular-italic-fontFamily: var( + --semantic-typography-code-xl-regular-italic-fontFamily + ); + --component-typography-code-xl-regular-italic-fontSize: var(--semantic-typography-code-xl-regular-italic-fontSize); + --component-typography-code-xl-regular-italic-fontWeight: var( + --semantic-typography-code-xl-regular-italic-fontWeight + ); + --component-typography-code-xl-regular-italic-lineHeight: var( + --semantic-typography-code-xl-regular-italic-lineHeight + ); + --component-typography-code-xl-regular-italic-paragraphSpacing: var( + --semantic-typography-code-xl-regular-italic-paragraphSpacing + ); + --component-typography-code-xl-regular-italic-letterSpacing: normal; + --component-typography-code-xl-regular-italic-textDecoration: var( + --semantic-typography-code-xl-regular-italic-textDecoration + ); + --component-typography-code-xl-regular-underline-fontFamily: var( + --semantic-typography-code-xl-regular-underline-fontFamily + ); + --component-typography-code-xl-regular-underline-fontSize: var( + --semantic-typography-code-xl-regular-underline-fontSize + ); + --component-typography-code-xl-regular-underline-fontWeight: var( + --semantic-typography-code-xl-regular-underline-fontWeight + ); + --component-typography-code-xl-regular-underline-lineHeight: var( + --semantic-typography-code-xl-regular-underline-lineHeight + ); + --component-typography-code-xl-regular-underline-paragraphSpacing: var( + --semantic-typography-code-xl-regular-underline-paragraphSpacing + ); + --component-typography-code-xl-regular-underline-letterSpacing: normal; + --component-typography-code-xl-regular-underline-textDecoration: var( + --semantic-typography-code-xl-regular-underline-textDecoration + ); + --component-typography-code-xl-regular-italicUnderline-fontFamily: var( + --semantic-typography-code-xl-regular-italicUnderline-fontFamily + ); + --component-typography-code-xl-regular-italicUnderline-fontSize: var( + --semantic-typography-code-xl-regular-italicUnderline-fontSize + ); + --component-typography-code-xl-regular-italicUnderline-fontWeight: var( + --semantic-typography-code-xl-regular-italicUnderline-fontWeight + ); + --component-typography-code-xl-regular-italicUnderline-lineHeight: var( + --semantic-typography-code-xl-regular-italicUnderline-lineHeight + ); + --component-typography-code-xl-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing + ); + --component-typography-code-xl-regular-italicUnderline-letterSpacing: normal; + --component-typography-code-xl-regular-italicUnderline-textDecoration: var( + --semantic-typography-code-xl-regular-italicUnderline-textDecoration + ); + --component-typography-code-xl-bold-default-fontFamily: var(--semantic-typography-code-xl-bold-default-fontFamily); + --component-typography-code-xl-bold-default-fontSize: var(--semantic-typography-code-xl-bold-default-fontSize); + --component-typography-code-xl-bold-default-fontWeight: var(--semantic-typography-code-xl-bold-default-fontWeight); + --component-typography-code-xl-bold-default-lineHeight: var(--semantic-typography-code-xl-bold-default-lineHeight); + --component-typography-code-xl-bold-default-paragraphSpacing: var( + --semantic-typography-code-xl-bold-default-paragraphSpacing + ); + --component-typography-code-xl-bold-default-letterSpacing: normal; + --component-typography-code-xl-bold-default-textDecoration: var( + --semantic-typography-code-xl-bold-default-textDecoration + ); + --component-typography-code-xl-bold-italic-fontFamily: var(--semantic-typography-code-xl-bold-italic-fontFamily); + --component-typography-code-xl-bold-italic-fontSize: var(--semantic-typography-code-xl-bold-italic-fontSize); + --component-typography-code-xl-bold-italic-fontWeight: var(--semantic-typography-code-xl-bold-italic-fontWeight); + --component-typography-code-xl-bold-italic-lineHeight: var(--semantic-typography-code-xl-bold-italic-lineHeight); + --component-typography-code-xl-bold-italic-paragraphSpacing: var( + --semantic-typography-code-xl-bold-italic-paragraphSpacing + ); + --component-typography-code-xl-bold-italic-letterSpacing: normal; + --component-typography-code-xl-bold-italic-textDecoration: var( + --semantic-typography-code-xl-bold-italic-textDecoration + ); + --component-typography-code-xl-bold-underline-fontFamily: var( + --semantic-typography-code-xl-bold-underline-fontFamily + ); + --component-typography-code-xl-bold-underline-fontSize: var(--semantic-typography-code-xl-bold-underline-fontSize); + --component-typography-code-xl-bold-underline-fontWeight: var( + --semantic-typography-code-xl-bold-underline-fontWeight + ); + --component-typography-code-xl-bold-underline-lineHeight: var( + --semantic-typography-code-xl-bold-underline-lineHeight + ); + --component-typography-code-xl-bold-underline-paragraphSpacing: var( + --semantic-typography-code-xl-bold-underline-paragraphSpacing + ); + --component-typography-code-xl-bold-underline-letterSpacing: normal; + --component-typography-code-xl-bold-underline-textDecoration: var( + --semantic-typography-code-xl-bold-underline-textDecoration + ); + --component-typography-code-xl-bold-italicUnderline-fontFamily: var( + --semantic-typography-code-xl-bold-italicUnderline-fontFamily + ); + --component-typography-code-xl-bold-italicUnderline-fontSize: var( + --semantic-typography-code-xl-bold-italicUnderline-fontSize + ); + --component-typography-code-xl-bold-italicUnderline-fontWeight: var( + --semantic-typography-code-xl-bold-italicUnderline-fontWeight + ); + --component-typography-code-xl-bold-italicUnderline-lineHeight: var( + --semantic-typography-code-xl-bold-italicUnderline-lineHeight + ); + --component-typography-code-xl-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing + ); + --component-typography-code-xl-bold-italicUnderline-letterSpacing: normal; + --component-typography-code-xl-bold-italicUnderline-textDecoration: var( + --semantic-typography-code-xl-bold-italicUnderline-textDecoration + ); + --component-typography-code-lg-regular-default-fontFamily: var( + --semantic-typography-code-lg-regular-default-fontFamily + ); + --component-typography-code-lg-regular-default-fontSize: var(--semantic-typography-code-lg-regular-default-fontSize); + --component-typography-code-lg-regular-default-fontWeight: var( + --semantic-typography-code-lg-regular-default-fontWeight + ); + --component-typography-code-lg-regular-default-lineHeight: var( + --semantic-typography-code-lg-regular-default-lineHeight + ); + --component-typography-code-lg-regular-default-paragraphSpacing: var( + --semantic-typography-code-lg-regular-default-paragraphSpacing + ); + --component-typography-code-lg-regular-default-letterSpacing: normal; + --component-typography-code-lg-regular-default-textDecoration: var( + --semantic-typography-code-lg-regular-default-textDecoration + ); + --component-typography-code-lg-regular-italic-fontFamily: var( + --semantic-typography-code-lg-regular-italic-fontFamily + ); + --component-typography-code-lg-regular-italic-fontSize: var(--semantic-typography-code-lg-regular-italic-fontSize); + --component-typography-code-lg-regular-italic-fontWeight: var( + --semantic-typography-code-lg-regular-italic-fontWeight + ); + --component-typography-code-lg-regular-italic-lineHeight: var( + --semantic-typography-code-lg-regular-italic-lineHeight + ); + --component-typography-code-lg-regular-italic-paragraphSpacing: var( + --semantic-typography-code-lg-regular-italic-paragraphSpacing + ); + --component-typography-code-lg-regular-italic-letterSpacing: normal; + --component-typography-code-lg-regular-italic-textDecoration: var( + --semantic-typography-code-lg-regular-italic-textDecoration + ); + --component-typography-code-lg-regular-underline-fontFamily: var( + --semantic-typography-code-lg-regular-underline-fontFamily + ); + --component-typography-code-lg-regular-underline-fontSize: var( + --semantic-typography-code-lg-regular-underline-fontSize + ); + --component-typography-code-lg-regular-underline-fontWeight: var( + --semantic-typography-code-lg-regular-underline-fontWeight + ); + --component-typography-code-lg-regular-underline-lineHeight: var( + --semantic-typography-code-lg-regular-underline-lineHeight + ); + --component-typography-code-lg-regular-underline-paragraphSpacing: var( + --semantic-typography-code-lg-regular-underline-paragraphSpacing + ); + --component-typography-code-lg-regular-underline-letterSpacing: normal; + --component-typography-code-lg-regular-underline-textDecoration: var( + --semantic-typography-code-lg-regular-underline-textDecoration + ); + --component-typography-code-lg-regular-italicUnderline-fontFamily: var( + --semantic-typography-code-lg-regular-italicUnderline-fontFamily + ); + --component-typography-code-lg-regular-italicUnderline-fontSize: var( + --semantic-typography-code-lg-regular-italicUnderline-fontSize + ); + --component-typography-code-lg-regular-italicUnderline-fontWeight: var( + --semantic-typography-code-lg-regular-italicUnderline-fontWeight + ); + --component-typography-code-lg-regular-italicUnderline-lineHeight: var( + --semantic-typography-code-lg-regular-italicUnderline-lineHeight + ); + --component-typography-code-lg-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing + ); + --component-typography-code-lg-regular-italicUnderline-letterSpacing: normal; + --component-typography-code-lg-regular-italicUnderline-textDecoration: var( + --semantic-typography-code-lg-regular-italicUnderline-textDecoration + ); + --component-typography-code-lg-bold-default-fontFamily: var(--semantic-typography-code-lg-bold-default-fontFamily); + --component-typography-code-lg-bold-default-fontSize: var(--semantic-typography-code-lg-bold-default-fontSize); + --component-typography-code-lg-bold-default-fontWeight: var(--semantic-typography-code-lg-bold-default-fontWeight); + --component-typography-code-lg-bold-default-lineHeight: var(--semantic-typography-code-lg-bold-default-lineHeight); + --component-typography-code-lg-bold-default-paragraphSpacing: var( + --semantic-typography-code-lg-bold-default-paragraphSpacing + ); + --component-typography-code-lg-bold-default-letterSpacing: normal; + --component-typography-code-lg-bold-default-textDecoration: var( + --semantic-typography-code-lg-bold-default-textDecoration + ); + --component-typography-code-lg-bold-italic-fontFamily: var(--semantic-typography-code-lg-bold-italic-fontFamily); + --component-typography-code-lg-bold-italic-fontSize: var(--semantic-typography-code-lg-bold-italic-fontSize); + --component-typography-code-lg-bold-italic-fontWeight: var(--semantic-typography-code-lg-bold-italic-fontWeight); + --component-typography-code-lg-bold-italic-lineHeight: var(--semantic-typography-code-lg-bold-italic-lineHeight); + --component-typography-code-lg-bold-italic-paragraphSpacing: var( + --semantic-typography-code-lg-bold-italic-paragraphSpacing + ); + --component-typography-code-lg-bold-italic-letterSpacing: normal; + --component-typography-code-lg-bold-italic-textDecoration: var( + --semantic-typography-code-lg-bold-italic-textDecoration + ); + --component-typography-code-lg-bold-underline-fontFamily: var( + --semantic-typography-code-lg-bold-underline-fontFamily + ); + --component-typography-code-lg-bold-underline-fontSize: var(--semantic-typography-code-lg-bold-underline-fontSize); + --component-typography-code-lg-bold-underline-fontWeight: var( + --semantic-typography-code-lg-bold-underline-fontWeight + ); + --component-typography-code-lg-bold-underline-lineHeight: var( + --semantic-typography-code-lg-bold-underline-lineHeight + ); + --component-typography-code-lg-bold-underline-paragraphSpacing: var( + --semantic-typography-code-lg-bold-underline-paragraphSpacing + ); + --component-typography-code-lg-bold-underline-letterSpacing: normal; + --component-typography-code-lg-bold-underline-textDecoration: var( + --semantic-typography-code-lg-bold-underline-textDecoration + ); + --component-typography-code-lg-bold-italicUnderline-fontFamily: var( + --semantic-typography-code-lg-bold-italicUnderline-fontFamily + ); + --component-typography-code-lg-bold-italicUnderline-fontSize: var( + --semantic-typography-code-lg-bold-italicUnderline-fontSize + ); + --component-typography-code-lg-bold-italicUnderline-fontWeight: var( + --semantic-typography-code-lg-bold-italicUnderline-fontWeight + ); + --component-typography-code-lg-bold-italicUnderline-lineHeight: var( + --semantic-typography-code-lg-bold-italicUnderline-lineHeight + ); + --component-typography-code-lg-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing + ); + --component-typography-code-lg-bold-italicUnderline-letterSpacing: normal; + --component-typography-code-lg-bold-italicUnderline-textDecoration: var( + --semantic-typography-code-lg-bold-italicUnderline-textDecoration + ); + --component-typography-code-md-regular-default-fontFamily: var( + --semantic-typography-code-md-regular-default-fontFamily + ); + --component-typography-code-md-regular-default-fontSize: var(--semantic-typography-code-md-regular-default-fontSize); + --component-typography-code-md-regular-default-fontWeight: var( + --semantic-typography-code-md-regular-default-fontWeight + ); + --component-typography-code-md-regular-default-lineHeight: var( + --semantic-typography-code-md-regular-default-lineHeight + ); + --component-typography-code-md-regular-default-paragraphSpacing: var( + --semantic-typography-code-md-regular-default-paragraphSpacing + ); + --component-typography-code-md-regular-default-letterSpacing: normal; + --component-typography-code-md-regular-default-textDecoration: var( + --semantic-typography-code-md-regular-default-textDecoration + ); + --component-typography-code-md-regular-italic-fontFamily: var( + --semantic-typography-code-md-regular-italic-fontFamily + ); + --component-typography-code-md-regular-italic-fontSize: var(--semantic-typography-code-md-regular-italic-fontSize); + --component-typography-code-md-regular-italic-fontWeight: var( + --semantic-typography-code-md-regular-italic-fontWeight + ); + --component-typography-code-md-regular-italic-lineHeight: var( + --semantic-typography-code-md-regular-italic-lineHeight + ); + --component-typography-code-md-regular-italic-paragraphSpacing: var( + --semantic-typography-code-md-regular-italic-paragraphSpacing + ); + --component-typography-code-md-regular-italic-letterSpacing: normal; + --component-typography-code-md-regular-italic-textDecoration: var( + --semantic-typography-code-md-regular-italic-textDecoration + ); + --component-typography-code-md-regular-underline-fontFamily: var( + --semantic-typography-code-md-regular-underline-fontFamily + ); + --component-typography-code-md-regular-underline-fontSize: var( + --semantic-typography-code-md-regular-underline-fontSize + ); + --component-typography-code-md-regular-underline-fontWeight: var( + --semantic-typography-code-md-regular-underline-fontWeight + ); + --component-typography-code-md-regular-underline-lineHeight: var( + --semantic-typography-code-md-regular-underline-lineHeight + ); + --component-typography-code-md-regular-underline-paragraphSpacing: var( + --semantic-typography-code-md-regular-underline-paragraphSpacing + ); + --component-typography-code-md-regular-underline-letterSpacing: normal; + --component-typography-code-md-regular-underline-textDecoration: var( + --semantic-typography-code-md-regular-underline-textDecoration + ); + --component-typography-code-md-regular-italicUnderline-fontFamily: var( + --semantic-typography-code-md-regular-italicUnderline-fontFamily + ); + --component-typography-code-md-regular-italicUnderline-fontSize: var( + --semantic-typography-code-md-regular-italicUnderline-fontSize + ); + --component-typography-code-md-regular-italicUnderline-fontWeight: var( + --semantic-typography-code-md-regular-italicUnderline-fontWeight + ); + --component-typography-code-md-regular-italicUnderline-lineHeight: var( + --semantic-typography-code-md-regular-italicUnderline-lineHeight + ); + --component-typography-code-md-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing + ); + --component-typography-code-md-regular-italicUnderline-letterSpacing: normal; + --component-typography-code-md-regular-italicUnderline-textDecoration: var( + --semantic-typography-code-md-regular-italicUnderline-textDecoration + ); + --component-typography-code-md-bold-default-fontFamily: var(--semantic-typography-code-md-bold-default-fontFamily); + --component-typography-code-md-bold-default-fontSize: var(--semantic-typography-code-md-bold-default-fontSize); + --component-typography-code-md-bold-default-fontWeight: var(--semantic-typography-code-md-bold-default-fontWeight); + --component-typography-code-md-bold-default-lineHeight: var(--semantic-typography-code-md-bold-default-lineHeight); + --component-typography-code-md-bold-default-paragraphSpacing: var( + --semantic-typography-code-md-bold-default-paragraphSpacing + ); + --component-typography-code-md-bold-default-letterSpacing: normal; + --component-typography-code-md-bold-default-textDecoration: var( + --semantic-typography-code-md-bold-default-textDecoration + ); + --component-typography-code-md-bold-italic-fontFamily: var(--semantic-typography-code-md-bold-italic-fontFamily); + --component-typography-code-md-bold-italic-fontSize: var(--semantic-typography-code-md-bold-italic-fontSize); + --component-typography-code-md-bold-italic-fontWeight: var(--semantic-typography-code-md-bold-italic-fontWeight); + --component-typography-code-md-bold-italic-lineHeight: var(--semantic-typography-code-md-bold-italic-lineHeight); + --component-typography-code-md-bold-italic-paragraphSpacing: var( + --semantic-typography-code-md-bold-italic-paragraphSpacing + ); + --component-typography-code-md-bold-italic-letterSpacing: normal; + --component-typography-code-md-bold-italic-textDecoration: var( + --semantic-typography-code-md-bold-italic-textDecoration + ); + --component-typography-code-md-bold-underline-fontFamily: var( + --semantic-typography-code-md-bold-underline-fontFamily + ); + --component-typography-code-md-bold-underline-fontSize: var(--semantic-typography-code-md-bold-underline-fontSize); + --component-typography-code-md-bold-underline-fontWeight: var( + --semantic-typography-code-md-bold-underline-fontWeight + ); + --component-typography-code-md-bold-underline-lineHeight: var( + --semantic-typography-code-md-bold-underline-lineHeight + ); + --component-typography-code-md-bold-underline-paragraphSpacing: var( + --semantic-typography-code-md-bold-underline-paragraphSpacing + ); + --component-typography-code-md-bold-underline-letterSpacing: normal; + --component-typography-code-md-bold-underline-textDecoration: var( + --semantic-typography-code-md-bold-underline-textDecoration + ); + --component-typography-code-md-bold-italicUnderline-fontFamily: var( + --semantic-typography-code-md-bold-italicUnderline-fontFamily + ); + --component-typography-code-md-bold-italicUnderline-fontSize: var( + --semantic-typography-code-md-bold-italicUnderline-fontSize + ); + --component-typography-code-md-bold-italicUnderline-fontWeight: var( + --semantic-typography-code-md-bold-italicUnderline-fontWeight + ); + --component-typography-code-md-bold-italicUnderline-lineHeight: var( + --semantic-typography-code-md-bold-italicUnderline-lineHeight + ); + --component-typography-code-md-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing + ); + --component-typography-code-md-bold-italicUnderline-letterSpacing: normal; + --component-typography-code-md-bold-italicUnderline-textDecoration: var( + --semantic-typography-code-md-bold-italicUnderline-textDecoration + ); + --component-typography-code-sm-regular-default-fontFamily: var( + --semantic-typography-code-sm-regular-default-fontFamily + ); + --component-typography-code-sm-regular-default-fontSize: var(--semantic-typography-code-sm-regular-default-fontSize); + --component-typography-code-sm-regular-default-fontWeight: var( + --semantic-typography-code-sm-regular-default-fontWeight + ); + --component-typography-code-sm-regular-default-lineHeight: var( + --semantic-typography-code-sm-regular-default-lineHeight + ); + --component-typography-code-sm-regular-default-paragraphSpacing: var( + --semantic-typography-code-sm-regular-default-paragraphSpacing + ); + --component-typography-code-sm-regular-default-letterSpacing: normal; + --component-typography-code-sm-regular-default-textDecoration: var( + --semantic-typography-code-sm-regular-default-textDecoration + ); + --component-typography-code-sm-regular-italic-fontFamily: var( + --semantic-typography-code-sm-regular-italic-fontFamily + ); + --component-typography-code-sm-regular-italic-fontSize: var(--semantic-typography-code-sm-regular-italic-fontSize); + --component-typography-code-sm-regular-italic-fontWeight: var( + --semantic-typography-code-sm-regular-italic-fontWeight + ); + --component-typography-code-sm-regular-italic-lineHeight: var( + --semantic-typography-code-sm-regular-italic-lineHeight + ); + --component-typography-code-sm-regular-italic-paragraphSpacing: var( + --semantic-typography-code-sm-regular-italic-paragraphSpacing + ); + --component-typography-code-sm-regular-italic-letterSpacing: normal; + --component-typography-code-sm-regular-italic-textDecoration: var( + --semantic-typography-code-sm-regular-italic-textDecoration + ); + --component-typography-code-sm-regular-underline-fontFamily: var( + --semantic-typography-code-sm-regular-underline-fontFamily + ); + --component-typography-code-sm-regular-underline-fontSize: var( + --semantic-typography-code-sm-regular-underline-fontSize + ); + --component-typography-code-sm-regular-underline-fontWeight: var( + --semantic-typography-code-sm-regular-underline-fontWeight + ); + --component-typography-code-sm-regular-underline-lineHeight: var( + --semantic-typography-code-sm-regular-underline-lineHeight + ); + --component-typography-code-sm-regular-underline-paragraphSpacing: var( + --semantic-typography-code-sm-regular-underline-paragraphSpacing + ); + --component-typography-code-sm-regular-underline-letterSpacing: normal; + --component-typography-code-sm-regular-underline-textDecoration: var( + --semantic-typography-code-sm-regular-underline-textDecoration + ); + --component-typography-code-sm-regular-italicUnderline-fontFamily: var( + --semantic-typography-code-sm-regular-italicUnderline-fontFamily + ); + --component-typography-code-sm-regular-italicUnderline-fontSize: var( + --semantic-typography-code-sm-regular-italicUnderline-fontSize + ); + --component-typography-code-sm-regular-italicUnderline-fontWeight: var( + --semantic-typography-code-sm-regular-italicUnderline-fontWeight + ); + --component-typography-code-sm-regular-italicUnderline-lineHeight: var( + --semantic-typography-code-sm-regular-italicUnderline-lineHeight + ); + --component-typography-code-sm-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing + ); + --component-typography-code-sm-regular-italicUnderline-letterSpacing: normal; + --component-typography-code-sm-regular-italicUnderline-textDecoration: var( + --semantic-typography-code-sm-regular-italicUnderline-textDecoration + ); + --component-typography-code-sm-bold-default-fontFamily: var(--semantic-typography-code-sm-bold-default-fontFamily); + --component-typography-code-sm-bold-default-fontSize: var(--semantic-typography-code-sm-bold-default-fontSize); + --component-typography-code-sm-bold-default-fontWeight: var(--semantic-typography-code-sm-bold-default-fontWeight); + --component-typography-code-sm-bold-default-lineHeight: var(--semantic-typography-code-sm-bold-default-lineHeight); + --component-typography-code-sm-bold-default-paragraphSpacing: var( + --semantic-typography-code-sm-bold-default-paragraphSpacing + ); + --component-typography-code-sm-bold-default-letterSpacing: normal; + --component-typography-code-sm-bold-default-textDecoration: var( + --semantic-typography-code-sm-bold-default-textDecoration + ); + --component-typography-code-sm-bold-italic-fontFamily: var(--semantic-typography-code-sm-bold-italic-fontFamily); + --component-typography-code-sm-bold-italic-fontSize: var(--semantic-typography-code-sm-bold-italic-fontSize); + --component-typography-code-sm-bold-italic-fontWeight: var(--semantic-typography-code-sm-bold-italic-fontWeight); + --component-typography-code-sm-bold-italic-lineHeight: var(--semantic-typography-code-sm-bold-italic-lineHeight); + --component-typography-code-sm-bold-italic-paragraphSpacing: var( + --semantic-typography-code-sm-bold-italic-paragraphSpacing + ); + --component-typography-code-sm-bold-italic-letterSpacing: normal; + --component-typography-code-sm-bold-italic-textDecoration: var( + --semantic-typography-code-sm-bold-italic-textDecoration + ); + --component-typography-code-sm-bold-underline-fontFamily: var( + --semantic-typography-code-sm-bold-underline-fontFamily + ); + --component-typography-code-sm-bold-underline-fontSize: var(--semantic-typography-code-sm-bold-underline-fontSize); + --component-typography-code-sm-bold-underline-fontWeight: var( + --semantic-typography-code-sm-bold-underline-fontWeight + ); + --component-typography-code-sm-bold-underline-lineHeight: var( + --semantic-typography-code-sm-bold-underline-lineHeight + ); + --component-typography-code-sm-bold-underline-paragraphSpacing: var( + --semantic-typography-code-sm-bold-underline-paragraphSpacing + ); + --component-typography-code-sm-bold-underline-letterSpacing: normal; + --component-typography-code-sm-bold-underline-textDecoration: var( + --semantic-typography-code-sm-bold-underline-textDecoration + ); + --component-typography-code-sm-bold-italicUnderline-fontFamily: var( + --semantic-typography-code-sm-bold-italicUnderline-fontFamily + ); + --component-typography-code-sm-bold-italicUnderline-fontSize: var( + --semantic-typography-code-sm-bold-italicUnderline-fontSize + ); + --component-typography-code-sm-bold-italicUnderline-fontWeight: var( + --semantic-typography-code-sm-bold-italicUnderline-fontWeight + ); + --component-typography-code-sm-bold-italicUnderline-lineHeight: var( + --semantic-typography-code-sm-bold-italicUnderline-lineHeight + ); + --component-typography-code-sm-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing + ); + --component-typography-code-sm-bold-italicUnderline-letterSpacing: normal; + --component-typography-code-sm-bold-italicUnderline-textDecoration: var( + --semantic-typography-code-sm-bold-italicUnderline-textDecoration + ); + --component-typography-icon-labelPaired-regular-xl-fontFamily: var( + --semantic-typography-icon-labelPaired-regular-xl-fontFamily + ); + --component-typography-icon-labelPaired-regular-xl-fontSize: var( + --semantic-typography-icon-labelPaired-regular-xl-fontSize + ); + --component-typography-icon-labelPaired-regular-xl-fontWeight: var( + --semantic-typography-icon-labelPaired-regular-xl-fontWeight + ); + --component-typography-icon-labelPaired-regular-xl-lineHeight: var( + --semantic-typography-icon-labelPaired-regular-xl-lineHeight + ); + --component-typography-icon-labelPaired-regular-xl-letterSpacing: normal; + --component-typography-icon-labelPaired-regular-lg-fontFamily: var( + --semantic-typography-icon-labelPaired-regular-lg-fontFamily + ); + --component-typography-icon-labelPaired-regular-lg-fontSize: var( + --semantic-typography-icon-labelPaired-regular-lg-fontSize + ); + --component-typography-icon-labelPaired-regular-lg-fontWeight: var( + --semantic-typography-icon-labelPaired-regular-lg-fontWeight + ); + --component-typography-icon-labelPaired-regular-lg-lineHeight: var( + --semantic-typography-icon-labelPaired-regular-lg-lineHeight + ); + --component-typography-icon-labelPaired-regular-lg-letterSpacing: normal; + --component-typography-icon-labelPaired-regular-md-fontFamily: var( + --semantic-typography-icon-labelPaired-regular-md-fontFamily + ); + --component-typography-icon-labelPaired-regular-md-fontSize: var( + --semantic-typography-icon-labelPaired-regular-md-fontSize + ); + --component-typography-icon-labelPaired-regular-md-fontWeight: var( + --semantic-typography-icon-labelPaired-regular-md-fontWeight + ); + --component-typography-icon-labelPaired-regular-md-lineHeight: var( + --semantic-typography-icon-labelPaired-regular-md-lineHeight + ); + --component-typography-icon-labelPaired-regular-md-letterSpacing: normal; + --component-typography-icon-labelPaired-regular-sm-fontFamily: var( + --semantic-typography-icon-labelPaired-regular-sm-fontFamily + ); + --component-typography-icon-labelPaired-regular-sm-fontSize: var( + --semantic-typography-icon-labelPaired-regular-sm-fontSize + ); + --component-typography-icon-labelPaired-regular-sm-fontWeight: var( + --semantic-typography-icon-labelPaired-regular-sm-fontWeight + ); + --component-typography-icon-labelPaired-regular-sm-lineHeight: var( + --semantic-typography-icon-labelPaired-regular-sm-lineHeight + ); + --component-typography-icon-labelPaired-regular-sm-letterSpacing: normal; + --component-typography-icon-labelPaired-regular-caption-fontFamily: var( + --semantic-typography-icon-labelPaired-regular-caption-fontFamily + ); + --component-typography-icon-labelPaired-regular-caption-fontSize: var( + --semantic-typography-icon-labelPaired-regular-caption-fontSize + ); + --component-typography-icon-labelPaired-regular-caption-fontWeight: var( + --semantic-typography-icon-labelPaired-regular-caption-fontWeight + ); + --component-typography-icon-labelPaired-regular-caption-lineHeight: var( + --semantic-typography-icon-labelPaired-regular-caption-lineHeight + ); + --component-typography-icon-labelPaired-regular-caption-letterSpacing: normal; + --component-typography-icon-labelPaired-bold-xl-fontFamily: var( + --semantic-typography-icon-labelPaired-bold-xl-fontFamily + ); + --component-typography-icon-labelPaired-bold-xl-fontSize: var( + --semantic-typography-icon-labelPaired-bold-xl-fontSize + ); + --component-typography-icon-labelPaired-bold-xl-fontWeight: var( + --semantic-typography-icon-labelPaired-bold-xl-fontWeight + ); + --component-typography-icon-labelPaired-bold-xl-lineHeight: var( + --semantic-typography-icon-labelPaired-bold-xl-lineHeight + ); + --component-typography-icon-labelPaired-bold-xl-letterSpacing: normal; + --component-typography-icon-labelPaired-bold-lg-fontFamily: var( + --semantic-typography-icon-labelPaired-bold-lg-fontFamily + ); + --component-typography-icon-labelPaired-bold-lg-fontSize: var( + --semantic-typography-icon-labelPaired-bold-lg-fontSize + ); + --component-typography-icon-labelPaired-bold-lg-fontWeight: var( + --semantic-typography-icon-labelPaired-bold-lg-fontWeight + ); + --component-typography-icon-labelPaired-bold-lg-lineHeight: var( + --semantic-typography-icon-labelPaired-bold-lg-lineHeight + ); + --component-typography-icon-labelPaired-bold-lg-letterSpacing: normal; + --component-typography-icon-labelPaired-bold-md-fontFamily: var( + --semantic-typography-icon-labelPaired-bold-md-fontFamily + ); + --component-typography-icon-labelPaired-bold-md-fontSize: var( + --semantic-typography-icon-labelPaired-bold-md-fontSize + ); + --component-typography-icon-labelPaired-bold-md-fontWeight: var( + --semantic-typography-icon-labelPaired-bold-md-fontWeight + ); + --component-typography-icon-labelPaired-bold-md-lineHeight: var( + --semantic-typography-icon-labelPaired-bold-md-lineHeight + ); + --component-typography-icon-labelPaired-bold-md-letterSpacing: normal; + --component-typography-icon-labelPaired-bold-sm-fontFamily: var( + --semantic-typography-icon-labelPaired-bold-sm-fontFamily + ); + --component-typography-icon-labelPaired-bold-sm-fontSize: var( + --semantic-typography-icon-labelPaired-bold-sm-fontSize + ); + --component-typography-icon-labelPaired-bold-sm-fontWeight: var( + --semantic-typography-icon-labelPaired-bold-sm-fontWeight + ); + --component-typography-icon-labelPaired-bold-sm-lineHeight: var( + --semantic-typography-icon-labelPaired-bold-sm-lineHeight + ); + --component-typography-icon-labelPaired-bold-sm-letterSpacing: normal; + --component-typography-icon-labelPaired-bold-caption-fontFamily: var( + --semantic-typography-icon-labelPaired-bold-caption-fontFamily + ); + --component-typography-icon-labelPaired-bold-caption-fontSize: var( + --semantic-typography-icon-labelPaired-bold-caption-fontSize + ); + --component-typography-icon-labelPaired-bold-caption-fontWeight: var( + --semantic-typography-icon-labelPaired-bold-caption-fontWeight + ); + --component-typography-icon-labelPaired-bold-caption-lineHeight: var( + --semantic-typography-icon-labelPaired-bold-caption-lineHeight + ); + --component-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --component-typography-icon-labelPaired-fill-xl-fontFamily: var( + --semantic-typography-icon-labelPaired-fill-xl-fontFamily + ); + --component-typography-icon-labelPaired-fill-xl-fontSize: var( + --semantic-typography-icon-labelPaired-fill-xl-fontSize + ); + --component-typography-icon-labelPaired-fill-xl-fontWeight: var( + --semantic-typography-icon-labelPaired-fill-xl-fontWeight + ); + --component-typography-icon-labelPaired-fill-xl-lineHeight: var( + --semantic-typography-icon-labelPaired-fill-xl-lineHeight + ); + --component-typography-icon-labelPaired-fill-xl-letterSpacing: normal; + --component-typography-icon-labelPaired-fill-lg-fontFamily: var( + --semantic-typography-icon-labelPaired-fill-lg-fontFamily + ); + --component-typography-icon-labelPaired-fill-lg-fontSize: var( + --semantic-typography-icon-labelPaired-fill-lg-fontSize + ); + --component-typography-icon-labelPaired-fill-lg-fontWeight: var( + --semantic-typography-icon-labelPaired-fill-lg-fontWeight + ); + --component-typography-icon-labelPaired-fill-lg-lineHeight: var( + --semantic-typography-icon-labelPaired-fill-lg-lineHeight + ); + --component-typography-icon-labelPaired-fill-lg-letterSpacing: normal; + --component-typography-icon-labelPaired-fill-md-fontFamily: var( + --semantic-typography-icon-labelPaired-fill-md-fontFamily + ); + --component-typography-icon-labelPaired-fill-md-fontSize: var( + --semantic-typography-icon-labelPaired-fill-md-fontSize + ); + --component-typography-icon-labelPaired-fill-md-fontWeight: var( + --semantic-typography-icon-labelPaired-fill-md-fontWeight + ); + --component-typography-icon-labelPaired-fill-md-lineHeight: var( + --semantic-typography-icon-labelPaired-fill-md-lineHeight + ); + --component-typography-icon-labelPaired-fill-md-letterSpacing: normal; + --component-typography-icon-labelPaired-fill-sm-fontFamily: var( + --semantic-typography-icon-labelPaired-fill-sm-fontFamily + ); + --component-typography-icon-labelPaired-fill-sm-fontSize: var( + --semantic-typography-icon-labelPaired-fill-sm-fontSize + ); + --component-typography-icon-labelPaired-fill-sm-fontWeight: var( + --semantic-typography-icon-labelPaired-fill-sm-fontWeight + ); + --component-typography-icon-labelPaired-fill-sm-lineHeight: var( + --semantic-typography-icon-labelPaired-fill-sm-lineHeight + ); + --component-typography-icon-labelPaired-fill-sm-letterSpacing: normal; + --component-typography-icon-labelPaired-fill-caption-fontFamily: var( + --semantic-typography-icon-labelPaired-fill-caption-fontFamily + ); + --component-typography-icon-labelPaired-fill-caption-fontSize: var( + --semantic-typography-icon-labelPaired-fill-caption-fontSize + ); + --component-typography-icon-labelPaired-fill-caption-fontWeight: var( + --semantic-typography-icon-labelPaired-fill-caption-fontWeight + ); + --component-typography-icon-labelPaired-fill-caption-lineHeight: var( + --semantic-typography-icon-labelPaired-fill-caption-lineHeight + ); + --component-typography-icon-labelPaired-fill-caption-letterSpacing: normal; + --component-typography-icon-labelPaired-brand-xl-fontFamily: var( + --semantic-typography-icon-labelPaired-brand-xl-fontFamily + ); + --component-typography-icon-labelPaired-brand-xl-fontSize: var( + --semantic-typography-icon-labelPaired-brand-xl-fontSize + ); + --component-typography-icon-labelPaired-brand-xl-fontWeight: var( + --semantic-typography-icon-labelPaired-brand-xl-fontWeight + ); + --component-typography-icon-labelPaired-brand-xl-lineHeight: var( + --semantic-typography-icon-labelPaired-brand-xl-lineHeight + ); + --component-typography-icon-labelPaired-brand-xl-letterSpacing: normal; + --component-typography-icon-labelPaired-brand-lg-fontFamily: var( + --semantic-typography-icon-labelPaired-brand-lg-fontFamily + ); + --component-typography-icon-labelPaired-brand-lg-fontSize: var( + --semantic-typography-icon-labelPaired-brand-lg-fontSize + ); + --component-typography-icon-labelPaired-brand-lg-fontWeight: var( + --semantic-typography-icon-labelPaired-brand-lg-fontWeight + ); + --component-typography-icon-labelPaired-brand-lg-lineHeight: var( + --semantic-typography-icon-labelPaired-brand-lg-lineHeight + ); + --component-typography-icon-labelPaired-brand-lg-letterSpacing: normal; + --component-typography-icon-labelPaired-brand-md-fontFamily: var( + --semantic-typography-icon-labelPaired-brand-md-fontFamily + ); + --component-typography-icon-labelPaired-brand-md-fontSize: var( + --semantic-typography-icon-labelPaired-brand-md-fontSize + ); + --component-typography-icon-labelPaired-brand-md-fontWeight: var( + --semantic-typography-icon-labelPaired-brand-md-fontWeight + ); + --component-typography-icon-labelPaired-brand-md-lineHeight: var( + --semantic-typography-icon-labelPaired-brand-md-lineHeight + ); + --component-typography-icon-labelPaired-brand-md-letterSpacing: normal; + --component-typography-icon-labelPaired-brand-sm-fontFamily: var( + --semantic-typography-icon-labelPaired-brand-sm-fontFamily + ); + --component-typography-icon-labelPaired-brand-sm-fontSize: var( + --semantic-typography-icon-labelPaired-brand-sm-fontSize + ); + --component-typography-icon-labelPaired-brand-sm-fontWeight: var( + --semantic-typography-icon-labelPaired-brand-sm-fontWeight + ); + --component-typography-icon-labelPaired-brand-sm-lineHeight: var( + --semantic-typography-icon-labelPaired-brand-sm-lineHeight + ); + --component-typography-icon-labelPaired-brand-sm-letterSpacing: normal; + --component-typography-icon-labelPaired-brand-caption-fontFamily: var( + --semantic-typography-icon-labelPaired-brand-caption-fontFamily + ); + --component-typography-icon-labelPaired-brand-caption-fontSize: var( + --semantic-typography-icon-labelPaired-brand-caption-fontSize + ); + --component-typography-icon-labelPaired-brand-caption-fontWeight: var( + --semantic-typography-icon-labelPaired-brand-caption-fontWeight + ); + --component-typography-icon-labelPaired-brand-caption-lineHeight: var( + --semantic-typography-icon-labelPaired-brand-caption-lineHeight + ); + --component-typography-icon-labelPaired-brand-caption-letterSpacing: normal; + --component-typography-icon-standalone-regular-2xl-fontFamily: var( + --semantic-typography-icon-standalone-regular-2xl-fontFamily + ); + --component-typography-icon-standalone-regular-2xl-fontSize: var( + --semantic-typography-icon-standalone-regular-2xl-fontSize + ); + --component-typography-icon-standalone-regular-2xl-fontWeight: var( + --semantic-typography-icon-standalone-regular-2xl-fontWeight + ); + --component-typography-icon-standalone-regular-2xl-lineHeight: var( + --semantic-typography-icon-standalone-regular-2xl-lineHeight + ); + --component-typography-icon-standalone-regular-2xl-letterSpacing: normal; + --component-typography-icon-standalone-regular-xl-fontFamily: var( + --semantic-typography-icon-standalone-regular-xl-fontFamily + ); + --component-typography-icon-standalone-regular-xl-fontSize: var( + --semantic-typography-icon-standalone-regular-xl-fontSize + ); + --component-typography-icon-standalone-regular-xl-fontWeight: var( + --semantic-typography-icon-standalone-regular-xl-fontWeight + ); + --component-typography-icon-standalone-regular-xl-lineHeight: var( + --semantic-typography-icon-standalone-regular-xl-lineHeight + ); + --component-typography-icon-standalone-regular-xl-letterSpacing: normal; + --component-typography-icon-standalone-regular-lg-fontFamily: var( + --semantic-typography-icon-standalone-regular-lg-fontFamily + ); + --component-typography-icon-standalone-regular-lg-fontSize: var( + --semantic-typography-icon-standalone-regular-lg-fontSize + ); + --component-typography-icon-standalone-regular-lg-fontWeight: var( + --semantic-typography-icon-standalone-regular-lg-fontWeight + ); + --component-typography-icon-standalone-regular-lg-lineHeight: var( + --semantic-typography-icon-standalone-regular-lg-lineHeight + ); + --component-typography-icon-standalone-regular-lg-letterSpacing: normal; + --component-typography-icon-standalone-regular-md-fontFamily: var( + --semantic-typography-icon-standalone-regular-md-fontFamily + ); + --component-typography-icon-standalone-regular-md-fontSize: var( + --semantic-typography-icon-standalone-regular-md-fontSize + ); + --component-typography-icon-standalone-regular-md-fontWeight: var( + --semantic-typography-icon-standalone-regular-md-fontWeight + ); + --component-typography-icon-standalone-regular-md-lineHeight: var( + --semantic-typography-icon-standalone-regular-md-lineHeight + ); + --component-typography-icon-standalone-regular-md-letterSpacing: normal; + --component-typography-icon-standalone-regular-sm-fontFamily: var( + --semantic-typography-icon-standalone-regular-sm-fontFamily + ); + --component-typography-icon-standalone-regular-sm-fontSize: var( + --semantic-typography-icon-standalone-regular-sm-fontSize + ); + --component-typography-icon-standalone-regular-sm-fontWeight: var( + --semantic-typography-icon-standalone-regular-sm-fontWeight + ); + --component-typography-icon-standalone-regular-sm-lineHeight: var( + --semantic-typography-icon-standalone-regular-sm-lineHeight + ); + --component-typography-icon-standalone-regular-sm-letterSpacing: normal; + --component-typography-icon-standalone-regular-xs-fontFamily: var( + --semantic-typography-icon-standalone-regular-xs-fontFamily + ); + --component-typography-icon-standalone-regular-xs-fontSize: var( + --semantic-typography-icon-standalone-regular-xs-fontSize + ); + --component-typography-icon-standalone-regular-xs-fontWeight: var( + --semantic-typography-icon-standalone-regular-xs-fontWeight + ); + --component-typography-icon-standalone-regular-xs-lineHeight: var( + --semantic-typography-icon-standalone-regular-xs-lineHeight + ); + --component-typography-icon-standalone-regular-xs-letterSpacing: normal; + --component-typography-icon-standalone-bold-2xl-fontFamily: var( + --semantic-typography-icon-standalone-bold-2xl-fontFamily + ); + --component-typography-icon-standalone-bold-2xl-fontSize: var( + --semantic-typography-icon-standalone-bold-2xl-fontSize + ); + --component-typography-icon-standalone-bold-2xl-fontWeight: var( + --semantic-typography-icon-standalone-bold-2xl-fontWeight + ); + --component-typography-icon-standalone-bold-2xl-lineHeight: var( + --semantic-typography-icon-standalone-bold-2xl-lineHeight + ); + --component-typography-icon-standalone-bold-2xl-letterSpacing: normal; + --component-typography-icon-standalone-bold-xl-fontFamily: var( + --semantic-typography-icon-standalone-bold-xl-fontFamily + ); + --component-typography-icon-standalone-bold-xl-fontSize: var(--semantic-typography-icon-standalone-bold-xl-fontSize); + --component-typography-icon-standalone-bold-xl-fontWeight: var( + --semantic-typography-icon-standalone-bold-xl-fontWeight + ); + --component-typography-icon-standalone-bold-xl-lineHeight: var( + --semantic-typography-icon-standalone-bold-xl-lineHeight + ); + --component-typography-icon-standalone-bold-xl-letterSpacing: normal; + --component-typography-icon-standalone-bold-lg-fontFamily: var( + --semantic-typography-icon-standalone-bold-lg-fontFamily + ); + --component-typography-icon-standalone-bold-lg-fontSize: var(--semantic-typography-icon-standalone-bold-lg-fontSize); + --component-typography-icon-standalone-bold-lg-fontWeight: var( + --semantic-typography-icon-standalone-bold-lg-fontWeight + ); + --component-typography-icon-standalone-bold-lg-lineHeight: var( + --semantic-typography-icon-standalone-bold-lg-lineHeight + ); + --component-typography-icon-standalone-bold-lg-letterSpacing: normal; + --component-typography-icon-standalone-bold-md-fontFamily: var( + --semantic-typography-icon-standalone-bold-md-fontFamily + ); + --component-typography-icon-standalone-bold-md-fontSize: var(--semantic-typography-icon-standalone-bold-md-fontSize); + --component-typography-icon-standalone-bold-md-fontWeight: var( + --semantic-typography-icon-standalone-bold-md-fontWeight + ); + --component-typography-icon-standalone-bold-md-lineHeight: var( + --semantic-typography-icon-standalone-bold-md-lineHeight + ); + --component-typography-icon-standalone-bold-md-letterSpacing: normal; + --component-typography-icon-standalone-bold-sm-fontFamily: var( + --semantic-typography-icon-standalone-bold-sm-fontFamily + ); + --component-typography-icon-standalone-bold-sm-fontSize: var(--semantic-typography-icon-standalone-bold-sm-fontSize); + --component-typography-icon-standalone-bold-sm-fontWeight: var( + --semantic-typography-icon-standalone-bold-sm-fontWeight + ); + --component-typography-icon-standalone-bold-sm-lineHeight: var( + --semantic-typography-icon-standalone-bold-sm-lineHeight + ); + --component-typography-icon-standalone-bold-sm-letterSpacing: normal; + --component-typography-icon-standalone-bold-xs-fontFamily: var( + --semantic-typography-icon-standalone-bold-xs-fontFamily + ); + --component-typography-icon-standalone-bold-xs-fontSize: var(--semantic-typography-icon-standalone-bold-xs-fontSize); + --component-typography-icon-standalone-bold-xs-fontWeight: var( + --semantic-typography-icon-standalone-bold-xs-fontWeight + ); + --component-typography-icon-standalone-bold-xs-lineHeight: var( + --semantic-typography-icon-standalone-bold-xs-lineHeight + ); + --component-typography-icon-standalone-bold-xs-letterSpacing: normal; + --component-typography-icon-standalone-fill-2xl-fontFamily: var( + --semantic-typography-icon-standalone-fill-2xl-fontFamily + ); + --component-typography-icon-standalone-fill-2xl-fontSize: var( + --semantic-typography-icon-standalone-fill-2xl-fontSize + ); + --component-typography-icon-standalone-fill-2xl-fontWeight: var( + --semantic-typography-icon-standalone-fill-2xl-fontWeight + ); + --component-typography-icon-standalone-fill-2xl-lineHeight: var( + --semantic-typography-icon-standalone-fill-2xl-lineHeight + ); + --component-typography-icon-standalone-fill-2xl-letterSpacing: normal; + --component-typography-icon-standalone-fill-xl-fontFamily: var( + --semantic-typography-icon-standalone-fill-xl-fontFamily + ); + --component-typography-icon-standalone-fill-xl-fontSize: var(--semantic-typography-icon-standalone-fill-xl-fontSize); + --component-typography-icon-standalone-fill-xl-fontWeight: var( + --semantic-typography-icon-standalone-fill-xl-fontWeight + ); + --component-typography-icon-standalone-fill-xl-lineHeight: var( + --semantic-typography-icon-standalone-fill-xl-lineHeight + ); + --component-typography-icon-standalone-fill-xl-letterSpacing: normal; + --component-typography-icon-standalone-fill-lg-fontFamily: var( + --semantic-typography-icon-standalone-fill-lg-fontFamily + ); + --component-typography-icon-standalone-fill-lg-fontSize: var(--semantic-typography-icon-standalone-fill-lg-fontSize); + --component-typography-icon-standalone-fill-lg-fontWeight: var( + --semantic-typography-icon-standalone-fill-lg-fontWeight + ); + --component-typography-icon-standalone-fill-lg-lineHeight: var( + --semantic-typography-icon-standalone-fill-lg-lineHeight + ); + --component-typography-icon-standalone-fill-lg-letterSpacing: normal; + --component-typography-icon-standalone-fill-md-fontFamily: var( + --semantic-typography-icon-standalone-fill-md-fontFamily + ); + --component-typography-icon-standalone-fill-md-fontSize: var(--semantic-typography-icon-standalone-fill-md-fontSize); + --component-typography-icon-standalone-fill-md-fontWeight: var( + --semantic-typography-icon-standalone-fill-md-fontWeight + ); + --component-typography-icon-standalone-fill-md-lineHeight: var( + --semantic-typography-icon-standalone-fill-md-lineHeight + ); + --component-typography-icon-standalone-fill-md-letterSpacing: normal; + --component-typography-icon-standalone-fill-sm-fontFamily: var( + --semantic-typography-icon-standalone-fill-sm-fontFamily + ); + --component-typography-icon-standalone-fill-sm-fontSize: var(--semantic-typography-icon-standalone-fill-sm-fontSize); + --component-typography-icon-standalone-fill-sm-fontWeight: var( + --semantic-typography-icon-standalone-fill-sm-fontWeight + ); + --component-typography-icon-standalone-fill-sm-lineHeight: var( + --semantic-typography-icon-standalone-fill-sm-lineHeight + ); + --component-typography-icon-standalone-fill-sm-letterSpacing: normal; + --component-typography-icon-standalone-fill-xs-fontFamily: var( + --semantic-typography-icon-standalone-fill-xs-fontFamily + ); + --component-typography-icon-standalone-fill-xs-fontSize: var(--semantic-typography-icon-standalone-fill-xs-fontSize); + --component-typography-icon-standalone-fill-xs-fontWeight: var( + --semantic-typography-icon-standalone-fill-xs-fontWeight + ); + --component-typography-icon-standalone-fill-xs-lineHeight: var( + --semantic-typography-icon-standalone-fill-xs-lineHeight + ); + --component-typography-icon-standalone-fill-xs-letterSpacing: normal; + --component-typography-icon-standalone-brand-2xl-fontFamily: var( + --semantic-typography-icon-standalone-brand-2xl-fontFamily + ); + --component-typography-icon-standalone-brand-2xl-fontSize: var( + --semantic-typography-icon-standalone-brand-2xl-fontSize + ); + --component-typography-icon-standalone-brand-2xl-fontWeight: var( + --semantic-typography-icon-standalone-brand-2xl-fontWeight + ); + --component-typography-icon-standalone-brand-2xl-lineHeight: var( + --semantic-typography-icon-standalone-brand-2xl-lineHeight + ); + --component-typography-icon-standalone-brand-2xl-letterSpacing: normal; + --component-typography-icon-standalone-brand-xl-fontFamily: var( + --semantic-typography-icon-standalone-brand-xl-fontFamily + ); + --component-typography-icon-standalone-brand-xl-fontSize: var( + --semantic-typography-icon-standalone-brand-xl-fontSize + ); + --component-typography-icon-standalone-brand-xl-fontWeight: var( + --semantic-typography-icon-standalone-brand-xl-fontWeight + ); + --component-typography-icon-standalone-brand-xl-lineHeight: var( + --semantic-typography-icon-standalone-brand-xl-lineHeight + ); + --component-typography-icon-standalone-brand-xl-letterSpacing: normal; + --component-typography-icon-standalone-brand-lg-fontFamily: var( + --semantic-typography-icon-standalone-brand-lg-fontFamily + ); + --component-typography-icon-standalone-brand-lg-fontSize: var( + --semantic-typography-icon-standalone-brand-lg-fontSize + ); + --component-typography-icon-standalone-brand-lg-fontWeight: var( + --semantic-typography-icon-standalone-brand-lg-fontWeight + ); + --component-typography-icon-standalone-brand-lg-lineHeight: var( + --semantic-typography-icon-standalone-brand-lg-lineHeight + ); + --component-typography-icon-standalone-brand-lg-letterSpacing: normal; + --component-typography-icon-standalone-brand-md-fontFamily: var( + --semantic-typography-icon-standalone-brand-md-fontFamily + ); + --component-typography-icon-standalone-brand-md-fontSize: var( + --semantic-typography-icon-standalone-brand-md-fontSize + ); + --component-typography-icon-standalone-brand-md-fontWeight: var( + --semantic-typography-icon-standalone-brand-md-fontWeight + ); + --component-typography-icon-standalone-brand-md-lineHeight: var( + --semantic-typography-icon-standalone-brand-md-lineHeight + ); + --component-typography-icon-standalone-brand-md-letterSpacing: normal; + --component-typography-icon-standalone-brand-sm-fontFamily: var( + --semantic-typography-icon-standalone-brand-sm-fontFamily + ); + --component-typography-icon-standalone-brand-sm-fontSize: var( + --semantic-typography-icon-standalone-brand-sm-fontSize + ); + --component-typography-icon-standalone-brand-sm-fontWeight: var( + --semantic-typography-icon-standalone-brand-sm-fontWeight + ); + --component-typography-icon-standalone-brand-sm-lineHeight: var( + --semantic-typography-icon-standalone-brand-sm-lineHeight + ); + --component-typography-icon-standalone-brand-sm-letterSpacing: normal; + --component-typography-icon-standalone-brand-xs-fontFamily: var( + --semantic-typography-icon-standalone-brand-xs-fontFamily + ); + --component-typography-icon-standalone-brand-xs-fontSize: var( + --semantic-typography-icon-standalone-brand-xs-fontSize + ); + --component-typography-icon-standalone-brand-xs-fontWeight: var( + --semantic-typography-icon-standalone-brand-xs-fontWeight + ); + --component-typography-icon-standalone-brand-xs-lineHeight: var( + --semantic-typography-icon-standalone-brand-xs-lineHeight + ); + --component-typography-icon-standalone-brand-xs-letterSpacing: normal; } @media (min-width: 640px) { :root { @@ -3579,661 +5288,633 @@ --semantic-typography-heading-hero-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-hero-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-hero-paragraphSpacing: var(--core-paragraphSpacing-800); - --semantic-typography-heading-hero-letterSpacing: normal; --semantic-typography-heading-h1-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h1-fontSize: var(--core-fontSize-1100); --semantic-typography-heading-h1-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h1-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h1-paragraphSpacing: var(--core-paragraphSpacing-1100); - --semantic-typography-heading-h1-letterSpacing: normal; --semantic-typography-heading-h2-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h2-fontSize: var(--core-fontSize-1000); --semantic-typography-heading-h2-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h2-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h2-paragraphSpacing: var(--core-paragraphSpacing-1000); - --semantic-typography-heading-h2-letterSpacing: normal; --semantic-typography-heading-h3-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h3-fontSize: var(--core-fontSize-300); --semantic-typography-heading-h3-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h3-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h3-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-heading-h3-letterSpacing: normal; --semantic-typography-heading-h4-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h4-fontSize: var(--core-fontSize-200); --semantic-typography-heading-h4-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h4-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h4-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-heading-h4-letterSpacing: normal; --semantic-typography-heading-h5-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h5-fontSize: var(--core-fontSize-100); --semantic-typography-heading-h5-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h5-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h5-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-heading-h5-letterSpacing: normal; --semantic-typography-heading-h6-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h6-fontSize: var(--core-fontSize-75); --semantic-typography-heading-h6-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h6-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h6-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-heading-h6-letterSpacing: normal; --semantic-typography-body-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-default-letterSpacing: normal; + --semantic-typography-body-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-letterSpacing: normal; + --semantic-typography-body-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-underline-letterSpacing: normal; --semantic-typography-body-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-default-letterSpacing: normal; + --semantic-typography-body-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-letterSpacing: normal; + --semantic-typography-body-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-underline-letterSpacing: normal; --semantic-typography-body-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-default-letterSpacing: normal; + --semantic-typography-body-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-letterSpacing: normal; + --semantic-typography-body-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-underline-letterSpacing: normal; --semantic-typography-body-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-default-letterSpacing: normal; + --semantic-typography-body-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-letterSpacing: normal; + --semantic-typography-body-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-underline-letterSpacing: normal; --semantic-typography-body-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-default-letterSpacing: normal; + --semantic-typography-body-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-letterSpacing: normal; + --semantic-typography-body-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-underline-letterSpacing: normal; --semantic-typography-body-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-default-letterSpacing: normal; + --semantic-typography-body-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-letterSpacing: normal; + --semantic-typography-body-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-underline-letterSpacing: normal; --semantic-typography-body-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-default-letterSpacing: normal; + --semantic-typography-body-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-letterSpacing: normal; + --semantic-typography-body-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-underline-letterSpacing: normal; --semantic-typography-body-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-default-letterSpacing: normal; + --semantic-typography-body-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-letterSpacing: normal; + --semantic-typography-body-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-underline-letterSpacing: normal; --semantic-typography-body-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-default-letterSpacing: normal; + --semantic-typography-caption-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-caption-regular-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-letterSpacing: normal; + --semantic-typography-caption-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-underline-letterSpacing: normal; --semantic-typography-caption-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-regular-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-caption-regular-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-underline-letterSpacing: normal; - --semantic-typography-caption-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-regular-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-caption-regular-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-default-letterSpacing: normal; + --semantic-typography-caption-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-caption-bold-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-letterSpacing: normal; + --semantic-typography-caption-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-underline-letterSpacing: normal; --semantic-typography-caption-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-bold-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-caption-bold-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-underline-letterSpacing: normal; - --semantic-typography-caption-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-bold-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-caption-bold-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-default-letterSpacing: normal; + --semantic-typography-code-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-letterSpacing: normal; + --semantic-typography-code-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-underline-letterSpacing: normal; --semantic-typography-code-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-default-letterSpacing: normal; + --semantic-typography-code-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-letterSpacing: normal; + --semantic-typography-code-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-underline-letterSpacing: normal; --semantic-typography-code-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-default-letterSpacing: normal; + --semantic-typography-code-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-letterSpacing: normal; + --semantic-typography-code-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-underline-letterSpacing: normal; --semantic-typography-code-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-default-letterSpacing: normal; + --semantic-typography-code-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-letterSpacing: normal; + --semantic-typography-code-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-underline-letterSpacing: normal; --semantic-typography-code-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-default-letterSpacing: normal; + --semantic-typography-code-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-letterSpacing: normal; + --semantic-typography-code-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-underline-letterSpacing: normal; --semantic-typography-code-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-default-letterSpacing: normal; + --semantic-typography-code-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-letterSpacing: normal; + --semantic-typography-code-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-underline-letterSpacing: normal; --semantic-typography-code-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-default-letterSpacing: normal; + --semantic-typography-code-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-letterSpacing: normal; + --semantic-typography-code-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-underline-letterSpacing: normal; --semantic-typography-code-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-default-letterSpacing: normal; + --semantic-typography-code-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-letterSpacing: normal; + --semantic-typography-code-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-underline-letterSpacing: normal; --semantic-typography-code-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-icon-labelPaired-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-regular-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-regular-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-regular-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-regular-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-regular-caption-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-regular-caption-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-bold-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-bold-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-bold-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-bold-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-bold-caption-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --semantic-typography-icon-labelPaired-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-xl-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-labelPaired-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-xl-lineHeight: var(--core-lineHeight-500); + --semantic-typography-icon-labelPaired-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-lg-fontSize: var(--core-fontSize-200); + --semantic-typography-icon-labelPaired-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-lg-lineHeight: var(--core-lineHeight-400); + --semantic-typography-icon-labelPaired-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-md-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-labelPaired-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-md-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-labelPaired-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-sm-fontSize: var(--core-fontSize-75); + --semantic-typography-icon-labelPaired-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-sm-lineHeight: var(--core-lineHeight-200); + --semantic-typography-icon-labelPaired-fill-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-caption-fontSize: var(--core-fontSize-50); + --semantic-typography-icon-labelPaired-fill-caption-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-caption-lineHeight: var(--core-lineHeight-100); --semantic-typography-icon-labelPaired-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-xl-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-labelPaired-brand-xl-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-brand-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-lg-fontSize: var(--core-fontSize-200); - --semantic-typography-icon-labelPaired-brand-lg-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-brand-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-md-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-labelPaired-brand-md-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-brand-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-sm-fontSize: var(--core-fontSize-75); - --semantic-typography-icon-labelPaired-brand-sm-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-brand-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-caption-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-caption-fontSize: var(--core-fontSize-50); - --semantic-typography-icon-labelPaired-brand-caption-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-brand-caption-letterSpacing: normal; --semantic-typography-icon-standalone-regular-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-regular-2xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-regular-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-regular-xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-regular-lg-letterSpacing: normal; --semantic-typography-icon-standalone-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-regular-md-letterSpacing: normal; --semantic-typography-icon-standalone-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-regular-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-regular-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-regular-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-regular-xs-fontWeight: var(--core-fontWeight-light); + --semantic-typography-icon-standalone-regular-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-bold-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-bold-2xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-bold-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-bold-xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-bold-lg-letterSpacing: normal; --semantic-typography-icon-standalone-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-bold-md-letterSpacing: normal; --semantic-typography-icon-standalone-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-bold-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-bold-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-bold-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-bold-xs-fontWeight: var(--core-fontWeight-regular); + --semantic-typography-icon-standalone-bold-xs-lineHeight: var(--core-lineHeight-75); + --semantic-typography-icon-standalone-fill-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-2xl-fontSize: var(--core-fontSize-800); + --semantic-typography-icon-standalone-fill-2xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-2xl-lineHeight: var(--core-lineHeight-1000); + --semantic-typography-icon-standalone-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xl-fontSize: var(--core-fontSize-600); + --semantic-typography-icon-standalone-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xl-lineHeight: var(--core-lineHeight-900); + --semantic-typography-icon-standalone-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-lg-fontSize: var(--core-fontSize-500); + --semantic-typography-icon-standalone-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-lg-lineHeight: var(--core-lineHeight-800); + --semantic-typography-icon-standalone-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-md-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-standalone-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-md-lineHeight: var(--core-lineHeight-600); + --semantic-typography-icon-standalone-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-sm-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-standalone-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-sm-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-standalone-fill-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-fill-xs-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-brand-2xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-2xl-fontSize: var(--core-fontSize-800); - --semantic-typography-icon-standalone-brand-2xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-brand-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-xl-fontSize: var(--core-fontSize-600); - --semantic-typography-icon-standalone-brand-xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-brand-xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-lg-fontSize: var(--core-fontSize-500); - --semantic-typography-icon-standalone-brand-lg-fontWeight: normal; --semantic-typography-icon-standalone-brand-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-brand-lg-letterSpacing: normal; --semantic-typography-icon-standalone-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-md-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-standalone-brand-md-fontWeight: normal; --semantic-typography-icon-standalone-brand-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-brand-md-letterSpacing: normal; --semantic-typography-icon-standalone-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-sm-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-standalone-brand-sm-fontWeight: normal; --semantic-typography-icon-standalone-brand-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-brand-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-brand-xs-fontFamily: var(--core-fontFamily-fontAwesome-brands); + --semantic-typography-icon-standalone-brand-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-brand-xs-lineHeight: var(--core-lineHeight-75); --semantic-spacing-general-none: var(--core-spacing-50); --semantic-spacing-general-3xs: var(--core-spacing-75); --semantic-spacing-general-2xs: var(--core-spacing-100); @@ -4264,74 +5945,6 @@ --semantic-borderRadius-xl: var(--core-borderRadius-1200); --semantic-borderRadius-2xl: var(--core-borderRadius-2400); --semantic-borderRadius-pill: var(--core-borderRadius-4800); - --semantic-fontSize-heading-hero: var(--core-fontSize-800); - --semantic-fontSize-heading-h1: var(--core-fontSize-1100); - --semantic-fontSize-heading-h2: var(--core-fontSize-1000); - --semantic-fontSize-heading-h3: var(--core-fontSize-300); - --semantic-fontSize-heading-h4: var(--core-fontSize-200); - --semantic-fontSize-heading-h5: var(--core-fontSize-100); - --semantic-fontSize-heading-h6: var(--core-fontSize-75); - --semantic-fontSize-body-xl: var(--core-fontSize-300); - --semantic-fontSize-body-lg: var(--core-fontSize-200); - --semantic-fontSize-body-md: var(--core-fontSize-100); - --semantic-fontSize-body-sm: var(--core-fontSize-75); - --semantic-fontSize-caption: var(--core-fontSize-50); - --semantic-fontSize-code-xl: var(--core-fontSize-300); - --semantic-fontSize-code-lg: var(--core-fontSize-200); - --semantic-fontSize-code-md: var(--core-fontSize-100); - --semantic-fontSize-code-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-xl: var(--core-fontSize-300); - --semantic-fontSize-icon-labelPaired-lg: var(--core-fontSize-200); - --semantic-fontSize-icon-labelPaired-md: var(--core-fontSize-100); - --semantic-fontSize-icon-labelPaired-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-caption: var(--core-fontSize-50); - --semantic-fontSize-icon-standalone-2xl: var(--core-fontSize-800); - --semantic-fontSize-icon-standalone-xl: var(--core-fontSize-600); - --semantic-fontSize-icon-standalone-lg: var(--core-fontSize-500); - --semantic-fontSize-icon-standalone-md: var(--core-fontSize-300); - --semantic-fontSize-icon-standalone-sm: var(--core-fontSize-100); - --semantic-paragraphSpacing-heading-hero: var(--core-paragraphSpacing-800); - --semantic-paragraphSpacing-heading-h1: var(--core-paragraphSpacing-1100); - --semantic-paragraphSpacing-heading-h2: var(--core-paragraphSpacing-1000); - --semantic-paragraphSpacing-heading-h3: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-heading-h4: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-heading-h5: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-heading-h6: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-body-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-body-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-body-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-body-sm: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-caption: var(--core-paragraphSpacing-50); - --semantic-paragraphSpacing-code-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-code-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-code-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-code-sm: var(--core-paragraphSpacing-75); - --semantic-lineHeight-heading-hero: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h1: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h2: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h3: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h4: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h5: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h6: var(--core-lineHeight-auto); - --semantic-lineHeight-body-xl: var(--core-lineHeight-500); - --semantic-lineHeight-body-lg: var(--core-lineHeight-400); - --semantic-lineHeight-body-md: var(--core-lineHeight-300); - --semantic-lineHeight-body-sm: var(--core-lineHeight-200); - --semantic-lineHeight-caption: var(--core-lineHeight-100); - --semantic-lineHeight-code-xl: var(--core-lineHeight-500); - --semantic-lineHeight-code-lg: var(--core-lineHeight-400); - --semantic-lineHeight-code-md: var(--core-lineHeight-300); - --semantic-lineHeight-code-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-xl: var(--core-lineHeight-500); - --semantic-lineHeight-icon-labelPaired-lg: var(--core-lineHeight-400); - --semantic-lineHeight-icon-labelPaired-md: var(--core-lineHeight-300); - --semantic-lineHeight-icon-labelPaired-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-caption: var(--core-lineHeight-100); - --semantic-lineHeight-icon-standalone-2xl: var(--core-lineHeight-1000); - --semantic-lineHeight-icon-standalone-xl: var(--core-lineHeight-900); - --semantic-lineHeight-icon-standalone-lg: var(--core-lineHeight-800); - --semantic-lineHeight-icon-standalone-md: var(--core-lineHeight-600); - --semantic-lineHeight-icon-standalone-sm: var(--core-lineHeight-300); } } @media (min-width: 768px) { @@ -4341,661 +5954,633 @@ --semantic-typography-heading-hero-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-hero-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-hero-paragraphSpacing: var(--core-paragraphSpacing-800); - --semantic-typography-heading-hero-letterSpacing: normal; --semantic-typography-heading-h1-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h1-fontSize: var(--core-fontSize-1100); --semantic-typography-heading-h1-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h1-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h1-paragraphSpacing: var(--core-paragraphSpacing-1100); - --semantic-typography-heading-h1-letterSpacing: normal; --semantic-typography-heading-h2-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h2-fontSize: var(--core-fontSize-1000); --semantic-typography-heading-h2-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h2-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h2-paragraphSpacing: var(--core-paragraphSpacing-1000); - --semantic-typography-heading-h2-letterSpacing: normal; --semantic-typography-heading-h3-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h3-fontSize: var(--core-fontSize-300); --semantic-typography-heading-h3-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h3-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h3-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-heading-h3-letterSpacing: normal; --semantic-typography-heading-h4-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h4-fontSize: var(--core-fontSize-200); --semantic-typography-heading-h4-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h4-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h4-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-heading-h4-letterSpacing: normal; --semantic-typography-heading-h5-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h5-fontSize: var(--core-fontSize-100); --semantic-typography-heading-h5-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h5-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h5-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-heading-h5-letterSpacing: normal; --semantic-typography-heading-h6-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h6-fontSize: var(--core-fontSize-75); --semantic-typography-heading-h6-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h6-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h6-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-heading-h6-letterSpacing: normal; --semantic-typography-body-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-default-letterSpacing: normal; + --semantic-typography-body-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-letterSpacing: normal; + --semantic-typography-body-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-underline-letterSpacing: normal; --semantic-typography-body-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-default-letterSpacing: normal; + --semantic-typography-body-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-letterSpacing: normal; + --semantic-typography-body-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-underline-letterSpacing: normal; --semantic-typography-body-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-default-letterSpacing: normal; + --semantic-typography-body-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-letterSpacing: normal; + --semantic-typography-body-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-underline-letterSpacing: normal; --semantic-typography-body-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-default-letterSpacing: normal; + --semantic-typography-body-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-letterSpacing: normal; + --semantic-typography-body-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-underline-letterSpacing: normal; --semantic-typography-body-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-default-letterSpacing: normal; + --semantic-typography-body-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-letterSpacing: normal; + --semantic-typography-body-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-underline-letterSpacing: normal; --semantic-typography-body-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-default-letterSpacing: normal; + --semantic-typography-body-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-letterSpacing: normal; + --semantic-typography-body-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-underline-letterSpacing: normal; --semantic-typography-body-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-default-letterSpacing: normal; + --semantic-typography-body-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-letterSpacing: normal; + --semantic-typography-body-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-underline-letterSpacing: normal; --semantic-typography-body-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-default-letterSpacing: normal; + --semantic-typography-body-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-letterSpacing: normal; + --semantic-typography-body-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-underline-letterSpacing: normal; --semantic-typography-body-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-default-letterSpacing: normal; + --semantic-typography-caption-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-caption-regular-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-letterSpacing: normal; + --semantic-typography-caption-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-underline-letterSpacing: normal; --semantic-typography-caption-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-regular-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-caption-regular-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-underline-letterSpacing: normal; - --semantic-typography-caption-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-regular-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-caption-regular-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-default-letterSpacing: normal; + --semantic-typography-caption-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-caption-bold-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-letterSpacing: normal; + --semantic-typography-caption-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-underline-letterSpacing: normal; --semantic-typography-caption-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-bold-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-caption-bold-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-underline-letterSpacing: normal; - --semantic-typography-caption-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-bold-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-caption-bold-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-default-letterSpacing: normal; + --semantic-typography-code-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-letterSpacing: normal; + --semantic-typography-code-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-underline-letterSpacing: normal; --semantic-typography-code-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-default-letterSpacing: normal; + --semantic-typography-code-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-letterSpacing: normal; + --semantic-typography-code-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-underline-letterSpacing: normal; --semantic-typography-code-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-default-letterSpacing: normal; + --semantic-typography-code-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-letterSpacing: normal; + --semantic-typography-code-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-underline-letterSpacing: normal; --semantic-typography-code-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-default-letterSpacing: normal; + --semantic-typography-code-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-letterSpacing: normal; + --semantic-typography-code-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-underline-letterSpacing: normal; --semantic-typography-code-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-default-letterSpacing: normal; + --semantic-typography-code-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-letterSpacing: normal; + --semantic-typography-code-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-underline-letterSpacing: normal; --semantic-typography-code-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-default-letterSpacing: normal; + --semantic-typography-code-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-letterSpacing: normal; + --semantic-typography-code-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-underline-letterSpacing: normal; --semantic-typography-code-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-default-letterSpacing: normal; + --semantic-typography-code-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-letterSpacing: normal; + --semantic-typography-code-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-underline-letterSpacing: normal; --semantic-typography-code-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-default-letterSpacing: normal; + --semantic-typography-code-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-letterSpacing: normal; + --semantic-typography-code-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-underline-letterSpacing: normal; --semantic-typography-code-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-icon-labelPaired-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-regular-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-regular-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-regular-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-regular-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-regular-caption-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-regular-caption-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-bold-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-bold-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-bold-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-bold-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-bold-caption-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --semantic-typography-icon-labelPaired-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-xl-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-labelPaired-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-xl-lineHeight: var(--core-lineHeight-500); + --semantic-typography-icon-labelPaired-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-lg-fontSize: var(--core-fontSize-200); + --semantic-typography-icon-labelPaired-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-lg-lineHeight: var(--core-lineHeight-400); + --semantic-typography-icon-labelPaired-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-md-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-labelPaired-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-md-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-labelPaired-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-sm-fontSize: var(--core-fontSize-75); + --semantic-typography-icon-labelPaired-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-sm-lineHeight: var(--core-lineHeight-200); + --semantic-typography-icon-labelPaired-fill-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-caption-fontSize: var(--core-fontSize-50); + --semantic-typography-icon-labelPaired-fill-caption-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-caption-lineHeight: var(--core-lineHeight-100); --semantic-typography-icon-labelPaired-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-xl-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-labelPaired-brand-xl-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-brand-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-lg-fontSize: var(--core-fontSize-200); - --semantic-typography-icon-labelPaired-brand-lg-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-brand-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-md-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-labelPaired-brand-md-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-brand-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-sm-fontSize: var(--core-fontSize-75); - --semantic-typography-icon-labelPaired-brand-sm-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-brand-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-caption-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-caption-fontSize: var(--core-fontSize-50); - --semantic-typography-icon-labelPaired-brand-caption-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-brand-caption-letterSpacing: normal; --semantic-typography-icon-standalone-regular-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-regular-2xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-regular-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-regular-xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-regular-lg-letterSpacing: normal; --semantic-typography-icon-standalone-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-regular-md-letterSpacing: normal; --semantic-typography-icon-standalone-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-regular-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-regular-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-regular-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-regular-xs-fontWeight: var(--core-fontWeight-light); + --semantic-typography-icon-standalone-regular-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-bold-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-bold-2xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-bold-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-bold-xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-bold-lg-letterSpacing: normal; --semantic-typography-icon-standalone-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-bold-md-letterSpacing: normal; --semantic-typography-icon-standalone-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-bold-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-bold-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-bold-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-bold-xs-fontWeight: var(--core-fontWeight-regular); + --semantic-typography-icon-standalone-bold-xs-lineHeight: var(--core-lineHeight-75); + --semantic-typography-icon-standalone-fill-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-2xl-fontSize: var(--core-fontSize-800); + --semantic-typography-icon-standalone-fill-2xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-2xl-lineHeight: var(--core-lineHeight-1000); + --semantic-typography-icon-standalone-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xl-fontSize: var(--core-fontSize-600); + --semantic-typography-icon-standalone-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xl-lineHeight: var(--core-lineHeight-900); + --semantic-typography-icon-standalone-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-lg-fontSize: var(--core-fontSize-500); + --semantic-typography-icon-standalone-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-lg-lineHeight: var(--core-lineHeight-800); + --semantic-typography-icon-standalone-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-md-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-standalone-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-md-lineHeight: var(--core-lineHeight-600); + --semantic-typography-icon-standalone-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-sm-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-standalone-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-sm-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-standalone-fill-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-fill-xs-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-brand-2xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-2xl-fontSize: var(--core-fontSize-800); - --semantic-typography-icon-standalone-brand-2xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-brand-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-xl-fontSize: var(--core-fontSize-600); - --semantic-typography-icon-standalone-brand-xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-brand-xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-lg-fontSize: var(--core-fontSize-500); - --semantic-typography-icon-standalone-brand-lg-fontWeight: normal; --semantic-typography-icon-standalone-brand-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-brand-lg-letterSpacing: normal; --semantic-typography-icon-standalone-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-md-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-standalone-brand-md-fontWeight: normal; --semantic-typography-icon-standalone-brand-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-brand-md-letterSpacing: normal; --semantic-typography-icon-standalone-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-sm-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-standalone-brand-sm-fontWeight: normal; --semantic-typography-icon-standalone-brand-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-brand-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-brand-xs-fontFamily: var(--core-fontFamily-fontAwesome-brands); + --semantic-typography-icon-standalone-brand-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-brand-xs-lineHeight: var(--core-lineHeight-75); --semantic-spacing-general-none: var(--core-spacing-50); --semantic-spacing-general-3xs: var(--core-spacing-75); --semantic-spacing-general-2xs: var(--core-spacing-100); @@ -5026,74 +6611,6 @@ --semantic-borderRadius-xl: var(--core-borderRadius-1200); --semantic-borderRadius-2xl: var(--core-borderRadius-2400); --semantic-borderRadius-pill: var(--core-borderRadius-4800); - --semantic-fontSize-heading-hero: var(--core-fontSize-800); - --semantic-fontSize-heading-h1: var(--core-fontSize-1100); - --semantic-fontSize-heading-h2: var(--core-fontSize-1000); - --semantic-fontSize-heading-h3: var(--core-fontSize-300); - --semantic-fontSize-heading-h4: var(--core-fontSize-200); - --semantic-fontSize-heading-h5: var(--core-fontSize-100); - --semantic-fontSize-heading-h6: var(--core-fontSize-75); - --semantic-fontSize-body-xl: var(--core-fontSize-300); - --semantic-fontSize-body-lg: var(--core-fontSize-200); - --semantic-fontSize-body-md: var(--core-fontSize-100); - --semantic-fontSize-body-sm: var(--core-fontSize-75); - --semantic-fontSize-caption: var(--core-fontSize-50); - --semantic-fontSize-code-xl: var(--core-fontSize-300); - --semantic-fontSize-code-lg: var(--core-fontSize-200); - --semantic-fontSize-code-md: var(--core-fontSize-100); - --semantic-fontSize-code-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-xl: var(--core-fontSize-300); - --semantic-fontSize-icon-labelPaired-lg: var(--core-fontSize-200); - --semantic-fontSize-icon-labelPaired-md: var(--core-fontSize-100); - --semantic-fontSize-icon-labelPaired-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-caption: var(--core-fontSize-50); - --semantic-fontSize-icon-standalone-2xl: var(--core-fontSize-800); - --semantic-fontSize-icon-standalone-xl: var(--core-fontSize-600); - --semantic-fontSize-icon-standalone-lg: var(--core-fontSize-500); - --semantic-fontSize-icon-standalone-md: var(--core-fontSize-300); - --semantic-fontSize-icon-standalone-sm: var(--core-fontSize-100); - --semantic-paragraphSpacing-heading-hero: var(--core-paragraphSpacing-800); - --semantic-paragraphSpacing-heading-h1: var(--core-paragraphSpacing-1100); - --semantic-paragraphSpacing-heading-h2: var(--core-paragraphSpacing-1000); - --semantic-paragraphSpacing-heading-h3: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-heading-h4: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-heading-h5: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-heading-h6: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-body-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-body-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-body-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-body-sm: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-caption: var(--core-paragraphSpacing-50); - --semantic-paragraphSpacing-code-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-code-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-code-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-code-sm: var(--core-paragraphSpacing-75); - --semantic-lineHeight-heading-hero: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h1: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h2: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h3: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h4: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h5: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h6: var(--core-lineHeight-auto); - --semantic-lineHeight-body-xl: var(--core-lineHeight-500); - --semantic-lineHeight-body-lg: var(--core-lineHeight-400); - --semantic-lineHeight-body-md: var(--core-lineHeight-300); - --semantic-lineHeight-body-sm: var(--core-lineHeight-200); - --semantic-lineHeight-caption: var(--core-lineHeight-100); - --semantic-lineHeight-code-xl: var(--core-lineHeight-500); - --semantic-lineHeight-code-lg: var(--core-lineHeight-400); - --semantic-lineHeight-code-md: var(--core-lineHeight-300); - --semantic-lineHeight-code-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-xl: var(--core-lineHeight-500); - --semantic-lineHeight-icon-labelPaired-lg: var(--core-lineHeight-400); - --semantic-lineHeight-icon-labelPaired-md: var(--core-lineHeight-300); - --semantic-lineHeight-icon-labelPaired-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-caption: var(--core-lineHeight-100); - --semantic-lineHeight-icon-standalone-2xl: var(--core-lineHeight-1000); - --semantic-lineHeight-icon-standalone-xl: var(--core-lineHeight-900); - --semantic-lineHeight-icon-standalone-lg: var(--core-lineHeight-800); - --semantic-lineHeight-icon-standalone-md: var(--core-lineHeight-600); - --semantic-lineHeight-icon-standalone-sm: var(--core-lineHeight-300); } } @media (min-width: 1024px) { @@ -5103,661 +6620,633 @@ --semantic-typography-heading-hero-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-hero-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-hero-paragraphSpacing: var(--core-paragraphSpacing-800); - --semantic-typography-heading-hero-letterSpacing: normal; --semantic-typography-heading-h1-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h1-fontSize: var(--core-fontSize-1100); --semantic-typography-heading-h1-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h1-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h1-paragraphSpacing: var(--core-paragraphSpacing-1100); - --semantic-typography-heading-h1-letterSpacing: normal; --semantic-typography-heading-h2-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h2-fontSize: var(--core-fontSize-1000); --semantic-typography-heading-h2-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h2-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h2-paragraphSpacing: var(--core-paragraphSpacing-1000); - --semantic-typography-heading-h2-letterSpacing: normal; --semantic-typography-heading-h3-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h3-fontSize: var(--core-fontSize-300); --semantic-typography-heading-h3-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h3-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h3-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-heading-h3-letterSpacing: normal; --semantic-typography-heading-h4-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h4-fontSize: var(--core-fontSize-200); --semantic-typography-heading-h4-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h4-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h4-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-heading-h4-letterSpacing: normal; --semantic-typography-heading-h5-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h5-fontSize: var(--core-fontSize-100); --semantic-typography-heading-h5-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h5-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h5-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-heading-h5-letterSpacing: normal; --semantic-typography-heading-h6-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h6-fontSize: var(--core-fontSize-75); --semantic-typography-heading-h6-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h6-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h6-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-heading-h6-letterSpacing: normal; --semantic-typography-body-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-default-letterSpacing: normal; + --semantic-typography-body-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-letterSpacing: normal; + --semantic-typography-body-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-underline-letterSpacing: normal; --semantic-typography-body-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-default-letterSpacing: normal; + --semantic-typography-body-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-letterSpacing: normal; + --semantic-typography-body-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-underline-letterSpacing: normal; --semantic-typography-body-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-default-letterSpacing: normal; + --semantic-typography-body-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-letterSpacing: normal; + --semantic-typography-body-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-underline-letterSpacing: normal; --semantic-typography-body-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-default-letterSpacing: normal; + --semantic-typography-body-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-letterSpacing: normal; + --semantic-typography-body-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-underline-letterSpacing: normal; --semantic-typography-body-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-default-letterSpacing: normal; + --semantic-typography-body-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-letterSpacing: normal; + --semantic-typography-body-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-underline-letterSpacing: normal; --semantic-typography-body-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-default-letterSpacing: normal; + --semantic-typography-body-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-letterSpacing: normal; + --semantic-typography-body-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-underline-letterSpacing: normal; --semantic-typography-body-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-default-letterSpacing: normal; + --semantic-typography-body-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-letterSpacing: normal; + --semantic-typography-body-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-underline-letterSpacing: normal; --semantic-typography-body-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-default-letterSpacing: normal; + --semantic-typography-body-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-letterSpacing: normal; + --semantic-typography-body-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-underline-letterSpacing: normal; --semantic-typography-body-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-default-letterSpacing: normal; + --semantic-typography-caption-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-caption-regular-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-letterSpacing: normal; + --semantic-typography-caption-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-underline-letterSpacing: normal; --semantic-typography-caption-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-regular-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-caption-regular-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-underline-letterSpacing: normal; - --semantic-typography-caption-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-regular-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-caption-regular-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-default-letterSpacing: normal; + --semantic-typography-caption-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-caption-bold-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-letterSpacing: normal; + --semantic-typography-caption-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-underline-letterSpacing: normal; --semantic-typography-caption-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-bold-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-caption-bold-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-underline-letterSpacing: normal; - --semantic-typography-caption-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-bold-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-caption-bold-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-default-letterSpacing: normal; + --semantic-typography-code-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-letterSpacing: normal; + --semantic-typography-code-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-underline-letterSpacing: normal; --semantic-typography-code-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-default-letterSpacing: normal; + --semantic-typography-code-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-letterSpacing: normal; + --semantic-typography-code-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-underline-letterSpacing: normal; --semantic-typography-code-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-default-letterSpacing: normal; + --semantic-typography-code-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-letterSpacing: normal; + --semantic-typography-code-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-underline-letterSpacing: normal; --semantic-typography-code-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-default-letterSpacing: normal; + --semantic-typography-code-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-letterSpacing: normal; + --semantic-typography-code-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-underline-letterSpacing: normal; --semantic-typography-code-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-default-letterSpacing: normal; + --semantic-typography-code-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-letterSpacing: normal; + --semantic-typography-code-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-underline-letterSpacing: normal; --semantic-typography-code-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-default-letterSpacing: normal; + --semantic-typography-code-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-letterSpacing: normal; + --semantic-typography-code-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-underline-letterSpacing: normal; --semantic-typography-code-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-default-letterSpacing: normal; + --semantic-typography-code-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-letterSpacing: normal; + --semantic-typography-code-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-underline-letterSpacing: normal; --semantic-typography-code-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-default-letterSpacing: normal; + --semantic-typography-code-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-letterSpacing: normal; + --semantic-typography-code-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-underline-letterSpacing: normal; --semantic-typography-code-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-icon-labelPaired-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-regular-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-regular-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-regular-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-regular-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-regular-caption-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-regular-caption-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-bold-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-bold-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-bold-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-bold-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-bold-caption-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --semantic-typography-icon-labelPaired-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-xl-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-labelPaired-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-xl-lineHeight: var(--core-lineHeight-500); + --semantic-typography-icon-labelPaired-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-lg-fontSize: var(--core-fontSize-200); + --semantic-typography-icon-labelPaired-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-lg-lineHeight: var(--core-lineHeight-400); + --semantic-typography-icon-labelPaired-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-md-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-labelPaired-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-md-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-labelPaired-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-sm-fontSize: var(--core-fontSize-75); + --semantic-typography-icon-labelPaired-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-sm-lineHeight: var(--core-lineHeight-200); + --semantic-typography-icon-labelPaired-fill-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-caption-fontSize: var(--core-fontSize-50); + --semantic-typography-icon-labelPaired-fill-caption-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-caption-lineHeight: var(--core-lineHeight-100); --semantic-typography-icon-labelPaired-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-xl-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-labelPaired-brand-xl-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-brand-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-lg-fontSize: var(--core-fontSize-200); - --semantic-typography-icon-labelPaired-brand-lg-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-brand-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-md-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-labelPaired-brand-md-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-brand-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-sm-fontSize: var(--core-fontSize-75); - --semantic-typography-icon-labelPaired-brand-sm-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-brand-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-caption-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-caption-fontSize: var(--core-fontSize-50); - --semantic-typography-icon-labelPaired-brand-caption-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-brand-caption-letterSpacing: normal; --semantic-typography-icon-standalone-regular-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-regular-2xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-regular-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-regular-xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-regular-lg-letterSpacing: normal; --semantic-typography-icon-standalone-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-regular-md-letterSpacing: normal; --semantic-typography-icon-standalone-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-regular-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-regular-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-regular-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-regular-xs-fontWeight: var(--core-fontWeight-light); + --semantic-typography-icon-standalone-regular-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-bold-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-bold-2xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-bold-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-bold-xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-bold-lg-letterSpacing: normal; --semantic-typography-icon-standalone-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-bold-md-letterSpacing: normal; --semantic-typography-icon-standalone-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-bold-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-bold-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-bold-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-bold-xs-fontWeight: var(--core-fontWeight-regular); + --semantic-typography-icon-standalone-bold-xs-lineHeight: var(--core-lineHeight-75); + --semantic-typography-icon-standalone-fill-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-2xl-fontSize: var(--core-fontSize-800); + --semantic-typography-icon-standalone-fill-2xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-2xl-lineHeight: var(--core-lineHeight-1000); + --semantic-typography-icon-standalone-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xl-fontSize: var(--core-fontSize-600); + --semantic-typography-icon-standalone-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xl-lineHeight: var(--core-lineHeight-900); + --semantic-typography-icon-standalone-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-lg-fontSize: var(--core-fontSize-500); + --semantic-typography-icon-standalone-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-lg-lineHeight: var(--core-lineHeight-800); + --semantic-typography-icon-standalone-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-md-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-standalone-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-md-lineHeight: var(--core-lineHeight-600); + --semantic-typography-icon-standalone-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-sm-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-standalone-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-sm-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-standalone-fill-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-fill-xs-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-brand-2xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-2xl-fontSize: var(--core-fontSize-800); - --semantic-typography-icon-standalone-brand-2xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-brand-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-xl-fontSize: var(--core-fontSize-600); - --semantic-typography-icon-standalone-brand-xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-brand-xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-lg-fontSize: var(--core-fontSize-500); - --semantic-typography-icon-standalone-brand-lg-fontWeight: normal; --semantic-typography-icon-standalone-brand-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-brand-lg-letterSpacing: normal; --semantic-typography-icon-standalone-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-md-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-standalone-brand-md-fontWeight: normal; --semantic-typography-icon-standalone-brand-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-brand-md-letterSpacing: normal; --semantic-typography-icon-standalone-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-sm-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-standalone-brand-sm-fontWeight: normal; --semantic-typography-icon-standalone-brand-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-brand-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-brand-xs-fontFamily: var(--core-fontFamily-fontAwesome-brands); + --semantic-typography-icon-standalone-brand-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-brand-xs-lineHeight: var(--core-lineHeight-75); --semantic-spacing-general-none: var(--core-spacing-50); --semantic-spacing-general-3xs: var(--core-spacing-75); --semantic-spacing-general-2xs: var(--core-spacing-100); @@ -5788,74 +7277,6 @@ --semantic-borderRadius-xl: var(--core-borderRadius-1200); --semantic-borderRadius-2xl: var(--core-borderRadius-2400); --semantic-borderRadius-pill: var(--core-borderRadius-4800); - --semantic-fontSize-heading-hero: var(--core-fontSize-800); - --semantic-fontSize-heading-h1: var(--core-fontSize-1100); - --semantic-fontSize-heading-h2: var(--core-fontSize-1000); - --semantic-fontSize-heading-h3: var(--core-fontSize-300); - --semantic-fontSize-heading-h4: var(--core-fontSize-200); - --semantic-fontSize-heading-h5: var(--core-fontSize-100); - --semantic-fontSize-heading-h6: var(--core-fontSize-75); - --semantic-fontSize-body-xl: var(--core-fontSize-300); - --semantic-fontSize-body-lg: var(--core-fontSize-200); - --semantic-fontSize-body-md: var(--core-fontSize-100); - --semantic-fontSize-body-sm: var(--core-fontSize-75); - --semantic-fontSize-caption: var(--core-fontSize-50); - --semantic-fontSize-code-xl: var(--core-fontSize-300); - --semantic-fontSize-code-lg: var(--core-fontSize-200); - --semantic-fontSize-code-md: var(--core-fontSize-100); - --semantic-fontSize-code-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-xl: var(--core-fontSize-300); - --semantic-fontSize-icon-labelPaired-lg: var(--core-fontSize-200); - --semantic-fontSize-icon-labelPaired-md: var(--core-fontSize-100); - --semantic-fontSize-icon-labelPaired-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-caption: var(--core-fontSize-50); - --semantic-fontSize-icon-standalone-2xl: var(--core-fontSize-800); - --semantic-fontSize-icon-standalone-xl: var(--core-fontSize-600); - --semantic-fontSize-icon-standalone-lg: var(--core-fontSize-500); - --semantic-fontSize-icon-standalone-md: var(--core-fontSize-300); - --semantic-fontSize-icon-standalone-sm: var(--core-fontSize-100); - --semantic-paragraphSpacing-heading-hero: var(--core-paragraphSpacing-800); - --semantic-paragraphSpacing-heading-h1: var(--core-paragraphSpacing-1100); - --semantic-paragraphSpacing-heading-h2: var(--core-paragraphSpacing-1000); - --semantic-paragraphSpacing-heading-h3: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-heading-h4: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-heading-h5: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-heading-h6: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-body-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-body-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-body-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-body-sm: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-caption: var(--core-paragraphSpacing-50); - --semantic-paragraphSpacing-code-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-code-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-code-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-code-sm: var(--core-paragraphSpacing-75); - --semantic-lineHeight-heading-hero: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h1: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h2: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h3: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h4: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h5: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h6: var(--core-lineHeight-auto); - --semantic-lineHeight-body-xl: var(--core-lineHeight-500); - --semantic-lineHeight-body-lg: var(--core-lineHeight-400); - --semantic-lineHeight-body-md: var(--core-lineHeight-300); - --semantic-lineHeight-body-sm: var(--core-lineHeight-200); - --semantic-lineHeight-caption: var(--core-lineHeight-100); - --semantic-lineHeight-code-xl: var(--core-lineHeight-500); - --semantic-lineHeight-code-lg: var(--core-lineHeight-400); - --semantic-lineHeight-code-md: var(--core-lineHeight-300); - --semantic-lineHeight-code-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-xl: var(--core-lineHeight-500); - --semantic-lineHeight-icon-labelPaired-lg: var(--core-lineHeight-400); - --semantic-lineHeight-icon-labelPaired-md: var(--core-lineHeight-300); - --semantic-lineHeight-icon-labelPaired-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-caption: var(--core-lineHeight-100); - --semantic-lineHeight-icon-standalone-2xl: var(--core-lineHeight-1000); - --semantic-lineHeight-icon-standalone-xl: var(--core-lineHeight-900); - --semantic-lineHeight-icon-standalone-lg: var(--core-lineHeight-800); - --semantic-lineHeight-icon-standalone-md: var(--core-lineHeight-600); - --semantic-lineHeight-icon-standalone-sm: var(--core-lineHeight-300); } } @media (min-width: 1280px) { @@ -5865,661 +7286,633 @@ --semantic-typography-heading-hero-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-hero-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-hero-paragraphSpacing: var(--core-paragraphSpacing-900); - --semantic-typography-heading-hero-letterSpacing: normal; --semantic-typography-heading-h1-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h1-fontSize: var(--core-fontSize-800); --semantic-typography-heading-h1-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h1-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h1-paragraphSpacing: var(--core-paragraphSpacing-800); - --semantic-typography-heading-h1-letterSpacing: normal; --semantic-typography-heading-h2-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h2-fontSize: var(--core-fontSize-700); --semantic-typography-heading-h2-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h2-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h2-paragraphSpacing: var(--core-paragraphSpacing-700); - --semantic-typography-heading-h2-letterSpacing: normal; --semantic-typography-heading-h3-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h3-fontSize: var(--core-fontSize-400); --semantic-typography-heading-h3-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h3-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h3-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-heading-h3-letterSpacing: normal; --semantic-typography-heading-h4-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h4-fontSize: var(--core-fontSize-300); --semantic-typography-heading-h4-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h4-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h4-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-heading-h4-letterSpacing: normal; --semantic-typography-heading-h5-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h5-fontSize: var(--core-fontSize-100); --semantic-typography-heading-h5-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h5-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h5-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-heading-h5-letterSpacing: normal; --semantic-typography-heading-h6-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h6-fontSize: var(--core-fontSize-75); --semantic-typography-heading-h6-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h6-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h6-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-heading-h6-letterSpacing: normal; --semantic-typography-body-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-default-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-default-letterSpacing: normal; + --semantic-typography-body-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-italic-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-xl-regular-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-italic-letterSpacing: normal; + --semantic-typography-body-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-underline-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-underline-letterSpacing: normal; --semantic-typography-body-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-regular-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-body-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-body-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-regular-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-body-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-body-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-default-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-default-letterSpacing: normal; + --semantic-typography-body-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-italic-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-xl-bold-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-italic-letterSpacing: normal; + --semantic-typography-body-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-underline-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-underline-letterSpacing: normal; --semantic-typography-body-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-bold-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-body-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-body-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-bold-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-body-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-body-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-default-letterSpacing: normal; + --semantic-typography-body-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-lg-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-italic-letterSpacing: normal; + --semantic-typography-body-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-underline-letterSpacing: normal; --semantic-typography-body-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-default-letterSpacing: normal; + --semantic-typography-body-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-lg-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-italic-letterSpacing: normal; + --semantic-typography-body-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-underline-letterSpacing: normal; --semantic-typography-body-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-default-letterSpacing: normal; + --semantic-typography-body-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-letterSpacing: normal; + --semantic-typography-body-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-underline-letterSpacing: normal; --semantic-typography-body-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-default-letterSpacing: normal; + --semantic-typography-body-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-letterSpacing: normal; + --semantic-typography-body-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-underline-letterSpacing: normal; --semantic-typography-body-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-default-letterSpacing: normal; + --semantic-typography-body-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-letterSpacing: normal; + --semantic-typography-body-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-underline-letterSpacing: normal; --semantic-typography-body-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-default-letterSpacing: normal; + --semantic-typography-body-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-letterSpacing: normal; + --semantic-typography-body-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-underline-letterSpacing: normal; --semantic-typography-body-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-default-letterSpacing: normal; + --semantic-typography-caption-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-caption-regular-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-letterSpacing: normal; + --semantic-typography-caption-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-underline-letterSpacing: normal; --semantic-typography-caption-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-regular-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-caption-regular-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-underline-letterSpacing: normal; - --semantic-typography-caption-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-regular-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-caption-regular-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-default-letterSpacing: normal; + --semantic-typography-caption-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-caption-bold-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-letterSpacing: normal; + --semantic-typography-caption-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-underline-letterSpacing: normal; --semantic-typography-caption-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-bold-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-caption-bold-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-underline-letterSpacing: normal; - --semantic-typography-caption-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-bold-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-caption-bold-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-default-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-default-letterSpacing: normal; + --semantic-typography-code-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-italic-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-xl-regular-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-italic-letterSpacing: normal; + --semantic-typography-code-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-underline-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-underline-letterSpacing: normal; --semantic-typography-code-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-regular-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-code-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-code-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-regular-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-code-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-code-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-default-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-default-letterSpacing: normal; + --semantic-typography-code-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-italic-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-xl-bold-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-italic-letterSpacing: normal; + --semantic-typography-code-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-underline-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-underline-letterSpacing: normal; --semantic-typography-code-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-bold-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-code-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-code-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-bold-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-code-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-code-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-default-letterSpacing: normal; + --semantic-typography-code-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-lg-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-italic-letterSpacing: normal; + --semantic-typography-code-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-underline-letterSpacing: normal; --semantic-typography-code-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-default-letterSpacing: normal; + --semantic-typography-code-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-lg-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-italic-letterSpacing: normal; + --semantic-typography-code-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-underline-letterSpacing: normal; --semantic-typography-code-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-default-letterSpacing: normal; + --semantic-typography-code-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-letterSpacing: normal; + --semantic-typography-code-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-underline-letterSpacing: normal; --semantic-typography-code-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-default-letterSpacing: normal; + --semantic-typography-code-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-letterSpacing: normal; + --semantic-typography-code-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-underline-letterSpacing: normal; --semantic-typography-code-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-default-letterSpacing: normal; + --semantic-typography-code-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-letterSpacing: normal; + --semantic-typography-code-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-underline-letterSpacing: normal; --semantic-typography-code-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-default-letterSpacing: normal; + --semantic-typography-code-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-letterSpacing: normal; + --semantic-typography-code-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-underline-letterSpacing: normal; --semantic-typography-code-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-icon-labelPaired-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-xl-fontSize: var(--core-fontSize-400); --semantic-typography-icon-labelPaired-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-xl-lineHeight: var(--core-lineHeight-700); - --semantic-typography-icon-labelPaired-regular-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-lg-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-lg-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-regular-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-regular-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-regular-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-regular-caption-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-regular-caption-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-xl-fontSize: var(--core-fontSize-400); --semantic-typography-icon-labelPaired-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-xl-lineHeight: var(--core-lineHeight-700); - --semantic-typography-icon-labelPaired-bold-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-lg-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-lg-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-bold-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-bold-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-bold-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-bold-caption-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --semantic-typography-icon-labelPaired-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-xl-fontSize: var(--core-fontSize-400); + --semantic-typography-icon-labelPaired-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-xl-lineHeight: var(--core-lineHeight-700); + --semantic-typography-icon-labelPaired-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-lg-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-labelPaired-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-lg-lineHeight: var(--core-lineHeight-500); + --semantic-typography-icon-labelPaired-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-md-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-labelPaired-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-md-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-labelPaired-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-sm-fontSize: var(--core-fontSize-75); + --semantic-typography-icon-labelPaired-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-sm-lineHeight: var(--core-lineHeight-200); + --semantic-typography-icon-labelPaired-fill-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-caption-fontSize: var(--core-fontSize-50); + --semantic-typography-icon-labelPaired-fill-caption-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-caption-lineHeight: var(--core-lineHeight-100); --semantic-typography-icon-labelPaired-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-xl-fontSize: var(--core-fontSize-400); - --semantic-typography-icon-labelPaired-brand-xl-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-xl-lineHeight: var(--core-lineHeight-700); - --semantic-typography-icon-labelPaired-brand-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-lg-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-labelPaired-brand-lg-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-lg-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-brand-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-md-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-labelPaired-brand-md-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-brand-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-sm-fontSize: var(--core-fontSize-75); - --semantic-typography-icon-labelPaired-brand-sm-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-brand-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-caption-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-caption-fontSize: var(--core-fontSize-50); - --semantic-typography-icon-labelPaired-brand-caption-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-brand-caption-letterSpacing: normal; --semantic-typography-icon-standalone-regular-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-regular-2xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-regular-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-regular-xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-regular-lg-letterSpacing: normal; --semantic-typography-icon-standalone-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-regular-md-letterSpacing: normal; --semantic-typography-icon-standalone-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-regular-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-regular-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-regular-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-regular-xs-fontWeight: var(--core-fontWeight-light); + --semantic-typography-icon-standalone-regular-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-bold-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-bold-2xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-bold-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-bold-xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-bold-lg-letterSpacing: normal; --semantic-typography-icon-standalone-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-bold-md-letterSpacing: normal; --semantic-typography-icon-standalone-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-bold-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-bold-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-bold-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-bold-xs-fontWeight: var(--core-fontWeight-regular); + --semantic-typography-icon-standalone-bold-xs-lineHeight: var(--core-lineHeight-75); + --semantic-typography-icon-standalone-fill-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-2xl-fontSize: var(--core-fontSize-800); + --semantic-typography-icon-standalone-fill-2xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-2xl-lineHeight: var(--core-lineHeight-1000); + --semantic-typography-icon-standalone-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xl-fontSize: var(--core-fontSize-600); + --semantic-typography-icon-standalone-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xl-lineHeight: var(--core-lineHeight-900); + --semantic-typography-icon-standalone-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-lg-fontSize: var(--core-fontSize-500); + --semantic-typography-icon-standalone-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-lg-lineHeight: var(--core-lineHeight-800); + --semantic-typography-icon-standalone-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-md-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-standalone-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-md-lineHeight: var(--core-lineHeight-600); + --semantic-typography-icon-standalone-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-sm-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-standalone-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-sm-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-standalone-fill-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-fill-xs-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-brand-2xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-2xl-fontSize: var(--core-fontSize-800); - --semantic-typography-icon-standalone-brand-2xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-brand-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-xl-fontSize: var(--core-fontSize-600); - --semantic-typography-icon-standalone-brand-xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-brand-xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-lg-fontSize: var(--core-fontSize-500); - --semantic-typography-icon-standalone-brand-lg-fontWeight: normal; --semantic-typography-icon-standalone-brand-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-brand-lg-letterSpacing: normal; --semantic-typography-icon-standalone-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-md-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-standalone-brand-md-fontWeight: normal; --semantic-typography-icon-standalone-brand-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-brand-md-letterSpacing: normal; --semantic-typography-icon-standalone-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-sm-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-standalone-brand-sm-fontWeight: normal; --semantic-typography-icon-standalone-brand-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-brand-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-brand-xs-fontFamily: var(--core-fontFamily-fontAwesome-brands); + --semantic-typography-icon-standalone-brand-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-brand-xs-lineHeight: var(--core-lineHeight-75); --semantic-spacing-general-none: var(--core-spacing-50); --semantic-spacing-general-3xs: var(--core-spacing-75); --semantic-spacing-general-2xs: var(--core-spacing-100); @@ -6550,74 +7943,6 @@ --semantic-borderRadius-xl: var(--core-borderRadius-1200); --semantic-borderRadius-2xl: var(--core-borderRadius-2400); --semantic-borderRadius-pill: var(--core-borderRadius-4800); - --semantic-fontSize-heading-hero: var(--core-fontSize-900); - --semantic-fontSize-heading-h1: var(--core-fontSize-800); - --semantic-fontSize-heading-h2: var(--core-fontSize-700); - --semantic-fontSize-heading-h3: var(--core-fontSize-400); - --semantic-fontSize-heading-h4: var(--core-fontSize-300); - --semantic-fontSize-heading-h5: var(--core-fontSize-100); - --semantic-fontSize-heading-h6: var(--core-fontSize-75); - --semantic-fontSize-body-xl: var(--core-fontSize-400); - --semantic-fontSize-body-lg: var(--core-fontSize-300); - --semantic-fontSize-body-md: var(--core-fontSize-100); - --semantic-fontSize-body-sm: var(--core-fontSize-75); - --semantic-fontSize-caption: var(--core-fontSize-50); - --semantic-fontSize-code-xl: var(--core-fontSize-400); - --semantic-fontSize-code-lg: var(--core-fontSize-300); - --semantic-fontSize-code-md: var(--core-fontSize-100); - --semantic-fontSize-code-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-xl: var(--core-fontSize-400); - --semantic-fontSize-icon-labelPaired-lg: var(--core-fontSize-300); - --semantic-fontSize-icon-labelPaired-md: var(--core-fontSize-100); - --semantic-fontSize-icon-labelPaired-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-caption: var(--core-fontSize-50); - --semantic-fontSize-icon-standalone-2xl: var(--core-fontSize-800); - --semantic-fontSize-icon-standalone-xl: var(--core-fontSize-600); - --semantic-fontSize-icon-standalone-lg: var(--core-fontSize-500); - --semantic-fontSize-icon-standalone-md: var(--core-fontSize-300); - --semantic-fontSize-icon-standalone-sm: var(--core-fontSize-100); - --semantic-paragraphSpacing-heading-hero: var(--core-paragraphSpacing-900); - --semantic-paragraphSpacing-heading-h1: var(--core-paragraphSpacing-800); - --semantic-paragraphSpacing-heading-h2: var(--core-paragraphSpacing-700); - --semantic-paragraphSpacing-heading-h3: var(--core-paragraphSpacing-400); - --semantic-paragraphSpacing-heading-h4: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-heading-h5: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-heading-h6: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-body-xl: var(--core-paragraphSpacing-400); - --semantic-paragraphSpacing-body-lg: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-body-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-body-sm: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-caption: var(--core-paragraphSpacing-50); - --semantic-paragraphSpacing-code-xl: var(--core-paragraphSpacing-400); - --semantic-paragraphSpacing-code-lg: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-code-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-code-sm: var(--core-paragraphSpacing-75); - --semantic-lineHeight-heading-hero: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h1: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h2: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h3: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h4: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h5: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h6: var(--core-lineHeight-auto); - --semantic-lineHeight-body-xl: var(--core-lineHeight-700); - --semantic-lineHeight-body-lg: var(--core-lineHeight-500); - --semantic-lineHeight-body-md: var(--core-lineHeight-300); - --semantic-lineHeight-body-sm: var(--core-lineHeight-200); - --semantic-lineHeight-caption: var(--core-lineHeight-100); - --semantic-lineHeight-code-xl: var(--core-lineHeight-700); - --semantic-lineHeight-code-lg: var(--core-lineHeight-500); - --semantic-lineHeight-code-md: var(--core-lineHeight-300); - --semantic-lineHeight-code-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-xl: var(--core-lineHeight-700); - --semantic-lineHeight-icon-labelPaired-lg: var(--core-lineHeight-500); - --semantic-lineHeight-icon-labelPaired-md: var(--core-lineHeight-300); - --semantic-lineHeight-icon-labelPaired-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-caption: var(--core-lineHeight-100); - --semantic-lineHeight-icon-standalone-2xl: var(--core-lineHeight-1000); - --semantic-lineHeight-icon-standalone-xl: var(--core-lineHeight-900); - --semantic-lineHeight-icon-standalone-lg: var(--core-lineHeight-800); - --semantic-lineHeight-icon-standalone-md: var(--core-lineHeight-600); - --semantic-lineHeight-icon-standalone-sm: var(--core-lineHeight-300); } } @media (min-width: 1440px) { @@ -6627,661 +7952,633 @@ --semantic-typography-heading-hero-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-hero-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-hero-paragraphSpacing: var(--core-paragraphSpacing-900); - --semantic-typography-heading-hero-letterSpacing: normal; --semantic-typography-heading-h1-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h1-fontSize: var(--core-fontSize-800); --semantic-typography-heading-h1-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h1-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h1-paragraphSpacing: var(--core-paragraphSpacing-800); - --semantic-typography-heading-h1-letterSpacing: normal; --semantic-typography-heading-h2-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h2-fontSize: var(--core-fontSize-700); --semantic-typography-heading-h2-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h2-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h2-paragraphSpacing: var(--core-paragraphSpacing-700); - --semantic-typography-heading-h2-letterSpacing: normal; --semantic-typography-heading-h3-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h3-fontSize: var(--core-fontSize-400); --semantic-typography-heading-h3-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h3-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h3-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-heading-h3-letterSpacing: normal; --semantic-typography-heading-h4-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h4-fontSize: var(--core-fontSize-300); --semantic-typography-heading-h4-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h4-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h4-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-heading-h4-letterSpacing: normal; --semantic-typography-heading-h5-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h5-fontSize: var(--core-fontSize-100); --semantic-typography-heading-h5-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h5-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h5-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-heading-h5-letterSpacing: normal; --semantic-typography-heading-h6-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h6-fontSize: var(--core-fontSize-75); --semantic-typography-heading-h6-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h6-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h6-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-heading-h6-letterSpacing: normal; --semantic-typography-body-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-default-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-default-letterSpacing: normal; + --semantic-typography-body-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-italic-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-xl-regular-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-italic-letterSpacing: normal; + --semantic-typography-body-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-underline-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-underline-letterSpacing: normal; --semantic-typography-body-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-regular-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-body-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-body-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-regular-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-body-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-body-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-default-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-default-letterSpacing: normal; + --semantic-typography-body-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-italic-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-xl-bold-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-italic-letterSpacing: normal; + --semantic-typography-body-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-underline-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-underline-letterSpacing: normal; --semantic-typography-body-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-bold-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-body-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-body-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-bold-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-body-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-body-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-default-letterSpacing: normal; + --semantic-typography-body-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-lg-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-italic-letterSpacing: normal; + --semantic-typography-body-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-underline-letterSpacing: normal; --semantic-typography-body-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-default-letterSpacing: normal; + --semantic-typography-body-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-lg-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-italic-letterSpacing: normal; + --semantic-typography-body-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-underline-letterSpacing: normal; --semantic-typography-body-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-default-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-default-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-letterSpacing: normal; - --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italic-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-underline-letterSpacing: normal; --semantic-typography-body-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-body-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-default-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-default-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-letterSpacing: normal; - --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italic-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-underline-letterSpacing: normal; --semantic-typography-body-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-body-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-default-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-default-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-letterSpacing: normal; - --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-underline-letterSpacing: normal; --semantic-typography-body-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-body-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-default-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-default-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-letterSpacing: normal; - --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-underline-letterSpacing: normal; --semantic-typography-body-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-body-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-default-letterSpacing: normal; + --semantic-typography-caption-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-caption-regular-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-letterSpacing: normal; + --semantic-typography-caption-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-underline-letterSpacing: normal; --semantic-typography-caption-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-regular-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-caption-regular-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-underline-letterSpacing: normal; - --semantic-typography-caption-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-regular-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-caption-regular-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-default-letterSpacing: normal; + --semantic-typography-caption-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-caption-bold-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-letterSpacing: normal; + --semantic-typography-caption-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-underline-letterSpacing: normal; --semantic-typography-caption-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-bold-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-caption-bold-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-underline-letterSpacing: normal; - --semantic-typography-caption-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-bold-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-caption-bold-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-default-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-default-letterSpacing: normal; + --semantic-typography-code-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-italic-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-xl-regular-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-italic-letterSpacing: normal; + --semantic-typography-code-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-underline-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-underline-letterSpacing: normal; --semantic-typography-code-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-regular-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-code-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-code-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-regular-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-code-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-code-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-default-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-default-letterSpacing: normal; + --semantic-typography-code-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-italic-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-xl-bold-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-italic-letterSpacing: normal; + --semantic-typography-code-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-underline-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-underline-letterSpacing: normal; --semantic-typography-code-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-bold-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-code-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-code-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-bold-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-code-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-code-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-default-letterSpacing: normal; + --semantic-typography-code-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-lg-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-italic-letterSpacing: normal; + --semantic-typography-code-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-underline-letterSpacing: normal; --semantic-typography-code-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-default-letterSpacing: normal; + --semantic-typography-code-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-lg-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-italic-letterSpacing: normal; + --semantic-typography-code-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-underline-letterSpacing: normal; --semantic-typography-code-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-default-letterSpacing: normal; + --semantic-typography-code-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-letterSpacing: normal; + --semantic-typography-code-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-underline-letterSpacing: normal; --semantic-typography-code-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-default-letterSpacing: normal; + --semantic-typography-code-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-letterSpacing: normal; + --semantic-typography-code-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-underline-letterSpacing: normal; --semantic-typography-code-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-default-letterSpacing: normal; + --semantic-typography-code-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-letterSpacing: normal; + --semantic-typography-code-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-underline-letterSpacing: normal; --semantic-typography-code-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-default-letterSpacing: normal; + --semantic-typography-code-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-letterSpacing: normal; + --semantic-typography-code-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-underline-letterSpacing: normal; --semantic-typography-code-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-icon-labelPaired-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-xl-fontSize: var(--core-fontSize-400); --semantic-typography-icon-labelPaired-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-xl-lineHeight: var(--core-lineHeight-700); - --semantic-typography-icon-labelPaired-regular-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-lg-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-lg-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-regular-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-regular-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-regular-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-regular-caption-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-regular-caption-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-xl-fontSize: var(--core-fontSize-400); --semantic-typography-icon-labelPaired-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-xl-lineHeight: var(--core-lineHeight-700); - --semantic-typography-icon-labelPaired-bold-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-lg-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-lg-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-bold-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-bold-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-bold-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-bold-caption-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --semantic-typography-icon-labelPaired-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-xl-fontSize: var(--core-fontSize-400); + --semantic-typography-icon-labelPaired-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-xl-lineHeight: var(--core-lineHeight-700); + --semantic-typography-icon-labelPaired-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-lg-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-labelPaired-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-lg-lineHeight: var(--core-lineHeight-500); + --semantic-typography-icon-labelPaired-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-md-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-labelPaired-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-md-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-labelPaired-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-sm-fontSize: var(--core-fontSize-75); + --semantic-typography-icon-labelPaired-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-sm-lineHeight: var(--core-lineHeight-200); + --semantic-typography-icon-labelPaired-fill-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-caption-fontSize: var(--core-fontSize-50); + --semantic-typography-icon-labelPaired-fill-caption-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-caption-lineHeight: var(--core-lineHeight-100); --semantic-typography-icon-labelPaired-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-xl-fontSize: var(--core-fontSize-400); - --semantic-typography-icon-labelPaired-brand-xl-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-xl-lineHeight: var(--core-lineHeight-700); - --semantic-typography-icon-labelPaired-brand-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-lg-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-labelPaired-brand-lg-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-lg-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-brand-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-md-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-labelPaired-brand-md-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-brand-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-sm-fontSize: var(--core-fontSize-75); - --semantic-typography-icon-labelPaired-brand-sm-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-brand-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-caption-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-caption-fontSize: var(--core-fontSize-50); - --semantic-typography-icon-labelPaired-brand-caption-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-brand-caption-letterSpacing: normal; --semantic-typography-icon-standalone-regular-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-regular-2xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-regular-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-regular-xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-regular-lg-letterSpacing: normal; --semantic-typography-icon-standalone-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-regular-md-letterSpacing: normal; --semantic-typography-icon-standalone-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-regular-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-regular-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-regular-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-regular-xs-fontWeight: var(--core-fontWeight-light); + --semantic-typography-icon-standalone-regular-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-bold-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-bold-2xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-bold-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-bold-xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-bold-lg-letterSpacing: normal; --semantic-typography-icon-standalone-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-bold-md-letterSpacing: normal; --semantic-typography-icon-standalone-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-bold-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-bold-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-bold-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-bold-xs-fontWeight: var(--core-fontWeight-regular); + --semantic-typography-icon-standalone-bold-xs-lineHeight: var(--core-lineHeight-75); + --semantic-typography-icon-standalone-fill-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-2xl-fontSize: var(--core-fontSize-800); + --semantic-typography-icon-standalone-fill-2xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-2xl-lineHeight: var(--core-lineHeight-1000); + --semantic-typography-icon-standalone-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xl-fontSize: var(--core-fontSize-600); + --semantic-typography-icon-standalone-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xl-lineHeight: var(--core-lineHeight-900); + --semantic-typography-icon-standalone-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-lg-fontSize: var(--core-fontSize-500); + --semantic-typography-icon-standalone-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-lg-lineHeight: var(--core-lineHeight-800); + --semantic-typography-icon-standalone-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-md-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-standalone-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-md-lineHeight: var(--core-lineHeight-600); + --semantic-typography-icon-standalone-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-sm-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-standalone-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-sm-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-standalone-fill-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-fill-xs-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-brand-2xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-2xl-fontSize: var(--core-fontSize-800); - --semantic-typography-icon-standalone-brand-2xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-brand-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-xl-fontSize: var(--core-fontSize-600); - --semantic-typography-icon-standalone-brand-xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-brand-xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-lg-fontSize: var(--core-fontSize-500); - --semantic-typography-icon-standalone-brand-lg-fontWeight: normal; --semantic-typography-icon-standalone-brand-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-brand-lg-letterSpacing: normal; --semantic-typography-icon-standalone-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-md-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-standalone-brand-md-fontWeight: normal; --semantic-typography-icon-standalone-brand-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-brand-md-letterSpacing: normal; --semantic-typography-icon-standalone-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-sm-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-standalone-brand-sm-fontWeight: normal; --semantic-typography-icon-standalone-brand-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-brand-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-brand-xs-fontFamily: var(--core-fontFamily-fontAwesome-brands); + --semantic-typography-icon-standalone-brand-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-brand-xs-lineHeight: var(--core-lineHeight-75); --semantic-spacing-general-none: var(--core-spacing-50); --semantic-spacing-general-3xs: var(--core-spacing-75); --semantic-spacing-general-2xs: var(--core-spacing-100); @@ -7312,74 +8609,6 @@ --semantic-borderRadius-xl: var(--core-borderRadius-1200); --semantic-borderRadius-2xl: var(--core-borderRadius-2400); --semantic-borderRadius-pill: var(--core-borderRadius-4800); - --semantic-fontSize-heading-hero: var(--core-fontSize-900); - --semantic-fontSize-heading-h1: var(--core-fontSize-800); - --semantic-fontSize-heading-h2: var(--core-fontSize-700); - --semantic-fontSize-heading-h3: var(--core-fontSize-400); - --semantic-fontSize-heading-h4: var(--core-fontSize-300); - --semantic-fontSize-heading-h5: var(--core-fontSize-100); - --semantic-fontSize-heading-h6: var(--core-fontSize-75); - --semantic-fontSize-body-xl: var(--core-fontSize-400); - --semantic-fontSize-body-lg: var(--core-fontSize-300); - --semantic-fontSize-body-md: var(--core-fontSize-100); - --semantic-fontSize-body-sm: var(--core-fontSize-75); - --semantic-fontSize-caption: var(--core-fontSize-50); - --semantic-fontSize-code-xl: var(--core-fontSize-400); - --semantic-fontSize-code-lg: var(--core-fontSize-300); - --semantic-fontSize-code-md: var(--core-fontSize-100); - --semantic-fontSize-code-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-xl: var(--core-fontSize-400); - --semantic-fontSize-icon-labelPaired-lg: var(--core-fontSize-300); - --semantic-fontSize-icon-labelPaired-md: var(--core-fontSize-100); - --semantic-fontSize-icon-labelPaired-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-caption: var(--core-fontSize-50); - --semantic-fontSize-icon-standalone-2xl: var(--core-fontSize-800); - --semantic-fontSize-icon-standalone-xl: var(--core-fontSize-600); - --semantic-fontSize-icon-standalone-lg: var(--core-fontSize-500); - --semantic-fontSize-icon-standalone-md: var(--core-fontSize-300); - --semantic-fontSize-icon-standalone-sm: var(--core-fontSize-100); - --semantic-paragraphSpacing-heading-hero: var(--core-paragraphSpacing-900); - --semantic-paragraphSpacing-heading-h1: var(--core-paragraphSpacing-800); - --semantic-paragraphSpacing-heading-h2: var(--core-paragraphSpacing-700); - --semantic-paragraphSpacing-heading-h3: var(--core-paragraphSpacing-400); - --semantic-paragraphSpacing-heading-h4: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-heading-h5: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-heading-h6: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-body-xl: var(--core-paragraphSpacing-400); - --semantic-paragraphSpacing-body-lg: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-body-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-body-sm: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-caption: var(--core-paragraphSpacing-50); - --semantic-paragraphSpacing-code-xl: var(--core-paragraphSpacing-400); - --semantic-paragraphSpacing-code-lg: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-code-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-code-sm: var(--core-paragraphSpacing-75); - --semantic-lineHeight-heading-hero: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h1: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h2: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h3: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h4: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h5: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h6: var(--core-lineHeight-auto); - --semantic-lineHeight-body-xl: var(--core-lineHeight-700); - --semantic-lineHeight-body-lg: var(--core-lineHeight-500); - --semantic-lineHeight-body-md: var(--core-lineHeight-300); - --semantic-lineHeight-body-sm: var(--core-lineHeight-200); - --semantic-lineHeight-caption: var(--core-lineHeight-100); - --semantic-lineHeight-code-xl: var(--core-lineHeight-700); - --semantic-lineHeight-code-lg: var(--core-lineHeight-500); - --semantic-lineHeight-code-md: var(--core-lineHeight-300); - --semantic-lineHeight-code-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-xl: var(--core-lineHeight-700); - --semantic-lineHeight-icon-labelPaired-lg: var(--core-lineHeight-500); - --semantic-lineHeight-icon-labelPaired-md: var(--core-lineHeight-300); - --semantic-lineHeight-icon-labelPaired-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-caption: var(--core-lineHeight-100); - --semantic-lineHeight-icon-standalone-2xl: var(--core-lineHeight-1000); - --semantic-lineHeight-icon-standalone-xl: var(--core-lineHeight-900); - --semantic-lineHeight-icon-standalone-lg: var(--core-lineHeight-800); - --semantic-lineHeight-icon-standalone-md: var(--core-lineHeight-600); - --semantic-lineHeight-icon-standalone-sm: var(--core-lineHeight-300); } } html.light { diff --git a/lib/styles/quill.scss b/lib/styles/quill.scss index 89d0700..6f14e6a 100644 --- a/lib/styles/quill.scss +++ b/lib/styles/quill.scss @@ -652,6 +652,7 @@ --core-spacing-4800: 96px; --core-spacing-4900: 98px; --core-spacing-5000: 100px; + --core-fontSize-25: 10px; --core-fontSize-50: 12px; --core-fontSize-75: 14px; --core-fontSize-100: 16px; @@ -670,11 +671,14 @@ --core-fontFamily-ibmPlex-sans: IBM Plex Sans; --core-fontFamily-fontAwesome-pro: Font Awesome 6 Pro; --core-fontFamily-fontAwesome-brands: Font Awesome 6 Brands; + --core-fontFamily-fontAwesome-custom: Font Awesome Kit a9f9eb613f; --core-fontWeight-light: 300; --core-fontWeight-regular: 400; --core-fontWeight-bold: 700; --core-fontWeight-italic: Italic; --core-fontWeight-boldItalic: Bold Italic; + --core-fontWeight-fill: Solid; + --core-lineHeight-75: 16px; --core-lineHeight-100: 18px; --core-lineHeight-200: 22px; --core-lineHeight-300: 24px; @@ -686,6 +690,7 @@ --core-lineHeight-900: 64px; --core-lineHeight-1000: 96px; --core-lineHeight-auto: auto; + --core-fontDecoration-none: none; --core-fontDecoration-underline: underline; --core-paragraphSpacing-50: 12px; --core-paragraphSpacing-75: 14px; @@ -789,7 +794,7 @@ --size-generic-4xl: var(--core-size-3600); --size-generic-5xl: var(--core-size-4000); --opacity-overlay: var(--core-opacity-900); - --opacity-disabled: var(--core-opacity-600); + --opacity-disabled: var(--core-opacity-300); --motion-easing-linear: var(--core-motion-ease-100); --motion-easing-in: var(--core-motion-ease-200); --motion-easing-out: var(--core-motion-ease-300); @@ -813,661 +818,633 @@ --semantic-typography-heading-hero-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-hero-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-hero-paragraphSpacing: var(--core-paragraphSpacing-800); - --semantic-typography-heading-hero-letterSpacing: normal; --semantic-typography-heading-h1-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h1-fontSize: var(--core-fontSize-1100); --semantic-typography-heading-h1-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h1-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h1-paragraphSpacing: var(--core-paragraphSpacing-1100); - --semantic-typography-heading-h1-letterSpacing: normal; --semantic-typography-heading-h2-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h2-fontSize: var(--core-fontSize-1000); --semantic-typography-heading-h2-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h2-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h2-paragraphSpacing: var(--core-paragraphSpacing-1000); - --semantic-typography-heading-h2-letterSpacing: normal; --semantic-typography-heading-h3-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h3-fontSize: var(--core-fontSize-300); --semantic-typography-heading-h3-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h3-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h3-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-heading-h3-letterSpacing: normal; --semantic-typography-heading-h4-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h4-fontSize: var(--core-fontSize-200); --semantic-typography-heading-h4-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h4-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h4-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-heading-h4-letterSpacing: normal; --semantic-typography-heading-h5-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h5-fontSize: var(--core-fontSize-100); --semantic-typography-heading-h5-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h5-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h5-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-heading-h5-letterSpacing: normal; --semantic-typography-heading-h6-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h6-fontSize: var(--core-fontSize-75); --semantic-typography-heading-h6-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h6-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h6-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-heading-h6-letterSpacing: normal; --semantic-typography-body-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-default-letterSpacing: normal; + --semantic-typography-body-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-letterSpacing: normal; + --semantic-typography-body-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-underline-letterSpacing: normal; --semantic-typography-body-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-default-letterSpacing: normal; + --semantic-typography-body-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-letterSpacing: normal; + --semantic-typography-body-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-underline-letterSpacing: normal; --semantic-typography-body-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-default-letterSpacing: normal; + --semantic-typography-body-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-letterSpacing: normal; + --semantic-typography-body-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-underline-letterSpacing: normal; --semantic-typography-body-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-default-letterSpacing: normal; + --semantic-typography-body-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-letterSpacing: normal; + --semantic-typography-body-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-underline-letterSpacing: normal; --semantic-typography-body-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-default-letterSpacing: normal; + --semantic-typography-body-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-letterSpacing: normal; + --semantic-typography-body-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-underline-letterSpacing: normal; --semantic-typography-body-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-default-letterSpacing: normal; + --semantic-typography-body-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-letterSpacing: normal; + --semantic-typography-body-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-underline-letterSpacing: normal; --semantic-typography-body-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-default-letterSpacing: normal; + --semantic-typography-body-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-letterSpacing: normal; + --semantic-typography-body-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-underline-letterSpacing: normal; --semantic-typography-body-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-default-letterSpacing: normal; + --semantic-typography-body-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-letterSpacing: normal; + --semantic-typography-body-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-underline-letterSpacing: normal; --semantic-typography-body-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-default-letterSpacing: normal; + --semantic-typography-caption-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-caption-regular-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-letterSpacing: normal; + --semantic-typography-caption-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-underline-letterSpacing: normal; --semantic-typography-caption-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-regular-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-caption-regular-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-underline-letterSpacing: normal; - --semantic-typography-caption-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-regular-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-caption-regular-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-default-letterSpacing: normal; + --semantic-typography-caption-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-caption-bold-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-letterSpacing: normal; + --semantic-typography-caption-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-underline-letterSpacing: normal; --semantic-typography-caption-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-bold-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-caption-bold-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-underline-letterSpacing: normal; - --semantic-typography-caption-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-bold-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-caption-bold-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-default-letterSpacing: normal; + --semantic-typography-code-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-letterSpacing: normal; + --semantic-typography-code-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-underline-letterSpacing: normal; --semantic-typography-code-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-default-letterSpacing: normal; + --semantic-typography-code-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-letterSpacing: normal; + --semantic-typography-code-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-underline-letterSpacing: normal; --semantic-typography-code-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-default-letterSpacing: normal; + --semantic-typography-code-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-letterSpacing: normal; + --semantic-typography-code-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-underline-letterSpacing: normal; --semantic-typography-code-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-default-letterSpacing: normal; + --semantic-typography-code-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-letterSpacing: normal; + --semantic-typography-code-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-underline-letterSpacing: normal; --semantic-typography-code-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-default-letterSpacing: normal; + --semantic-typography-code-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-letterSpacing: normal; + --semantic-typography-code-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-underline-letterSpacing: normal; --semantic-typography-code-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-default-letterSpacing: normal; + --semantic-typography-code-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-letterSpacing: normal; + --semantic-typography-code-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-underline-letterSpacing: normal; --semantic-typography-code-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-default-letterSpacing: normal; + --semantic-typography-code-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-letterSpacing: normal; + --semantic-typography-code-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-underline-letterSpacing: normal; --semantic-typography-code-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-default-letterSpacing: normal; + --semantic-typography-code-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-letterSpacing: normal; + --semantic-typography-code-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-underline-letterSpacing: normal; --semantic-typography-code-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-icon-labelPaired-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-regular-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-regular-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-regular-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-regular-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-regular-caption-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-regular-caption-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-bold-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-bold-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-bold-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-bold-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-bold-caption-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --semantic-typography-icon-labelPaired-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-xl-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-labelPaired-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-xl-lineHeight: var(--core-lineHeight-500); + --semantic-typography-icon-labelPaired-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-lg-fontSize: var(--core-fontSize-200); + --semantic-typography-icon-labelPaired-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-lg-lineHeight: var(--core-lineHeight-400); + --semantic-typography-icon-labelPaired-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-md-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-labelPaired-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-md-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-labelPaired-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-sm-fontSize: var(--core-fontSize-75); + --semantic-typography-icon-labelPaired-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-sm-lineHeight: var(--core-lineHeight-200); + --semantic-typography-icon-labelPaired-fill-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-caption-fontSize: var(--core-fontSize-50); + --semantic-typography-icon-labelPaired-fill-caption-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-caption-lineHeight: var(--core-lineHeight-100); --semantic-typography-icon-labelPaired-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-xl-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-labelPaired-brand-xl-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-brand-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-lg-fontSize: var(--core-fontSize-200); - --semantic-typography-icon-labelPaired-brand-lg-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-brand-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-md-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-labelPaired-brand-md-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-brand-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-sm-fontSize: var(--core-fontSize-75); - --semantic-typography-icon-labelPaired-brand-sm-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-brand-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-caption-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-caption-fontSize: var(--core-fontSize-50); - --semantic-typography-icon-labelPaired-brand-caption-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-brand-caption-letterSpacing: normal; --semantic-typography-icon-standalone-regular-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-regular-2xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-regular-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-regular-xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-regular-lg-letterSpacing: normal; --semantic-typography-icon-standalone-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-regular-md-letterSpacing: normal; --semantic-typography-icon-standalone-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-regular-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-regular-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-regular-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-regular-xs-fontWeight: var(--core-fontWeight-light); + --semantic-typography-icon-standalone-regular-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-bold-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-bold-2xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-bold-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-bold-xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-bold-lg-letterSpacing: normal; --semantic-typography-icon-standalone-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-bold-md-letterSpacing: normal; --semantic-typography-icon-standalone-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-bold-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-bold-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-bold-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-bold-xs-fontWeight: var(--core-fontWeight-regular); + --semantic-typography-icon-standalone-bold-xs-lineHeight: var(--core-lineHeight-75); + --semantic-typography-icon-standalone-fill-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-2xl-fontSize: var(--core-fontSize-800); + --semantic-typography-icon-standalone-fill-2xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-2xl-lineHeight: var(--core-lineHeight-1000); + --semantic-typography-icon-standalone-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xl-fontSize: var(--core-fontSize-600); + --semantic-typography-icon-standalone-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xl-lineHeight: var(--core-lineHeight-900); + --semantic-typography-icon-standalone-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-lg-fontSize: var(--core-fontSize-500); + --semantic-typography-icon-standalone-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-lg-lineHeight: var(--core-lineHeight-800); + --semantic-typography-icon-standalone-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-md-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-standalone-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-md-lineHeight: var(--core-lineHeight-600); + --semantic-typography-icon-standalone-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-sm-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-standalone-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-sm-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-standalone-fill-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-fill-xs-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-brand-2xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-2xl-fontSize: var(--core-fontSize-800); - --semantic-typography-icon-standalone-brand-2xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-brand-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-xl-fontSize: var(--core-fontSize-600); - --semantic-typography-icon-standalone-brand-xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-brand-xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-lg-fontSize: var(--core-fontSize-500); - --semantic-typography-icon-standalone-brand-lg-fontWeight: normal; --semantic-typography-icon-standalone-brand-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-brand-lg-letterSpacing: normal; --semantic-typography-icon-standalone-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-md-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-standalone-brand-md-fontWeight: normal; --semantic-typography-icon-standalone-brand-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-brand-md-letterSpacing: normal; --semantic-typography-icon-standalone-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-sm-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-standalone-brand-sm-fontWeight: normal; --semantic-typography-icon-standalone-brand-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-brand-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-brand-xs-fontFamily: var(--core-fontFamily-fontAwesome-brands); + --semantic-typography-icon-standalone-brand-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-brand-xs-lineHeight: var(--core-lineHeight-75); --semantic-spacing-general-none: var(--core-spacing-50); --semantic-spacing-general-3xs: var(--core-spacing-75); --semantic-spacing-general-2xs: var(--core-spacing-100); @@ -1498,74 +1475,6 @@ --semantic-borderRadius-xl: var(--core-borderRadius-1200); --semantic-borderRadius-2xl: var(--core-borderRadius-2400); --semantic-borderRadius-pill: var(--core-borderRadius-4800); - --semantic-fontSize-heading-hero: var(--core-fontSize-800); - --semantic-fontSize-heading-h1: var(--core-fontSize-1100); - --semantic-fontSize-heading-h2: var(--core-fontSize-1000); - --semantic-fontSize-heading-h3: var(--core-fontSize-300); - --semantic-fontSize-heading-h4: var(--core-fontSize-200); - --semantic-fontSize-heading-h5: var(--core-fontSize-100); - --semantic-fontSize-heading-h6: var(--core-fontSize-75); - --semantic-fontSize-body-xl: var(--core-fontSize-300); - --semantic-fontSize-body-lg: var(--core-fontSize-200); - --semantic-fontSize-body-md: var(--core-fontSize-100); - --semantic-fontSize-body-sm: var(--core-fontSize-75); - --semantic-fontSize-caption: var(--core-fontSize-50); - --semantic-fontSize-code-xl: var(--core-fontSize-300); - --semantic-fontSize-code-lg: var(--core-fontSize-200); - --semantic-fontSize-code-md: var(--core-fontSize-100); - --semantic-fontSize-code-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-xl: var(--core-fontSize-300); - --semantic-fontSize-icon-labelPaired-lg: var(--core-fontSize-200); - --semantic-fontSize-icon-labelPaired-md: var(--core-fontSize-100); - --semantic-fontSize-icon-labelPaired-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-caption: var(--core-fontSize-50); - --semantic-fontSize-icon-standalone-2xl: var(--core-fontSize-800); - --semantic-fontSize-icon-standalone-xl: var(--core-fontSize-600); - --semantic-fontSize-icon-standalone-lg: var(--core-fontSize-500); - --semantic-fontSize-icon-standalone-md: var(--core-fontSize-300); - --semantic-fontSize-icon-standalone-sm: var(--core-fontSize-100); - --semantic-paragraphSpacing-heading-hero: var(--core-paragraphSpacing-800); - --semantic-paragraphSpacing-heading-h1: var(--core-paragraphSpacing-1100); - --semantic-paragraphSpacing-heading-h2: var(--core-paragraphSpacing-1000); - --semantic-paragraphSpacing-heading-h3: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-heading-h4: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-heading-h5: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-heading-h6: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-body-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-body-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-body-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-body-sm: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-caption: var(--core-paragraphSpacing-50); - --semantic-paragraphSpacing-code-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-code-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-code-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-code-sm: var(--core-paragraphSpacing-75); - --semantic-lineHeight-heading-hero: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h1: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h2: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h3: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h4: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h5: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h6: var(--core-lineHeight-auto); - --semantic-lineHeight-body-xl: var(--core-lineHeight-500); - --semantic-lineHeight-body-lg: var(--core-lineHeight-400); - --semantic-lineHeight-body-md: var(--core-lineHeight-300); - --semantic-lineHeight-body-sm: var(--core-lineHeight-200); - --semantic-lineHeight-caption: var(--core-lineHeight-100); - --semantic-lineHeight-code-xl: var(--core-lineHeight-500); - --semantic-lineHeight-code-lg: var(--core-lineHeight-400); - --semantic-lineHeight-code-md: var(--core-lineHeight-300); - --semantic-lineHeight-code-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-xl: var(--core-lineHeight-500); - --semantic-lineHeight-icon-labelPaired-lg: var(--core-lineHeight-400); - --semantic-lineHeight-icon-labelPaired-md: var(--core-lineHeight-300); - --semantic-lineHeight-icon-labelPaired-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-caption: var(--core-lineHeight-100); - --semantic-lineHeight-icon-standalone-2xl: var(--core-lineHeight-1000); - --semantic-lineHeight-icon-standalone-xl: var(--core-lineHeight-900); - --semantic-lineHeight-icon-standalone-lg: var(--core-lineHeight-800); - --semantic-lineHeight-icon-standalone-md: var(--core-lineHeight-600); - --semantic-lineHeight-icon-standalone-sm: var(--core-lineHeight-300); --semantic-color-monochrome-surface-normal-lowest: var(--core-color-opacity-white-75); --semantic-color-monochrome-surface-normal-low: var(--core-color-opacity-white-100); --semantic-color-monochrome-surface-normal-midLow: var(--core-color-opacity-white-200); @@ -2809,8 +2718,8 @@ --component-selectionControl-icon-selectedHover: var(--semantic-color-monochrome-surface-normal-high); --component-selectionControl-icon-selectedActive: var(--semantic-color-monochrome-surface-normal-highest); --component-selectionControl-icon-disabled: var(--component-textIcon-normal-disabled); - --component-selectionControl-label-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-selectionControl-label-typography-md: var(--semantic-typography-body-md-regular-default); + --component-selectionControl-label-typography-sm: var(--component-typography-body-sm-regular-default); + --component-selectionControl-label-typography-md: var(--component-typography-body-md-regular-default); --component-selectionControl-label-color-default: var(--component-textIcon-normal-default); --component-selectionControl-label-color-hover: var(--component-textIcon-normal-default); --component-selectionControl-label-color-active: var(--component-textIcon-normal-default); @@ -2823,8 +2732,8 @@ --component-tab-icon-default: var(--component-textIcon-normal-default); --component-tab-icon-selected: var(--component-textIcon-normal-prominent); --component-tab-icon-disabled: var(--component-textIcon-normal-disabled); - --component-tab-label-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-tab-label-typography-md: var(--semantic-typography-body-md-regular-default); + --component-tab-label-typography-sm: var(--component-typography-body-sm-regular-default); + --component-tab-label-typography-md: var(--component-typography-body-md-regular-default); --component-tab-label-color-default: var(--component-textIcon-normal-default); --component-tab-label-color-selected: var(--component-textIcon-normal-prominent); --component-tab-label-color-disabled: var(--component-textIcon-normal-disabled); @@ -2845,24 +2754,24 @@ --component-tab-height-iconLeft-md: var(--core-size-2400); --component-tab-height-labelOnly-sm: var(--core-size-1600); --component-tab-height-labelOnly-md: var(--core-size-2400); - --component-field-label-typography-md-default: var(--semantic-typography-body-md-regular-default); - --component-field-label-typography-md-enabled: var(--semantic-typography-caption-regular-default); + --component-field-label-typography-md-default: var(--component-typography-body-md-regular-default); + --component-field-label-typography-md-enabled: var(--component-typography-caption-regular-default); --component-field-label-color-default: var(--component-textIcon-normal-default); --component-field-label-color-focus: var(--component-textIcon-normal-prominent); --component-field-label-color-enabled: var(--component-textIcon-normal-default); --component-field-label-color-success: var(--component-textIcon-statusNormal-success); --component-field-label-color-fail: var(--component-textIcon-statusNormal-danger); --component-field-label-color-disabled: var(--component-textIcon-normal-disabled); - --component-field-placeholder-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-field-placeholder-typography-md: var(--semantic-typography-body-md-regular-default); + --component-field-placeholder-typography-sm: var(--component-typography-body-sm-regular-default); + --component-field-placeholder-typography-md: var(--component-typography-body-md-regular-default); --component-field-placeholder-color: var(--component-textIcon-normal-disabled); - --component-field-input-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-field-input-typography-md: var(--semantic-typography-body-md-regular-default); + --component-field-input-typography-sm: var(--component-typography-body-sm-regular-default); + --component-field-input-typography-md: var(--component-typography-body-md-regular-default); --component-field-input-color-focus: var(--component-textIcon-normal-prominent); --component-field-input-color-enabled: var(--component-textIcon-normal-default); --component-field-input-color-disabled: var(--component-textIcon-normal-disabled); - --component-field-message: var(--semantic-typography-caption-regular-default); - --component-field-charCount: var(--semantic-typography-caption-regular-default); + --component-field-message: var(--component-typography-caption-regular-default); + --component-field-charCount: var(--component-typography-caption-regular-default); --component-field-bg-outline-default: var(--semantic-color-slate-solid-surface-frame-low); --component-field-bg-fill-default: var(--semantic-color-monochrome-surface-normal-lowest); --component-field-bg-fill-hover: var(--semantic-color-monochrome-surface-normal-low); @@ -2873,6 +2782,16 @@ --component-field-bg-fill-failDefault: var(--semantic-color-red-opacity-surface-low); --component-field-bg-fill-failHover: var(--semantic-color-red-opacity-surface-midLow); --component-field-bg-fill-failFocus: var(--semantic-color-red-opacity-surface-low); + --component-field-addon-outline-default: var(--semantic-color-slate-solid-surface-frame-mid); + --component-field-addon-fill-default: var(--semantic-color-monochrome-surface-normal-lowest); + --component-field-addon-fill-hover: var(--semantic-color-monochrome-surface-normal-low); + --component-field-addon-fill-focus: var(--semantic-color-monochrome-surface-normal-lowest); + --component-field-addon-fill-successDefault: var(--semantic-color-green-opacity-surface-low); + --component-field-addon-fill-successHover: var(--semantic-color-green-opacity-surface-midLow); + --component-field-addon-fill-successFocus: var(--semantic-color-green-opacity-surface-low); + --component-field-addon-fill-failDefault: var(--semantic-color-red-opacity-surface-low); + --component-field-addon-fill-failHover: var(--semantic-color-red-opacity-surface-midLow); + --component-field-addon-fill-failFocus: var(--semantic-color-red-opacity-surface-low); --component-field-border-radius-sm: var(--semantic-borderRadius-md); --component-field-border-radius-md: var(--semantic-borderRadius-md); --component-field-border-width: var(--borderWidth-xs); @@ -2907,8 +2826,8 @@ --component-toggle-spacing-padding: var(--semantic-spacing-general-2xs); --component-toggle-width: var(--core-size-2200); --component-toggle-height: var(--core-size-1200); - --component-modal-title-typography: var(--semantic-typography-heading-h4); - --component-modal-description-typography: var(--semantic-typography-body-md-regular-default); + --component-modal-title-typography: var(--component-typography-heading-h4); + --component-modal-description-typography: var(--component-typography-body-md-regular-default); --component-modal-bg: var(--semantic-color-slate-solid-surface-frame-low); --component-modal-border-radius-bottom: var(--core-borderRadius-800); --component-modal-border-radius-overlay: var(--core-borderRadius-1600); @@ -2954,18 +2873,18 @@ --component-button-icon-facebook-secondary: var(--core-color-solid-slate-1400); --component-button-icon-apple-primary: var(--core-color-solid-slate-50); --component-button-icon-apple-secondary: var(--core-color-solid-slate-1400); - --component-button-label-typography-primary-sm: var(--semantic-typography-caption-bold-default); - --component-button-label-typography-primary-md: var(--semantic-typography-body-sm-bold-default); - --component-button-label-typography-primary-lg: var(--semantic-typography-body-md-bold-default); - --component-button-label-typography-primary-xl: var(--semantic-typography-body-lg-bold-default); - --component-button-label-typography-secondary-sm: var(--semantic-typography-caption-bold-default); - --component-button-label-typography-secondary-md: var(--semantic-typography-body-sm-bold-default); - --component-button-label-typography-secondary-lg: var(--semantic-typography-body-md-bold-default); - --component-button-label-typography-secondary-xl: var(--semantic-typography-body-lg-bold-default); - --component-button-label-typography-tertiary-sm: var(--semantic-typography-caption-bold-underline); - --component-button-label-typography-tertiary-md: var(--semantic-typography-body-sm-bold-underline); - --component-button-label-typography-tertiary-lg: var(--semantic-typography-body-md-bold-underline); - --component-button-label-typography-tertiary-xl: var(--semantic-typography-body-lg-bold-underline); + --component-button-label-typography-primary-sm: var(--component-typography-caption-bold-default); + --component-button-label-typography-primary-md: var(--component-typography-body-sm-bold-default); + --component-button-label-typography-primary-lg: var(--component-typography-body-md-bold-default); + --component-button-label-typography-primary-xl: var(--component-typography-body-lg-bold-default); + --component-button-label-typography-secondary-sm: var(--component-typography-caption-bold-default); + --component-button-label-typography-secondary-md: var(--component-typography-body-sm-bold-default); + --component-button-label-typography-secondary-lg: var(--component-typography-body-md-bold-default); + --component-button-label-typography-secondary-xl: var(--component-typography-body-lg-bold-default); + --component-button-label-typography-tertiary-sm: var(--component-typography-caption-bold-underline); + --component-button-label-typography-tertiary-md: var(--component-typography-body-sm-bold-underline); + --component-button-label-typography-tertiary-lg: var(--component-typography-body-md-bold-underline); + --component-button-label-typography-tertiary-xl: var(--component-typography-body-lg-bold-underline); --component-button-label-color-coral-primary: var(--core-color-solid-slate-50); --component-button-label-color-coral-secondary: var(--core-color-solid-coral-700); --component-button-label-color-coral-tertiary: var(--core-color-solid-coral-700); @@ -3184,9 +3103,9 @@ --component-segmentedControl-icon-multi-default: var(--component-textIcon-normal-default); --component-segmentedControl-icon-multi-selected: var(--component-textIcon-inverse-prominent); --component-segmentedControl-icon-multi-disabled: var(--component-textIcon-normal-disabled); - --component-segmentedControl-label-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-segmentedControl-label-typography-md: var(--semantic-typography-body-md-regular-default); - --component-segmentedControl-label-typography-lg: var(--semantic-typography-body-lg-regular-default); + --component-segmentedControl-label-typography-sm: var(--component-typography-body-sm-regular-default); + --component-segmentedControl-label-typography-md: var(--component-typography-body-md-regular-default); + --component-segmentedControl-label-typography-lg: var(--component-typography-body-lg-regular-default); --component-segmentedControl-label-single-color-default: var(--component-textIcon-normal-default); --component-segmentedControl-label-single-color-selected: var(--component-textIcon-normal-prominent); --component-segmentedControl-label-single-color-disabled: var(--component-textIcon-normal-disabled); @@ -3236,7 +3155,7 @@ --component-segmentedControl-height-body-multi-lg: var(--core-size-2400); --component-pagination-icon-default: var(--component-textIcon-normal-prominent); --component-pagination-icon-disabled: var(--component-textIcon-normal-disabled); - --component-pagination-label-typography: var(--semantic-typography-body-sm-regular-default); + --component-pagination-label-typography: var(--component-typography-body-sm-regular-default); --component-pagination-label-color-default: var(--component-textIcon-normal-default); --component-pagination-label-color-selected: var(--component-textIcon-inverse-prominent); --component-pagination-label-color-disabled: var(--component-textIcon-normal-disabled); @@ -3254,8 +3173,8 @@ --component-pagination-height-number: var(--core-size-1600); --component-pagination-height-bullet: var(--core-size-400); --component-pagination-height-button: var(--core-size-1600); - --component-actionSheet-title-typography: var(--semantic-typography-heading-h5); - --component-actionSheet-description-typography: var(--semantic-typography-body-md-regular-default); + --component-actionSheet-title-typography: var(--component-typography-heading-h5); + --component-actionSheet-description-typography: var(--component-typography-body-md-regular-default); --component-actionSheet-bg: var(--semantic-color-slate-solid-surface-frame-low); --component-actionSheet-border-radius: var(--core-borderRadius-800); --component-actionSheet-spacing-padding-sm: var(--core-spacing-400); @@ -3266,10 +3185,13 @@ --component-actionSheet-width-bottom-min: 320px; --component-actionSheet-width-bottom-max: 800px; --component-actionSheet-width-side: 360px; - --component-snackbar-icon: var(--semantic-color-slate-solid-textIcon-inverse-highest); - --component-snackbar-label-typography: var(--semantic-typography-body-sm-regular-default); - --component-snackbar-label-color: var(--semantic-color-slate-solid-textIcon-inverse-highest); - --component-snackbar-bg: var(--semantic-color-slate-solid-surface-inverse-lowest); + --component-snackbar-icon-neutral: var(--component-textIcon-inverse-prominent); + --component-snackbar-icon-fail: var(--component-textIcon-static-prominentDark); + --component-snackbar-label-typography: var(--component-typography-body-sm-regular-default); + --component-snackbar-label-color-neutral: var(--component-textIcon-inverse-prominent); + --component-snackbar-label-color-fail: var(--component-textIcon-static-prominentDark); + --component-snackbar-bg-neutral: var(--semantic-color-slate-solid-surface-inverse-lowest); + --component-snackbar-bg-fail: var(--semantic-color-red-solid-surface-normal-highest); --component-snackbar-border-radius: var(--core-borderRadius-400); --component-snackbar-border-width: var(--core-borderWidth-75); --component-snackbar-border-color: var(--semantic-color-monochrome-border-inverse-low); @@ -3280,9 +3202,9 @@ --component-snackbar-height-min: 48px; --component-snackbar-height-max: 60px; --component-snackbar-elevation-shadow: var(--core-elevation-shadow-330); - --component-badge-notification-label-typography-sm: var(--semantic-typography-caption-bold-default); - --component-badge-notification-label-typography-md: var(--semantic-typography-body-md-bold-default); - --component-badge-notification-label-typography-lg: var(--semantic-typography-body-xl-bold-default); + --component-badge-notification-label-typography-sm: var(--component-typography-caption-bold-default); + --component-badge-notification-label-typography-md: var(--component-typography-body-md-bold-default); + --component-badge-notification-label-typography-lg: var(--component-typography-body-xl-bold-default); --component-badge-notification-label-color: var(--semantic-color-slate-solid-surface-static-lowest); --component-badge-notification-bg: var(--semantic-color-red-solid-surface-static-mid); --component-badge-notification-border-radius: var(--semantic-borderRadius-pill); @@ -3299,9 +3221,9 @@ --component-badge-status-height-sm: var(--core-size-400); --component-badge-status-height-md: var(--core-size-800); --component-badge-status-height-lg: var(--core-size-1200); - --component-fieldMarker-label-typography-xs: var(--semantic-typography-caption-regular-default); - --component-fieldMarker-label-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-fieldMarker-label-typography-md: var(--semantic-typography-body-md-regular-default); + --component-fieldMarker-label-typography-xs: var(--component-typography-caption-regular-default); + --component-fieldMarker-label-typography-sm: var(--component-typography-body-sm-regular-default); + --component-fieldMarker-label-typography-md: var(--component-typography-body-md-regular-default); --component-fieldMarker-label-color-required: var(--component-textIcon-statusNormal-danger); --component-fieldMarker-label-color-optional: var(--component-textIcon-normal-disabled); --component-dropdownItem-icon-default: var(--component-textIcon-normal-default); @@ -3309,8 +3231,8 @@ --component-dropdownItem-icon-selectedWhite: var(--component-textIcon-inverse-prominent); --component-dropdownItem-icon-disabled: var(--component-textIcon-normal-disabled); --component-dropdownItem-icon-disabledWhite: var(--component-textIcon-inverse-disabled); - --component-dropdownItem-label-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-dropdownItem-label-typography-md: var(--semantic-typography-body-md-regular-default); + --component-dropdownItem-label-typography-sm: var(--component-typography-body-sm-regular-default); + --component-dropdownItem-label-typography-md: var(--component-typography-body-md-regular-default); --component-dropdownItem-label-color-default: var(--component-textIcon-normal-default); --component-dropdownItem-label-color-selected: var(--component-textIcon-normal-prominent); --component-dropdownItem-label-color-selectedWhite: var(--component-textIcon-inverse-prominent); @@ -3358,12 +3280,12 @@ --component-tag-icon-success: var(--component-textIcon-statusNormal-success); --component-tag-icon-warning: var(--component-textIcon-statusNormal-warning); --component-tag-icon-danger: var(--component-textIcon-statusNormal-danger); - --component-tag-label-typography-regular-xs: var(--semantic-typography-caption-regular-default); - --component-tag-label-typography-regular-sm: var(--semantic-typography-body-sm-regular-default); - --component-tag-label-typography-regular-md: var(--semantic-typography-body-md-regular-default); - --component-tag-label-typography-bold-xs: var(--semantic-typography-caption-bold-default); - --component-tag-label-typography-bold-sm: var(--semantic-typography-body-sm-bold-default); - --component-tag-label-typography-bold-md: var(--semantic-typography-body-md-bold-default); + --component-tag-label-typography-regular-xs: var(--component-typography-caption-regular-default); + --component-tag-label-typography-regular-sm: var(--component-typography-body-sm-regular-default); + --component-tag-label-typography-regular-md: var(--component-typography-body-md-regular-default); + --component-tag-label-typography-bold-xs: var(--component-typography-caption-bold-default); + --component-tag-label-typography-bold-sm: var(--component-typography-body-sm-bold-default); + --component-tag-label-typography-bold-md: var(--component-typography-body-md-bold-default); --component-tag-label-color-default: var(--component-textIcon-normal-default); --component-tag-label-color-information: var(--component-textIcon-statusNormal-information); --component-tag-label-color-success: var(--component-textIcon-statusNormal-success); @@ -3402,21 +3324,21 @@ --component-chip-icon-close-default: var(--component-textIcon-normal-subtle); --component-chip-icon-close-hover: var(--component-textIcon-normal-default); --component-chip-icon-close-active: var(--component-textIcon-normal-prominent); - --component-chip-label-typography-sm: var(--semantic-typography-caption-regular-default); - --component-chip-label-typography-md: var(--semantic-typography-body-sm-regular-default); - --component-chip-label-typography-lg: var(--semantic-typography-body-md-regular-default); + --component-chip-label-typography-sm: var(--component-typography-caption-regular-default); + --component-chip-label-typography-md: var(--component-typography-body-sm-regular-default); + --component-chip-label-typography-lg: var(--component-typography-body-md-regular-default); --component-chip-label-color-default: var(--component-textIcon-normal-default); --component-chip-label-color-selected: var(--component-textIcon-inverse-prominent); --component-chip-label-color-disabled: var(--component-textIcon-normal-disabled); --component-chip-label-color-disabledWhite: var(--component-textIcon-inverse-disabled); - --component-chip-item-typography-sm: var(--semantic-typography-caption-regular-default); - --component-chip-item-typography-md: var(--semantic-typography-body-sm-regular-default); - --component-chip-item-typography-lg: var(--semantic-typography-body-md-regular-default); + --component-chip-item-typography-sm: var(--component-typography-caption-regular-default); + --component-chip-item-typography-md: var(--component-typography-body-sm-regular-default); + --component-chip-item-typography-lg: var(--component-typography-body-md-regular-default); --component-chip-item-color-default: var(--component-textIcon-inverse-prominent); --component-chip-item-color-disabled: var(--component-textIcon-inverse-disabled); - --component-chip-tag-typography-sm: var(--semantic-typography-caption-bold-default); - --component-chip-tag-typography-md: var(--semantic-typography-body-sm-bold-default); - --component-chip-tag-typography-lg: var(--semantic-typography-body-md-bold-default); + --component-chip-tag-typography-sm: var(--component-typography-caption-bold-default); + --component-chip-tag-typography-md: var(--component-typography-body-sm-bold-default); + --component-chip-tag-typography-lg: var(--component-typography-body-md-bold-default); --component-chip-tag-color-default: var(--component-textIcon-normal-default); --component-chip-tag-color-selected: var(--component-textIcon-inverse-prominent); --component-chip-tag-color-disabled: var(--component-textIcon-normal-disabled); @@ -3442,18 +3364,18 @@ --component-chip-height-sm: var(--core-size-1200); --component-chip-height-md: var(--core-size-1600); --component-chip-height-lg: var(--core-size-2400); - --component-notification-title-typography-banner: var(--semantic-typography-body-sm-bold-default); - --component-notification-title-typography-item-unread: var(--semantic-typography-body-sm-bold-default); - --component-notification-title-typography-item-read: var(--semantic-typography-body-sm-regular-default); + --component-notification-title-typography-banner: var(--component-typography-body-sm-bold-default); + --component-notification-title-typography-item-unread: var(--component-typography-body-sm-bold-default); + --component-notification-title-typography-item-read: var(--component-typography-body-sm-regular-default); --component-notification-title-color-banner: var(--component-textIcon-normal-prominent); --component-notification-title-color-item-unread: var(--component-textIcon-normal-prominent); --component-notification-title-color-item-read: var(--component-textIcon-normal-default); - --component-notification-message-typography-banner: var(--semantic-typography-caption-regular-default); - --component-notification-message-typography-item: var(--semantic-typography-body-sm-regular-default); + --component-notification-message-typography-banner: var(--component-typography-caption-regular-default); + --component-notification-message-typography-item: var(--component-typography-body-sm-regular-default); --component-notification-message-color-banner: var(--component-textIcon-normal-default); --component-notification-message-color-item-unread: var(--component-textIcon-normal-prominent); --component-notification-message-color-item-read: var(--component-textIcon-normal-default); - --component-notification-timestamp-typography: var(--semantic-typography-caption-regular-default); + --component-notification-timestamp-typography: var(--component-typography-caption-regular-default); --component-notification-timestamp-color: var(--component-textIcon-normal-subtle); --component-notification-bg-banner: var(--semantic-color-slate-solid-surface-frame-low); --component-notification-bg-item-default: var(--semantic-color-slate-solid-surface-frame-low); @@ -3470,10 +3392,10 @@ --component-notification-spacing-gap-md: var(--core-spacing-1600); --component-notification-sizing-banner: 360px; --component-notification-elevation-shadow: var(--core-elevation-shadow-330); - --component-breadcrumb-label-typography-sm-default: var(--semantic-typography-body-sm-regular-default); - --component-breadcrumb-label-typography-sm-active: var(--semantic-typography-body-sm-regular-underline); - --component-breadcrumb-label-typography-md-default: var(--semantic-typography-body-md-regular-default); - --component-breadcrumb-label-typography-md-active: var(--semantic-typography-body-md-regular-underline); + --component-breadcrumb-label-typography-sm-default: var(--component-typography-body-sm-regular-default); + --component-breadcrumb-label-typography-sm-active: var(--component-typography-body-sm-regular-underline); + --component-breadcrumb-label-typography-md-default: var(--component-typography-body-md-regular-default); + --component-breadcrumb-label-typography-md-active: var(--component-typography-body-md-regular-underline); --component-breadcrumb-label-color-default: var(--component-textIcon-normal-default); --component-breadcrumb-label-color-hover: var(--component-textIcon-normal-default); --component-breadcrumb-label-color-active: var(--component-textIcon-normal-prominent); @@ -3489,26 +3411,26 @@ --component-link-icon-blackWhite-disabled: var(--component-textIcon-normal-disabled); --component-link-icon-whiteBlack-default: var(--component-textIcon-inverse-prominent); --component-link-icon-whiteBlack-disabled: var(--component-textIcon-inverse-disabled); - --component-link-label-typography-caption-default: var(--semantic-typography-caption-regular-default); - --component-link-label-typography-caption-hover: var(--semantic-typography-caption-regular-underline); - --component-link-label-typography-caption-active: var(--semantic-typography-caption-regular-underline); - --component-link-label-typography-caption-disabled: var(--semantic-typography-caption-regular-default); - --component-link-label-typography-sm-default: var(--semantic-typography-body-sm-regular-default); - --component-link-label-typography-sm-hover: var(--semantic-typography-body-sm-regular-underline); - --component-link-label-typography-sm-active: var(--semantic-typography-body-sm-regular-underline); - --component-link-label-typography-sm-disabled: var(--semantic-typography-body-sm-regular-default); - --component-link-label-typography-md-default: var(--semantic-typography-body-md-regular-default); - --component-link-label-typography-md-hover: var(--semantic-typography-body-md-regular-underline); - --component-link-label-typography-md-active: var(--semantic-typography-body-md-regular-underline); - --component-link-label-typography-md-disabled: var(--semantic-typography-body-md-regular-default); - --component-link-label-typography-lg-default: var(--semantic-typography-body-lg-regular-default); - --component-link-label-typography-lg-hover: var(--semantic-typography-body-lg-regular-underline); - --component-link-label-typography-lg-active: var(--semantic-typography-body-lg-regular-underline); - --component-link-label-typography-lg-disabled: var(--semantic-typography-body-lg-regular-default); - --component-link-label-typography-xl-default: var(--semantic-typography-body-xl-regular-default); - --component-link-label-typography-xl-hover: var(--semantic-typography-body-xl-regular-underline); - --component-link-label-typography-xl-active: var(--semantic-typography-body-xl-regular-underline); - --component-link-label-typography-xl-disabled: var(--semantic-typography-body-xl-regular-default); + --component-link-label-typography-caption-default: var(--component-typography-caption-regular-default); + --component-link-label-typography-caption-hover: var(--component-typography-caption-regular-underline); + --component-link-label-typography-caption-active: var(--component-typography-caption-regular-underline); + --component-link-label-typography-caption-disabled: var(--component-typography-caption-regular-default); + --component-link-label-typography-sm-default: var(--component-typography-body-sm-regular-default); + --component-link-label-typography-sm-hover: var(--component-typography-body-sm-regular-underline); + --component-link-label-typography-sm-active: var(--component-typography-body-sm-regular-underline); + --component-link-label-typography-sm-disabled: var(--component-typography-body-sm-regular-default); + --component-link-label-typography-md-default: var(--component-typography-body-md-regular-default); + --component-link-label-typography-md-hover: var(--component-typography-body-md-regular-underline); + --component-link-label-typography-md-active: var(--component-typography-body-md-regular-underline); + --component-link-label-typography-md-disabled: var(--component-typography-body-md-regular-default); + --component-link-label-typography-lg-default: var(--component-typography-body-lg-regular-default); + --component-link-label-typography-lg-hover: var(--component-typography-body-lg-regular-underline); + --component-link-label-typography-lg-active: var(--component-typography-body-lg-regular-underline); + --component-link-label-typography-lg-disabled: var(--component-typography-body-lg-regular-default); + --component-link-label-typography-xl-default: var(--component-typography-body-xl-regular-default); + --component-link-label-typography-xl-hover: var(--component-typography-body-xl-regular-underline); + --component-link-label-typography-xl-active: var(--component-typography-body-xl-regular-underline); + --component-link-label-typography-xl-disabled: var(--component-typography-body-xl-regular-default); --component-link-label-color-black-default: var(--component-textIcon-static-prominentLight); --component-link-label-color-black-disabled: var(--component-textIcon-static-disabledLight); --component-link-label-color-white-default: var(--component-textIcon-static-prominentDark); @@ -3519,9 +3441,9 @@ --component-link-label-color-whiteBlack-disabled: var(--component-textIcon-inverse-disabled); --component-link-spacing-gap-sm: var(--core-spacing-400); --component-link-spacing-gap-md: var(--core-spacing-500); - --component-tooltip-title-typography: var(--semantic-typography-caption-bold-default); + --component-tooltip-title-typography: var(--component-typography-caption-bold-default); --component-tooltip-title-color: var(--component-textIcon-inverse-prominent); - --component-tooltip-description-typography: var(--semantic-typography-caption-regular-default); + --component-tooltip-description-typography: var(--component-typography-caption-regular-default); --component-tooltip-description-color: var(--component-textIcon-inverse-default); --component-tooltip-bg: var(--semantic-color-slate-solid-surface-inverse-lowest); --component-tooltip-border-radius: var(--core-borderRadius-400); @@ -3532,14 +3454,14 @@ --component-tooltip-width-max: 296px; --component-accordion-icon-default: var(--component-textIcon-normal-default); --component-accordion-icon-disabled: var(--component-textIcon-normal-disabled); - --component-accordion-title-typography-sm: var(--semantic-typography-body-md-regular-default); - --component-accordion-title-typography-md: var(--semantic-typography-body-lg-regular-default); - --component-accordion-title-typography-lg: var(--semantic-typography-body-xl-regular-default); + --component-accordion-title-typography-sm: var(--component-typography-body-md-regular-default); + --component-accordion-title-typography-md: var(--component-typography-body-lg-regular-default); + --component-accordion-title-typography-lg: var(--component-typography-body-xl-regular-default); --component-accordion-title-color-default: var(--component-textIcon-normal-prominent); --component-accordion-title-color-disabled: var(--component-textIcon-normal-disabled); - --component-accordion-subtitle-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-accordion-subtitle-typography-md: var(--semantic-typography-body-md-regular-default); - --component-accordion-subtitle-typography-lg: var(--semantic-typography-body-lg-regular-default); + --component-accordion-subtitle-typography-sm: var(--component-typography-body-sm-regular-default); + --component-accordion-subtitle-typography-md: var(--component-typography-body-md-regular-default); + --component-accordion-subtitle-typography-lg: var(--component-typography-body-lg-regular-default); --component-accordion-subtitle-color-default: var(--component-textIcon-normal-subtle); --component-accordion-subtitle-color-disabled: var(--component-textIcon-normal-disabled); --component-accordion-bg-default: var(--semantic-color-slate-solid-surface-frame-low); @@ -3557,11 +3479,11 @@ --component-sectionMessage-icon-success: var(--component-textIcon-statusNormal-success); --component-sectionMessage-icon-information: var(--component-textIcon-statusNormal-information); --component-sectionMessage-icon-default: var(--component-textIcon-normal-prominent); - --component-sectionMessage-title-typography-sm: var(--semantic-typography-body-md-bold-default); - --component-sectionMessage-title-typography-md: var(--semantic-typography-body-lg-bold-default); + --component-sectionMessage-title-typography-sm: var(--component-typography-body-md-bold-default); + --component-sectionMessage-title-typography-md: var(--component-typography-body-lg-bold-default); --component-sectionMessage-title-color: var(--component-textIcon-normal-prominent); - --component-sectionMessage-message-typography-sm: var(--semantic-typography-body-sm-regular-default); - --component-sectionMessage-message-typography-md: var(--semantic-typography-body-md-regular-default); + --component-sectionMessage-message-typography-sm: var(--component-typography-body-sm-regular-default); + --component-sectionMessage-message-typography-md: var(--component-typography-body-md-regular-default); --component-sectionMessage-message-color: var(--component-textIcon-normal-default); --component-sectionMessage-bg-danger: var(--semantic-color-red-opacity-surface-low); --component-sectionMessage-bg-warning: var(--semantic-color-yellow-opacity-surface-low); @@ -3571,6 +3493,1793 @@ --component-sectionMessage-border-radius: var(--core-borderRadius-800); --component-sectionMessage-spacing-sm: var(--core-spacing-400); --component-sectionMessage-spacing-md: var(--core-spacing-800); + --component-navigationBar-icon-default: var(--component-textIcon-normal-default); + --component-navigationBar-icon-selected: var(--component-textIcon-normal-prominent); + --component-navigationBar-label-typography-xs: var(--component-typography-caption-regular-default); + --component-navigationBar-label-typography-sm: var(--component-typography-body-sm-regular-default); + --component-navigationBar-label-color-default: var(--component-textIcon-normal-default); + --component-navigationBar-label-color-selected: var(--component-textIcon-normal-prominent); + --component-navigationBar-bg-item-hover: var(--semantic-color-monochrome-surface-normal-low); + --component-navigationBar-bg-item-active: var(--semantic-color-monochrome-surface-normal-midLow); + --component-navigationBar-bg-item-selectedDefault: var(--semantic-color-monochrome-surface-normal-lowest); + --component-navigationBar-bg-item-selectedHover: var(--semantic-color-monochrome-surface-normal-low); + --component-navigationBar-bg-item-selectedActive: var(--semantic-color-monochrome-surface-normal-midLow); + --component-navigationBar-bg-body: var(--semantic-color-slate-solid-surface-frame-low); + --component-navigationBar-border-radius: var(--core-borderRadius-400); + --component-navigationBar-border-width: var(--core-borderWidth-75); + --component-navigationBar-border-color: var(--semantic-color-monochrome-border-normal-mid); + --component-navigationBar-spacing-sm: var(--core-spacing-400); + --component-navigationBar-spacing-md: var(--core-spacing-800); + --component-navigationBar-spacing-lg: var(--core-spacing-1000); + --component-navigationBar-sizing-item-sm: var(--core-size-2000); + --component-navigationBar-sizing-item-md: var(--core-size-2400); + --component-navigationBar-sizing-body-heightBottom: 56px; + --component-navigationBar-sizing-body-widthSideCollapse: 72px; + --component-navigationBar-sizing-body-widthSideExpand: 224px; + --component-typography-heading-hero-fontFamily: var(--semantic-typography-heading-hero-fontFamily); + --component-typography-heading-hero-fontSize: var(--semantic-typography-heading-hero-fontSize); + --component-typography-heading-hero-fontWeight: var(--semantic-typography-heading-hero-fontWeight); + --component-typography-heading-hero-lineHeight: var(--semantic-typography-heading-hero-lineHeight); + --component-typography-heading-hero-paragraphSpacing: var(--semantic-typography-heading-hero-paragraphSpacing); + --component-typography-heading-hero-letterSpacing: normal; + --component-typography-heading-h1-fontFamily: var(--semantic-typography-heading-h1-fontFamily); + --component-typography-heading-h1-fontSize: var(--semantic-typography-heading-h1-fontSize); + --component-typography-heading-h1-fontWeight: var(--semantic-typography-heading-h1-fontWeight); + --component-typography-heading-h1-lineHeight: var(--semantic-typography-heading-h1-lineHeight); + --component-typography-heading-h1-paragraphSpacing: var(--semantic-typography-heading-h1-paragraphSpacing); + --component-typography-heading-h1-letterSpacing: normal; + --component-typography-heading-h2-fontFamily: var(--semantic-typography-heading-h2-fontFamily); + --component-typography-heading-h2-fontSize: var(--semantic-typography-heading-h2-fontSize); + --component-typography-heading-h2-fontWeight: var(--semantic-typography-heading-h2-fontWeight); + --component-typography-heading-h2-lineHeight: var(--semantic-typography-heading-h2-lineHeight); + --component-typography-heading-h2-paragraphSpacing: var(--semantic-typography-heading-h2-paragraphSpacing); + --component-typography-heading-h2-letterSpacing: normal; + --component-typography-heading-h3-fontFamily: var(--semantic-typography-heading-h3-fontFamily); + --component-typography-heading-h3-fontSize: var(--semantic-typography-heading-h3-fontSize); + --component-typography-heading-h3-fontWeight: var(--semantic-typography-heading-h3-fontWeight); + --component-typography-heading-h3-lineHeight: var(--semantic-typography-heading-h3-lineHeight); + --component-typography-heading-h3-paragraphSpacing: var(--semantic-typography-heading-h3-paragraphSpacing); + --component-typography-heading-h3-letterSpacing: normal; + --component-typography-heading-h4-fontFamily: var(--semantic-typography-heading-h4-fontFamily); + --component-typography-heading-h4-fontSize: var(--semantic-typography-heading-h4-fontSize); + --component-typography-heading-h4-fontWeight: var(--semantic-typography-heading-h4-fontWeight); + --component-typography-heading-h4-lineHeight: var(--semantic-typography-heading-h4-lineHeight); + --component-typography-heading-h4-paragraphSpacing: var(--semantic-typography-heading-h4-paragraphSpacing); + --component-typography-heading-h4-letterSpacing: normal; + --component-typography-heading-h5-fontFamily: var(--semantic-typography-heading-h5-fontFamily); + --component-typography-heading-h5-fontSize: var(--semantic-typography-heading-h5-fontSize); + --component-typography-heading-h5-fontWeight: var(--semantic-typography-heading-h5-fontWeight); + --component-typography-heading-h5-lineHeight: var(--semantic-typography-heading-h5-lineHeight); + --component-typography-heading-h5-paragraphSpacing: var(--semantic-typography-heading-h5-paragraphSpacing); + --component-typography-heading-h5-letterSpacing: normal; + --component-typography-heading-h6-fontFamily: var(--semantic-typography-heading-h6-fontFamily); + --component-typography-heading-h6-fontSize: var(--semantic-typography-heading-h6-fontSize); + --component-typography-heading-h6-fontWeight: var(--semantic-typography-heading-h6-fontWeight); + --component-typography-heading-h6-lineHeight: var(--semantic-typography-heading-h6-lineHeight); + --component-typography-heading-h6-paragraphSpacing: var(--semantic-typography-heading-h6-paragraphSpacing); + --component-typography-heading-h6-letterSpacing: normal; + --component-typography-body-xl-regular-default-fontFamily: var( + --semantic-typography-body-xl-regular-default-fontFamily + ); + --component-typography-body-xl-regular-default-fontSize: var(--semantic-typography-body-xl-regular-default-fontSize); + --component-typography-body-xl-regular-default-fontWeight: var( + --semantic-typography-body-xl-regular-default-fontWeight + ); + --component-typography-body-xl-regular-default-lineHeight: var( + --semantic-typography-body-xl-regular-default-lineHeight + ); + --component-typography-body-xl-regular-default-paragraphSpacing: var( + --semantic-typography-body-xl-regular-default-paragraphSpacing + ); + --component-typography-body-xl-regular-default-letterSpacing: normal; + --component-typography-body-xl-regular-default-textDecoration: var( + --semantic-typography-body-xl-regular-default-textDecoration + ); + --component-typography-body-xl-regular-italic-fontFamily: var( + --semantic-typography-body-xl-regular-italic-fontFamily + ); + --component-typography-body-xl-regular-italic-fontSize: var(--semantic-typography-body-xl-regular-italic-fontSize); + --component-typography-body-xl-regular-italic-fontWeight: var( + --semantic-typography-body-xl-regular-italic-fontWeight + ); + --component-typography-body-xl-regular-italic-lineHeight: var( + --semantic-typography-body-xl-regular-italic-lineHeight + ); + --component-typography-body-xl-regular-italic-paragraphSpacing: var( + --semantic-typography-body-xl-regular-italic-paragraphSpacing + ); + --component-typography-body-xl-regular-italic-letterSpacing: normal; + --component-typography-body-xl-regular-italic-textDecoration: var( + --semantic-typography-body-xl-regular-italic-textDecoration + ); + --component-typography-body-xl-regular-underline-fontFamily: var( + --semantic-typography-body-xl-regular-underline-fontFamily + ); + --component-typography-body-xl-regular-underline-fontSize: var( + --semantic-typography-body-xl-regular-underline-fontSize + ); + --component-typography-body-xl-regular-underline-fontWeight: var( + --semantic-typography-body-xl-regular-underline-fontWeight + ); + --component-typography-body-xl-regular-underline-lineHeight: var( + --semantic-typography-body-xl-regular-underline-lineHeight + ); + --component-typography-body-xl-regular-underline-paragraphSpacing: var( + --semantic-typography-body-xl-regular-underline-paragraphSpacing + ); + --component-typography-body-xl-regular-underline-letterSpacing: normal; + --component-typography-body-xl-regular-underline-textDecoration: var( + --semantic-typography-body-xl-regular-underline-textDecoration + ); + --component-typography-body-xl-regular-italicUnderline-fontFamily: var( + --semantic-typography-body-xl-regular-italicUnderline-fontFamily + ); + --component-typography-body-xl-regular-italicUnderline-fontSize: var( + --semantic-typography-body-xl-regular-italicUnderline-fontSize + ); + --component-typography-body-xl-regular-italicUnderline-fontWeight: var( + --semantic-typography-body-xl-regular-italicUnderline-fontWeight + ); + --component-typography-body-xl-regular-italicUnderline-lineHeight: var( + --semantic-typography-body-xl-regular-italicUnderline-lineHeight + ); + --component-typography-body-xl-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing + ); + --component-typography-body-xl-regular-italicUnderline-letterSpacing: normal; + --component-typography-body-xl-regular-italicUnderline-textDecoration: var( + --semantic-typography-body-xl-regular-italicUnderline-textDecoration + ); + --component-typography-body-xl-bold-default-fontFamily: var(--semantic-typography-body-xl-bold-default-fontFamily); + --component-typography-body-xl-bold-default-fontSize: var(--semantic-typography-body-xl-bold-default-fontSize); + --component-typography-body-xl-bold-default-fontWeight: var(--semantic-typography-body-xl-bold-default-fontWeight); + --component-typography-body-xl-bold-default-lineHeight: var(--semantic-typography-body-xl-bold-default-lineHeight); + --component-typography-body-xl-bold-default-paragraphSpacing: var( + --semantic-typography-body-xl-bold-default-paragraphSpacing + ); + --component-typography-body-xl-bold-default-letterSpacing: normal; + --component-typography-body-xl-bold-default-textDecoration: var( + --semantic-typography-body-xl-bold-default-textDecoration + ); + --component-typography-body-xl-bold-italic-fontFamily: var(--semantic-typography-body-xl-bold-italic-fontFamily); + --component-typography-body-xl-bold-italic-fontSize: var(--semantic-typography-body-xl-bold-italic-fontSize); + --component-typography-body-xl-bold-italic-fontWeight: var(--semantic-typography-body-xl-bold-italic-fontWeight); + --component-typography-body-xl-bold-italic-lineHeight: var(--semantic-typography-body-xl-bold-italic-lineHeight); + --component-typography-body-xl-bold-italic-paragraphSpacing: var( + --semantic-typography-body-xl-bold-italic-paragraphSpacing + ); + --component-typography-body-xl-bold-italic-letterSpacing: normal; + --component-typography-body-xl-bold-italic-textDecoration: var( + --semantic-typography-body-xl-bold-italic-textDecoration + ); + --component-typography-body-xl-bold-underline-fontFamily: var( + --semantic-typography-body-xl-bold-underline-fontFamily + ); + --component-typography-body-xl-bold-underline-fontSize: var(--semantic-typography-body-xl-bold-underline-fontSize); + --component-typography-body-xl-bold-underline-fontWeight: var( + --semantic-typography-body-xl-bold-underline-fontWeight + ); + --component-typography-body-xl-bold-underline-lineHeight: var( + --semantic-typography-body-xl-bold-underline-lineHeight + ); + --component-typography-body-xl-bold-underline-paragraphSpacing: var( + --semantic-typography-body-xl-bold-underline-paragraphSpacing + ); + --component-typography-body-xl-bold-underline-letterSpacing: normal; + --component-typography-body-xl-bold-underline-textDecoration: var( + --semantic-typography-body-xl-bold-underline-textDecoration + ); + --component-typography-body-xl-bold-italicUnderline-fontFamily: var( + --semantic-typography-body-xl-bold-italicUnderline-fontFamily + ); + --component-typography-body-xl-bold-italicUnderline-fontSize: var( + --semantic-typography-body-xl-bold-italicUnderline-fontSize + ); + --component-typography-body-xl-bold-italicUnderline-fontWeight: var( + --semantic-typography-body-xl-bold-italicUnderline-fontWeight + ); + --component-typography-body-xl-bold-italicUnderline-lineHeight: var( + --semantic-typography-body-xl-bold-italicUnderline-lineHeight + ); + --component-typography-body-xl-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing + ); + --component-typography-body-xl-bold-italicUnderline-letterSpacing: normal; + --component-typography-body-xl-bold-italicUnderline-textDecoration: var( + --semantic-typography-body-xl-bold-italicUnderline-textDecoration + ); + --component-typography-body-lg-regular-default-fontFamily: var( + --semantic-typography-body-lg-regular-default-fontFamily + ); + --component-typography-body-lg-regular-default-fontSize: var(--semantic-typography-body-lg-regular-default-fontSize); + --component-typography-body-lg-regular-default-fontWeight: var( + --semantic-typography-body-lg-regular-default-fontWeight + ); + --component-typography-body-lg-regular-default-lineHeight: var( + --semantic-typography-body-lg-regular-default-lineHeight + ); + --component-typography-body-lg-regular-default-paragraphSpacing: var( + --semantic-typography-body-lg-regular-default-paragraphSpacing + ); + --component-typography-body-lg-regular-default-letterSpacing: normal; + --component-typography-body-lg-regular-default-textDecoration: var( + --semantic-typography-body-lg-regular-default-textDecoration + ); + --component-typography-body-lg-regular-italic-fontFamily: var( + --semantic-typography-body-lg-regular-italic-fontFamily + ); + --component-typography-body-lg-regular-italic-fontSize: var(--semantic-typography-body-lg-regular-italic-fontSize); + --component-typography-body-lg-regular-italic-fontWeight: var( + --semantic-typography-body-lg-regular-italic-fontWeight + ); + --component-typography-body-lg-regular-italic-lineHeight: var( + --semantic-typography-body-lg-regular-italic-lineHeight + ); + --component-typography-body-lg-regular-italic-paragraphSpacing: var( + --semantic-typography-body-lg-regular-italic-paragraphSpacing + ); + --component-typography-body-lg-regular-italic-letterSpacing: normal; + --component-typography-body-lg-regular-italic-textDecoration: var( + --semantic-typography-body-lg-regular-italic-textDecoration + ); + --component-typography-body-lg-regular-underline-fontFamily: var( + --semantic-typography-body-lg-regular-underline-fontFamily + ); + --component-typography-body-lg-regular-underline-fontSize: var( + --semantic-typography-body-lg-regular-underline-fontSize + ); + --component-typography-body-lg-regular-underline-fontWeight: var( + --semantic-typography-body-lg-regular-underline-fontWeight + ); + --component-typography-body-lg-regular-underline-lineHeight: var( + --semantic-typography-body-lg-regular-underline-lineHeight + ); + --component-typography-body-lg-regular-underline-paragraphSpacing: var( + --semantic-typography-body-lg-regular-underline-paragraphSpacing + ); + --component-typography-body-lg-regular-underline-letterSpacing: normal; + --component-typography-body-lg-regular-underline-textDecoration: var( + --semantic-typography-body-lg-regular-underline-textDecoration + ); + --component-typography-body-lg-regular-italicUnderline-fontFamily: var( + --semantic-typography-body-lg-regular-italicUnderline-fontFamily + ); + --component-typography-body-lg-regular-italicUnderline-fontSize: var( + --semantic-typography-body-lg-regular-italicUnderline-fontSize + ); + --component-typography-body-lg-regular-italicUnderline-fontWeight: var( + --semantic-typography-body-lg-regular-italicUnderline-fontWeight + ); + --component-typography-body-lg-regular-italicUnderline-lineHeight: var( + --semantic-typography-body-lg-regular-italicUnderline-lineHeight + ); + --component-typography-body-lg-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing + ); + --component-typography-body-lg-regular-italicUnderline-letterSpacing: normal; + --component-typography-body-lg-regular-italicUnderline-textDecoration: var( + --semantic-typography-body-lg-regular-italicUnderline-textDecoration + ); + --component-typography-body-lg-bold-default-fontFamily: var(--semantic-typography-body-lg-bold-default-fontFamily); + --component-typography-body-lg-bold-default-fontSize: var(--semantic-typography-body-lg-bold-default-fontSize); + --component-typography-body-lg-bold-default-fontWeight: var(--semantic-typography-body-lg-bold-default-fontWeight); + --component-typography-body-lg-bold-default-lineHeight: var(--semantic-typography-body-lg-bold-default-lineHeight); + --component-typography-body-lg-bold-default-paragraphSpacing: var( + --semantic-typography-body-lg-bold-default-paragraphSpacing + ); + --component-typography-body-lg-bold-default-letterSpacing: normal; + --component-typography-body-lg-bold-default-textDecoration: var( + --semantic-typography-body-lg-bold-default-textDecoration + ); + --component-typography-body-lg-bold-italic-fontFamily: var(--semantic-typography-body-lg-bold-italic-fontFamily); + --component-typography-body-lg-bold-italic-fontSize: var(--semantic-typography-body-lg-bold-italic-fontSize); + --component-typography-body-lg-bold-italic-fontWeight: var(--semantic-typography-body-lg-bold-italic-fontWeight); + --component-typography-body-lg-bold-italic-lineHeight: var(--semantic-typography-body-lg-bold-italic-lineHeight); + --component-typography-body-lg-bold-italic-paragraphSpacing: var( + --semantic-typography-body-lg-bold-italic-paragraphSpacing + ); + --component-typography-body-lg-bold-italic-letterSpacing: normal; + --component-typography-body-lg-bold-italic-textDecoration: var( + --semantic-typography-body-lg-bold-italic-textDecoration + ); + --component-typography-body-lg-bold-underline-fontFamily: var( + --semantic-typography-body-lg-bold-underline-fontFamily + ); + --component-typography-body-lg-bold-underline-fontSize: var(--semantic-typography-body-lg-bold-underline-fontSize); + --component-typography-body-lg-bold-underline-fontWeight: var( + --semantic-typography-body-lg-bold-underline-fontWeight + ); + --component-typography-body-lg-bold-underline-lineHeight: var( + --semantic-typography-body-lg-bold-underline-lineHeight + ); + --component-typography-body-lg-bold-underline-paragraphSpacing: var( + --semantic-typography-body-lg-bold-underline-paragraphSpacing + ); + --component-typography-body-lg-bold-underline-letterSpacing: normal; + --component-typography-body-lg-bold-underline-textDecoration: var( + --semantic-typography-body-lg-bold-underline-textDecoration + ); + --component-typography-body-lg-bold-italicUnderline-fontFamily: var( + --semantic-typography-body-lg-bold-italicUnderline-fontFamily + ); + --component-typography-body-lg-bold-italicUnderline-fontSize: var( + --semantic-typography-body-lg-bold-italicUnderline-fontSize + ); + --component-typography-body-lg-bold-italicUnderline-fontWeight: var( + --semantic-typography-body-lg-bold-italicUnderline-fontWeight + ); + --component-typography-body-lg-bold-italicUnderline-lineHeight: var( + --semantic-typography-body-lg-bold-italicUnderline-lineHeight + ); + --component-typography-body-lg-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing + ); + --component-typography-body-lg-bold-italicUnderline-letterSpacing: normal; + --component-typography-body-lg-bold-italicUnderline-textDecoration: var( + --semantic-typography-body-lg-bold-italicUnderline-textDecoration + ); + --component-typography-body-md-regular-default-fontFamily: var( + --semantic-typography-body-md-regular-default-fontFamily + ); + --component-typography-body-md-regular-default-fontSize: var(--semantic-typography-body-md-regular-default-fontSize); + --component-typography-body-md-regular-default-fontWeight: var( + --semantic-typography-body-md-regular-default-fontWeight + ); + --component-typography-body-md-regular-default-lineHeight: var( + --semantic-typography-body-md-regular-default-lineHeight + ); + --component-typography-body-md-regular-default-paragraphSpacing: var( + --semantic-typography-body-md-regular-default-paragraphSpacing + ); + --component-typography-body-md-regular-default-letterSpacing: normal; + --component-typography-body-md-regular-default-textDecoration: var( + --semantic-typography-body-md-regular-default-textDecoration + ); + --component-typography-body-md-regular-italic-fontFamily: var( + --semantic-typography-body-md-regular-italic-fontFamily + ); + --component-typography-body-md-regular-italic-fontSize: var(--semantic-typography-body-md-regular-italic-fontSize); + --component-typography-body-md-regular-italic-fontWeight: var( + --semantic-typography-body-md-regular-italic-fontWeight + ); + --component-typography-body-md-regular-italic-lineHeight: var( + --semantic-typography-body-md-regular-italic-lineHeight + ); + --component-typography-body-md-regular-italic-paragraphSpacing: var( + --semantic-typography-body-md-regular-italic-paragraphSpacing + ); + --component-typography-body-md-regular-italic-letterSpacing: normal; + --component-typography-body-md-regular-italic-textDecoration: var( + --semantic-typography-body-md-regular-italic-textDecoration + ); + --component-typography-body-md-regular-underline-fontFamily: var( + --semantic-typography-body-md-regular-underline-fontFamily + ); + --component-typography-body-md-regular-underline-fontSize: var( + --semantic-typography-body-md-regular-underline-fontSize + ); + --component-typography-body-md-regular-underline-fontWeight: var( + --semantic-typography-body-md-regular-underline-fontWeight + ); + --component-typography-body-md-regular-underline-lineHeight: var( + --semantic-typography-body-md-regular-underline-lineHeight + ); + --component-typography-body-md-regular-underline-paragraphSpacing: var( + --semantic-typography-body-md-regular-underline-paragraphSpacing + ); + --component-typography-body-md-regular-underline-letterSpacing: normal; + --component-typography-body-md-regular-underline-textDecoration: var( + --semantic-typography-body-md-regular-underline-textDecoration + ); + --component-typography-body-md-regular-italicUnderline-fontFamily: var( + --semantic-typography-body-md-regular-italicUnderline-fontFamily + ); + --component-typography-body-md-regular-italicUnderline-fontSize: var( + --semantic-typography-body-md-regular-italicUnderline-fontSize + ); + --component-typography-body-md-regular-italicUnderline-fontWeight: var( + --semantic-typography-body-md-regular-italicUnderline-fontWeight + ); + --component-typography-body-md-regular-italicUnderline-lineHeight: var( + --semantic-typography-body-md-regular-italicUnderline-lineHeight + ); + --component-typography-body-md-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing + ); + --component-typography-body-md-regular-italicUnderline-letterSpacing: normal; + --component-typography-body-md-regular-italicUnderline-textDecoration: var( + --semantic-typography-body-md-regular-italicUnderline-textDecoration + ); + --component-typography-body-md-bold-default-fontFamily: var(--semantic-typography-body-md-bold-default-fontFamily); + --component-typography-body-md-bold-default-fontSize: var(--semantic-typography-body-md-bold-default-fontSize); + --component-typography-body-md-bold-default-fontWeight: var(--semantic-typography-body-md-bold-default-fontWeight); + --component-typography-body-md-bold-default-lineHeight: var(--semantic-typography-body-md-bold-default-lineHeight); + --component-typography-body-md-bold-default-paragraphSpacing: var( + --semantic-typography-body-md-bold-default-paragraphSpacing + ); + --component-typography-body-md-bold-default-letterSpacing: normal; + --component-typography-body-md-bold-default-textDecoration: var( + --semantic-typography-body-md-bold-default-textDecoration + ); + --component-typography-body-md-bold-italic-fontFamily: var(--semantic-typography-body-md-bold-italic-fontFamily); + --component-typography-body-md-bold-italic-fontSize: var(--semantic-typography-body-md-bold-italic-fontSize); + --component-typography-body-md-bold-italic-fontWeight: var(--semantic-typography-body-md-bold-italic-fontWeight); + --component-typography-body-md-bold-italic-lineHeight: var(--semantic-typography-body-md-bold-italic-lineHeight); + --component-typography-body-md-bold-italic-paragraphSpacing: var( + --semantic-typography-body-md-bold-italic-paragraphSpacing + ); + --component-typography-body-md-bold-italic-letterSpacing: normal; + --component-typography-body-md-bold-italic-textDecoration: var( + --semantic-typography-body-md-bold-italic-textDecoration + ); + --component-typography-body-md-bold-underline-fontFamily: var( + --semantic-typography-body-md-bold-underline-fontFamily + ); + --component-typography-body-md-bold-underline-fontSize: var(--semantic-typography-body-md-bold-underline-fontSize); + --component-typography-body-md-bold-underline-fontWeight: var( + --semantic-typography-body-md-bold-underline-fontWeight + ); + --component-typography-body-md-bold-underline-lineHeight: var( + --semantic-typography-body-md-bold-underline-lineHeight + ); + --component-typography-body-md-bold-underline-paragraphSpacing: var( + --semantic-typography-body-md-bold-underline-paragraphSpacing + ); + --component-typography-body-md-bold-underline-letterSpacing: normal; + --component-typography-body-md-bold-underline-textDecoration: var( + --semantic-typography-body-md-bold-underline-textDecoration + ); + --component-typography-body-md-bold-italicUnderline-fontFamily: var( + --semantic-typography-body-md-bold-italicUnderline-fontFamily + ); + --component-typography-body-md-bold-italicUnderline-fontSize: var( + --semantic-typography-body-md-bold-italicUnderline-fontSize + ); + --component-typography-body-md-bold-italicUnderline-fontWeight: var( + --semantic-typography-body-md-bold-italicUnderline-fontWeight + ); + --component-typography-body-md-bold-italicUnderline-lineHeight: var( + --semantic-typography-body-md-bold-italicUnderline-lineHeight + ); + --component-typography-body-md-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing + ); + --component-typography-body-md-bold-italicUnderline-letterSpacing: normal; + --component-typography-body-md-bold-italicUnderline-textDecoration: var( + --semantic-typography-body-md-bold-italicUnderline-textDecoration + ); + --component-typography-body-sm-regular-default-fontFamily: var( + --semantic-typography-body-sm-regular-default-fontFamily + ); + --component-typography-body-sm-regular-default-fontSize: var(--semantic-typography-body-sm-regular-default-fontSize); + --component-typography-body-sm-regular-default-fontWeight: var( + --semantic-typography-body-sm-regular-default-fontWeight + ); + --component-typography-body-sm-regular-default-lineHeight: var( + --semantic-typography-body-sm-regular-default-lineHeight + ); + --component-typography-body-sm-regular-default-paragraphSpacing: var( + --semantic-typography-body-sm-regular-default-paragraphSpacing + ); + --component-typography-body-sm-regular-default-letterSpacing: normal; + --component-typography-body-sm-regular-default-textDecoration: var( + --semantic-typography-body-sm-regular-default-textDecoration + ); + --component-typography-body-sm-regular-italic-fontFamily: var( + --semantic-typography-body-sm-regular-italic-fontFamily + ); + --component-typography-body-sm-regular-italic-fontSize: var(--semantic-typography-body-sm-regular-italic-fontSize); + --component-typography-body-sm-regular-italic-fontWeight: var( + --semantic-typography-body-sm-regular-italic-fontWeight + ); + --component-typography-body-sm-regular-italic-lineHeight: var( + --semantic-typography-body-sm-regular-italic-lineHeight + ); + --component-typography-body-sm-regular-italic-paragraphSpacing: var( + --semantic-typography-body-sm-regular-italic-paragraphSpacing + ); + --component-typography-body-sm-regular-italic-letterSpacing: normal; + --component-typography-body-sm-regular-italic-textDecoration: var( + --semantic-typography-body-sm-regular-italic-textDecoration + ); + --component-typography-body-sm-regular-underline-fontFamily: var( + --semantic-typography-body-sm-regular-underline-fontFamily + ); + --component-typography-body-sm-regular-underline-fontSize: var( + --semantic-typography-body-sm-regular-underline-fontSize + ); + --component-typography-body-sm-regular-underline-fontWeight: var( + --semantic-typography-body-sm-regular-underline-fontWeight + ); + --component-typography-body-sm-regular-underline-lineHeight: var( + --semantic-typography-body-sm-regular-underline-lineHeight + ); + --component-typography-body-sm-regular-underline-paragraphSpacing: var( + --semantic-typography-body-sm-regular-underline-paragraphSpacing + ); + --component-typography-body-sm-regular-underline-letterSpacing: normal; + --component-typography-body-sm-regular-underline-textDecoration: var( + --semantic-typography-body-sm-regular-underline-textDecoration + ); + --component-typography-body-sm-regular-italicUnderline-fontFamily: var( + --semantic-typography-body-sm-regular-italicUnderline-fontFamily + ); + --component-typography-body-sm-regular-italicUnderline-fontSize: var( + --semantic-typography-body-sm-regular-italicUnderline-fontSize + ); + --component-typography-body-sm-regular-italicUnderline-fontWeight: var( + --semantic-typography-body-sm-regular-italicUnderline-fontWeight + ); + --component-typography-body-sm-regular-italicUnderline-lineHeight: var( + --semantic-typography-body-sm-regular-italicUnderline-lineHeight + ); + --component-typography-body-sm-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing + ); + --component-typography-body-sm-regular-italicUnderline-letterSpacing: normal; + --component-typography-body-sm-regular-italicUnderline-textDecoration: var( + --semantic-typography-body-sm-regular-italicUnderline-textDecoration + ); + --component-typography-body-sm-bold-default-fontFamily: var(--semantic-typography-body-sm-bold-default-fontFamily); + --component-typography-body-sm-bold-default-fontSize: var(--semantic-typography-body-sm-bold-default-fontSize); + --component-typography-body-sm-bold-default-fontWeight: var(--semantic-typography-body-sm-bold-default-fontWeight); + --component-typography-body-sm-bold-default-lineHeight: var(--semantic-typography-body-sm-bold-default-lineHeight); + --component-typography-body-sm-bold-default-paragraphSpacing: var( + --semantic-typography-body-sm-bold-default-paragraphSpacing + ); + --component-typography-body-sm-bold-default-letterSpacing: normal; + --component-typography-body-sm-bold-default-textDecoration: var( + --semantic-typography-body-sm-bold-default-textDecoration + ); + --component-typography-body-sm-bold-italic-fontFamily: var(--semantic-typography-body-sm-bold-italic-fontFamily); + --component-typography-body-sm-bold-italic-fontSize: var(--semantic-typography-body-sm-bold-italic-fontSize); + --component-typography-body-sm-bold-italic-fontWeight: var(--semantic-typography-body-sm-bold-italic-fontWeight); + --component-typography-body-sm-bold-italic-lineHeight: var(--semantic-typography-body-sm-bold-italic-lineHeight); + --component-typography-body-sm-bold-italic-paragraphSpacing: var( + --semantic-typography-body-sm-bold-italic-paragraphSpacing + ); + --component-typography-body-sm-bold-italic-letterSpacing: normal; + --component-typography-body-sm-bold-italic-textDecoration: var( + --semantic-typography-body-sm-bold-italic-textDecoration + ); + --component-typography-body-sm-bold-underline-fontFamily: var( + --semantic-typography-body-sm-bold-underline-fontFamily + ); + --component-typography-body-sm-bold-underline-fontSize: var(--semantic-typography-body-sm-bold-underline-fontSize); + --component-typography-body-sm-bold-underline-fontWeight: var( + --semantic-typography-body-sm-bold-underline-fontWeight + ); + --component-typography-body-sm-bold-underline-lineHeight: var( + --semantic-typography-body-sm-bold-underline-lineHeight + ); + --component-typography-body-sm-bold-underline-paragraphSpacing: var( + --semantic-typography-body-sm-bold-underline-paragraphSpacing + ); + --component-typography-body-sm-bold-underline-letterSpacing: normal; + --component-typography-body-sm-bold-underline-textDecoration: var( + --semantic-typography-body-sm-bold-underline-textDecoration + ); + --component-typography-body-sm-bold-italicUnderline-fontFamily: var( + --semantic-typography-body-sm-bold-italicUnderline-fontFamily + ); + --component-typography-body-sm-bold-italicUnderline-fontSize: var( + --semantic-typography-body-sm-bold-italicUnderline-fontSize + ); + --component-typography-body-sm-bold-italicUnderline-fontWeight: var( + --semantic-typography-body-sm-bold-italicUnderline-fontWeight + ); + --component-typography-body-sm-bold-italicUnderline-lineHeight: var( + --semantic-typography-body-sm-bold-italicUnderline-lineHeight + ); + --component-typography-body-sm-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing + ); + --component-typography-body-sm-bold-italicUnderline-letterSpacing: normal; + --component-typography-body-sm-bold-italicUnderline-textDecoration: var( + --semantic-typography-body-sm-bold-italicUnderline-textDecoration + ); + --component-typography-caption-regular-default-fontFamily: var( + --semantic-typography-caption-regular-default-fontFamily + ); + --component-typography-caption-regular-default-fontSize: var(--semantic-typography-caption-regular-default-fontSize); + --component-typography-caption-regular-default-fontWeight: var( + --semantic-typography-caption-regular-default-fontWeight + ); + --component-typography-caption-regular-default-lineHeight: var( + --semantic-typography-caption-regular-default-lineHeight + ); + --component-typography-caption-regular-default-paragraphSpacing: var( + --semantic-typography-caption-regular-default-paragraphSpacing + ); + --component-typography-caption-regular-default-letterSpacing: normal; + --component-typography-caption-regular-default-textDecoration: var( + --semantic-typography-caption-regular-default-textDecoration + ); + --component-typography-caption-regular-italic-fontFamily: var( + --semantic-typography-caption-regular-italic-fontFamily + ); + --component-typography-caption-regular-italic-fontSize: var(--semantic-typography-caption-regular-italic-fontSize); + --component-typography-caption-regular-italic-fontWeight: var( + --semantic-typography-caption-regular-italic-fontWeight + ); + --component-typography-caption-regular-italic-lineHeight: var( + --semantic-typography-caption-regular-italic-lineHeight + ); + --component-typography-caption-regular-italic-paragraphSpacing: var( + --semantic-typography-caption-regular-italic-paragraphSpacing + ); + --component-typography-caption-regular-italic-letterSpacing: normal; + --component-typography-caption-regular-italic-textDecoration: var( + --semantic-typography-caption-regular-italic-textDecoration + ); + --component-typography-caption-regular-underline-fontFamily: var( + --semantic-typography-caption-regular-underline-fontFamily + ); + --component-typography-caption-regular-underline-fontSize: var( + --semantic-typography-caption-regular-underline-fontSize + ); + --component-typography-caption-regular-underline-fontWeight: var( + --semantic-typography-caption-regular-underline-fontWeight + ); + --component-typography-caption-regular-underline-lineHeight: var( + --semantic-typography-caption-regular-underline-lineHeight + ); + --component-typography-caption-regular-underline-paragraphSpacing: var( + --semantic-typography-caption-regular-underline-paragraphSpacing + ); + --component-typography-caption-regular-underline-letterSpacing: normal; + --component-typography-caption-regular-underline-textDecoration: var( + --semantic-typography-caption-regular-underline-textDecoration + ); + --component-typography-caption-regular-italicUnderline-fontFamily: var( + --semantic-typography-caption-regular-italicUnderline-fontFamily + ); + --component-typography-caption-regular-italicUnderline-fontSize: var( + --semantic-typography-caption-regular-italicUnderline-fontSize + ); + --component-typography-caption-regular-italicUnderline-fontWeight: var( + --semantic-typography-caption-regular-italicUnderline-fontWeight + ); + --component-typography-caption-regular-italicUnderline-lineHeight: var( + --semantic-typography-caption-regular-italicUnderline-lineHeight + ); + --component-typography-caption-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing + ); + --component-typography-caption-regular-italicUnderline-letterSpacing: normal; + --component-typography-caption-regular-italicUnderline-textDecoration: var( + --semantic-typography-caption-regular-italicUnderline-textDecoration + ); + --component-typography-caption-bold-default-fontFamily: var(--semantic-typography-caption-bold-default-fontFamily); + --component-typography-caption-bold-default-fontSize: var(--semantic-typography-caption-bold-default-fontSize); + --component-typography-caption-bold-default-fontWeight: var(--semantic-typography-caption-bold-default-fontWeight); + --component-typography-caption-bold-default-lineHeight: var(--semantic-typography-caption-bold-default-lineHeight); + --component-typography-caption-bold-default-paragraphSpacing: var( + --semantic-typography-caption-bold-default-paragraphSpacing + ); + --component-typography-caption-bold-default-letterSpacing: normal; + --component-typography-caption-bold-default-textDecoration: var( + --semantic-typography-caption-bold-default-textDecoration + ); + --component-typography-caption-bold-italic-fontFamily: var(--semantic-typography-caption-bold-italic-fontFamily); + --component-typography-caption-bold-italic-fontSize: var(--semantic-typography-caption-bold-italic-fontSize); + --component-typography-caption-bold-italic-fontWeight: var(--semantic-typography-caption-bold-italic-fontWeight); + --component-typography-caption-bold-italic-lineHeight: var(--semantic-typography-caption-bold-italic-lineHeight); + --component-typography-caption-bold-italic-paragraphSpacing: var( + --semantic-typography-caption-bold-italic-paragraphSpacing + ); + --component-typography-caption-bold-italic-letterSpacing: normal; + --component-typography-caption-bold-italic-textDecoration: var( + --semantic-typography-caption-bold-italic-textDecoration + ); + --component-typography-caption-bold-underline-fontFamily: var( + --semantic-typography-caption-bold-underline-fontFamily + ); + --component-typography-caption-bold-underline-fontSize: var(--semantic-typography-caption-bold-underline-fontSize); + --component-typography-caption-bold-underline-fontWeight: var( + --semantic-typography-caption-bold-underline-fontWeight + ); + --component-typography-caption-bold-underline-lineHeight: var( + --semantic-typography-caption-bold-underline-lineHeight + ); + --component-typography-caption-bold-underline-paragraphSpacing: var( + --semantic-typography-caption-bold-underline-paragraphSpacing + ); + --component-typography-caption-bold-underline-letterSpacing: normal; + --component-typography-caption-bold-underline-textDecoration: var( + --semantic-typography-caption-bold-underline-textDecoration + ); + --component-typography-caption-bold-italicUnderline-fontFamily: var( + --semantic-typography-caption-bold-italicUnderline-fontFamily + ); + --component-typography-caption-bold-italicUnderline-fontSize: var( + --semantic-typography-caption-bold-italicUnderline-fontSize + ); + --component-typography-caption-bold-italicUnderline-fontWeight: var( + --semantic-typography-caption-bold-italicUnderline-fontWeight + ); + --component-typography-caption-bold-italicUnderline-lineHeight: var( + --semantic-typography-caption-bold-italicUnderline-lineHeight + ); + --component-typography-caption-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing + ); + --component-typography-caption-bold-italicUnderline-letterSpacing: normal; + --component-typography-caption-bold-italicUnderline-textDecoration: var( + --semantic-typography-caption-bold-italicUnderline-textDecoration + ); + --component-typography-code-xl-regular-default-fontFamily: var( + --semantic-typography-code-xl-regular-default-fontFamily + ); + --component-typography-code-xl-regular-default-fontSize: var(--semantic-typography-code-xl-regular-default-fontSize); + --component-typography-code-xl-regular-default-fontWeight: var( + --semantic-typography-code-xl-regular-default-fontWeight + ); + --component-typography-code-xl-regular-default-lineHeight: var( + --semantic-typography-code-xl-regular-default-lineHeight + ); + --component-typography-code-xl-regular-default-paragraphSpacing: var( + --semantic-typography-code-xl-regular-default-paragraphSpacing + ); + --component-typography-code-xl-regular-default-letterSpacing: normal; + --component-typography-code-xl-regular-default-textDecoration: var( + --semantic-typography-code-xl-regular-default-textDecoration + ); + --component-typography-code-xl-regular-italic-fontFamily: var( + --semantic-typography-code-xl-regular-italic-fontFamily + ); + --component-typography-code-xl-regular-italic-fontSize: var(--semantic-typography-code-xl-regular-italic-fontSize); + --component-typography-code-xl-regular-italic-fontWeight: var( + --semantic-typography-code-xl-regular-italic-fontWeight + ); + --component-typography-code-xl-regular-italic-lineHeight: var( + --semantic-typography-code-xl-regular-italic-lineHeight + ); + --component-typography-code-xl-regular-italic-paragraphSpacing: var( + --semantic-typography-code-xl-regular-italic-paragraphSpacing + ); + --component-typography-code-xl-regular-italic-letterSpacing: normal; + --component-typography-code-xl-regular-italic-textDecoration: var( + --semantic-typography-code-xl-regular-italic-textDecoration + ); + --component-typography-code-xl-regular-underline-fontFamily: var( + --semantic-typography-code-xl-regular-underline-fontFamily + ); + --component-typography-code-xl-regular-underline-fontSize: var( + --semantic-typography-code-xl-regular-underline-fontSize + ); + --component-typography-code-xl-regular-underline-fontWeight: var( + --semantic-typography-code-xl-regular-underline-fontWeight + ); + --component-typography-code-xl-regular-underline-lineHeight: var( + --semantic-typography-code-xl-regular-underline-lineHeight + ); + --component-typography-code-xl-regular-underline-paragraphSpacing: var( + --semantic-typography-code-xl-regular-underline-paragraphSpacing + ); + --component-typography-code-xl-regular-underline-letterSpacing: normal; + --component-typography-code-xl-regular-underline-textDecoration: var( + --semantic-typography-code-xl-regular-underline-textDecoration + ); + --component-typography-code-xl-regular-italicUnderline-fontFamily: var( + --semantic-typography-code-xl-regular-italicUnderline-fontFamily + ); + --component-typography-code-xl-regular-italicUnderline-fontSize: var( + --semantic-typography-code-xl-regular-italicUnderline-fontSize + ); + --component-typography-code-xl-regular-italicUnderline-fontWeight: var( + --semantic-typography-code-xl-regular-italicUnderline-fontWeight + ); + --component-typography-code-xl-regular-italicUnderline-lineHeight: var( + --semantic-typography-code-xl-regular-italicUnderline-lineHeight + ); + --component-typography-code-xl-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing + ); + --component-typography-code-xl-regular-italicUnderline-letterSpacing: normal; + --component-typography-code-xl-regular-italicUnderline-textDecoration: var( + --semantic-typography-code-xl-regular-italicUnderline-textDecoration + ); + --component-typography-code-xl-bold-default-fontFamily: var(--semantic-typography-code-xl-bold-default-fontFamily); + --component-typography-code-xl-bold-default-fontSize: var(--semantic-typography-code-xl-bold-default-fontSize); + --component-typography-code-xl-bold-default-fontWeight: var(--semantic-typography-code-xl-bold-default-fontWeight); + --component-typography-code-xl-bold-default-lineHeight: var(--semantic-typography-code-xl-bold-default-lineHeight); + --component-typography-code-xl-bold-default-paragraphSpacing: var( + --semantic-typography-code-xl-bold-default-paragraphSpacing + ); + --component-typography-code-xl-bold-default-letterSpacing: normal; + --component-typography-code-xl-bold-default-textDecoration: var( + --semantic-typography-code-xl-bold-default-textDecoration + ); + --component-typography-code-xl-bold-italic-fontFamily: var(--semantic-typography-code-xl-bold-italic-fontFamily); + --component-typography-code-xl-bold-italic-fontSize: var(--semantic-typography-code-xl-bold-italic-fontSize); + --component-typography-code-xl-bold-italic-fontWeight: var(--semantic-typography-code-xl-bold-italic-fontWeight); + --component-typography-code-xl-bold-italic-lineHeight: var(--semantic-typography-code-xl-bold-italic-lineHeight); + --component-typography-code-xl-bold-italic-paragraphSpacing: var( + --semantic-typography-code-xl-bold-italic-paragraphSpacing + ); + --component-typography-code-xl-bold-italic-letterSpacing: normal; + --component-typography-code-xl-bold-italic-textDecoration: var( + --semantic-typography-code-xl-bold-italic-textDecoration + ); + --component-typography-code-xl-bold-underline-fontFamily: var( + --semantic-typography-code-xl-bold-underline-fontFamily + ); + --component-typography-code-xl-bold-underline-fontSize: var(--semantic-typography-code-xl-bold-underline-fontSize); + --component-typography-code-xl-bold-underline-fontWeight: var( + --semantic-typography-code-xl-bold-underline-fontWeight + ); + --component-typography-code-xl-bold-underline-lineHeight: var( + --semantic-typography-code-xl-bold-underline-lineHeight + ); + --component-typography-code-xl-bold-underline-paragraphSpacing: var( + --semantic-typography-code-xl-bold-underline-paragraphSpacing + ); + --component-typography-code-xl-bold-underline-letterSpacing: normal; + --component-typography-code-xl-bold-underline-textDecoration: var( + --semantic-typography-code-xl-bold-underline-textDecoration + ); + --component-typography-code-xl-bold-italicUnderline-fontFamily: var( + --semantic-typography-code-xl-bold-italicUnderline-fontFamily + ); + --component-typography-code-xl-bold-italicUnderline-fontSize: var( + --semantic-typography-code-xl-bold-italicUnderline-fontSize + ); + --component-typography-code-xl-bold-italicUnderline-fontWeight: var( + --semantic-typography-code-xl-bold-italicUnderline-fontWeight + ); + --component-typography-code-xl-bold-italicUnderline-lineHeight: var( + --semantic-typography-code-xl-bold-italicUnderline-lineHeight + ); + --component-typography-code-xl-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing + ); + --component-typography-code-xl-bold-italicUnderline-letterSpacing: normal; + --component-typography-code-xl-bold-italicUnderline-textDecoration: var( + --semantic-typography-code-xl-bold-italicUnderline-textDecoration + ); + --component-typography-code-lg-regular-default-fontFamily: var( + --semantic-typography-code-lg-regular-default-fontFamily + ); + --component-typography-code-lg-regular-default-fontSize: var(--semantic-typography-code-lg-regular-default-fontSize); + --component-typography-code-lg-regular-default-fontWeight: var( + --semantic-typography-code-lg-regular-default-fontWeight + ); + --component-typography-code-lg-regular-default-lineHeight: var( + --semantic-typography-code-lg-regular-default-lineHeight + ); + --component-typography-code-lg-regular-default-paragraphSpacing: var( + --semantic-typography-code-lg-regular-default-paragraphSpacing + ); + --component-typography-code-lg-regular-default-letterSpacing: normal; + --component-typography-code-lg-regular-default-textDecoration: var( + --semantic-typography-code-lg-regular-default-textDecoration + ); + --component-typography-code-lg-regular-italic-fontFamily: var( + --semantic-typography-code-lg-regular-italic-fontFamily + ); + --component-typography-code-lg-regular-italic-fontSize: var(--semantic-typography-code-lg-regular-italic-fontSize); + --component-typography-code-lg-regular-italic-fontWeight: var( + --semantic-typography-code-lg-regular-italic-fontWeight + ); + --component-typography-code-lg-regular-italic-lineHeight: var( + --semantic-typography-code-lg-regular-italic-lineHeight + ); + --component-typography-code-lg-regular-italic-paragraphSpacing: var( + --semantic-typography-code-lg-regular-italic-paragraphSpacing + ); + --component-typography-code-lg-regular-italic-letterSpacing: normal; + --component-typography-code-lg-regular-italic-textDecoration: var( + --semantic-typography-code-lg-regular-italic-textDecoration + ); + --component-typography-code-lg-regular-underline-fontFamily: var( + --semantic-typography-code-lg-regular-underline-fontFamily + ); + --component-typography-code-lg-regular-underline-fontSize: var( + --semantic-typography-code-lg-regular-underline-fontSize + ); + --component-typography-code-lg-regular-underline-fontWeight: var( + --semantic-typography-code-lg-regular-underline-fontWeight + ); + --component-typography-code-lg-regular-underline-lineHeight: var( + --semantic-typography-code-lg-regular-underline-lineHeight + ); + --component-typography-code-lg-regular-underline-paragraphSpacing: var( + --semantic-typography-code-lg-regular-underline-paragraphSpacing + ); + --component-typography-code-lg-regular-underline-letterSpacing: normal; + --component-typography-code-lg-regular-underline-textDecoration: var( + --semantic-typography-code-lg-regular-underline-textDecoration + ); + --component-typography-code-lg-regular-italicUnderline-fontFamily: var( + --semantic-typography-code-lg-regular-italicUnderline-fontFamily + ); + --component-typography-code-lg-regular-italicUnderline-fontSize: var( + --semantic-typography-code-lg-regular-italicUnderline-fontSize + ); + --component-typography-code-lg-regular-italicUnderline-fontWeight: var( + --semantic-typography-code-lg-regular-italicUnderline-fontWeight + ); + --component-typography-code-lg-regular-italicUnderline-lineHeight: var( + --semantic-typography-code-lg-regular-italicUnderline-lineHeight + ); + --component-typography-code-lg-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing + ); + --component-typography-code-lg-regular-italicUnderline-letterSpacing: normal; + --component-typography-code-lg-regular-italicUnderline-textDecoration: var( + --semantic-typography-code-lg-regular-italicUnderline-textDecoration + ); + --component-typography-code-lg-bold-default-fontFamily: var(--semantic-typography-code-lg-bold-default-fontFamily); + --component-typography-code-lg-bold-default-fontSize: var(--semantic-typography-code-lg-bold-default-fontSize); + --component-typography-code-lg-bold-default-fontWeight: var(--semantic-typography-code-lg-bold-default-fontWeight); + --component-typography-code-lg-bold-default-lineHeight: var(--semantic-typography-code-lg-bold-default-lineHeight); + --component-typography-code-lg-bold-default-paragraphSpacing: var( + --semantic-typography-code-lg-bold-default-paragraphSpacing + ); + --component-typography-code-lg-bold-default-letterSpacing: normal; + --component-typography-code-lg-bold-default-textDecoration: var( + --semantic-typography-code-lg-bold-default-textDecoration + ); + --component-typography-code-lg-bold-italic-fontFamily: var(--semantic-typography-code-lg-bold-italic-fontFamily); + --component-typography-code-lg-bold-italic-fontSize: var(--semantic-typography-code-lg-bold-italic-fontSize); + --component-typography-code-lg-bold-italic-fontWeight: var(--semantic-typography-code-lg-bold-italic-fontWeight); + --component-typography-code-lg-bold-italic-lineHeight: var(--semantic-typography-code-lg-bold-italic-lineHeight); + --component-typography-code-lg-bold-italic-paragraphSpacing: var( + --semantic-typography-code-lg-bold-italic-paragraphSpacing + ); + --component-typography-code-lg-bold-italic-letterSpacing: normal; + --component-typography-code-lg-bold-italic-textDecoration: var( + --semantic-typography-code-lg-bold-italic-textDecoration + ); + --component-typography-code-lg-bold-underline-fontFamily: var( + --semantic-typography-code-lg-bold-underline-fontFamily + ); + --component-typography-code-lg-bold-underline-fontSize: var(--semantic-typography-code-lg-bold-underline-fontSize); + --component-typography-code-lg-bold-underline-fontWeight: var( + --semantic-typography-code-lg-bold-underline-fontWeight + ); + --component-typography-code-lg-bold-underline-lineHeight: var( + --semantic-typography-code-lg-bold-underline-lineHeight + ); + --component-typography-code-lg-bold-underline-paragraphSpacing: var( + --semantic-typography-code-lg-bold-underline-paragraphSpacing + ); + --component-typography-code-lg-bold-underline-letterSpacing: normal; + --component-typography-code-lg-bold-underline-textDecoration: var( + --semantic-typography-code-lg-bold-underline-textDecoration + ); + --component-typography-code-lg-bold-italicUnderline-fontFamily: var( + --semantic-typography-code-lg-bold-italicUnderline-fontFamily + ); + --component-typography-code-lg-bold-italicUnderline-fontSize: var( + --semantic-typography-code-lg-bold-italicUnderline-fontSize + ); + --component-typography-code-lg-bold-italicUnderline-fontWeight: var( + --semantic-typography-code-lg-bold-italicUnderline-fontWeight + ); + --component-typography-code-lg-bold-italicUnderline-lineHeight: var( + --semantic-typography-code-lg-bold-italicUnderline-lineHeight + ); + --component-typography-code-lg-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing + ); + --component-typography-code-lg-bold-italicUnderline-letterSpacing: normal; + --component-typography-code-lg-bold-italicUnderline-textDecoration: var( + --semantic-typography-code-lg-bold-italicUnderline-textDecoration + ); + --component-typography-code-md-regular-default-fontFamily: var( + --semantic-typography-code-md-regular-default-fontFamily + ); + --component-typography-code-md-regular-default-fontSize: var(--semantic-typography-code-md-regular-default-fontSize); + --component-typography-code-md-regular-default-fontWeight: var( + --semantic-typography-code-md-regular-default-fontWeight + ); + --component-typography-code-md-regular-default-lineHeight: var( + --semantic-typography-code-md-regular-default-lineHeight + ); + --component-typography-code-md-regular-default-paragraphSpacing: var( + --semantic-typography-code-md-regular-default-paragraphSpacing + ); + --component-typography-code-md-regular-default-letterSpacing: normal; + --component-typography-code-md-regular-default-textDecoration: var( + --semantic-typography-code-md-regular-default-textDecoration + ); + --component-typography-code-md-regular-italic-fontFamily: var( + --semantic-typography-code-md-regular-italic-fontFamily + ); + --component-typography-code-md-regular-italic-fontSize: var(--semantic-typography-code-md-regular-italic-fontSize); + --component-typography-code-md-regular-italic-fontWeight: var( + --semantic-typography-code-md-regular-italic-fontWeight + ); + --component-typography-code-md-regular-italic-lineHeight: var( + --semantic-typography-code-md-regular-italic-lineHeight + ); + --component-typography-code-md-regular-italic-paragraphSpacing: var( + --semantic-typography-code-md-regular-italic-paragraphSpacing + ); + --component-typography-code-md-regular-italic-letterSpacing: normal; + --component-typography-code-md-regular-italic-textDecoration: var( + --semantic-typography-code-md-regular-italic-textDecoration + ); + --component-typography-code-md-regular-underline-fontFamily: var( + --semantic-typography-code-md-regular-underline-fontFamily + ); + --component-typography-code-md-regular-underline-fontSize: var( + --semantic-typography-code-md-regular-underline-fontSize + ); + --component-typography-code-md-regular-underline-fontWeight: var( + --semantic-typography-code-md-regular-underline-fontWeight + ); + --component-typography-code-md-regular-underline-lineHeight: var( + --semantic-typography-code-md-regular-underline-lineHeight + ); + --component-typography-code-md-regular-underline-paragraphSpacing: var( + --semantic-typography-code-md-regular-underline-paragraphSpacing + ); + --component-typography-code-md-regular-underline-letterSpacing: normal; + --component-typography-code-md-regular-underline-textDecoration: var( + --semantic-typography-code-md-regular-underline-textDecoration + ); + --component-typography-code-md-regular-italicUnderline-fontFamily: var( + --semantic-typography-code-md-regular-italicUnderline-fontFamily + ); + --component-typography-code-md-regular-italicUnderline-fontSize: var( + --semantic-typography-code-md-regular-italicUnderline-fontSize + ); + --component-typography-code-md-regular-italicUnderline-fontWeight: var( + --semantic-typography-code-md-regular-italicUnderline-fontWeight + ); + --component-typography-code-md-regular-italicUnderline-lineHeight: var( + --semantic-typography-code-md-regular-italicUnderline-lineHeight + ); + --component-typography-code-md-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing + ); + --component-typography-code-md-regular-italicUnderline-letterSpacing: normal; + --component-typography-code-md-regular-italicUnderline-textDecoration: var( + --semantic-typography-code-md-regular-italicUnderline-textDecoration + ); + --component-typography-code-md-bold-default-fontFamily: var(--semantic-typography-code-md-bold-default-fontFamily); + --component-typography-code-md-bold-default-fontSize: var(--semantic-typography-code-md-bold-default-fontSize); + --component-typography-code-md-bold-default-fontWeight: var(--semantic-typography-code-md-bold-default-fontWeight); + --component-typography-code-md-bold-default-lineHeight: var(--semantic-typography-code-md-bold-default-lineHeight); + --component-typography-code-md-bold-default-paragraphSpacing: var( + --semantic-typography-code-md-bold-default-paragraphSpacing + ); + --component-typography-code-md-bold-default-letterSpacing: normal; + --component-typography-code-md-bold-default-textDecoration: var( + --semantic-typography-code-md-bold-default-textDecoration + ); + --component-typography-code-md-bold-italic-fontFamily: var(--semantic-typography-code-md-bold-italic-fontFamily); + --component-typography-code-md-bold-italic-fontSize: var(--semantic-typography-code-md-bold-italic-fontSize); + --component-typography-code-md-bold-italic-fontWeight: var(--semantic-typography-code-md-bold-italic-fontWeight); + --component-typography-code-md-bold-italic-lineHeight: var(--semantic-typography-code-md-bold-italic-lineHeight); + --component-typography-code-md-bold-italic-paragraphSpacing: var( + --semantic-typography-code-md-bold-italic-paragraphSpacing + ); + --component-typography-code-md-bold-italic-letterSpacing: normal; + --component-typography-code-md-bold-italic-textDecoration: var( + --semantic-typography-code-md-bold-italic-textDecoration + ); + --component-typography-code-md-bold-underline-fontFamily: var( + --semantic-typography-code-md-bold-underline-fontFamily + ); + --component-typography-code-md-bold-underline-fontSize: var(--semantic-typography-code-md-bold-underline-fontSize); + --component-typography-code-md-bold-underline-fontWeight: var( + --semantic-typography-code-md-bold-underline-fontWeight + ); + --component-typography-code-md-bold-underline-lineHeight: var( + --semantic-typography-code-md-bold-underline-lineHeight + ); + --component-typography-code-md-bold-underline-paragraphSpacing: var( + --semantic-typography-code-md-bold-underline-paragraphSpacing + ); + --component-typography-code-md-bold-underline-letterSpacing: normal; + --component-typography-code-md-bold-underline-textDecoration: var( + --semantic-typography-code-md-bold-underline-textDecoration + ); + --component-typography-code-md-bold-italicUnderline-fontFamily: var( + --semantic-typography-code-md-bold-italicUnderline-fontFamily + ); + --component-typography-code-md-bold-italicUnderline-fontSize: var( + --semantic-typography-code-md-bold-italicUnderline-fontSize + ); + --component-typography-code-md-bold-italicUnderline-fontWeight: var( + --semantic-typography-code-md-bold-italicUnderline-fontWeight + ); + --component-typography-code-md-bold-italicUnderline-lineHeight: var( + --semantic-typography-code-md-bold-italicUnderline-lineHeight + ); + --component-typography-code-md-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing + ); + --component-typography-code-md-bold-italicUnderline-letterSpacing: normal; + --component-typography-code-md-bold-italicUnderline-textDecoration: var( + --semantic-typography-code-md-bold-italicUnderline-textDecoration + ); + --component-typography-code-sm-regular-default-fontFamily: var( + --semantic-typography-code-sm-regular-default-fontFamily + ); + --component-typography-code-sm-regular-default-fontSize: var(--semantic-typography-code-sm-regular-default-fontSize); + --component-typography-code-sm-regular-default-fontWeight: var( + --semantic-typography-code-sm-regular-default-fontWeight + ); + --component-typography-code-sm-regular-default-lineHeight: var( + --semantic-typography-code-sm-regular-default-lineHeight + ); + --component-typography-code-sm-regular-default-paragraphSpacing: var( + --semantic-typography-code-sm-regular-default-paragraphSpacing + ); + --component-typography-code-sm-regular-default-letterSpacing: normal; + --component-typography-code-sm-regular-default-textDecoration: var( + --semantic-typography-code-sm-regular-default-textDecoration + ); + --component-typography-code-sm-regular-italic-fontFamily: var( + --semantic-typography-code-sm-regular-italic-fontFamily + ); + --component-typography-code-sm-regular-italic-fontSize: var(--semantic-typography-code-sm-regular-italic-fontSize); + --component-typography-code-sm-regular-italic-fontWeight: var( + --semantic-typography-code-sm-regular-italic-fontWeight + ); + --component-typography-code-sm-regular-italic-lineHeight: var( + --semantic-typography-code-sm-regular-italic-lineHeight + ); + --component-typography-code-sm-regular-italic-paragraphSpacing: var( + --semantic-typography-code-sm-regular-italic-paragraphSpacing + ); + --component-typography-code-sm-regular-italic-letterSpacing: normal; + --component-typography-code-sm-regular-italic-textDecoration: var( + --semantic-typography-code-sm-regular-italic-textDecoration + ); + --component-typography-code-sm-regular-underline-fontFamily: var( + --semantic-typography-code-sm-regular-underline-fontFamily + ); + --component-typography-code-sm-regular-underline-fontSize: var( + --semantic-typography-code-sm-regular-underline-fontSize + ); + --component-typography-code-sm-regular-underline-fontWeight: var( + --semantic-typography-code-sm-regular-underline-fontWeight + ); + --component-typography-code-sm-regular-underline-lineHeight: var( + --semantic-typography-code-sm-regular-underline-lineHeight + ); + --component-typography-code-sm-regular-underline-paragraphSpacing: var( + --semantic-typography-code-sm-regular-underline-paragraphSpacing + ); + --component-typography-code-sm-regular-underline-letterSpacing: normal; + --component-typography-code-sm-regular-underline-textDecoration: var( + --semantic-typography-code-sm-regular-underline-textDecoration + ); + --component-typography-code-sm-regular-italicUnderline-fontFamily: var( + --semantic-typography-code-sm-regular-italicUnderline-fontFamily + ); + --component-typography-code-sm-regular-italicUnderline-fontSize: var( + --semantic-typography-code-sm-regular-italicUnderline-fontSize + ); + --component-typography-code-sm-regular-italicUnderline-fontWeight: var( + --semantic-typography-code-sm-regular-italicUnderline-fontWeight + ); + --component-typography-code-sm-regular-italicUnderline-lineHeight: var( + --semantic-typography-code-sm-regular-italicUnderline-lineHeight + ); + --component-typography-code-sm-regular-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing + ); + --component-typography-code-sm-regular-italicUnderline-letterSpacing: normal; + --component-typography-code-sm-regular-italicUnderline-textDecoration: var( + --semantic-typography-code-sm-regular-italicUnderline-textDecoration + ); + --component-typography-code-sm-bold-default-fontFamily: var(--semantic-typography-code-sm-bold-default-fontFamily); + --component-typography-code-sm-bold-default-fontSize: var(--semantic-typography-code-sm-bold-default-fontSize); + --component-typography-code-sm-bold-default-fontWeight: var(--semantic-typography-code-sm-bold-default-fontWeight); + --component-typography-code-sm-bold-default-lineHeight: var(--semantic-typography-code-sm-bold-default-lineHeight); + --component-typography-code-sm-bold-default-paragraphSpacing: var( + --semantic-typography-code-sm-bold-default-paragraphSpacing + ); + --component-typography-code-sm-bold-default-letterSpacing: normal; + --component-typography-code-sm-bold-default-textDecoration: var( + --semantic-typography-code-sm-bold-default-textDecoration + ); + --component-typography-code-sm-bold-italic-fontFamily: var(--semantic-typography-code-sm-bold-italic-fontFamily); + --component-typography-code-sm-bold-italic-fontSize: var(--semantic-typography-code-sm-bold-italic-fontSize); + --component-typography-code-sm-bold-italic-fontWeight: var(--semantic-typography-code-sm-bold-italic-fontWeight); + --component-typography-code-sm-bold-italic-lineHeight: var(--semantic-typography-code-sm-bold-italic-lineHeight); + --component-typography-code-sm-bold-italic-paragraphSpacing: var( + --semantic-typography-code-sm-bold-italic-paragraphSpacing + ); + --component-typography-code-sm-bold-italic-letterSpacing: normal; + --component-typography-code-sm-bold-italic-textDecoration: var( + --semantic-typography-code-sm-bold-italic-textDecoration + ); + --component-typography-code-sm-bold-underline-fontFamily: var( + --semantic-typography-code-sm-bold-underline-fontFamily + ); + --component-typography-code-sm-bold-underline-fontSize: var(--semantic-typography-code-sm-bold-underline-fontSize); + --component-typography-code-sm-bold-underline-fontWeight: var( + --semantic-typography-code-sm-bold-underline-fontWeight + ); + --component-typography-code-sm-bold-underline-lineHeight: var( + --semantic-typography-code-sm-bold-underline-lineHeight + ); + --component-typography-code-sm-bold-underline-paragraphSpacing: var( + --semantic-typography-code-sm-bold-underline-paragraphSpacing + ); + --component-typography-code-sm-bold-underline-letterSpacing: normal; + --component-typography-code-sm-bold-underline-textDecoration: var( + --semantic-typography-code-sm-bold-underline-textDecoration + ); + --component-typography-code-sm-bold-italicUnderline-fontFamily: var( + --semantic-typography-code-sm-bold-italicUnderline-fontFamily + ); + --component-typography-code-sm-bold-italicUnderline-fontSize: var( + --semantic-typography-code-sm-bold-italicUnderline-fontSize + ); + --component-typography-code-sm-bold-italicUnderline-fontWeight: var( + --semantic-typography-code-sm-bold-italicUnderline-fontWeight + ); + --component-typography-code-sm-bold-italicUnderline-lineHeight: var( + --semantic-typography-code-sm-bold-italicUnderline-lineHeight + ); + --component-typography-code-sm-bold-italicUnderline-paragraphSpacing: var( + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing + ); + --component-typography-code-sm-bold-italicUnderline-letterSpacing: normal; + --component-typography-code-sm-bold-italicUnderline-textDecoration: var( + --semantic-typography-code-sm-bold-italicUnderline-textDecoration + ); + --component-typography-icon-labelPaired-regular-xl-fontFamily: var( + --semantic-typography-icon-labelPaired-regular-xl-fontFamily + ); + --component-typography-icon-labelPaired-regular-xl-fontSize: var( + --semantic-typography-icon-labelPaired-regular-xl-fontSize + ); + --component-typography-icon-labelPaired-regular-xl-fontWeight: var( + --semantic-typography-icon-labelPaired-regular-xl-fontWeight + ); + --component-typography-icon-labelPaired-regular-xl-lineHeight: var( + --semantic-typography-icon-labelPaired-regular-xl-lineHeight + ); + --component-typography-icon-labelPaired-regular-xl-letterSpacing: normal; + --component-typography-icon-labelPaired-regular-lg-fontFamily: var( + --semantic-typography-icon-labelPaired-regular-lg-fontFamily + ); + --component-typography-icon-labelPaired-regular-lg-fontSize: var( + --semantic-typography-icon-labelPaired-regular-lg-fontSize + ); + --component-typography-icon-labelPaired-regular-lg-fontWeight: var( + --semantic-typography-icon-labelPaired-regular-lg-fontWeight + ); + --component-typography-icon-labelPaired-regular-lg-lineHeight: var( + --semantic-typography-icon-labelPaired-regular-lg-lineHeight + ); + --component-typography-icon-labelPaired-regular-lg-letterSpacing: normal; + --component-typography-icon-labelPaired-regular-md-fontFamily: var( + --semantic-typography-icon-labelPaired-regular-md-fontFamily + ); + --component-typography-icon-labelPaired-regular-md-fontSize: var( + --semantic-typography-icon-labelPaired-regular-md-fontSize + ); + --component-typography-icon-labelPaired-regular-md-fontWeight: var( + --semantic-typography-icon-labelPaired-regular-md-fontWeight + ); + --component-typography-icon-labelPaired-regular-md-lineHeight: var( + --semantic-typography-icon-labelPaired-regular-md-lineHeight + ); + --component-typography-icon-labelPaired-regular-md-letterSpacing: normal; + --component-typography-icon-labelPaired-regular-sm-fontFamily: var( + --semantic-typography-icon-labelPaired-regular-sm-fontFamily + ); + --component-typography-icon-labelPaired-regular-sm-fontSize: var( + --semantic-typography-icon-labelPaired-regular-sm-fontSize + ); + --component-typography-icon-labelPaired-regular-sm-fontWeight: var( + --semantic-typography-icon-labelPaired-regular-sm-fontWeight + ); + --component-typography-icon-labelPaired-regular-sm-lineHeight: var( + --semantic-typography-icon-labelPaired-regular-sm-lineHeight + ); + --component-typography-icon-labelPaired-regular-sm-letterSpacing: normal; + --component-typography-icon-labelPaired-regular-caption-fontFamily: var( + --semantic-typography-icon-labelPaired-regular-caption-fontFamily + ); + --component-typography-icon-labelPaired-regular-caption-fontSize: var( + --semantic-typography-icon-labelPaired-regular-caption-fontSize + ); + --component-typography-icon-labelPaired-regular-caption-fontWeight: var( + --semantic-typography-icon-labelPaired-regular-caption-fontWeight + ); + --component-typography-icon-labelPaired-regular-caption-lineHeight: var( + --semantic-typography-icon-labelPaired-regular-caption-lineHeight + ); + --component-typography-icon-labelPaired-regular-caption-letterSpacing: normal; + --component-typography-icon-labelPaired-bold-xl-fontFamily: var( + --semantic-typography-icon-labelPaired-bold-xl-fontFamily + ); + --component-typography-icon-labelPaired-bold-xl-fontSize: var( + --semantic-typography-icon-labelPaired-bold-xl-fontSize + ); + --component-typography-icon-labelPaired-bold-xl-fontWeight: var( + --semantic-typography-icon-labelPaired-bold-xl-fontWeight + ); + --component-typography-icon-labelPaired-bold-xl-lineHeight: var( + --semantic-typography-icon-labelPaired-bold-xl-lineHeight + ); + --component-typography-icon-labelPaired-bold-xl-letterSpacing: normal; + --component-typography-icon-labelPaired-bold-lg-fontFamily: var( + --semantic-typography-icon-labelPaired-bold-lg-fontFamily + ); + --component-typography-icon-labelPaired-bold-lg-fontSize: var( + --semantic-typography-icon-labelPaired-bold-lg-fontSize + ); + --component-typography-icon-labelPaired-bold-lg-fontWeight: var( + --semantic-typography-icon-labelPaired-bold-lg-fontWeight + ); + --component-typography-icon-labelPaired-bold-lg-lineHeight: var( + --semantic-typography-icon-labelPaired-bold-lg-lineHeight + ); + --component-typography-icon-labelPaired-bold-lg-letterSpacing: normal; + --component-typography-icon-labelPaired-bold-md-fontFamily: var( + --semantic-typography-icon-labelPaired-bold-md-fontFamily + ); + --component-typography-icon-labelPaired-bold-md-fontSize: var( + --semantic-typography-icon-labelPaired-bold-md-fontSize + ); + --component-typography-icon-labelPaired-bold-md-fontWeight: var( + --semantic-typography-icon-labelPaired-bold-md-fontWeight + ); + --component-typography-icon-labelPaired-bold-md-lineHeight: var( + --semantic-typography-icon-labelPaired-bold-md-lineHeight + ); + --component-typography-icon-labelPaired-bold-md-letterSpacing: normal; + --component-typography-icon-labelPaired-bold-sm-fontFamily: var( + --semantic-typography-icon-labelPaired-bold-sm-fontFamily + ); + --component-typography-icon-labelPaired-bold-sm-fontSize: var( + --semantic-typography-icon-labelPaired-bold-sm-fontSize + ); + --component-typography-icon-labelPaired-bold-sm-fontWeight: var( + --semantic-typography-icon-labelPaired-bold-sm-fontWeight + ); + --component-typography-icon-labelPaired-bold-sm-lineHeight: var( + --semantic-typography-icon-labelPaired-bold-sm-lineHeight + ); + --component-typography-icon-labelPaired-bold-sm-letterSpacing: normal; + --component-typography-icon-labelPaired-bold-caption-fontFamily: var( + --semantic-typography-icon-labelPaired-bold-caption-fontFamily + ); + --component-typography-icon-labelPaired-bold-caption-fontSize: var( + --semantic-typography-icon-labelPaired-bold-caption-fontSize + ); + --component-typography-icon-labelPaired-bold-caption-fontWeight: var( + --semantic-typography-icon-labelPaired-bold-caption-fontWeight + ); + --component-typography-icon-labelPaired-bold-caption-lineHeight: var( + --semantic-typography-icon-labelPaired-bold-caption-lineHeight + ); + --component-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --component-typography-icon-labelPaired-fill-xl-fontFamily: var( + --semantic-typography-icon-labelPaired-fill-xl-fontFamily + ); + --component-typography-icon-labelPaired-fill-xl-fontSize: var( + --semantic-typography-icon-labelPaired-fill-xl-fontSize + ); + --component-typography-icon-labelPaired-fill-xl-fontWeight: var( + --semantic-typography-icon-labelPaired-fill-xl-fontWeight + ); + --component-typography-icon-labelPaired-fill-xl-lineHeight: var( + --semantic-typography-icon-labelPaired-fill-xl-lineHeight + ); + --component-typography-icon-labelPaired-fill-xl-letterSpacing: normal; + --component-typography-icon-labelPaired-fill-lg-fontFamily: var( + --semantic-typography-icon-labelPaired-fill-lg-fontFamily + ); + --component-typography-icon-labelPaired-fill-lg-fontSize: var( + --semantic-typography-icon-labelPaired-fill-lg-fontSize + ); + --component-typography-icon-labelPaired-fill-lg-fontWeight: var( + --semantic-typography-icon-labelPaired-fill-lg-fontWeight + ); + --component-typography-icon-labelPaired-fill-lg-lineHeight: var( + --semantic-typography-icon-labelPaired-fill-lg-lineHeight + ); + --component-typography-icon-labelPaired-fill-lg-letterSpacing: normal; + --component-typography-icon-labelPaired-fill-md-fontFamily: var( + --semantic-typography-icon-labelPaired-fill-md-fontFamily + ); + --component-typography-icon-labelPaired-fill-md-fontSize: var( + --semantic-typography-icon-labelPaired-fill-md-fontSize + ); + --component-typography-icon-labelPaired-fill-md-fontWeight: var( + --semantic-typography-icon-labelPaired-fill-md-fontWeight + ); + --component-typography-icon-labelPaired-fill-md-lineHeight: var( + --semantic-typography-icon-labelPaired-fill-md-lineHeight + ); + --component-typography-icon-labelPaired-fill-md-letterSpacing: normal; + --component-typography-icon-labelPaired-fill-sm-fontFamily: var( + --semantic-typography-icon-labelPaired-fill-sm-fontFamily + ); + --component-typography-icon-labelPaired-fill-sm-fontSize: var( + --semantic-typography-icon-labelPaired-fill-sm-fontSize + ); + --component-typography-icon-labelPaired-fill-sm-fontWeight: var( + --semantic-typography-icon-labelPaired-fill-sm-fontWeight + ); + --component-typography-icon-labelPaired-fill-sm-lineHeight: var( + --semantic-typography-icon-labelPaired-fill-sm-lineHeight + ); + --component-typography-icon-labelPaired-fill-sm-letterSpacing: normal; + --component-typography-icon-labelPaired-fill-caption-fontFamily: var( + --semantic-typography-icon-labelPaired-fill-caption-fontFamily + ); + --component-typography-icon-labelPaired-fill-caption-fontSize: var( + --semantic-typography-icon-labelPaired-fill-caption-fontSize + ); + --component-typography-icon-labelPaired-fill-caption-fontWeight: var( + --semantic-typography-icon-labelPaired-fill-caption-fontWeight + ); + --component-typography-icon-labelPaired-fill-caption-lineHeight: var( + --semantic-typography-icon-labelPaired-fill-caption-lineHeight + ); + --component-typography-icon-labelPaired-fill-caption-letterSpacing: normal; + --component-typography-icon-labelPaired-brand-xl-fontFamily: var( + --semantic-typography-icon-labelPaired-brand-xl-fontFamily + ); + --component-typography-icon-labelPaired-brand-xl-fontSize: var( + --semantic-typography-icon-labelPaired-brand-xl-fontSize + ); + --component-typography-icon-labelPaired-brand-xl-fontWeight: var( + --semantic-typography-icon-labelPaired-brand-xl-fontWeight + ); + --component-typography-icon-labelPaired-brand-xl-lineHeight: var( + --semantic-typography-icon-labelPaired-brand-xl-lineHeight + ); + --component-typography-icon-labelPaired-brand-xl-letterSpacing: normal; + --component-typography-icon-labelPaired-brand-lg-fontFamily: var( + --semantic-typography-icon-labelPaired-brand-lg-fontFamily + ); + --component-typography-icon-labelPaired-brand-lg-fontSize: var( + --semantic-typography-icon-labelPaired-brand-lg-fontSize + ); + --component-typography-icon-labelPaired-brand-lg-fontWeight: var( + --semantic-typography-icon-labelPaired-brand-lg-fontWeight + ); + --component-typography-icon-labelPaired-brand-lg-lineHeight: var( + --semantic-typography-icon-labelPaired-brand-lg-lineHeight + ); + --component-typography-icon-labelPaired-brand-lg-letterSpacing: normal; + --component-typography-icon-labelPaired-brand-md-fontFamily: var( + --semantic-typography-icon-labelPaired-brand-md-fontFamily + ); + --component-typography-icon-labelPaired-brand-md-fontSize: var( + --semantic-typography-icon-labelPaired-brand-md-fontSize + ); + --component-typography-icon-labelPaired-brand-md-fontWeight: var( + --semantic-typography-icon-labelPaired-brand-md-fontWeight + ); + --component-typography-icon-labelPaired-brand-md-lineHeight: var( + --semantic-typography-icon-labelPaired-brand-md-lineHeight + ); + --component-typography-icon-labelPaired-brand-md-letterSpacing: normal; + --component-typography-icon-labelPaired-brand-sm-fontFamily: var( + --semantic-typography-icon-labelPaired-brand-sm-fontFamily + ); + --component-typography-icon-labelPaired-brand-sm-fontSize: var( + --semantic-typography-icon-labelPaired-brand-sm-fontSize + ); + --component-typography-icon-labelPaired-brand-sm-fontWeight: var( + --semantic-typography-icon-labelPaired-brand-sm-fontWeight + ); + --component-typography-icon-labelPaired-brand-sm-lineHeight: var( + --semantic-typography-icon-labelPaired-brand-sm-lineHeight + ); + --component-typography-icon-labelPaired-brand-sm-letterSpacing: normal; + --component-typography-icon-labelPaired-brand-caption-fontFamily: var( + --semantic-typography-icon-labelPaired-brand-caption-fontFamily + ); + --component-typography-icon-labelPaired-brand-caption-fontSize: var( + --semantic-typography-icon-labelPaired-brand-caption-fontSize + ); + --component-typography-icon-labelPaired-brand-caption-fontWeight: var( + --semantic-typography-icon-labelPaired-brand-caption-fontWeight + ); + --component-typography-icon-labelPaired-brand-caption-lineHeight: var( + --semantic-typography-icon-labelPaired-brand-caption-lineHeight + ); + --component-typography-icon-labelPaired-brand-caption-letterSpacing: normal; + --component-typography-icon-standalone-regular-2xl-fontFamily: var( + --semantic-typography-icon-standalone-regular-2xl-fontFamily + ); + --component-typography-icon-standalone-regular-2xl-fontSize: var( + --semantic-typography-icon-standalone-regular-2xl-fontSize + ); + --component-typography-icon-standalone-regular-2xl-fontWeight: var( + --semantic-typography-icon-standalone-regular-2xl-fontWeight + ); + --component-typography-icon-standalone-regular-2xl-lineHeight: var( + --semantic-typography-icon-standalone-regular-2xl-lineHeight + ); + --component-typography-icon-standalone-regular-2xl-letterSpacing: normal; + --component-typography-icon-standalone-regular-xl-fontFamily: var( + --semantic-typography-icon-standalone-regular-xl-fontFamily + ); + --component-typography-icon-standalone-regular-xl-fontSize: var( + --semantic-typography-icon-standalone-regular-xl-fontSize + ); + --component-typography-icon-standalone-regular-xl-fontWeight: var( + --semantic-typography-icon-standalone-regular-xl-fontWeight + ); + --component-typography-icon-standalone-regular-xl-lineHeight: var( + --semantic-typography-icon-standalone-regular-xl-lineHeight + ); + --component-typography-icon-standalone-regular-xl-letterSpacing: normal; + --component-typography-icon-standalone-regular-lg-fontFamily: var( + --semantic-typography-icon-standalone-regular-lg-fontFamily + ); + --component-typography-icon-standalone-regular-lg-fontSize: var( + --semantic-typography-icon-standalone-regular-lg-fontSize + ); + --component-typography-icon-standalone-regular-lg-fontWeight: var( + --semantic-typography-icon-standalone-regular-lg-fontWeight + ); + --component-typography-icon-standalone-regular-lg-lineHeight: var( + --semantic-typography-icon-standalone-regular-lg-lineHeight + ); + --component-typography-icon-standalone-regular-lg-letterSpacing: normal; + --component-typography-icon-standalone-regular-md-fontFamily: var( + --semantic-typography-icon-standalone-regular-md-fontFamily + ); + --component-typography-icon-standalone-regular-md-fontSize: var( + --semantic-typography-icon-standalone-regular-md-fontSize + ); + --component-typography-icon-standalone-regular-md-fontWeight: var( + --semantic-typography-icon-standalone-regular-md-fontWeight + ); + --component-typography-icon-standalone-regular-md-lineHeight: var( + --semantic-typography-icon-standalone-regular-md-lineHeight + ); + --component-typography-icon-standalone-regular-md-letterSpacing: normal; + --component-typography-icon-standalone-regular-sm-fontFamily: var( + --semantic-typography-icon-standalone-regular-sm-fontFamily + ); + --component-typography-icon-standalone-regular-sm-fontSize: var( + --semantic-typography-icon-standalone-regular-sm-fontSize + ); + --component-typography-icon-standalone-regular-sm-fontWeight: var( + --semantic-typography-icon-standalone-regular-sm-fontWeight + ); + --component-typography-icon-standalone-regular-sm-lineHeight: var( + --semantic-typography-icon-standalone-regular-sm-lineHeight + ); + --component-typography-icon-standalone-regular-sm-letterSpacing: normal; + --component-typography-icon-standalone-regular-xs-fontFamily: var( + --semantic-typography-icon-standalone-regular-xs-fontFamily + ); + --component-typography-icon-standalone-regular-xs-fontSize: var( + --semantic-typography-icon-standalone-regular-xs-fontSize + ); + --component-typography-icon-standalone-regular-xs-fontWeight: var( + --semantic-typography-icon-standalone-regular-xs-fontWeight + ); + --component-typography-icon-standalone-regular-xs-lineHeight: var( + --semantic-typography-icon-standalone-regular-xs-lineHeight + ); + --component-typography-icon-standalone-regular-xs-letterSpacing: normal; + --component-typography-icon-standalone-bold-2xl-fontFamily: var( + --semantic-typography-icon-standalone-bold-2xl-fontFamily + ); + --component-typography-icon-standalone-bold-2xl-fontSize: var( + --semantic-typography-icon-standalone-bold-2xl-fontSize + ); + --component-typography-icon-standalone-bold-2xl-fontWeight: var( + --semantic-typography-icon-standalone-bold-2xl-fontWeight + ); + --component-typography-icon-standalone-bold-2xl-lineHeight: var( + --semantic-typography-icon-standalone-bold-2xl-lineHeight + ); + --component-typography-icon-standalone-bold-2xl-letterSpacing: normal; + --component-typography-icon-standalone-bold-xl-fontFamily: var( + --semantic-typography-icon-standalone-bold-xl-fontFamily + ); + --component-typography-icon-standalone-bold-xl-fontSize: var(--semantic-typography-icon-standalone-bold-xl-fontSize); + --component-typography-icon-standalone-bold-xl-fontWeight: var( + --semantic-typography-icon-standalone-bold-xl-fontWeight + ); + --component-typography-icon-standalone-bold-xl-lineHeight: var( + --semantic-typography-icon-standalone-bold-xl-lineHeight + ); + --component-typography-icon-standalone-bold-xl-letterSpacing: normal; + --component-typography-icon-standalone-bold-lg-fontFamily: var( + --semantic-typography-icon-standalone-bold-lg-fontFamily + ); + --component-typography-icon-standalone-bold-lg-fontSize: var(--semantic-typography-icon-standalone-bold-lg-fontSize); + --component-typography-icon-standalone-bold-lg-fontWeight: var( + --semantic-typography-icon-standalone-bold-lg-fontWeight + ); + --component-typography-icon-standalone-bold-lg-lineHeight: var( + --semantic-typography-icon-standalone-bold-lg-lineHeight + ); + --component-typography-icon-standalone-bold-lg-letterSpacing: normal; + --component-typography-icon-standalone-bold-md-fontFamily: var( + --semantic-typography-icon-standalone-bold-md-fontFamily + ); + --component-typography-icon-standalone-bold-md-fontSize: var(--semantic-typography-icon-standalone-bold-md-fontSize); + --component-typography-icon-standalone-bold-md-fontWeight: var( + --semantic-typography-icon-standalone-bold-md-fontWeight + ); + --component-typography-icon-standalone-bold-md-lineHeight: var( + --semantic-typography-icon-standalone-bold-md-lineHeight + ); + --component-typography-icon-standalone-bold-md-letterSpacing: normal; + --component-typography-icon-standalone-bold-sm-fontFamily: var( + --semantic-typography-icon-standalone-bold-sm-fontFamily + ); + --component-typography-icon-standalone-bold-sm-fontSize: var(--semantic-typography-icon-standalone-bold-sm-fontSize); + --component-typography-icon-standalone-bold-sm-fontWeight: var( + --semantic-typography-icon-standalone-bold-sm-fontWeight + ); + --component-typography-icon-standalone-bold-sm-lineHeight: var( + --semantic-typography-icon-standalone-bold-sm-lineHeight + ); + --component-typography-icon-standalone-bold-sm-letterSpacing: normal; + --component-typography-icon-standalone-bold-xs-fontFamily: var( + --semantic-typography-icon-standalone-bold-xs-fontFamily + ); + --component-typography-icon-standalone-bold-xs-fontSize: var(--semantic-typography-icon-standalone-bold-xs-fontSize); + --component-typography-icon-standalone-bold-xs-fontWeight: var( + --semantic-typography-icon-standalone-bold-xs-fontWeight + ); + --component-typography-icon-standalone-bold-xs-lineHeight: var( + --semantic-typography-icon-standalone-bold-xs-lineHeight + ); + --component-typography-icon-standalone-bold-xs-letterSpacing: normal; + --component-typography-icon-standalone-fill-2xl-fontFamily: var( + --semantic-typography-icon-standalone-fill-2xl-fontFamily + ); + --component-typography-icon-standalone-fill-2xl-fontSize: var( + --semantic-typography-icon-standalone-fill-2xl-fontSize + ); + --component-typography-icon-standalone-fill-2xl-fontWeight: var( + --semantic-typography-icon-standalone-fill-2xl-fontWeight + ); + --component-typography-icon-standalone-fill-2xl-lineHeight: var( + --semantic-typography-icon-standalone-fill-2xl-lineHeight + ); + --component-typography-icon-standalone-fill-2xl-letterSpacing: normal; + --component-typography-icon-standalone-fill-xl-fontFamily: var( + --semantic-typography-icon-standalone-fill-xl-fontFamily + ); + --component-typography-icon-standalone-fill-xl-fontSize: var(--semantic-typography-icon-standalone-fill-xl-fontSize); + --component-typography-icon-standalone-fill-xl-fontWeight: var( + --semantic-typography-icon-standalone-fill-xl-fontWeight + ); + --component-typography-icon-standalone-fill-xl-lineHeight: var( + --semantic-typography-icon-standalone-fill-xl-lineHeight + ); + --component-typography-icon-standalone-fill-xl-letterSpacing: normal; + --component-typography-icon-standalone-fill-lg-fontFamily: var( + --semantic-typography-icon-standalone-fill-lg-fontFamily + ); + --component-typography-icon-standalone-fill-lg-fontSize: var(--semantic-typography-icon-standalone-fill-lg-fontSize); + --component-typography-icon-standalone-fill-lg-fontWeight: var( + --semantic-typography-icon-standalone-fill-lg-fontWeight + ); + --component-typography-icon-standalone-fill-lg-lineHeight: var( + --semantic-typography-icon-standalone-fill-lg-lineHeight + ); + --component-typography-icon-standalone-fill-lg-letterSpacing: normal; + --component-typography-icon-standalone-fill-md-fontFamily: var( + --semantic-typography-icon-standalone-fill-md-fontFamily + ); + --component-typography-icon-standalone-fill-md-fontSize: var(--semantic-typography-icon-standalone-fill-md-fontSize); + --component-typography-icon-standalone-fill-md-fontWeight: var( + --semantic-typography-icon-standalone-fill-md-fontWeight + ); + --component-typography-icon-standalone-fill-md-lineHeight: var( + --semantic-typography-icon-standalone-fill-md-lineHeight + ); + --component-typography-icon-standalone-fill-md-letterSpacing: normal; + --component-typography-icon-standalone-fill-sm-fontFamily: var( + --semantic-typography-icon-standalone-fill-sm-fontFamily + ); + --component-typography-icon-standalone-fill-sm-fontSize: var(--semantic-typography-icon-standalone-fill-sm-fontSize); + --component-typography-icon-standalone-fill-sm-fontWeight: var( + --semantic-typography-icon-standalone-fill-sm-fontWeight + ); + --component-typography-icon-standalone-fill-sm-lineHeight: var( + --semantic-typography-icon-standalone-fill-sm-lineHeight + ); + --component-typography-icon-standalone-fill-sm-letterSpacing: normal; + --component-typography-icon-standalone-fill-xs-fontFamily: var( + --semantic-typography-icon-standalone-fill-xs-fontFamily + ); + --component-typography-icon-standalone-fill-xs-fontSize: var(--semantic-typography-icon-standalone-fill-xs-fontSize); + --component-typography-icon-standalone-fill-xs-fontWeight: var( + --semantic-typography-icon-standalone-fill-xs-fontWeight + ); + --component-typography-icon-standalone-fill-xs-lineHeight: var( + --semantic-typography-icon-standalone-fill-xs-lineHeight + ); + --component-typography-icon-standalone-fill-xs-letterSpacing: normal; + --component-typography-icon-standalone-brand-2xl-fontFamily: var( + --semantic-typography-icon-standalone-brand-2xl-fontFamily + ); + --component-typography-icon-standalone-brand-2xl-fontSize: var( + --semantic-typography-icon-standalone-brand-2xl-fontSize + ); + --component-typography-icon-standalone-brand-2xl-fontWeight: var( + --semantic-typography-icon-standalone-brand-2xl-fontWeight + ); + --component-typography-icon-standalone-brand-2xl-lineHeight: var( + --semantic-typography-icon-standalone-brand-2xl-lineHeight + ); + --component-typography-icon-standalone-brand-2xl-letterSpacing: normal; + --component-typography-icon-standalone-brand-xl-fontFamily: var( + --semantic-typography-icon-standalone-brand-xl-fontFamily + ); + --component-typography-icon-standalone-brand-xl-fontSize: var( + --semantic-typography-icon-standalone-brand-xl-fontSize + ); + --component-typography-icon-standalone-brand-xl-fontWeight: var( + --semantic-typography-icon-standalone-brand-xl-fontWeight + ); + --component-typography-icon-standalone-brand-xl-lineHeight: var( + --semantic-typography-icon-standalone-brand-xl-lineHeight + ); + --component-typography-icon-standalone-brand-xl-letterSpacing: normal; + --component-typography-icon-standalone-brand-lg-fontFamily: var( + --semantic-typography-icon-standalone-brand-lg-fontFamily + ); + --component-typography-icon-standalone-brand-lg-fontSize: var( + --semantic-typography-icon-standalone-brand-lg-fontSize + ); + --component-typography-icon-standalone-brand-lg-fontWeight: var( + --semantic-typography-icon-standalone-brand-lg-fontWeight + ); + --component-typography-icon-standalone-brand-lg-lineHeight: var( + --semantic-typography-icon-standalone-brand-lg-lineHeight + ); + --component-typography-icon-standalone-brand-lg-letterSpacing: normal; + --component-typography-icon-standalone-brand-md-fontFamily: var( + --semantic-typography-icon-standalone-brand-md-fontFamily + ); + --component-typography-icon-standalone-brand-md-fontSize: var( + --semantic-typography-icon-standalone-brand-md-fontSize + ); + --component-typography-icon-standalone-brand-md-fontWeight: var( + --semantic-typography-icon-standalone-brand-md-fontWeight + ); + --component-typography-icon-standalone-brand-md-lineHeight: var( + --semantic-typography-icon-standalone-brand-md-lineHeight + ); + --component-typography-icon-standalone-brand-md-letterSpacing: normal; + --component-typography-icon-standalone-brand-sm-fontFamily: var( + --semantic-typography-icon-standalone-brand-sm-fontFamily + ); + --component-typography-icon-standalone-brand-sm-fontSize: var( + --semantic-typography-icon-standalone-brand-sm-fontSize + ); + --component-typography-icon-standalone-brand-sm-fontWeight: var( + --semantic-typography-icon-standalone-brand-sm-fontWeight + ); + --component-typography-icon-standalone-brand-sm-lineHeight: var( + --semantic-typography-icon-standalone-brand-sm-lineHeight + ); + --component-typography-icon-standalone-brand-sm-letterSpacing: normal; + --component-typography-icon-standalone-brand-xs-fontFamily: var( + --semantic-typography-icon-standalone-brand-xs-fontFamily + ); + --component-typography-icon-standalone-brand-xs-fontSize: var( + --semantic-typography-icon-standalone-brand-xs-fontSize + ); + --component-typography-icon-standalone-brand-xs-fontWeight: var( + --semantic-typography-icon-standalone-brand-xs-fontWeight + ); + --component-typography-icon-standalone-brand-xs-lineHeight: var( + --semantic-typography-icon-standalone-brand-xs-lineHeight + ); + --component-typography-icon-standalone-brand-xs-letterSpacing: normal; } @media (min-width: 640px) { :root { @@ -3579,661 +5288,633 @@ --semantic-typography-heading-hero-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-hero-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-hero-paragraphSpacing: var(--core-paragraphSpacing-800); - --semantic-typography-heading-hero-letterSpacing: normal; --semantic-typography-heading-h1-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h1-fontSize: var(--core-fontSize-1100); --semantic-typography-heading-h1-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h1-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h1-paragraphSpacing: var(--core-paragraphSpacing-1100); - --semantic-typography-heading-h1-letterSpacing: normal; --semantic-typography-heading-h2-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h2-fontSize: var(--core-fontSize-1000); --semantic-typography-heading-h2-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h2-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h2-paragraphSpacing: var(--core-paragraphSpacing-1000); - --semantic-typography-heading-h2-letterSpacing: normal; --semantic-typography-heading-h3-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h3-fontSize: var(--core-fontSize-300); --semantic-typography-heading-h3-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h3-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h3-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-heading-h3-letterSpacing: normal; --semantic-typography-heading-h4-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h4-fontSize: var(--core-fontSize-200); --semantic-typography-heading-h4-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h4-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h4-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-heading-h4-letterSpacing: normal; --semantic-typography-heading-h5-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h5-fontSize: var(--core-fontSize-100); --semantic-typography-heading-h5-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h5-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h5-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-heading-h5-letterSpacing: normal; --semantic-typography-heading-h6-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h6-fontSize: var(--core-fontSize-75); --semantic-typography-heading-h6-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h6-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h6-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-heading-h6-letterSpacing: normal; --semantic-typography-body-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-default-letterSpacing: normal; + --semantic-typography-body-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-letterSpacing: normal; + --semantic-typography-body-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-underline-letterSpacing: normal; --semantic-typography-body-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-default-letterSpacing: normal; + --semantic-typography-body-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-letterSpacing: normal; + --semantic-typography-body-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-underline-letterSpacing: normal; --semantic-typography-body-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-default-letterSpacing: normal; + --semantic-typography-body-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-letterSpacing: normal; + --semantic-typography-body-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-underline-letterSpacing: normal; --semantic-typography-body-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-default-letterSpacing: normal; + --semantic-typography-body-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-letterSpacing: normal; + --semantic-typography-body-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-underline-letterSpacing: normal; --semantic-typography-body-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-default-letterSpacing: normal; + --semantic-typography-body-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-letterSpacing: normal; + --semantic-typography-body-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-underline-letterSpacing: normal; --semantic-typography-body-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-default-letterSpacing: normal; + --semantic-typography-body-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-letterSpacing: normal; + --semantic-typography-body-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-underline-letterSpacing: normal; --semantic-typography-body-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-default-letterSpacing: normal; + --semantic-typography-body-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-letterSpacing: normal; + --semantic-typography-body-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-underline-letterSpacing: normal; --semantic-typography-body-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-default-letterSpacing: normal; + --semantic-typography-body-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-letterSpacing: normal; + --semantic-typography-body-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-underline-letterSpacing: normal; --semantic-typography-body-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-default-letterSpacing: normal; + --semantic-typography-caption-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-caption-regular-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-letterSpacing: normal; + --semantic-typography-caption-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-underline-letterSpacing: normal; --semantic-typography-caption-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-regular-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-caption-regular-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-underline-letterSpacing: normal; - --semantic-typography-caption-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-regular-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-caption-regular-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-default-letterSpacing: normal; + --semantic-typography-caption-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-caption-bold-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-letterSpacing: normal; + --semantic-typography-caption-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-underline-letterSpacing: normal; --semantic-typography-caption-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-bold-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-caption-bold-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-underline-letterSpacing: normal; - --semantic-typography-caption-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-bold-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-caption-bold-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-default-letterSpacing: normal; + --semantic-typography-code-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-letterSpacing: normal; + --semantic-typography-code-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-underline-letterSpacing: normal; --semantic-typography-code-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-default-letterSpacing: normal; + --semantic-typography-code-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-letterSpacing: normal; + --semantic-typography-code-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-underline-letterSpacing: normal; --semantic-typography-code-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-default-letterSpacing: normal; + --semantic-typography-code-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-letterSpacing: normal; + --semantic-typography-code-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-underline-letterSpacing: normal; --semantic-typography-code-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-default-letterSpacing: normal; + --semantic-typography-code-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-letterSpacing: normal; + --semantic-typography-code-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-underline-letterSpacing: normal; --semantic-typography-code-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-default-letterSpacing: normal; + --semantic-typography-code-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-letterSpacing: normal; + --semantic-typography-code-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-underline-letterSpacing: normal; --semantic-typography-code-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-default-letterSpacing: normal; + --semantic-typography-code-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-letterSpacing: normal; + --semantic-typography-code-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-underline-letterSpacing: normal; --semantic-typography-code-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-default-letterSpacing: normal; + --semantic-typography-code-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-letterSpacing: normal; + --semantic-typography-code-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-underline-letterSpacing: normal; --semantic-typography-code-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-default-letterSpacing: normal; + --semantic-typography-code-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-letterSpacing: normal; + --semantic-typography-code-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-underline-letterSpacing: normal; --semantic-typography-code-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-icon-labelPaired-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-regular-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-regular-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-regular-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-regular-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-regular-caption-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-regular-caption-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-bold-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-bold-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-bold-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-bold-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-bold-caption-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --semantic-typography-icon-labelPaired-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-xl-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-labelPaired-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-xl-lineHeight: var(--core-lineHeight-500); + --semantic-typography-icon-labelPaired-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-lg-fontSize: var(--core-fontSize-200); + --semantic-typography-icon-labelPaired-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-lg-lineHeight: var(--core-lineHeight-400); + --semantic-typography-icon-labelPaired-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-md-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-labelPaired-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-md-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-labelPaired-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-sm-fontSize: var(--core-fontSize-75); + --semantic-typography-icon-labelPaired-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-sm-lineHeight: var(--core-lineHeight-200); + --semantic-typography-icon-labelPaired-fill-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-caption-fontSize: var(--core-fontSize-50); + --semantic-typography-icon-labelPaired-fill-caption-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-caption-lineHeight: var(--core-lineHeight-100); --semantic-typography-icon-labelPaired-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-xl-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-labelPaired-brand-xl-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-brand-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-lg-fontSize: var(--core-fontSize-200); - --semantic-typography-icon-labelPaired-brand-lg-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-brand-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-md-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-labelPaired-brand-md-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-brand-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-sm-fontSize: var(--core-fontSize-75); - --semantic-typography-icon-labelPaired-brand-sm-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-brand-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-caption-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-caption-fontSize: var(--core-fontSize-50); - --semantic-typography-icon-labelPaired-brand-caption-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-brand-caption-letterSpacing: normal; --semantic-typography-icon-standalone-regular-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-regular-2xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-regular-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-regular-xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-regular-lg-letterSpacing: normal; --semantic-typography-icon-standalone-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-regular-md-letterSpacing: normal; --semantic-typography-icon-standalone-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-regular-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-regular-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-regular-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-regular-xs-fontWeight: var(--core-fontWeight-light); + --semantic-typography-icon-standalone-regular-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-bold-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-bold-2xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-bold-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-bold-xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-bold-lg-letterSpacing: normal; --semantic-typography-icon-standalone-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-bold-md-letterSpacing: normal; --semantic-typography-icon-standalone-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-bold-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-bold-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-bold-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-bold-xs-fontWeight: var(--core-fontWeight-regular); + --semantic-typography-icon-standalone-bold-xs-lineHeight: var(--core-lineHeight-75); + --semantic-typography-icon-standalone-fill-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-2xl-fontSize: var(--core-fontSize-800); + --semantic-typography-icon-standalone-fill-2xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-2xl-lineHeight: var(--core-lineHeight-1000); + --semantic-typography-icon-standalone-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xl-fontSize: var(--core-fontSize-600); + --semantic-typography-icon-standalone-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xl-lineHeight: var(--core-lineHeight-900); + --semantic-typography-icon-standalone-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-lg-fontSize: var(--core-fontSize-500); + --semantic-typography-icon-standalone-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-lg-lineHeight: var(--core-lineHeight-800); + --semantic-typography-icon-standalone-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-md-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-standalone-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-md-lineHeight: var(--core-lineHeight-600); + --semantic-typography-icon-standalone-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-sm-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-standalone-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-sm-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-standalone-fill-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-fill-xs-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-brand-2xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-2xl-fontSize: var(--core-fontSize-800); - --semantic-typography-icon-standalone-brand-2xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-brand-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-xl-fontSize: var(--core-fontSize-600); - --semantic-typography-icon-standalone-brand-xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-brand-xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-lg-fontSize: var(--core-fontSize-500); - --semantic-typography-icon-standalone-brand-lg-fontWeight: normal; --semantic-typography-icon-standalone-brand-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-brand-lg-letterSpacing: normal; --semantic-typography-icon-standalone-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-md-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-standalone-brand-md-fontWeight: normal; --semantic-typography-icon-standalone-brand-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-brand-md-letterSpacing: normal; --semantic-typography-icon-standalone-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-sm-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-standalone-brand-sm-fontWeight: normal; --semantic-typography-icon-standalone-brand-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-brand-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-brand-xs-fontFamily: var(--core-fontFamily-fontAwesome-brands); + --semantic-typography-icon-standalone-brand-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-brand-xs-lineHeight: var(--core-lineHeight-75); --semantic-spacing-general-none: var(--core-spacing-50); --semantic-spacing-general-3xs: var(--core-spacing-75); --semantic-spacing-general-2xs: var(--core-spacing-100); @@ -4264,74 +5945,6 @@ --semantic-borderRadius-xl: var(--core-borderRadius-1200); --semantic-borderRadius-2xl: var(--core-borderRadius-2400); --semantic-borderRadius-pill: var(--core-borderRadius-4800); - --semantic-fontSize-heading-hero: var(--core-fontSize-800); - --semantic-fontSize-heading-h1: var(--core-fontSize-1100); - --semantic-fontSize-heading-h2: var(--core-fontSize-1000); - --semantic-fontSize-heading-h3: var(--core-fontSize-300); - --semantic-fontSize-heading-h4: var(--core-fontSize-200); - --semantic-fontSize-heading-h5: var(--core-fontSize-100); - --semantic-fontSize-heading-h6: var(--core-fontSize-75); - --semantic-fontSize-body-xl: var(--core-fontSize-300); - --semantic-fontSize-body-lg: var(--core-fontSize-200); - --semantic-fontSize-body-md: var(--core-fontSize-100); - --semantic-fontSize-body-sm: var(--core-fontSize-75); - --semantic-fontSize-caption: var(--core-fontSize-50); - --semantic-fontSize-code-xl: var(--core-fontSize-300); - --semantic-fontSize-code-lg: var(--core-fontSize-200); - --semantic-fontSize-code-md: var(--core-fontSize-100); - --semantic-fontSize-code-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-xl: var(--core-fontSize-300); - --semantic-fontSize-icon-labelPaired-lg: var(--core-fontSize-200); - --semantic-fontSize-icon-labelPaired-md: var(--core-fontSize-100); - --semantic-fontSize-icon-labelPaired-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-caption: var(--core-fontSize-50); - --semantic-fontSize-icon-standalone-2xl: var(--core-fontSize-800); - --semantic-fontSize-icon-standalone-xl: var(--core-fontSize-600); - --semantic-fontSize-icon-standalone-lg: var(--core-fontSize-500); - --semantic-fontSize-icon-standalone-md: var(--core-fontSize-300); - --semantic-fontSize-icon-standalone-sm: var(--core-fontSize-100); - --semantic-paragraphSpacing-heading-hero: var(--core-paragraphSpacing-800); - --semantic-paragraphSpacing-heading-h1: var(--core-paragraphSpacing-1100); - --semantic-paragraphSpacing-heading-h2: var(--core-paragraphSpacing-1000); - --semantic-paragraphSpacing-heading-h3: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-heading-h4: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-heading-h5: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-heading-h6: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-body-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-body-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-body-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-body-sm: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-caption: var(--core-paragraphSpacing-50); - --semantic-paragraphSpacing-code-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-code-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-code-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-code-sm: var(--core-paragraphSpacing-75); - --semantic-lineHeight-heading-hero: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h1: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h2: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h3: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h4: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h5: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h6: var(--core-lineHeight-auto); - --semantic-lineHeight-body-xl: var(--core-lineHeight-500); - --semantic-lineHeight-body-lg: var(--core-lineHeight-400); - --semantic-lineHeight-body-md: var(--core-lineHeight-300); - --semantic-lineHeight-body-sm: var(--core-lineHeight-200); - --semantic-lineHeight-caption: var(--core-lineHeight-100); - --semantic-lineHeight-code-xl: var(--core-lineHeight-500); - --semantic-lineHeight-code-lg: var(--core-lineHeight-400); - --semantic-lineHeight-code-md: var(--core-lineHeight-300); - --semantic-lineHeight-code-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-xl: var(--core-lineHeight-500); - --semantic-lineHeight-icon-labelPaired-lg: var(--core-lineHeight-400); - --semantic-lineHeight-icon-labelPaired-md: var(--core-lineHeight-300); - --semantic-lineHeight-icon-labelPaired-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-caption: var(--core-lineHeight-100); - --semantic-lineHeight-icon-standalone-2xl: var(--core-lineHeight-1000); - --semantic-lineHeight-icon-standalone-xl: var(--core-lineHeight-900); - --semantic-lineHeight-icon-standalone-lg: var(--core-lineHeight-800); - --semantic-lineHeight-icon-standalone-md: var(--core-lineHeight-600); - --semantic-lineHeight-icon-standalone-sm: var(--core-lineHeight-300); } } @media (min-width: 768px) { @@ -4341,661 +5954,633 @@ --semantic-typography-heading-hero-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-hero-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-hero-paragraphSpacing: var(--core-paragraphSpacing-800); - --semantic-typography-heading-hero-letterSpacing: normal; --semantic-typography-heading-h1-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h1-fontSize: var(--core-fontSize-1100); --semantic-typography-heading-h1-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h1-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h1-paragraphSpacing: var(--core-paragraphSpacing-1100); - --semantic-typography-heading-h1-letterSpacing: normal; --semantic-typography-heading-h2-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h2-fontSize: var(--core-fontSize-1000); --semantic-typography-heading-h2-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h2-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h2-paragraphSpacing: var(--core-paragraphSpacing-1000); - --semantic-typography-heading-h2-letterSpacing: normal; --semantic-typography-heading-h3-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h3-fontSize: var(--core-fontSize-300); --semantic-typography-heading-h3-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h3-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h3-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-heading-h3-letterSpacing: normal; --semantic-typography-heading-h4-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h4-fontSize: var(--core-fontSize-200); --semantic-typography-heading-h4-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h4-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h4-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-heading-h4-letterSpacing: normal; --semantic-typography-heading-h5-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h5-fontSize: var(--core-fontSize-100); --semantic-typography-heading-h5-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h5-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h5-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-heading-h5-letterSpacing: normal; --semantic-typography-heading-h6-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h6-fontSize: var(--core-fontSize-75); --semantic-typography-heading-h6-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h6-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h6-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-heading-h6-letterSpacing: normal; --semantic-typography-body-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-default-letterSpacing: normal; + --semantic-typography-body-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-letterSpacing: normal; + --semantic-typography-body-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-underline-letterSpacing: normal; --semantic-typography-body-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-default-letterSpacing: normal; + --semantic-typography-body-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-letterSpacing: normal; + --semantic-typography-body-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-underline-letterSpacing: normal; --semantic-typography-body-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-default-letterSpacing: normal; + --semantic-typography-body-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-letterSpacing: normal; + --semantic-typography-body-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-underline-letterSpacing: normal; --semantic-typography-body-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-default-letterSpacing: normal; + --semantic-typography-body-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-letterSpacing: normal; + --semantic-typography-body-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-underline-letterSpacing: normal; --semantic-typography-body-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-default-letterSpacing: normal; + --semantic-typography-body-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-letterSpacing: normal; + --semantic-typography-body-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-underline-letterSpacing: normal; --semantic-typography-body-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-default-letterSpacing: normal; + --semantic-typography-body-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-letterSpacing: normal; + --semantic-typography-body-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-underline-letterSpacing: normal; --semantic-typography-body-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-default-letterSpacing: normal; + --semantic-typography-body-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-letterSpacing: normal; + --semantic-typography-body-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-underline-letterSpacing: normal; --semantic-typography-body-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-default-letterSpacing: normal; + --semantic-typography-body-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-letterSpacing: normal; + --semantic-typography-body-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-underline-letterSpacing: normal; --semantic-typography-body-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-default-letterSpacing: normal; + --semantic-typography-caption-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-caption-regular-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-letterSpacing: normal; + --semantic-typography-caption-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-underline-letterSpacing: normal; --semantic-typography-caption-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-regular-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-caption-regular-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-underline-letterSpacing: normal; - --semantic-typography-caption-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-regular-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-caption-regular-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-default-letterSpacing: normal; + --semantic-typography-caption-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-caption-bold-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-letterSpacing: normal; + --semantic-typography-caption-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-underline-letterSpacing: normal; --semantic-typography-caption-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-bold-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-caption-bold-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-underline-letterSpacing: normal; - --semantic-typography-caption-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-bold-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-caption-bold-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-default-letterSpacing: normal; + --semantic-typography-code-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-letterSpacing: normal; + --semantic-typography-code-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-underline-letterSpacing: normal; --semantic-typography-code-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-default-letterSpacing: normal; + --semantic-typography-code-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-letterSpacing: normal; + --semantic-typography-code-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-underline-letterSpacing: normal; --semantic-typography-code-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-default-letterSpacing: normal; + --semantic-typography-code-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-letterSpacing: normal; + --semantic-typography-code-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-underline-letterSpacing: normal; --semantic-typography-code-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-default-letterSpacing: normal; + --semantic-typography-code-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-letterSpacing: normal; + --semantic-typography-code-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-underline-letterSpacing: normal; --semantic-typography-code-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-default-letterSpacing: normal; + --semantic-typography-code-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-letterSpacing: normal; + --semantic-typography-code-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-underline-letterSpacing: normal; --semantic-typography-code-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-default-letterSpacing: normal; + --semantic-typography-code-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-letterSpacing: normal; + --semantic-typography-code-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-underline-letterSpacing: normal; --semantic-typography-code-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-default-letterSpacing: normal; + --semantic-typography-code-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-letterSpacing: normal; + --semantic-typography-code-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-underline-letterSpacing: normal; --semantic-typography-code-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-default-letterSpacing: normal; + --semantic-typography-code-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-letterSpacing: normal; + --semantic-typography-code-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-underline-letterSpacing: normal; --semantic-typography-code-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-icon-labelPaired-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-regular-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-regular-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-regular-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-regular-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-regular-caption-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-regular-caption-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-bold-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-bold-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-bold-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-bold-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-bold-caption-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --semantic-typography-icon-labelPaired-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-xl-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-labelPaired-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-xl-lineHeight: var(--core-lineHeight-500); + --semantic-typography-icon-labelPaired-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-lg-fontSize: var(--core-fontSize-200); + --semantic-typography-icon-labelPaired-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-lg-lineHeight: var(--core-lineHeight-400); + --semantic-typography-icon-labelPaired-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-md-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-labelPaired-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-md-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-labelPaired-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-sm-fontSize: var(--core-fontSize-75); + --semantic-typography-icon-labelPaired-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-sm-lineHeight: var(--core-lineHeight-200); + --semantic-typography-icon-labelPaired-fill-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-caption-fontSize: var(--core-fontSize-50); + --semantic-typography-icon-labelPaired-fill-caption-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-caption-lineHeight: var(--core-lineHeight-100); --semantic-typography-icon-labelPaired-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-xl-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-labelPaired-brand-xl-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-brand-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-lg-fontSize: var(--core-fontSize-200); - --semantic-typography-icon-labelPaired-brand-lg-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-brand-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-md-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-labelPaired-brand-md-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-brand-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-sm-fontSize: var(--core-fontSize-75); - --semantic-typography-icon-labelPaired-brand-sm-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-brand-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-caption-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-caption-fontSize: var(--core-fontSize-50); - --semantic-typography-icon-labelPaired-brand-caption-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-brand-caption-letterSpacing: normal; --semantic-typography-icon-standalone-regular-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-regular-2xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-regular-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-regular-xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-regular-lg-letterSpacing: normal; --semantic-typography-icon-standalone-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-regular-md-letterSpacing: normal; --semantic-typography-icon-standalone-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-regular-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-regular-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-regular-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-regular-xs-fontWeight: var(--core-fontWeight-light); + --semantic-typography-icon-standalone-regular-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-bold-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-bold-2xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-bold-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-bold-xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-bold-lg-letterSpacing: normal; --semantic-typography-icon-standalone-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-bold-md-letterSpacing: normal; --semantic-typography-icon-standalone-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-bold-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-bold-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-bold-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-bold-xs-fontWeight: var(--core-fontWeight-regular); + --semantic-typography-icon-standalone-bold-xs-lineHeight: var(--core-lineHeight-75); + --semantic-typography-icon-standalone-fill-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-2xl-fontSize: var(--core-fontSize-800); + --semantic-typography-icon-standalone-fill-2xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-2xl-lineHeight: var(--core-lineHeight-1000); + --semantic-typography-icon-standalone-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xl-fontSize: var(--core-fontSize-600); + --semantic-typography-icon-standalone-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xl-lineHeight: var(--core-lineHeight-900); + --semantic-typography-icon-standalone-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-lg-fontSize: var(--core-fontSize-500); + --semantic-typography-icon-standalone-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-lg-lineHeight: var(--core-lineHeight-800); + --semantic-typography-icon-standalone-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-md-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-standalone-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-md-lineHeight: var(--core-lineHeight-600); + --semantic-typography-icon-standalone-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-sm-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-standalone-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-sm-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-standalone-fill-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-fill-xs-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-brand-2xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-2xl-fontSize: var(--core-fontSize-800); - --semantic-typography-icon-standalone-brand-2xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-brand-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-xl-fontSize: var(--core-fontSize-600); - --semantic-typography-icon-standalone-brand-xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-brand-xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-lg-fontSize: var(--core-fontSize-500); - --semantic-typography-icon-standalone-brand-lg-fontWeight: normal; --semantic-typography-icon-standalone-brand-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-brand-lg-letterSpacing: normal; --semantic-typography-icon-standalone-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-md-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-standalone-brand-md-fontWeight: normal; --semantic-typography-icon-standalone-brand-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-brand-md-letterSpacing: normal; --semantic-typography-icon-standalone-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-sm-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-standalone-brand-sm-fontWeight: normal; --semantic-typography-icon-standalone-brand-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-brand-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-brand-xs-fontFamily: var(--core-fontFamily-fontAwesome-brands); + --semantic-typography-icon-standalone-brand-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-brand-xs-lineHeight: var(--core-lineHeight-75); --semantic-spacing-general-none: var(--core-spacing-50); --semantic-spacing-general-3xs: var(--core-spacing-75); --semantic-spacing-general-2xs: var(--core-spacing-100); @@ -5026,74 +6611,6 @@ --semantic-borderRadius-xl: var(--core-borderRadius-1200); --semantic-borderRadius-2xl: var(--core-borderRadius-2400); --semantic-borderRadius-pill: var(--core-borderRadius-4800); - --semantic-fontSize-heading-hero: var(--core-fontSize-800); - --semantic-fontSize-heading-h1: var(--core-fontSize-1100); - --semantic-fontSize-heading-h2: var(--core-fontSize-1000); - --semantic-fontSize-heading-h3: var(--core-fontSize-300); - --semantic-fontSize-heading-h4: var(--core-fontSize-200); - --semantic-fontSize-heading-h5: var(--core-fontSize-100); - --semantic-fontSize-heading-h6: var(--core-fontSize-75); - --semantic-fontSize-body-xl: var(--core-fontSize-300); - --semantic-fontSize-body-lg: var(--core-fontSize-200); - --semantic-fontSize-body-md: var(--core-fontSize-100); - --semantic-fontSize-body-sm: var(--core-fontSize-75); - --semantic-fontSize-caption: var(--core-fontSize-50); - --semantic-fontSize-code-xl: var(--core-fontSize-300); - --semantic-fontSize-code-lg: var(--core-fontSize-200); - --semantic-fontSize-code-md: var(--core-fontSize-100); - --semantic-fontSize-code-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-xl: var(--core-fontSize-300); - --semantic-fontSize-icon-labelPaired-lg: var(--core-fontSize-200); - --semantic-fontSize-icon-labelPaired-md: var(--core-fontSize-100); - --semantic-fontSize-icon-labelPaired-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-caption: var(--core-fontSize-50); - --semantic-fontSize-icon-standalone-2xl: var(--core-fontSize-800); - --semantic-fontSize-icon-standalone-xl: var(--core-fontSize-600); - --semantic-fontSize-icon-standalone-lg: var(--core-fontSize-500); - --semantic-fontSize-icon-standalone-md: var(--core-fontSize-300); - --semantic-fontSize-icon-standalone-sm: var(--core-fontSize-100); - --semantic-paragraphSpacing-heading-hero: var(--core-paragraphSpacing-800); - --semantic-paragraphSpacing-heading-h1: var(--core-paragraphSpacing-1100); - --semantic-paragraphSpacing-heading-h2: var(--core-paragraphSpacing-1000); - --semantic-paragraphSpacing-heading-h3: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-heading-h4: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-heading-h5: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-heading-h6: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-body-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-body-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-body-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-body-sm: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-caption: var(--core-paragraphSpacing-50); - --semantic-paragraphSpacing-code-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-code-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-code-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-code-sm: var(--core-paragraphSpacing-75); - --semantic-lineHeight-heading-hero: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h1: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h2: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h3: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h4: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h5: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h6: var(--core-lineHeight-auto); - --semantic-lineHeight-body-xl: var(--core-lineHeight-500); - --semantic-lineHeight-body-lg: var(--core-lineHeight-400); - --semantic-lineHeight-body-md: var(--core-lineHeight-300); - --semantic-lineHeight-body-sm: var(--core-lineHeight-200); - --semantic-lineHeight-caption: var(--core-lineHeight-100); - --semantic-lineHeight-code-xl: var(--core-lineHeight-500); - --semantic-lineHeight-code-lg: var(--core-lineHeight-400); - --semantic-lineHeight-code-md: var(--core-lineHeight-300); - --semantic-lineHeight-code-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-xl: var(--core-lineHeight-500); - --semantic-lineHeight-icon-labelPaired-lg: var(--core-lineHeight-400); - --semantic-lineHeight-icon-labelPaired-md: var(--core-lineHeight-300); - --semantic-lineHeight-icon-labelPaired-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-caption: var(--core-lineHeight-100); - --semantic-lineHeight-icon-standalone-2xl: var(--core-lineHeight-1000); - --semantic-lineHeight-icon-standalone-xl: var(--core-lineHeight-900); - --semantic-lineHeight-icon-standalone-lg: var(--core-lineHeight-800); - --semantic-lineHeight-icon-standalone-md: var(--core-lineHeight-600); - --semantic-lineHeight-icon-standalone-sm: var(--core-lineHeight-300); } } @media (min-width: 1024px) { @@ -5103,661 +6620,633 @@ --semantic-typography-heading-hero-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-hero-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-hero-paragraphSpacing: var(--core-paragraphSpacing-800); - --semantic-typography-heading-hero-letterSpacing: normal; --semantic-typography-heading-h1-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h1-fontSize: var(--core-fontSize-1100); --semantic-typography-heading-h1-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h1-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h1-paragraphSpacing: var(--core-paragraphSpacing-1100); - --semantic-typography-heading-h1-letterSpacing: normal; --semantic-typography-heading-h2-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h2-fontSize: var(--core-fontSize-1000); --semantic-typography-heading-h2-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h2-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h2-paragraphSpacing: var(--core-paragraphSpacing-1000); - --semantic-typography-heading-h2-letterSpacing: normal; --semantic-typography-heading-h3-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h3-fontSize: var(--core-fontSize-300); --semantic-typography-heading-h3-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h3-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h3-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-heading-h3-letterSpacing: normal; --semantic-typography-heading-h4-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h4-fontSize: var(--core-fontSize-200); --semantic-typography-heading-h4-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h4-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h4-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-heading-h4-letterSpacing: normal; --semantic-typography-heading-h5-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h5-fontSize: var(--core-fontSize-100); --semantic-typography-heading-h5-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h5-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h5-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-heading-h5-letterSpacing: normal; --semantic-typography-heading-h6-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h6-fontSize: var(--core-fontSize-75); --semantic-typography-heading-h6-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h6-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h6-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-heading-h6-letterSpacing: normal; --semantic-typography-body-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-default-letterSpacing: normal; + --semantic-typography-body-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-letterSpacing: normal; + --semantic-typography-body-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-underline-letterSpacing: normal; --semantic-typography-body-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-default-letterSpacing: normal; + --semantic-typography-body-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-letterSpacing: normal; + --semantic-typography-body-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-underline-letterSpacing: normal; --semantic-typography-body-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-default-letterSpacing: normal; + --semantic-typography-body-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-letterSpacing: normal; + --semantic-typography-body-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-underline-letterSpacing: normal; --semantic-typography-body-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-default-letterSpacing: normal; + --semantic-typography-body-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-letterSpacing: normal; + --semantic-typography-body-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-body-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-body-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-underline-letterSpacing: normal; --semantic-typography-body-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-body-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-body-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-body-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-body-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-body-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-default-letterSpacing: normal; + --semantic-typography-body-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-letterSpacing: normal; + --semantic-typography-body-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-underline-letterSpacing: normal; --semantic-typography-body-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-default-letterSpacing: normal; + --semantic-typography-body-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-letterSpacing: normal; + --semantic-typography-body-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-underline-letterSpacing: normal; --semantic-typography-body-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-default-letterSpacing: normal; + --semantic-typography-body-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-letterSpacing: normal; + --semantic-typography-body-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-underline-letterSpacing: normal; --semantic-typography-body-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-default-letterSpacing: normal; + --semantic-typography-body-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-letterSpacing: normal; + --semantic-typography-body-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-underline-letterSpacing: normal; --semantic-typography-body-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-default-letterSpacing: normal; + --semantic-typography-caption-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-caption-regular-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-letterSpacing: normal; + --semantic-typography-caption-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-underline-letterSpacing: normal; --semantic-typography-caption-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-regular-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-caption-regular-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-underline-letterSpacing: normal; - --semantic-typography-caption-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-regular-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-caption-regular-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-default-letterSpacing: normal; + --semantic-typography-caption-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-caption-bold-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-letterSpacing: normal; + --semantic-typography-caption-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-underline-letterSpacing: normal; --semantic-typography-caption-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-bold-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-caption-bold-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-underline-letterSpacing: normal; - --semantic-typography-caption-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-bold-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-caption-bold-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-default-letterSpacing: normal; + --semantic-typography-code-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-xl-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-letterSpacing: normal; + --semantic-typography-code-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-underline-letterSpacing: normal; --semantic-typography-code-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-default-letterSpacing: normal; + --semantic-typography-code-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-xl-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-letterSpacing: normal; + --semantic-typography-code-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-underline-letterSpacing: normal; --semantic-typography-code-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-default-letterSpacing: normal; + --semantic-typography-code-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-lg-regular-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-letterSpacing: normal; + --semantic-typography-code-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-underline-letterSpacing: normal; --semantic-typography-code-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-regular-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-regular-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-default-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-default-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-default-letterSpacing: normal; + --semantic-typography-code-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-italic-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-lg-bold-italic-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-letterSpacing: normal; + --semantic-typography-code-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-underline-fontSize: var(--core-fontSize-200); --semantic-typography-code-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-underline-lineHeight: var(--core-lineHeight-400); --semantic-typography-code-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-underline-letterSpacing: normal; --semantic-typography-code-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-bold-italic-underline-fontSize: var(--core-fontSize-200); - --semantic-typography-code-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-400); - --semantic-typography-code-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-200); - --semantic-typography-code-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-bold-italicUnderline-fontSize: var(--core-fontSize-200); + --semantic-typography-code-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-400); + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-200); + --semantic-typography-code-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-default-letterSpacing: normal; + --semantic-typography-code-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-letterSpacing: normal; + --semantic-typography-code-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-underline-letterSpacing: normal; --semantic-typography-code-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-default-letterSpacing: normal; + --semantic-typography-code-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-letterSpacing: normal; + --semantic-typography-code-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-underline-letterSpacing: normal; --semantic-typography-code-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-default-letterSpacing: normal; + --semantic-typography-code-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-letterSpacing: normal; + --semantic-typography-code-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-underline-letterSpacing: normal; --semantic-typography-code-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-default-letterSpacing: normal; + --semantic-typography-code-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-letterSpacing: normal; + --semantic-typography-code-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-underline-letterSpacing: normal; --semantic-typography-code-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-icon-labelPaired-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-regular-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-regular-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-regular-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-regular-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-regular-caption-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-regular-caption-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-xl-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-bold-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-lg-fontSize: var(--core-fontSize-200); --semantic-typography-icon-labelPaired-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-bold-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-bold-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-bold-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-bold-caption-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --semantic-typography-icon-labelPaired-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-xl-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-labelPaired-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-xl-lineHeight: var(--core-lineHeight-500); + --semantic-typography-icon-labelPaired-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-lg-fontSize: var(--core-fontSize-200); + --semantic-typography-icon-labelPaired-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-lg-lineHeight: var(--core-lineHeight-400); + --semantic-typography-icon-labelPaired-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-md-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-labelPaired-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-md-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-labelPaired-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-sm-fontSize: var(--core-fontSize-75); + --semantic-typography-icon-labelPaired-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-sm-lineHeight: var(--core-lineHeight-200); + --semantic-typography-icon-labelPaired-fill-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-caption-fontSize: var(--core-fontSize-50); + --semantic-typography-icon-labelPaired-fill-caption-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-caption-lineHeight: var(--core-lineHeight-100); --semantic-typography-icon-labelPaired-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-xl-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-labelPaired-brand-xl-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-xl-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-brand-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-lg-fontSize: var(--core-fontSize-200); - --semantic-typography-icon-labelPaired-brand-lg-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-lg-lineHeight: var(--core-lineHeight-400); - --semantic-typography-icon-labelPaired-brand-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-md-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-labelPaired-brand-md-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-brand-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-sm-fontSize: var(--core-fontSize-75); - --semantic-typography-icon-labelPaired-brand-sm-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-brand-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-caption-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-caption-fontSize: var(--core-fontSize-50); - --semantic-typography-icon-labelPaired-brand-caption-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-brand-caption-letterSpacing: normal; --semantic-typography-icon-standalone-regular-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-regular-2xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-regular-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-regular-xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-regular-lg-letterSpacing: normal; --semantic-typography-icon-standalone-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-regular-md-letterSpacing: normal; --semantic-typography-icon-standalone-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-regular-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-regular-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-regular-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-regular-xs-fontWeight: var(--core-fontWeight-light); + --semantic-typography-icon-standalone-regular-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-bold-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-bold-2xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-bold-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-bold-xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-bold-lg-letterSpacing: normal; --semantic-typography-icon-standalone-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-bold-md-letterSpacing: normal; --semantic-typography-icon-standalone-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-bold-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-bold-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-bold-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-bold-xs-fontWeight: var(--core-fontWeight-regular); + --semantic-typography-icon-standalone-bold-xs-lineHeight: var(--core-lineHeight-75); + --semantic-typography-icon-standalone-fill-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-2xl-fontSize: var(--core-fontSize-800); + --semantic-typography-icon-standalone-fill-2xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-2xl-lineHeight: var(--core-lineHeight-1000); + --semantic-typography-icon-standalone-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xl-fontSize: var(--core-fontSize-600); + --semantic-typography-icon-standalone-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xl-lineHeight: var(--core-lineHeight-900); + --semantic-typography-icon-standalone-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-lg-fontSize: var(--core-fontSize-500); + --semantic-typography-icon-standalone-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-lg-lineHeight: var(--core-lineHeight-800); + --semantic-typography-icon-standalone-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-md-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-standalone-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-md-lineHeight: var(--core-lineHeight-600); + --semantic-typography-icon-standalone-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-sm-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-standalone-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-sm-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-standalone-fill-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-fill-xs-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-brand-2xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-2xl-fontSize: var(--core-fontSize-800); - --semantic-typography-icon-standalone-brand-2xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-brand-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-xl-fontSize: var(--core-fontSize-600); - --semantic-typography-icon-standalone-brand-xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-brand-xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-lg-fontSize: var(--core-fontSize-500); - --semantic-typography-icon-standalone-brand-lg-fontWeight: normal; --semantic-typography-icon-standalone-brand-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-brand-lg-letterSpacing: normal; --semantic-typography-icon-standalone-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-md-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-standalone-brand-md-fontWeight: normal; --semantic-typography-icon-standalone-brand-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-brand-md-letterSpacing: normal; --semantic-typography-icon-standalone-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-sm-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-standalone-brand-sm-fontWeight: normal; --semantic-typography-icon-standalone-brand-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-brand-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-brand-xs-fontFamily: var(--core-fontFamily-fontAwesome-brands); + --semantic-typography-icon-standalone-brand-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-brand-xs-lineHeight: var(--core-lineHeight-75); --semantic-spacing-general-none: var(--core-spacing-50); --semantic-spacing-general-3xs: var(--core-spacing-75); --semantic-spacing-general-2xs: var(--core-spacing-100); @@ -5788,74 +7277,6 @@ --semantic-borderRadius-xl: var(--core-borderRadius-1200); --semantic-borderRadius-2xl: var(--core-borderRadius-2400); --semantic-borderRadius-pill: var(--core-borderRadius-4800); - --semantic-fontSize-heading-hero: var(--core-fontSize-800); - --semantic-fontSize-heading-h1: var(--core-fontSize-1100); - --semantic-fontSize-heading-h2: var(--core-fontSize-1000); - --semantic-fontSize-heading-h3: var(--core-fontSize-300); - --semantic-fontSize-heading-h4: var(--core-fontSize-200); - --semantic-fontSize-heading-h5: var(--core-fontSize-100); - --semantic-fontSize-heading-h6: var(--core-fontSize-75); - --semantic-fontSize-body-xl: var(--core-fontSize-300); - --semantic-fontSize-body-lg: var(--core-fontSize-200); - --semantic-fontSize-body-md: var(--core-fontSize-100); - --semantic-fontSize-body-sm: var(--core-fontSize-75); - --semantic-fontSize-caption: var(--core-fontSize-50); - --semantic-fontSize-code-xl: var(--core-fontSize-300); - --semantic-fontSize-code-lg: var(--core-fontSize-200); - --semantic-fontSize-code-md: var(--core-fontSize-100); - --semantic-fontSize-code-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-xl: var(--core-fontSize-300); - --semantic-fontSize-icon-labelPaired-lg: var(--core-fontSize-200); - --semantic-fontSize-icon-labelPaired-md: var(--core-fontSize-100); - --semantic-fontSize-icon-labelPaired-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-caption: var(--core-fontSize-50); - --semantic-fontSize-icon-standalone-2xl: var(--core-fontSize-800); - --semantic-fontSize-icon-standalone-xl: var(--core-fontSize-600); - --semantic-fontSize-icon-standalone-lg: var(--core-fontSize-500); - --semantic-fontSize-icon-standalone-md: var(--core-fontSize-300); - --semantic-fontSize-icon-standalone-sm: var(--core-fontSize-100); - --semantic-paragraphSpacing-heading-hero: var(--core-paragraphSpacing-800); - --semantic-paragraphSpacing-heading-h1: var(--core-paragraphSpacing-1100); - --semantic-paragraphSpacing-heading-h2: var(--core-paragraphSpacing-1000); - --semantic-paragraphSpacing-heading-h3: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-heading-h4: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-heading-h5: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-heading-h6: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-body-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-body-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-body-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-body-sm: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-caption: var(--core-paragraphSpacing-50); - --semantic-paragraphSpacing-code-xl: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-code-lg: var(--core-paragraphSpacing-200); - --semantic-paragraphSpacing-code-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-code-sm: var(--core-paragraphSpacing-75); - --semantic-lineHeight-heading-hero: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h1: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h2: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h3: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h4: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h5: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h6: var(--core-lineHeight-auto); - --semantic-lineHeight-body-xl: var(--core-lineHeight-500); - --semantic-lineHeight-body-lg: var(--core-lineHeight-400); - --semantic-lineHeight-body-md: var(--core-lineHeight-300); - --semantic-lineHeight-body-sm: var(--core-lineHeight-200); - --semantic-lineHeight-caption: var(--core-lineHeight-100); - --semantic-lineHeight-code-xl: var(--core-lineHeight-500); - --semantic-lineHeight-code-lg: var(--core-lineHeight-400); - --semantic-lineHeight-code-md: var(--core-lineHeight-300); - --semantic-lineHeight-code-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-xl: var(--core-lineHeight-500); - --semantic-lineHeight-icon-labelPaired-lg: var(--core-lineHeight-400); - --semantic-lineHeight-icon-labelPaired-md: var(--core-lineHeight-300); - --semantic-lineHeight-icon-labelPaired-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-caption: var(--core-lineHeight-100); - --semantic-lineHeight-icon-standalone-2xl: var(--core-lineHeight-1000); - --semantic-lineHeight-icon-standalone-xl: var(--core-lineHeight-900); - --semantic-lineHeight-icon-standalone-lg: var(--core-lineHeight-800); - --semantic-lineHeight-icon-standalone-md: var(--core-lineHeight-600); - --semantic-lineHeight-icon-standalone-sm: var(--core-lineHeight-300); } } @media (min-width: 1280px) { @@ -5865,661 +7286,633 @@ --semantic-typography-heading-hero-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-hero-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-hero-paragraphSpacing: var(--core-paragraphSpacing-900); - --semantic-typography-heading-hero-letterSpacing: normal; --semantic-typography-heading-h1-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h1-fontSize: var(--core-fontSize-800); --semantic-typography-heading-h1-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h1-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h1-paragraphSpacing: var(--core-paragraphSpacing-800); - --semantic-typography-heading-h1-letterSpacing: normal; --semantic-typography-heading-h2-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h2-fontSize: var(--core-fontSize-700); --semantic-typography-heading-h2-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h2-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h2-paragraphSpacing: var(--core-paragraphSpacing-700); - --semantic-typography-heading-h2-letterSpacing: normal; --semantic-typography-heading-h3-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h3-fontSize: var(--core-fontSize-400); --semantic-typography-heading-h3-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h3-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h3-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-heading-h3-letterSpacing: normal; --semantic-typography-heading-h4-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h4-fontSize: var(--core-fontSize-300); --semantic-typography-heading-h4-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h4-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h4-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-heading-h4-letterSpacing: normal; --semantic-typography-heading-h5-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h5-fontSize: var(--core-fontSize-100); --semantic-typography-heading-h5-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h5-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h5-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-heading-h5-letterSpacing: normal; --semantic-typography-heading-h6-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h6-fontSize: var(--core-fontSize-75); --semantic-typography-heading-h6-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h6-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h6-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-heading-h6-letterSpacing: normal; --semantic-typography-body-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-default-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-default-letterSpacing: normal; + --semantic-typography-body-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-italic-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-xl-regular-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-italic-letterSpacing: normal; + --semantic-typography-body-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-underline-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-underline-letterSpacing: normal; --semantic-typography-body-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-regular-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-body-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-body-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-regular-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-body-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-body-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-default-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-default-letterSpacing: normal; + --semantic-typography-body-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-italic-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-xl-bold-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-italic-letterSpacing: normal; + --semantic-typography-body-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-underline-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-underline-letterSpacing: normal; --semantic-typography-body-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-bold-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-body-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-body-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-bold-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-body-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-body-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-default-letterSpacing: normal; + --semantic-typography-body-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-lg-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-italic-letterSpacing: normal; + --semantic-typography-body-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-underline-letterSpacing: normal; --semantic-typography-body-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-default-letterSpacing: normal; + --semantic-typography-body-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-lg-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-italic-letterSpacing: normal; + --semantic-typography-body-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-underline-letterSpacing: normal; --semantic-typography-body-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-default-letterSpacing: normal; + --semantic-typography-body-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-letterSpacing: normal; + --semantic-typography-body-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-underline-letterSpacing: normal; --semantic-typography-body-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-default-letterSpacing: normal; + --semantic-typography-body-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-letterSpacing: normal; + --semantic-typography-body-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-underline-letterSpacing: normal; --semantic-typography-body-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-default-letterSpacing: normal; + --semantic-typography-body-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-letterSpacing: normal; + --semantic-typography-body-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-underline-letterSpacing: normal; --semantic-typography-body-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-default-letterSpacing: normal; + --semantic-typography-body-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-letterSpacing: normal; + --semantic-typography-body-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-underline-letterSpacing: normal; --semantic-typography-body-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-default-letterSpacing: normal; + --semantic-typography-caption-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-caption-regular-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-letterSpacing: normal; + --semantic-typography-caption-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-underline-letterSpacing: normal; --semantic-typography-caption-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-regular-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-caption-regular-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-underline-letterSpacing: normal; - --semantic-typography-caption-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-regular-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-caption-regular-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-default-letterSpacing: normal; + --semantic-typography-caption-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-caption-bold-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-letterSpacing: normal; + --semantic-typography-caption-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-underline-letterSpacing: normal; --semantic-typography-caption-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-bold-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-caption-bold-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-underline-letterSpacing: normal; - --semantic-typography-caption-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-bold-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-caption-bold-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-default-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-default-letterSpacing: normal; + --semantic-typography-code-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-italic-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-xl-regular-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-italic-letterSpacing: normal; + --semantic-typography-code-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-underline-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-underline-letterSpacing: normal; --semantic-typography-code-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-regular-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-code-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-code-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-regular-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-code-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-code-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-default-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-default-letterSpacing: normal; + --semantic-typography-code-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-italic-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-xl-bold-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-italic-letterSpacing: normal; + --semantic-typography-code-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-underline-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-underline-letterSpacing: normal; --semantic-typography-code-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-bold-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-code-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-code-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-bold-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-code-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-code-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-default-letterSpacing: normal; + --semantic-typography-code-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-lg-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-italic-letterSpacing: normal; + --semantic-typography-code-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-underline-letterSpacing: normal; --semantic-typography-code-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-default-letterSpacing: normal; + --semantic-typography-code-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-lg-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-italic-letterSpacing: normal; + --semantic-typography-code-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-underline-letterSpacing: normal; --semantic-typography-code-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-default-letterSpacing: normal; + --semantic-typography-code-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-letterSpacing: normal; + --semantic-typography-code-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-underline-letterSpacing: normal; --semantic-typography-code-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-default-letterSpacing: normal; + --semantic-typography-code-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-letterSpacing: normal; + --semantic-typography-code-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-underline-letterSpacing: normal; --semantic-typography-code-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-default-letterSpacing: normal; + --semantic-typography-code-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-letterSpacing: normal; + --semantic-typography-code-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-underline-letterSpacing: normal; --semantic-typography-code-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-default-letterSpacing: normal; + --semantic-typography-code-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-letterSpacing: normal; + --semantic-typography-code-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-underline-letterSpacing: normal; --semantic-typography-code-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-icon-labelPaired-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-xl-fontSize: var(--core-fontSize-400); --semantic-typography-icon-labelPaired-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-xl-lineHeight: var(--core-lineHeight-700); - --semantic-typography-icon-labelPaired-regular-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-lg-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-lg-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-regular-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-regular-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-regular-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-regular-caption-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-regular-caption-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-xl-fontSize: var(--core-fontSize-400); --semantic-typography-icon-labelPaired-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-xl-lineHeight: var(--core-lineHeight-700); - --semantic-typography-icon-labelPaired-bold-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-lg-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-lg-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-bold-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-bold-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-bold-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-bold-caption-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --semantic-typography-icon-labelPaired-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-xl-fontSize: var(--core-fontSize-400); + --semantic-typography-icon-labelPaired-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-xl-lineHeight: var(--core-lineHeight-700); + --semantic-typography-icon-labelPaired-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-lg-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-labelPaired-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-lg-lineHeight: var(--core-lineHeight-500); + --semantic-typography-icon-labelPaired-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-md-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-labelPaired-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-md-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-labelPaired-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-sm-fontSize: var(--core-fontSize-75); + --semantic-typography-icon-labelPaired-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-sm-lineHeight: var(--core-lineHeight-200); + --semantic-typography-icon-labelPaired-fill-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-caption-fontSize: var(--core-fontSize-50); + --semantic-typography-icon-labelPaired-fill-caption-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-caption-lineHeight: var(--core-lineHeight-100); --semantic-typography-icon-labelPaired-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-xl-fontSize: var(--core-fontSize-400); - --semantic-typography-icon-labelPaired-brand-xl-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-xl-lineHeight: var(--core-lineHeight-700); - --semantic-typography-icon-labelPaired-brand-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-lg-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-labelPaired-brand-lg-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-lg-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-brand-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-md-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-labelPaired-brand-md-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-brand-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-sm-fontSize: var(--core-fontSize-75); - --semantic-typography-icon-labelPaired-brand-sm-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-brand-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-caption-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-caption-fontSize: var(--core-fontSize-50); - --semantic-typography-icon-labelPaired-brand-caption-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-brand-caption-letterSpacing: normal; --semantic-typography-icon-standalone-regular-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-regular-2xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-regular-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-regular-xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-regular-lg-letterSpacing: normal; --semantic-typography-icon-standalone-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-regular-md-letterSpacing: normal; --semantic-typography-icon-standalone-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-regular-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-regular-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-regular-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-regular-xs-fontWeight: var(--core-fontWeight-light); + --semantic-typography-icon-standalone-regular-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-bold-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-bold-2xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-bold-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-bold-xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-bold-lg-letterSpacing: normal; --semantic-typography-icon-standalone-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-bold-md-letterSpacing: normal; --semantic-typography-icon-standalone-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-bold-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-bold-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-bold-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-bold-xs-fontWeight: var(--core-fontWeight-regular); + --semantic-typography-icon-standalone-bold-xs-lineHeight: var(--core-lineHeight-75); + --semantic-typography-icon-standalone-fill-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-2xl-fontSize: var(--core-fontSize-800); + --semantic-typography-icon-standalone-fill-2xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-2xl-lineHeight: var(--core-lineHeight-1000); + --semantic-typography-icon-standalone-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xl-fontSize: var(--core-fontSize-600); + --semantic-typography-icon-standalone-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xl-lineHeight: var(--core-lineHeight-900); + --semantic-typography-icon-standalone-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-lg-fontSize: var(--core-fontSize-500); + --semantic-typography-icon-standalone-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-lg-lineHeight: var(--core-lineHeight-800); + --semantic-typography-icon-standalone-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-md-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-standalone-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-md-lineHeight: var(--core-lineHeight-600); + --semantic-typography-icon-standalone-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-sm-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-standalone-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-sm-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-standalone-fill-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-fill-xs-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-brand-2xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-2xl-fontSize: var(--core-fontSize-800); - --semantic-typography-icon-standalone-brand-2xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-brand-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-xl-fontSize: var(--core-fontSize-600); - --semantic-typography-icon-standalone-brand-xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-brand-xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-lg-fontSize: var(--core-fontSize-500); - --semantic-typography-icon-standalone-brand-lg-fontWeight: normal; --semantic-typography-icon-standalone-brand-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-brand-lg-letterSpacing: normal; --semantic-typography-icon-standalone-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-md-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-standalone-brand-md-fontWeight: normal; --semantic-typography-icon-standalone-brand-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-brand-md-letterSpacing: normal; --semantic-typography-icon-standalone-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-sm-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-standalone-brand-sm-fontWeight: normal; --semantic-typography-icon-standalone-brand-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-brand-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-brand-xs-fontFamily: var(--core-fontFamily-fontAwesome-brands); + --semantic-typography-icon-standalone-brand-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-brand-xs-lineHeight: var(--core-lineHeight-75); --semantic-spacing-general-none: var(--core-spacing-50); --semantic-spacing-general-3xs: var(--core-spacing-75); --semantic-spacing-general-2xs: var(--core-spacing-100); @@ -6550,74 +7943,6 @@ --semantic-borderRadius-xl: var(--core-borderRadius-1200); --semantic-borderRadius-2xl: var(--core-borderRadius-2400); --semantic-borderRadius-pill: var(--core-borderRadius-4800); - --semantic-fontSize-heading-hero: var(--core-fontSize-900); - --semantic-fontSize-heading-h1: var(--core-fontSize-800); - --semantic-fontSize-heading-h2: var(--core-fontSize-700); - --semantic-fontSize-heading-h3: var(--core-fontSize-400); - --semantic-fontSize-heading-h4: var(--core-fontSize-300); - --semantic-fontSize-heading-h5: var(--core-fontSize-100); - --semantic-fontSize-heading-h6: var(--core-fontSize-75); - --semantic-fontSize-body-xl: var(--core-fontSize-400); - --semantic-fontSize-body-lg: var(--core-fontSize-300); - --semantic-fontSize-body-md: var(--core-fontSize-100); - --semantic-fontSize-body-sm: var(--core-fontSize-75); - --semantic-fontSize-caption: var(--core-fontSize-50); - --semantic-fontSize-code-xl: var(--core-fontSize-400); - --semantic-fontSize-code-lg: var(--core-fontSize-300); - --semantic-fontSize-code-md: var(--core-fontSize-100); - --semantic-fontSize-code-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-xl: var(--core-fontSize-400); - --semantic-fontSize-icon-labelPaired-lg: var(--core-fontSize-300); - --semantic-fontSize-icon-labelPaired-md: var(--core-fontSize-100); - --semantic-fontSize-icon-labelPaired-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-caption: var(--core-fontSize-50); - --semantic-fontSize-icon-standalone-2xl: var(--core-fontSize-800); - --semantic-fontSize-icon-standalone-xl: var(--core-fontSize-600); - --semantic-fontSize-icon-standalone-lg: var(--core-fontSize-500); - --semantic-fontSize-icon-standalone-md: var(--core-fontSize-300); - --semantic-fontSize-icon-standalone-sm: var(--core-fontSize-100); - --semantic-paragraphSpacing-heading-hero: var(--core-paragraphSpacing-900); - --semantic-paragraphSpacing-heading-h1: var(--core-paragraphSpacing-800); - --semantic-paragraphSpacing-heading-h2: var(--core-paragraphSpacing-700); - --semantic-paragraphSpacing-heading-h3: var(--core-paragraphSpacing-400); - --semantic-paragraphSpacing-heading-h4: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-heading-h5: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-heading-h6: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-body-xl: var(--core-paragraphSpacing-400); - --semantic-paragraphSpacing-body-lg: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-body-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-body-sm: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-caption: var(--core-paragraphSpacing-50); - --semantic-paragraphSpacing-code-xl: var(--core-paragraphSpacing-400); - --semantic-paragraphSpacing-code-lg: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-code-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-code-sm: var(--core-paragraphSpacing-75); - --semantic-lineHeight-heading-hero: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h1: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h2: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h3: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h4: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h5: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h6: var(--core-lineHeight-auto); - --semantic-lineHeight-body-xl: var(--core-lineHeight-700); - --semantic-lineHeight-body-lg: var(--core-lineHeight-500); - --semantic-lineHeight-body-md: var(--core-lineHeight-300); - --semantic-lineHeight-body-sm: var(--core-lineHeight-200); - --semantic-lineHeight-caption: var(--core-lineHeight-100); - --semantic-lineHeight-code-xl: var(--core-lineHeight-700); - --semantic-lineHeight-code-lg: var(--core-lineHeight-500); - --semantic-lineHeight-code-md: var(--core-lineHeight-300); - --semantic-lineHeight-code-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-xl: var(--core-lineHeight-700); - --semantic-lineHeight-icon-labelPaired-lg: var(--core-lineHeight-500); - --semantic-lineHeight-icon-labelPaired-md: var(--core-lineHeight-300); - --semantic-lineHeight-icon-labelPaired-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-caption: var(--core-lineHeight-100); - --semantic-lineHeight-icon-standalone-2xl: var(--core-lineHeight-1000); - --semantic-lineHeight-icon-standalone-xl: var(--core-lineHeight-900); - --semantic-lineHeight-icon-standalone-lg: var(--core-lineHeight-800); - --semantic-lineHeight-icon-standalone-md: var(--core-lineHeight-600); - --semantic-lineHeight-icon-standalone-sm: var(--core-lineHeight-300); } } @media (min-width: 1440px) { @@ -6627,661 +7952,633 @@ --semantic-typography-heading-hero-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-hero-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-hero-paragraphSpacing: var(--core-paragraphSpacing-900); - --semantic-typography-heading-hero-letterSpacing: normal; --semantic-typography-heading-h1-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h1-fontSize: var(--core-fontSize-800); --semantic-typography-heading-h1-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h1-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h1-paragraphSpacing: var(--core-paragraphSpacing-800); - --semantic-typography-heading-h1-letterSpacing: normal; --semantic-typography-heading-h2-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h2-fontSize: var(--core-fontSize-700); --semantic-typography-heading-h2-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h2-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h2-paragraphSpacing: var(--core-paragraphSpacing-700); - --semantic-typography-heading-h2-letterSpacing: normal; --semantic-typography-heading-h3-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h3-fontSize: var(--core-fontSize-400); --semantic-typography-heading-h3-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h3-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h3-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-heading-h3-letterSpacing: normal; --semantic-typography-heading-h4-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h4-fontSize: var(--core-fontSize-300); --semantic-typography-heading-h4-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h4-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h4-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-heading-h4-letterSpacing: normal; --semantic-typography-heading-h5-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h5-fontSize: var(--core-fontSize-100); --semantic-typography-heading-h5-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h5-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h5-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-heading-h5-letterSpacing: normal; --semantic-typography-heading-h6-fontFamily: var(--core-fontFamily-ubuntu); --semantic-typography-heading-h6-fontSize: var(--core-fontSize-75); --semantic-typography-heading-h6-fontWeight: var(--core-fontWeight-bold); --semantic-typography-heading-h6-lineHeight: var(--core-lineHeight-auto); --semantic-typography-heading-h6-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-heading-h6-letterSpacing: normal; --semantic-typography-body-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-default-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-default-letterSpacing: normal; + --semantic-typography-body-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-italic-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-xl-regular-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-italic-letterSpacing: normal; + --semantic-typography-body-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-regular-underline-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-xl-regular-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-underline-letterSpacing: normal; --semantic-typography-body-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-regular-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-body-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-body-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-regular-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-body-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-body-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-body-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-default-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-default-letterSpacing: normal; + --semantic-typography-body-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-italic-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-xl-bold-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-italic-letterSpacing: normal; + --semantic-typography-body-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-xl-bold-underline-fontSize: var(--core-fontSize-400); --semantic-typography-body-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-xl-bold-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-body-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-underline-letterSpacing: normal; --semantic-typography-body-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-xl-bold-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-body-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-body-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-body-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-xl-bold-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-body-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-body-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-body-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-default-letterSpacing: normal; + --semantic-typography-body-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-lg-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-italic-letterSpacing: normal; + --semantic-typography-body-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-lg-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-underline-letterSpacing: normal; --semantic-typography-body-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-body-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-default-letterSpacing: normal; + --semantic-typography-body-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-lg-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-italic-letterSpacing: normal; + --semantic-typography-body-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-body-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-body-lg-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-body-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-lg-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-body-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-underline-letterSpacing: normal; --semantic-typography-body-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-lg-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-body-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-body-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-body-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-lg-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-body-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-body-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-body-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-default-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-default-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-letterSpacing: normal; - --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italic-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-underline-letterSpacing: normal; --semantic-typography-body-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-body-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-default-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-default-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-letterSpacing: normal; - --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italic-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-body-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-body-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-underline-letterSpacing: normal; --semantic-typography-body-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-body-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-body-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-body-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-body-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-body-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-body-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-body-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-default-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-default-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-body-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-letterSpacing: normal; - --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-body-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-underline-letterSpacing: normal; --semantic-typography-body-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-body-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-body-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-body-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-default-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-default-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-body-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-letterSpacing: normal; - --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-body-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); + --semantic-typography-body-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-body-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-body-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-body-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-body-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-underline-letterSpacing: normal; --semantic-typography-body-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-body-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-body-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-body-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-body-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-body-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-body-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-body-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-body-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-body-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-body-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-body-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-body-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-body-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-default-letterSpacing: normal; + --semantic-typography-caption-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-caption-regular-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-letterSpacing: normal; + --semantic-typography-caption-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-regular-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-caption-regular-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-underline-letterSpacing: normal; --semantic-typography-caption-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-regular-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-caption-regular-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-regular-italic-underline-letterSpacing: normal; - --semantic-typography-caption-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-regular-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-caption-regular-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-caption-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-default-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-default-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-default-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-default-letterSpacing: normal; + --semantic-typography-caption-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-italic-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-caption-bold-italic-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-letterSpacing: normal; + --semantic-typography-caption-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-caption-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); --semantic-typography-caption-bold-underline-fontSize: var(--core-fontSize-50); --semantic-typography-caption-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-caption-bold-underline-lineHeight: var(--core-lineHeight-100); --semantic-typography-caption-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-underline-letterSpacing: normal; --semantic-typography-caption-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-caption-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-sans); - --semantic-typography-caption-bold-italic-underline-fontSize: var(--core-fontSize-50); - --semantic-typography-caption-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-caption-bold-italic-underline-lineHeight: var(--core-lineHeight-100); - --semantic-typography-caption-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-50); - --semantic-typography-caption-bold-italic-underline-letterSpacing: normal; - --semantic-typography-caption-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-caption-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-sans); + --semantic-typography-caption-bold-italicUnderline-fontSize: var(--core-fontSize-50); + --semantic-typography-caption-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-caption-bold-italicUnderline-lineHeight: var(--core-lineHeight-100); + --semantic-typography-caption-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-50); + --semantic-typography-caption-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-default-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-regular-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-default-letterSpacing: normal; + --semantic-typography-code-xl-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-italic-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-xl-regular-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-italic-letterSpacing: normal; + --semantic-typography-code-xl-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-regular-underline-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-xl-regular-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-underline-letterSpacing: normal; --semantic-typography-code-xl-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-regular-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-code-xl-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-xl-regular-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-code-xl-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-regular-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-code-xl-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-xl-regular-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-code-xl-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-code-xl-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-xl-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-default-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-default-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-bold-default-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-default-letterSpacing: normal; + --semantic-typography-code-xl-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-italic-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-xl-bold-italic-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-italic-letterSpacing: normal; + --semantic-typography-code-xl-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-xl-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-xl-bold-underline-fontSize: var(--core-fontSize-400); --semantic-typography-code-xl-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-xl-bold-underline-lineHeight: var(--core-lineHeight-700); --semantic-typography-code-xl-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-underline-letterSpacing: normal; --semantic-typography-code-xl-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-xl-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-xl-bold-italic-underline-fontSize: var(--core-fontSize-400); - --semantic-typography-code-xl-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-xl-bold-italic-underline-lineHeight: var(--core-lineHeight-700); - --semantic-typography-code-xl-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-400); - --semantic-typography-code-xl-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-xl-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-xl-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-xl-bold-italicUnderline-fontSize: var(--core-fontSize-400); + --semantic-typography-code-xl-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-xl-bold-italicUnderline-lineHeight: var(--core-lineHeight-700); + --semantic-typography-code-xl-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-400); + --semantic-typography-code-xl-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-regular-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-default-letterSpacing: normal; + --semantic-typography-code-lg-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-lg-regular-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-italic-letterSpacing: normal; + --semantic-typography-code-lg-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-regular-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-lg-regular-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-underline-letterSpacing: normal; --semantic-typography-code-lg-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-regular-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-lg-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-lg-regular-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-lg-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-regular-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-lg-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-lg-regular-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-lg-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-lg-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-lg-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-default-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-default-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-bold-default-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-default-letterSpacing: normal; + --semantic-typography-code-lg-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-italic-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-lg-bold-italic-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-italic-letterSpacing: normal; + --semantic-typography-code-lg-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-lg-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-lg-bold-underline-fontSize: var(--core-fontSize-300); --semantic-typography-code-lg-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-lg-bold-underline-lineHeight: var(--core-lineHeight-500); --semantic-typography-code-lg-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-underline-letterSpacing: normal; --semantic-typography-code-lg-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-lg-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-lg-bold-italic-underline-fontSize: var(--core-fontSize-300); - --semantic-typography-code-lg-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-lg-bold-italic-underline-lineHeight: var(--core-lineHeight-500); - --semantic-typography-code-lg-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-300); - --semantic-typography-code-lg-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-lg-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-lg-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-lg-bold-italicUnderline-fontSize: var(--core-fontSize-300); + --semantic-typography-code-lg-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-lg-bold-italicUnderline-lineHeight: var(--core-lineHeight-500); + --semantic-typography-code-lg-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-300); + --semantic-typography-code-lg-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-default-letterSpacing: normal; + --semantic-typography-code-md-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-md-regular-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-letterSpacing: normal; + --semantic-typography-code-md-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-regular-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-md-regular-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-underline-letterSpacing: normal; --semantic-typography-code-md-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-regular-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-md-regular-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-regular-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-md-regular-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-md-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-default-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-default-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-default-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-default-letterSpacing: normal; + --semantic-typography-code-md-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-italic-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-md-bold-italic-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-letterSpacing: normal; + --semantic-typography-code-md-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-md-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-md-bold-underline-fontSize: var(--core-fontSize-100); --semantic-typography-code-md-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-md-bold-underline-lineHeight: var(--core-lineHeight-300); --semantic-typography-code-md-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-underline-letterSpacing: normal; --semantic-typography-code-md-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-md-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-md-bold-italic-underline-fontSize: var(--core-fontSize-100); - --semantic-typography-code-md-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-md-bold-italic-underline-lineHeight: var(--core-lineHeight-300); - --semantic-typography-code-md-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-100); - --semantic-typography-code-md-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-md-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-md-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-md-bold-italicUnderline-fontSize: var(--core-fontSize-100); + --semantic-typography-code-md-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-md-bold-italicUnderline-lineHeight: var(--core-lineHeight-300); + --semantic-typography-code-md-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-100); + --semantic-typography-code-md-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-regular-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-default-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-default-letterSpacing: normal; + --semantic-typography-code-sm-regular-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-italic-fontWeight: var(--core-fontWeight-italic); --semantic-typography-code-sm-regular-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-letterSpacing: normal; + --semantic-typography-code-sm-regular-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-regular-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-regular-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-regular-underline-fontWeight: var(--core-fontWeight-regular); --semantic-typography-code-sm-regular-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-regular-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-underline-letterSpacing: normal; --semantic-typography-code-sm-regular-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-regular-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-regular-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-regular-italic-underline-fontWeight: var(--core-fontWeight-italic); - --semantic-typography-code-sm-regular-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-regular-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-regular-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-regular-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-regular-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-regular-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-regular-italicUnderline-fontWeight: var(--core-fontWeight-italic); + --semantic-typography-code-sm-regular-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-regular-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-regular-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-code-sm-bold-default-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-default-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-default-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-default-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-default-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-default-letterSpacing: normal; + --semantic-typography-code-sm-bold-default-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-italic-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-italic-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-italic-fontWeight: var(--core-fontWeight-boldItalic); --semantic-typography-code-sm-bold-italic-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-italic-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-letterSpacing: normal; + --semantic-typography-code-sm-bold-italic-textDecoration: var(--core-fontDecoration-none); --semantic-typography-code-sm-bold-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); --semantic-typography-code-sm-bold-underline-fontSize: var(--core-fontSize-75); --semantic-typography-code-sm-bold-underline-fontWeight: var(--core-fontWeight-bold); --semantic-typography-code-sm-bold-underline-lineHeight: var(--core-lineHeight-200); --semantic-typography-code-sm-bold-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-underline-letterSpacing: normal; --semantic-typography-code-sm-bold-underline-textDecoration: var(--core-fontDecoration-underline); - --semantic-typography-code-sm-bold-italic-underline-fontFamily: var(--core-fontFamily-ibmPlex-mono); - --semantic-typography-code-sm-bold-italic-underline-fontSize: var(--core-fontSize-75); - --semantic-typography-code-sm-bold-italic-underline-fontWeight: var(--core-fontWeight-boldItalic); - --semantic-typography-code-sm-bold-italic-underline-lineHeight: var(--core-lineHeight-200); - --semantic-typography-code-sm-bold-italic-underline-paragraphSpacing: var(--core-paragraphSpacing-75); - --semantic-typography-code-sm-bold-italic-underline-letterSpacing: normal; - --semantic-typography-code-sm-bold-italic-underline-textDecoration: var(--core-fontDecoration-underline); + --semantic-typography-code-sm-bold-italicUnderline-fontFamily: var(--core-fontFamily-ibmPlex-mono); + --semantic-typography-code-sm-bold-italicUnderline-fontSize: var(--core-fontSize-75); + --semantic-typography-code-sm-bold-italicUnderline-fontWeight: var(--core-fontWeight-boldItalic); + --semantic-typography-code-sm-bold-italicUnderline-lineHeight: var(--core-lineHeight-200); + --semantic-typography-code-sm-bold-italicUnderline-paragraphSpacing: var(--core-paragraphSpacing-75); + --semantic-typography-code-sm-bold-italicUnderline-textDecoration: var(--core-fontDecoration-underline); --semantic-typography-icon-labelPaired-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-xl-fontSize: var(--core-fontSize-400); --semantic-typography-icon-labelPaired-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-xl-lineHeight: var(--core-lineHeight-700); - --semantic-typography-icon-labelPaired-regular-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-lg-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-lg-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-regular-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-regular-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-regular-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-regular-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-regular-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-regular-caption-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-labelPaired-regular-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-regular-caption-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-xl-fontSize: var(--core-fontSize-400); --semantic-typography-icon-labelPaired-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-xl-lineHeight: var(--core-lineHeight-700); - --semantic-typography-icon-labelPaired-bold-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-lg-fontSize: var(--core-fontSize-300); --semantic-typography-icon-labelPaired-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-lg-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-bold-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-md-fontSize: var(--core-fontSize-100); --semantic-typography-icon-labelPaired-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-bold-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-sm-fontSize: var(--core-fontSize-75); --semantic-typography-icon-labelPaired-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-bold-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-bold-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-labelPaired-bold-caption-fontSize: var(--core-fontSize-50); --semantic-typography-icon-labelPaired-bold-caption-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-labelPaired-bold-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-bold-caption-letterSpacing: normal; + --semantic-typography-icon-labelPaired-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-xl-fontSize: var(--core-fontSize-400); + --semantic-typography-icon-labelPaired-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-xl-lineHeight: var(--core-lineHeight-700); + --semantic-typography-icon-labelPaired-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-lg-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-labelPaired-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-lg-lineHeight: var(--core-lineHeight-500); + --semantic-typography-icon-labelPaired-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-md-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-labelPaired-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-md-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-labelPaired-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-sm-fontSize: var(--core-fontSize-75); + --semantic-typography-icon-labelPaired-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-sm-lineHeight: var(--core-lineHeight-200); + --semantic-typography-icon-labelPaired-fill-caption-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-labelPaired-fill-caption-fontSize: var(--core-fontSize-50); + --semantic-typography-icon-labelPaired-fill-caption-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-labelPaired-fill-caption-lineHeight: var(--core-lineHeight-100); --semantic-typography-icon-labelPaired-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-xl-fontSize: var(--core-fontSize-400); - --semantic-typography-icon-labelPaired-brand-xl-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-xl-lineHeight: var(--core-lineHeight-700); - --semantic-typography-icon-labelPaired-brand-xl-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-lg-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-labelPaired-brand-lg-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-lg-lineHeight: var(--core-lineHeight-500); - --semantic-typography-icon-labelPaired-brand-lg-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-md-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-labelPaired-brand-md-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-md-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-labelPaired-brand-md-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-sm-fontSize: var(--core-fontSize-75); - --semantic-typography-icon-labelPaired-brand-sm-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-sm-lineHeight: var(--core-lineHeight-200); - --semantic-typography-icon-labelPaired-brand-sm-letterSpacing: normal; --semantic-typography-icon-labelPaired-brand-caption-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-labelPaired-brand-caption-fontSize: var(--core-fontSize-50); - --semantic-typography-icon-labelPaired-brand-caption-fontWeight: normal; --semantic-typography-icon-labelPaired-brand-caption-lineHeight: var(--core-lineHeight-100); - --semantic-typography-icon-labelPaired-brand-caption-letterSpacing: normal; --semantic-typography-icon-standalone-regular-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-regular-2xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-regular-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-regular-xl-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-regular-xl-letterSpacing: normal; --semantic-typography-icon-standalone-regular-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-regular-lg-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-regular-lg-letterSpacing: normal; --semantic-typography-icon-standalone-regular-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-regular-md-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-regular-md-letterSpacing: normal; --semantic-typography-icon-standalone-regular-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-regular-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-regular-sm-fontWeight: var(--core-fontWeight-light); --semantic-typography-icon-standalone-regular-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-regular-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-regular-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-regular-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-regular-xs-fontWeight: var(--core-fontWeight-light); + --semantic-typography-icon-standalone-regular-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-bold-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-2xl-fontSize: var(--core-fontSize-800); --semantic-typography-icon-standalone-bold-2xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-bold-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-xl-fontSize: var(--core-fontSize-600); --semantic-typography-icon-standalone-bold-xl-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-bold-xl-letterSpacing: normal; --semantic-typography-icon-standalone-bold-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-lg-fontSize: var(--core-fontSize-500); --semantic-typography-icon-standalone-bold-lg-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-bold-lg-letterSpacing: normal; --semantic-typography-icon-standalone-bold-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-md-fontSize: var(--core-fontSize-300); --semantic-typography-icon-standalone-bold-md-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-bold-md-letterSpacing: normal; --semantic-typography-icon-standalone-bold-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); --semantic-typography-icon-standalone-bold-sm-fontSize: var(--core-fontSize-100); --semantic-typography-icon-standalone-bold-sm-fontWeight: var(--core-fontWeight-regular); --semantic-typography-icon-standalone-bold-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-bold-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-bold-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-bold-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-bold-xs-fontWeight: var(--core-fontWeight-regular); + --semantic-typography-icon-standalone-bold-xs-lineHeight: var(--core-lineHeight-75); + --semantic-typography-icon-standalone-fill-2xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-2xl-fontSize: var(--core-fontSize-800); + --semantic-typography-icon-standalone-fill-2xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-2xl-lineHeight: var(--core-lineHeight-1000); + --semantic-typography-icon-standalone-fill-xl-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xl-fontSize: var(--core-fontSize-600); + --semantic-typography-icon-standalone-fill-xl-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xl-lineHeight: var(--core-lineHeight-900); + --semantic-typography-icon-standalone-fill-lg-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-lg-fontSize: var(--core-fontSize-500); + --semantic-typography-icon-standalone-fill-lg-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-lg-lineHeight: var(--core-lineHeight-800); + --semantic-typography-icon-standalone-fill-md-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-md-fontSize: var(--core-fontSize-300); + --semantic-typography-icon-standalone-fill-md-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-md-lineHeight: var(--core-lineHeight-600); + --semantic-typography-icon-standalone-fill-sm-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-sm-fontSize: var(--core-fontSize-100); + --semantic-typography-icon-standalone-fill-sm-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-sm-lineHeight: var(--core-lineHeight-300); + --semantic-typography-icon-standalone-fill-xs-fontFamily: var(--core-fontFamily-fontAwesome-pro); + --semantic-typography-icon-standalone-fill-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-fill-xs-fontWeight: var(--core-fontWeight-fill); + --semantic-typography-icon-standalone-fill-xs-lineHeight: var(--core-lineHeight-75); --semantic-typography-icon-standalone-brand-2xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-2xl-fontSize: var(--core-fontSize-800); - --semantic-typography-icon-standalone-brand-2xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-2xl-lineHeight: var(--core-lineHeight-1000); - --semantic-typography-icon-standalone-brand-2xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-xl-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-xl-fontSize: var(--core-fontSize-600); - --semantic-typography-icon-standalone-brand-xl-fontWeight: normal; --semantic-typography-icon-standalone-brand-xl-lineHeight: var(--core-lineHeight-900); - --semantic-typography-icon-standalone-brand-xl-letterSpacing: normal; --semantic-typography-icon-standalone-brand-lg-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-lg-fontSize: var(--core-fontSize-500); - --semantic-typography-icon-standalone-brand-lg-fontWeight: normal; --semantic-typography-icon-standalone-brand-lg-lineHeight: var(--core-lineHeight-800); - --semantic-typography-icon-standalone-brand-lg-letterSpacing: normal; --semantic-typography-icon-standalone-brand-md-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-md-fontSize: var(--core-fontSize-300); - --semantic-typography-icon-standalone-brand-md-fontWeight: normal; --semantic-typography-icon-standalone-brand-md-lineHeight: var(--core-lineHeight-600); - --semantic-typography-icon-standalone-brand-md-letterSpacing: normal; --semantic-typography-icon-standalone-brand-sm-fontFamily: var(--core-fontFamily-fontAwesome-brands); --semantic-typography-icon-standalone-brand-sm-fontSize: var(--core-fontSize-100); - --semantic-typography-icon-standalone-brand-sm-fontWeight: normal; --semantic-typography-icon-standalone-brand-sm-lineHeight: var(--core-lineHeight-300); - --semantic-typography-icon-standalone-brand-sm-letterSpacing: normal; + --semantic-typography-icon-standalone-brand-xs-fontFamily: var(--core-fontFamily-fontAwesome-brands); + --semantic-typography-icon-standalone-brand-xs-fontSize: var(--core-fontSize-25); + --semantic-typography-icon-standalone-brand-xs-lineHeight: var(--core-lineHeight-75); --semantic-spacing-general-none: var(--core-spacing-50); --semantic-spacing-general-3xs: var(--core-spacing-75); --semantic-spacing-general-2xs: var(--core-spacing-100); @@ -7312,74 +8609,6 @@ --semantic-borderRadius-xl: var(--core-borderRadius-1200); --semantic-borderRadius-2xl: var(--core-borderRadius-2400); --semantic-borderRadius-pill: var(--core-borderRadius-4800); - --semantic-fontSize-heading-hero: var(--core-fontSize-900); - --semantic-fontSize-heading-h1: var(--core-fontSize-800); - --semantic-fontSize-heading-h2: var(--core-fontSize-700); - --semantic-fontSize-heading-h3: var(--core-fontSize-400); - --semantic-fontSize-heading-h4: var(--core-fontSize-300); - --semantic-fontSize-heading-h5: var(--core-fontSize-100); - --semantic-fontSize-heading-h6: var(--core-fontSize-75); - --semantic-fontSize-body-xl: var(--core-fontSize-400); - --semantic-fontSize-body-lg: var(--core-fontSize-300); - --semantic-fontSize-body-md: var(--core-fontSize-100); - --semantic-fontSize-body-sm: var(--core-fontSize-75); - --semantic-fontSize-caption: var(--core-fontSize-50); - --semantic-fontSize-code-xl: var(--core-fontSize-400); - --semantic-fontSize-code-lg: var(--core-fontSize-300); - --semantic-fontSize-code-md: var(--core-fontSize-100); - --semantic-fontSize-code-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-xl: var(--core-fontSize-400); - --semantic-fontSize-icon-labelPaired-lg: var(--core-fontSize-300); - --semantic-fontSize-icon-labelPaired-md: var(--core-fontSize-100); - --semantic-fontSize-icon-labelPaired-sm: var(--core-fontSize-75); - --semantic-fontSize-icon-labelPaired-caption: var(--core-fontSize-50); - --semantic-fontSize-icon-standalone-2xl: var(--core-fontSize-800); - --semantic-fontSize-icon-standalone-xl: var(--core-fontSize-600); - --semantic-fontSize-icon-standalone-lg: var(--core-fontSize-500); - --semantic-fontSize-icon-standalone-md: var(--core-fontSize-300); - --semantic-fontSize-icon-standalone-sm: var(--core-fontSize-100); - --semantic-paragraphSpacing-heading-hero: var(--core-paragraphSpacing-900); - --semantic-paragraphSpacing-heading-h1: var(--core-paragraphSpacing-800); - --semantic-paragraphSpacing-heading-h2: var(--core-paragraphSpacing-700); - --semantic-paragraphSpacing-heading-h3: var(--core-paragraphSpacing-400); - --semantic-paragraphSpacing-heading-h4: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-heading-h5: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-heading-h6: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-body-xl: var(--core-paragraphSpacing-400); - --semantic-paragraphSpacing-body-lg: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-body-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-body-sm: var(--core-paragraphSpacing-75); - --semantic-paragraphSpacing-caption: var(--core-paragraphSpacing-50); - --semantic-paragraphSpacing-code-xl: var(--core-paragraphSpacing-400); - --semantic-paragraphSpacing-code-lg: var(--core-paragraphSpacing-300); - --semantic-paragraphSpacing-code-md: var(--core-paragraphSpacing-100); - --semantic-paragraphSpacing-code-sm: var(--core-paragraphSpacing-75); - --semantic-lineHeight-heading-hero: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h1: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h2: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h3: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h4: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h5: var(--core-lineHeight-auto); - --semantic-lineHeight-heading-h6: var(--core-lineHeight-auto); - --semantic-lineHeight-body-xl: var(--core-lineHeight-700); - --semantic-lineHeight-body-lg: var(--core-lineHeight-500); - --semantic-lineHeight-body-md: var(--core-lineHeight-300); - --semantic-lineHeight-body-sm: var(--core-lineHeight-200); - --semantic-lineHeight-caption: var(--core-lineHeight-100); - --semantic-lineHeight-code-xl: var(--core-lineHeight-700); - --semantic-lineHeight-code-lg: var(--core-lineHeight-500); - --semantic-lineHeight-code-md: var(--core-lineHeight-300); - --semantic-lineHeight-code-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-xl: var(--core-lineHeight-700); - --semantic-lineHeight-icon-labelPaired-lg: var(--core-lineHeight-500); - --semantic-lineHeight-icon-labelPaired-md: var(--core-lineHeight-300); - --semantic-lineHeight-icon-labelPaired-sm: var(--core-lineHeight-200); - --semantic-lineHeight-icon-labelPaired-caption: var(--core-lineHeight-100); - --semantic-lineHeight-icon-standalone-2xl: var(--core-lineHeight-1000); - --semantic-lineHeight-icon-standalone-xl: var(--core-lineHeight-900); - --semantic-lineHeight-icon-standalone-lg: var(--core-lineHeight-800); - --semantic-lineHeight-icon-standalone-md: var(--core-lineHeight-600); - --semantic-lineHeight-icon-standalone-sm: var(--core-lineHeight-300); } } html.light { diff --git a/scripts/shaper.js b/scripts/shaper.js new file mode 100644 index 0000000..d7cbeeb --- /dev/null +++ b/scripts/shaper.js @@ -0,0 +1,60 @@ +import fs from 'fs/promises'; +import path from 'path'; + +const inputFilePath = path.join(process.cwd(), 'data', 'tokens.json'); + +/* +This script transforms and reshapes token data to meet front-end (FE) requirements, +facilitating proper handling and CSS style generation. This adjustment addresses limitations on the design side, +ensuring that designers can seamlessly integrate and use the tokens in new designs. +*/ + +const transformValueKeys = (obj, rootKey, currentPath = '') => { + for (const [key, value] of Object.entries(obj)) { + const newPath = currentPath ? `${currentPath}.${key}` : key; + + if (key === 'value' && typeof value === 'object' && value !== null && !Array.isArray(value)) { + // Check if the object contains a "type" property + if (!value.hasOwnProperty('type')) { + // Log the current structure before transformation + console.log(`Found "value" at ${rootKey}.${newPath}. Replacing with:`); + + // Create a new object to hold the transformed structure + const transformedObject = {}; + + // Transform each property of the "value" object + for (const [subKey, subValue] of Object.entries(value)) { + transformedObject[subKey] = { value: subValue }; + } + + // Replace the "value" key with the transformed structure + console.log(transformedObject); + Object.assign(obj, transformedObject); + + // Delete the old "value" key + delete obj[key]; + } + } else if (typeof value === 'object' && value !== null) { + // Recursively process nested objects + transformValueKeys(value, rootKey, newPath); + } + } +}; + +async function processJson() { + try { + // Read the input JSON file + const jsonData = JSON.parse(await fs.readFile(inputFilePath, 'utf8')); + + // Transform the JSON data, assuming the root key is empty for the root level + transformValueKeys(jsonData, 'root'); + + // Write the updated JSON to the output file + await fs.writeFile(inputFilePath, JSON.stringify(jsonData, null, 2), 'utf8'); + console.log('JSON transformation complete. Updated file saved as tokens-updated.json'); + } catch (error) { + console.error('Error processing JSON file:', error); + } +} + +processJson(); diff --git a/scripts/transformer.js b/scripts/transformer.js index e248fc1..01afbce 100644 --- a/scripts/transformer.js +++ b/scripts/transformer.js @@ -302,7 +302,6 @@ class Transformer { // Generate theme rules this.generateThemeVariables(); - // this.resolveTokenValues(); this.resolveDynamicVariables(); // Map token variables