/*===========================================
	INFO

	AUTHOR
	----------------------
	BPS Bildungsportal Sachsen GmbH
	Bahnhofstr. 6, D-09111 Chemnitz

    COLORS
	----------------------
    #0076b9 MAIN BLUE
    #E5ECF8 BLUE 10%

=============================================*/

@import url(style-base.css);

/****************************
	CUSTOM PROPERTIES
*****************************/
:root {
    --main-theme-color: #0076b9;
    --main-theme-color-light: #E5ECF8;
        
    --logo: url(shk-logo.svg) no-repeat center center transparent;
}