:root {

    --primary-highlight-color: #e47c3e;
    --primary-bg-color: #fff;
    --primary-text-color: #000;
    --primary-border-color: #000;
    --secondary-bg-color: #000;
    --secondary-text-color: #fff;
    --tertiary-bg-color: #444;
    --tertiary-text-color: #fff;
    /*--success: green;*/
    /*--danger: red;*/
    /*--info: #6188c6;*/
    --primary: #e47c3e;
    --success-disabled: #8de8a1;
    --danger-disabled: #ed9090;
    --info-disabled: #94acd3;
}
