/* 
  Tailwind CSS Build Pipeline Entrypoint
  Use these directives to compile Tailwind locally in a build pipeline (e.g., using PostCSS or the Tailwind CLI).
  For local CDN development, the Play CDN script remains active in index.html.
*/

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