@tailwind base;
@tailwind components;
@tailwind utilities;

.themecolorBg  {
    background-color: var(--theme-default3) !important;
}
.themecolorColr {
    color: var(--theme-default3) !important;
}

.themeColor2Bg  {
    background: var(--theme-default2) !important;
}
.themeColor2Colr {
    color: var(--theme-default2) !important;
}

.themeGradientBgColr {
    background: var(--theme-gradient2) !important;
}
.themeGradientTextColr {
    color: var(--theme-gradient2) !important;
}