/* Jazz  template */

:root {
	 /*Brand color*/
    --brand-color-1: #432766 ;
    --brand-color-1-hover: #432766;
    --brand-color-2: #fffc91;
    --brand-color-2-hover: #c99bc4;
    --brand-color-3: #dc3d3d;
    --brand-color-text: #fbfbfb;

    /*Background gradients*/
    --brand-gradient-1: none;
    --brand-gradient-2: none;
    --brand-gradient-3: none;

    /*Background colors*/
    --background-color-1: rgb(38, 22, 38);
    --background-color-2: #332233;
    --background-color-3: #6c3765;
    --background-color-3-hover: #6c3765;
    --background-color-4: #281128;
    --background-color-4-hover: #6c1760;
    --background-color-5: #583c55;
    --background-color-6: rgb(38, 22, 38);
    
    /*Background gradients*/
    --background-gradient-1: none;
    --background-gradient-2: none;
    --background-gradient-3: none;
    --background-gradient-4: none;
    --background-gradient-5: none;
    --background-gradient-6: none;
    
    /*Text colors*/
    --text-color-1: #ececec;
    --text-color-2: #fffcfc;
    --text-color-3: #f5eaf9;
    --text-color-4: #ecddee;

    /*Default immutable colors*/
    --white-color: #fff;
    --black-color: #000;
    --error-color: #f02849;
    --success-color: #009900;
    --info-color: #FFB700;

    /*Fonts and Styles*/
    --font-family-1: 'Roboto', sans-serif;
    
    /* Border Radiuses */
    --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;
}