:root {
    --brand-color-1: #ffc745;
    --brand-color-2: #ffc745;
    --brand-color-3: {brand-color-3};

    --brand-color-text : #FBFBFB;
    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: {brand-gradient-3};

    --background-gradient-1: none;
    --background-gradient-2: none;
    --background-gradient-3: none;
    --background-gradient-4: none;
    --background-gradient-5: none;
    --background-gradient-6: none;

    --background-color-1: #0d1c38;
    --background-color-2: #000c23;
    --background-color-3: #142a51;
    --background-color-4: #0d1c38;
    --background-color-5: #142a51;
    --background-color-6: #0d1c38;

    --text-color-1: #ffffff;
    --text-color-2: #eaeaea;
    --text-color-3: #dddddd;
    --text-color-4: #ffffff;
    --font-family-1: 'Roboto',sans-serif;

    --modal-bg-color-1: #0c1c38;
	--modal-bg-color-2: #142a51;
	--modal-bg-color-3: #0c1c38;
	--modal-bg-color-4: #0c1c38;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #aaaaaa;

    --btn-radius-top-left: 4px ;
    --btn-radius-top-right: 4px ;
    --btn-radius-bottom-left: 4px ;
    --btn-radius-bottom-right: 4px ;

    --input-radius-top-left: 4px ;
    --input-radius-top-right: 4px ;
    --input-radius-bottom-left: 4px ;
    --input-radius-bottom-right: 4px ;

    --odd-radius-top-left: 4px ;
    --odd-radius-top-right: 4px ;
    --odd-radius-bottom-left: 4px ;
    --odd-radius-bottom-right: 4px ;
    
    /*Default imutable colors*/
    --white-color: #fff;
    --black-color: #000;
    --error-color: #F02849;
    --success-color: #009900;
    --info-color: #FFB700;
}
:root[data-theme="light"] {
    --brand-color-1: #fffc63;
    --brand-color-2: #fffc63;
    --brand-color-3: {brand-color-3-2};

    --brand-color-text : #000000;
    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: {brand-gradient-3-2};

    --background-gradient-1: none;
    --background-gradient-2: none;
    --background-gradient-3: none;
    --background-gradient-4: none;
    --background-gradient-5: none;
    --background-gradient-6: none;

    --background-color-1: #1d2f56;
    --background-color-2: #283f74;
    --background-color-3: #142a51;
    --background-color-4: #0c1c38;
    --background-color-5: #203460;
    --background-color-6: #1a2a4c;

    --text-color-1: #ffffff;
    --text-color-2: #eaeaea;
    --text-color-3: #dddddd;
    --text-color-4: #ffffff;

    --modal-bg-color-1: #0c1c38;
	--modal-bg-color-2: #142a51;
	--modal-bg-color-3: #0c1c38;
	--modal-bg-color-4: #0c1c38;

	--modal-text-color-1: #ffffff;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #aaaaaa;
}
:root[data-theme="dark"] {
    --brand-color-1: #fffc63;
    --brand-color-2: #fffc63;
    --brand-color-3: {brand-color-3-1};

    --brand-color-text : #000000;
    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: {brand-gradient-3-1};

    --background-gradient-1: none;
    --background-gradient-2: none;
    --background-gradient-3: none;
    --background-gradient-4: none;
    --background-gradient-5: none;
    --background-gradient-6: none;

    --background-color-1: #1d2f56;
    --background-color-2: #283f74;
    --background-color-3: #142a51;
    --background-color-4: #0d1c38;
    --background-color-5: #203460;
    --background-color-6: #1a2a4c;

    --text-color-1: #ffffff;
    --text-color-2: #eaeaea;
    --text-color-3: #dddddd;
    --text-color-4: #ffffff;

    --modal-bg-color-1: #0c1c38;
	--modal-bg-color-2: #142a51;
	--modal-bg-color-3: #0c1c38;
	--modal-bg-color-4: #0c1c38;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #aaaaaa;
}