
:root {
    --main-blue: #0177FB;
    --light-blue: #a2c2fe;
    --main-white: #FFFFFF;
    --grey: #c6c6c6;
    --hr-grey: #DEDCDC;
    --list-grey: #BCC7CF;
    --list-grey-opacity-5: #bcc7cf61;
    --dark-blue: #0B1935;
    --mute-blue: #235284;
    --white: #FBFBFB;
    --black-1: #333333;
}

