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


.theme-bg  {
    background-color: var(--theme-default) !important;
}
.theme-clr {
    color: var(--theme-default) !important;
}
.theme-clr-1 {
    color: var(--theme-default3) !important;
}

.accent-bg  {
    background-color: var(--theme-default2) !important;
}
.accent-clr {
    color: var(--theme-default2) !important;
}