:root {
    --button-color: #E6C068;
    --primary-color:#19191A;
    --para-color:#1d1d1f;
    --dark-title:#0C1E21;
    --title-gray:#9A9FA0;
	--theme-blue:#5e18eb;
    --gray-background:#f1f4f6;
    --section-padding:3.5% 0;
    --padding-top-full:7%;
    --padding-bottom-full:7%;
    --padding-top:3.5%;
    --padding-bottom:3.5%;
    --transparent-border:1px solid rgba(255, 255, 255, 0.12);
    /* --btn-black:#1d1d1f; */
    --btn-black:#4c00fb;
    --fnt-sans:  "DM Sans", sans-serif;
    --fnt-inter:  "Inter", sans-serif;;
}







@media (min-width:1450px) {
    :root {
        /* --para-size: 1rem;
        --title-font-size: 3.125rem;
        --title-line-height: 3.8rem; */
    }
}

@media (max-width:992px) {
    :root {
        --header-font-size: 35px;
        --para-size: 16px;
        --para-line-height: 30px;
        --rm-font-size: 18px;
        --header-margin-bottom: 20px;

    }
}