/*==================================
Font Variable
==================================*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@font-face {
    font-family: 'Optima';
    font-style: normal;
    font-weight: normal;
    src: local('Optima'), url('../fonts/optima/OPTIMA.woff') format('woff');
    }
    
:root {
    --uc-primary-font: 'Optima' !important;
}

:root {
    --uc-secondary-font: 'Optima' !important;
}

:root {
    --uc-text-font: 'Optima' !important;
}

:root {
    --uc-accent-font: "Cinzel", serif;
}

:root {
    --uc-general-font: 'Optima' !important;
}



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

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

:root {
    --uc-secondary-color: #12355b;
    /* theme secondary color */
}

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

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

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

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

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

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

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

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

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

:root {
    --uc-primary-color-rgba: 147, 31, 29;
}

:root {
    --uc-secondary-color-rgba: 18, 53, 91;
}

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