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

@layer base {
    :root {
        --color-primary: 110 58 255;
        --color-secondary: 255 58 140;    
    }    
}