/*============================*/
:root {
    --theme-color-1: #000000;
    --theme-color-2: #ca4348;
}
/*==================================*/
.g-theme-1 {
    --theme-color-1: #2DB1FF;
    --theme-color-2: #0B2C40;
}
.g-theme-2 {
    --theme-color-1: #64bc62;
    --theme-color-2: #8478C1;
}
.g-theme-3 {
    --theme-color-1: #F0CA4D;
    --theme-color-2: #ED3752;
}
.g-theme-4 {
    --theme-color-1: #2A3140;
    --theme-color-2: #8C2B3D;
}
.g-theme-5 {
    --theme-color-1: #3E506B;
    --theme-color-2: #FCC82B;
}
/*============================*/