:root {
    /*************************
        Custom variables
    ***************************/
    --kotchi_primary: #1f2855;
    --kotchi_secondary: #646C9C;
    --kotchi_tertiary:#8E94B8;
    --kotchi_hover: #f2f2f5;
    --kotchi_white: #ffffff;
    --kotchi_light_grey: #B2B7D1;

    --kotchi_darkpurple: #3A416B;
    --kotchi_purple: #9F87FF;
    --kotchi_pink: #FF878C;
    --kotchi_lightergrey: #F0F0F0;
    --kotchi_lightgrey: #DEDEDE;
    --kotchi_grey10: #F5F6FA;
    --kotchi_green: #29CC2E;
    --kotchi_red_notification: #FF5656;
    --kotchi_red: #E84266;
    --kotchi_orange: #F6AD38;

    --kotchi_swich_overlay_color: var(--kotchi_light_grey);
    --kotchi_swich_overlay_opacity: 0.4;

    --kotchi_button_color: var(--kotchi_lightgrey);
    --kotchi_button_active_color: var(--kotchi_lightgrey);
    --kotchi_button_background_color: white;
    --kotchi_button_active_background_color: var(--kotchi_lightergrey);

    --kotchi_planning_today_line_color: var(--kotchi_secondary);

    --kotchi_conversation_group_color: #A0ACF1;
    --kotchi_conversation_active_color: #9F87FF33;
    --kotchi_default_background_color: #F5F6FA;
    --kotchi_message_avatar_color: #C9EA9A;
    --kotchi_message_bubble_color: #EAECF0;
    --kotchi_message_bubble_pending_color: #e8e8e8;
    --kotchi_message_bubble_error_color: #ffcdd2;
    --kotchi_message_author_coach_color: #FF878C;
    --kotchi_message_author_color: #8E94B8;
    --kotchi_message_own_color: #9F87FF33;

    /*************************
        Starter Kit overriding
    ***************************/
    --sk_nav: var(--kotchi_primary);
    --sk_nav_hover: var(--kotchi_hover);
    --sk_nav_selected: #00558a;
    --sk_inactive: #cccccc;
    --sk_active: var(--kotchi_secondary);
    --sk_selected: #ffff00;
    --sk_icon: #5ea3c0;
    --sk_emphase: #504747;
    --sk_text: #000000;
    --sk_text_inverse: #ffffff;
    --sk_background: #ffffff;
    --sk_oddLine: #f0f0f0;
    --sk_evenLine: transparent;
}
