:root {
    --color-frontend_primary: #1fbe6b;
    --color-frontend_primary_hover: #00ff7a;
    --color-frontend_primary_background_hover: #1fb36b11;
    
    --color-frontend_white: #fff;
    --color-frontend_white_hover: #f9f9f9;
    --color-frontend_white_hover_1: rgba( 30, 33, 41, 0.15 );
    --color-frontend_white_hover_2: rgba( 30, 33, 41, 0.25 );
    --color-frontend_white_2: #f1f1f4;
    --color-frontend_white_3: #dbdfe9;

    --color-frontend_black: #000;
    --color-frontend_black_2: #333;
    --color-frontend_black_3: #555;

    --color-frontend_gray: #777;
    --color-frontend_gray_2: rgba( 30, 33, 41, 0.25 );
    --color-frontend_gray_3: #c4cada;
    --color-frontend_gray_4: #f2f2f2;

    --color-frontend_yellow: #ffc700;
    --color-frontend_yellow_bgnd_soft: #fff8dd;
    --color-frontend_hover: #ffe733;
    
    --color-frontend_red: #ff0000;
    --color-frontend_green: #00ff00;

    --color-frontend_text_1: #071437;
    --color-frontend_text_2: #4b5675;
    --color-frontend_text_2_hover: #1e2129;
    --color-frontend_text_3: #99a1b7;
    --color-frontend_text_4: #252f4a;

    --color-frontend_form_input_bgnd: rgb(232, 240, 254);
}
