:root {
    --background_grey: #e8e8e8;
    --azul_oscuro: #0A3465;
    --amarillo_resalte: #e6d46e;
    --azul_claro_resalte: #BDD5ED;
    --azul_rey: #0E4D94;

    /* Inputs */
    --focused_input_border: var(--azul_oscuro);
    --unfocused_input_border: #0A346560;

    /* Tables */
    --alt_row_color: #eaeaea;
    --hover_row_color: #bdd5ed;

    /* Lines */
    --line_color: #eaeaea;

    /* Message bubbles */
    --success_bubble_border: #008800;
    --success_bubble_bg: #00ff0020;
    --error_bubble_border: #aa0000;
    --error_bubble_bg: #ff000030;

    /* Buttons */
    --action_btn_bg: #003c7e;
    --action_btn_text: white;
    --negative_btn_bg: #aa0000; 
    --negative_btn_text: white;
}