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

@layer base {
    :root {
        --color-primary: 122 45 229;
        --color-secondary: 101 112 255;
    }    
}