/*** @class Global_CSS*//*** @var {color} $color* The default text color to be used throughout the theme.*/;/*** @var {string} $font-family* The default font-family to be used throughout the theme.*/;/*** @var {number} $font-size* The default font-size to be used throughout the theme.*/;/*** @var {string/number}* The default font-weight to be used throughout the theme.*/;/*** @var {string/number}* The default font-weight for bold font to be used throughout the theme.*/;/*** @var {string/number} $line-height* The default line-height to be used throughout the theme.*/;/*** @var {string} $base-gradient* The base gradient to be used throughout the theme.*/;/*** @var {color} $base-color* The base color to be used throughout the theme.*/;/*** @var {color} $neutral-color* The neutral color to be used throughout the theme.*/;/*** @var {color} $body-background-color* Background color to apply to the body element. If set to transparent or 'none' no* background-color style will be set on the body element.*/;/*** @var {boolean}* `true` to enable font icon support throughout the theme.*/;/*** @var {string}* The font-family to use for font icons throughout the theme. Only applicable when* {@link Global_CSS#$enable-font-icons} is `true`.* @private*/;