/*@tailwind base;
@tailwind components;
@tailwind utilities;
@config "./tailwind.config.ts";*/

.bg-ctp-base {
    background: #1e1e2e;
}

.bg-ctp-surface0 {
    background: #313244;
}
