/* Variables for Colors */
:root{
    --custom-primary: #59AF4B;
    --custom-secondary: #DF542F;
    --custom-primary-subtle: #DEF0DB;
    --custom-secondary-subtle: #FFE2DB;
    --custom-primary-gradient: url(../img/greenlook.jpg);
    --bs-danger: #FF0000;
    --bs-danger-rgb: 255,0,0;
    --custom-toggle: #59AF4B;
    --custom-toggle-bar: #b1e3a9;
    --custom-progress-bar: #84B0DE;
}