/*==================================
Font Variable
==================================*/

:root {
    --uc-primary-font: "Albert Sans", sans-serif;
}

:root {
    --uc-secondary-font: "Albert Sans", sans-serif;
}

:root {
    --uc-text-font: "Albert Sans", sans-serif;
}

:root {
    --uc-accent-font: "Albert Sans", sans-serif;
}

:root {
    --uc-general-font: "Albert Sans", sans-serif;
}



/*==================================
Theme Color All Codes Variable
==================================*/

:root {
    --uc-primary-color: #ffc600;
    /* theme primary color */
}

:root {
    --uc-secondary-color: #1d1d1e;
    /* theme secondary color */
}

:root {
    --uc-white-color: #fff;
    /* theme white font color */
}

:root {
    --uc-light-color: #2b2b2c;
    /* theme light gray color */
}

:root {
    --uc-gray-color: #424242;
    /* theme gray color */
}

:root {
    --uc-dark-color: #101010;
    /* theme dark color ok*/
}

:root {
    --uc-accent-color: #d3cab0;
    /* theme accent color ok*/
}

:root {
    --uc-default-color: #c3c1c1;
    /* theme gray color */
}

:root {
    --uc-border-color: #363636;
    /* default border color */
}

:root {
    --uc-text-gray-color: #afafaf;
    /* theme gray color */
}

:root {
    --uc-text-light-color: #858585;
    /* theme gray color */
}

:root {
    --uc-primary-color-rgba: 102, 102, 102;
}

:root {
    --uc-secondary-color-rgba: 22, 24, 26;
}

:root {
    --uc-dark-color-rgba: 0, 0, 0;
}