/* This file is intentionally minimal.
   Tailwind utility classes come from the CDN in index.html.
   Component-level styling lives in styles.css and inline styles in app.js. */

@keyframes animation_loading {
  from { background-position: 0 0; }
  to   { background-position: 100% 50%; }
}
