:root {
	--brand-color-1: rgb(160,118,46);
	--brand-color-2: rgb(204,159,92);
	--brand-color-text : rgb(251,249,246);

    --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: rgb(0,6,10);
	--background-color-2: rgb(0,6,10);
	--background-color-3: #00253d;
	--background-color-4: rgb(0,6,10);
	--background-color-5: rgb(0,6,10);
    --background-color-6: rgb(0,6,10);
	--text-color-1: rgb(251,249,246);
	--text-color-2: rgb(220,202,175);
	--text-color-3: rgb(204,178,140);
	--text-color-4: rgb(251,249,246);
	--font-family-1: 'Roboto',sans-serif;

	--modal-bg-color-1: #00060a;
	--modal-bg-color-2: #001524;
	--modal-bg-color-3: #00253d;
	--modal-bg-color-4: #003457;
	--modal-text-color-1: #fbf9f6;
	--modal-text-color-2: rgb(250,246,235);
	--modal-text-color-3: #ccb28c;

	--btn-radius-top-left: 2px;
	--btn-radius-top-right: 2px;
	--btn-radius-bottom-left: 2px;
	--btn-radius-bottom-right: 2px;
 
	--input-radius-top-left: 2px;
	--input-radius-top-right: 2px;
	--input-radius-bottom-left: 2px;
	--input-radius-bottom-right: 2px;
 
	--odd-radius-top-left: 2px;
	--odd-radius-top-right: 2px;
	--odd-radius-bottom-left: 2px;
	--odd-radius-bottom-right: 2px;

	 /*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(160,118,46);
	--brand-color-2: rgb(204,159,92);
	--brand-color-text : rgb(251,249,246);

    --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: rgb(0,6,10);
	--background-color-2: rgb(0,6,10);
	--background-color-3: #00253d;
	--background-color-4: #003457;
	--background-color-5: #004370;
    --background-color-6: #00528a;

	--text-color-1: rgb(251,249,246);
	--text-color-2: rgb(220,202,175);
	--text-color-3: rgb(204,178,140);
	--text-color-4: rgb(251,249,246);

	--modal-bg-color-1: #00060a;
	--modal-bg-color-2: #001524;
	--modal-bg-color-3: #00253d;
	--modal-bg-color-4: #003457;

	--modal-text-color-1: #fbf9f6;
	--modal-text-color-2: rgb(250,246,235);
	--modal-text-color-3: #ccb28c;
}

:root[data-theme="dark"] {
	--brand-color-1: #2ad1c3;
	--brand-color-2: #e0d470;
	--brand-color-text : #FBFBFB;

    --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: #000026;
	--background-color-2: #0c0c33;
	--background-color-3: #24243f;
	--background-color-4: #08082f;
	--background-color-5: #11113b;
    --background-color-6: #000026;

	--text-color-1: #FFFFFF;
	--text-color-2: #CCCCCC;
	--text-color-3: #B3B3B3;
	--text-color-4: #FFFFFF;
	
	--modal-bg-color-1: #2C2D3A;
	--modal-bg-color-2: #363747;
	--modal-bg-color-3: #3B3D4F;
	--modal-bg-color-4: #48495A;

	--modal-text-color-1: #FFFFFF;
	--modal-text-color-2: #CCCCCC;
	--modal-text-color-3: #999999;
}