:root {
	--brand-color-1: #F14100;
	--brand-color-2: #FFB700;
	--brand-color-text : #1a1a1a;

    --brand-gradient-1: none;
    --brand-gradient-2: none;
	
	--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: #1A1A1A;
	--background-color-2: #262626;
	--background-color-3: #333333;
	--background-color-4: #404040;
	--background-color-5: #4D4D4D;
    --background-color-6: #1A1A1A;
	--text-color-1: #999999;
	--text-color-2: #b3b3b3;
	--text-color-3: #cccccc;
	--text-color-4: #e6e6e6;
	--font-family-1: Palatino Linotype,Book Antiqua,Palatino, serif;

	--modal-bg-color-1: #343434;
	--modal-bg-color-2: #3E3E3E;
	--modal-bg-color-3: #454545;
	--modal-bg-color-4: #525252;
	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;

	--btn-radius-top-left: 9px ;
	--btn-radius-top-right: 10px ;
	--btn-radius-bottom-left: 10px ;
	--btn-radius-bottom-right: 9px ;
 
	--input-radius-top-left: 0px ;
	--input-radius-top-right: 0px ;
	--input-radius-bottom-left: 0px ;
	--input-radius-bottom-right: 0px ;
 
	--odd-radius-top-left: 9px ;
	--odd-radius-top-right: 10px ;
	--odd-radius-bottom-left: 10px ;
	--odd-radius-bottom-right: 9px ;

	 /*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: rgb(47,69,67);
	--brand-color-2: rgb(155,214,225);
	--brand-color-text : #FBFBFB;

    --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: #fc9ea0;
	--background-color-2: #fb8588;
	--background-color-3: #fa6d70;
	--background-color-4: #fa5457;
	--background-color-5: #f93b3f;
    --background-color-6: #f82227;

	--text-color-1: rgb(8,40,81);
	--text-color-2: #5c92db;
	--text-color-3: #86aee4;
	--text-color-4: rgb(0,0,0);

	--modal-bg-color-1: #914949;
	--modal-bg-color-2: #a25252;
	--modal-bg-color-3: #ae5f5f;
	--modal-bg-color-4: #b77070;

	--modal-text-color-1: rgba(6,5,77,0.65);
	--modal-text-color-2: #b3b3cf;
	--modal-text-color-3: #b3b3cf;
}

:root[data-theme="dark"] {
	--brand-color-1: #F14100;
	--brand-color-2: #FFB700;
	--brand-color-text : #1a1a1a;

    --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: #1A1A1A;
	--background-color-2: #262626;
	--background-color-3: #333333;
	--background-color-4: #404040;
	--background-color-5: #4D4D4D;
    --background-color-6: #1A1A1A;

	--text-color-1: #999999;
	--text-color-2: #b3b3b3;
	--text-color-3: #cccccc;
	--text-color-4: #e6e6e6;
	
	--modal-bg-color-1: #343434;
	--modal-bg-color-2: #3E3E3E;
	--modal-bg-color-3: #454545;
	--modal-bg-color-4: #525252;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
}