:root {

    --night-sky: #232F47;
    --night-sky-50: rgb(35 47 71 / 50%);
    --light-blue: #379BFB;
    --light-blue-50: rgba(55, 155, 251, 0.50);
    --light-blue-30: rgba(55, 155, 251, 0.30);
    --light-blue-18: #E3E8F2;
    --grey: #B6B9BE;
    --dark-grey: #8294A0;
    --light-grey: #98A3AB;
    --light-grey-2: #E6E8EC;
    --dark-blue: #192438;
    --sea-shell: #EDE5E2;
    --light: #F5F5F5;
    --white: #FDFDFD;
    --green: #45B26B;
    --steel-blue: #BECDEA;
    --red: #FF0734;
    
}