:root {
	--theme-color-primary: rgb( 33, 37, 41 );
	--theme-color-primary-r: 33;
	--theme-color-primary-g: 37;
	--theme-color-primary-b: 41;
	--theme-color-primary-h: 210;
	--theme-color-primary-s: 11%;
	--theme-color-primary-l: 15%;

	--theme-color-secondary: rgb( 33, 37, 41 );
	--theme-color-secondary-r: 33;
	--theme-color-secondary-g: 37;
	--theme-color-secondary-b: 41;
	--theme-color-secondary-h: 210;
	--theme-color-secondary-s: 11%;
	--theme-color-secondary-l: 15%;

	--theme-color-info: rgb( 13, 202, 240 );
	--theme-color-info-r: 13;
	--theme-color-info-g: 202;
	--theme-color-info-b: 240;
	--theme-color-info-h: 190;
	--theme-color-info-s: 90%;
	--theme-color-info-l: 50%;

	--theme-color-warning: rgb( 255, 193, 7 );
	--theme-color-warning-r: 255;
	--theme-color-warning-g: 193;
	--theme-color-warning-b: 7;
	--theme-color-warning-h: 45;
	--theme-color-warning-s: 100%;
	--theme-color-warning-l: 51%;

	--theme-color-success: rgb( 33, 37, 41 );
	--theme-color-success-r: 33;
	--theme-color-success-g: 37;
	--theme-color-success-b: 41;
	--theme-color-success-h: 210;
	--theme-color-success-s: 11%;
	--theme-color-success-l: 15%;

	--theme-color-danger: rgb( 220, 53, 69 );
	--theme-color-danger-r: 220;
	--theme-color-danger-g: 53;
	--theme-color-danger-b: 69;
	--theme-color-danger-h: 354;
	--theme-color-danger-s: 70%;
	--theme-color-danger-l: 54%;

	--theme-color-light: rgb( 222, 226, 230 );
	--theme-color-light-r: 222;
	--theme-color-light-g: 226;
	--theme-color-light-b: 230;
	--theme-color-light-h: 210;
	--theme-color-light-s: 14%;
	--theme-color-light-l: 89%;

	--theme-color-dark: rgb( 222, 226, 230 );
	--theme-color-dark-r: 222;
	--theme-color-dark-g: 226;
	--theme-color-dark-b: 230;
	--theme-color-dark-h: 210;
	--theme-color-dark-s: 14%;
	--theme-color-dark-l: 89%;

	--section-color-header: rgb( 255, 255, 255 );
	--section-color-header-r: 255;
	--section-color-header-g: 255;
	--section-color-header-b: 255;
	--section-color-header-h: 0;
	--section-color-header-s: 0%;
	--section-color-header-l: 100%;

	--section-color-footer: rgb( 33, 37, 41 );
	--section-color-footer-r: 33;
	--section-color-footer-g: 37;
	--section-color-footer-b: 41;
	--section-color-footer-h: 210;
	--section-color-footer-s: 11%;
	--section-color-footer-l: 15%;
}