/* 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;
}