/* Rohini Birhare */
:root,
[data-bs-theme=light] {
    --primary-color: #151D28;
    --second-primary-color: #3D6FEF;
    --third-primary-color: #64E38A;
    --forth-primary-color: #9EC6FF;
    --fifth-primary-color: #F6F6F7;
    --six-primary-color: #F1F4FA;
    --white-color: #fff;
    --black-color: #000;
    --red-color: #DD0B50;
    --yellow-color: #FFBD45;
    --transparent: transparent;
}