
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&family=Outfit:wght@100..900&display=swap');

:root {
    --body-theme-color: rgb(37,201,218);
    --body-secondary-color: rgb(59,94,98);
    --body-pera-color: rgb(51,51,51);
    --body-font-size: 1rem;
    --body-background-color: #fff;
    --body-light-bg: #fafafa;
    --body-black-color: #000;
    --body-font-family: "Outfit", serif;
    --body-heading-font: "Lexend Deca", sans-serif;;
}

