@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('../geofonts/style.css');
/*==================================
Font Variable
==================================*/

:root {
    --uc-primary-font: 'Spectral', 'Glaho', serif;
}

:root {
    --uc-secondary-font: 'Spectral', 'Glaho Caps', serif;
}

:root {
    --uc-text-font: 'Spectral', 'Glaho', serif;
}

:root {
    --uc-accent-font: 'Spectral', 'Glaho', serif;
}

:root {
    --uc-general-font: 'Spectral', 'Glaho', serif;
}

:root {
    --uc-mainmenu-font: 'Spectral', 'Glaho Caps', serif;
}

:root {
    --uc-pagetitle-font: 'Spectral', 'Glaho Caps', serif;
}



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

:root {
    --uc-primary-color: #d3cab0;
    /* 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: #2a2a2a;
    /* 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;
}