/*==================================
Font Variable
==================================*/
@font-face {
    font-family: 'NCS Radhiumz';
    src: url('../fonts/NCSRadhiumz.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root {
    --uc-primary-font: "Montserrat", sans-serif;
}

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

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

:root {
    --uc-accent-font: "NCS Radhiumz", sans-serif;
}

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



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

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

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

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

:root {
    --uc-light-color: #383A43;
    /* 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;
}