/* All the colors are according to the brand guidelines of Finexa */

:root {
    /* PRIMARY COLOR */
    --finlabs_blue500: #1B6098 !important;    ;
    --finlabs_blue400: #4980AD !important;
    --finlabs_blue300: #6B98BC !important;
    --finlabs_blue200: #BBCFE0 !important;
    --finlabs_blue100: #DDE7F0 !important;
    --finlabs_blue50: #E8EFF5 !important;
    

    /* SECONDARY COLOR */
    --finlabs_green500: #46D9BF !important;
    --finlabs_green400: #6BE1CC !important;
    --finlabs_green300: #99EADC !important;
    --finlabs_green200: #ECFBF9 !important;
    /* --finlabs_green100: #ECFBF9; */

    /* ACCENT COLORS */
    /* --blue_accent_color:#553CB1; */
    /* --finlabs_yellow: #F4BA41; */
    /* --finlabs_yellow:#7BC043; */
    --finlabs_yellow:#E8873D !important;
    --finlabs_green:#7BC043 !important;
    --finlabs_red: #E24238 !important;

    /* Graph Colors */
    --finlabsGraph_blue: #95CEFF !important;
    --finlabsGraph_blue100: #5A6ACF !important;
    --finlabsGraph_yellow100: #FFAF4A !important;
    --finlabsGraph_yellow200: #F38523 !important;
    --finlabsGraph_yellow300: #C17716 !important;
    --finlabsGraph_Green100: #00ab86 !important;
    --finlabsGraph_Green200: #007647 !important;
    --finlabsGraph_red100: #fc1717 !important;
}
