@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");

:root {
    --primary-color: #996de8;
    --secondary-color: #5a6ffe;
    --overlay-color: rgb(249, 250, 251);

    --primary-text-color: #fff;
    --secondary-text-color: #996de8;
    --overlay-text-color: rgb(56, 66, 77);
}