/* Rock  template */

:root {
	/*Brand color*/
    --brand-color-1: #fc7f3f ;
    --brand-color-1-hover: #d1b828;
    --brand-color-2: #ffa05b;
    --brand-color-2-hover: #fffaf3;
    --brand-color-3: #9ec5ab;
    --brand-color-text: #fbfbfb;
    /*Background colors*/
    --background-color-1: #1f3333;
    --background-color-2: #264040;
    --background-color-3: #2e4d4d;
    --background-color-3-hover: #256a68;
    --background-color-4: #355959;
    --background-color-4-hover: #2c7d7b;
    --background-color-5: #3d6666;
    /*Text colors*/
    --text-color-1: #ffffff;
    --text-color-2: #cccccc;
    --text-color-3: #b3b3b3;
    --text-color-4: #ffffff;
    /*Default immutable colors*/
    --white-color: #fff;
    --black-color: #000;
    --error-color: #ff0000;
    --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;
}
