/* 
 * This file is required to prevent "Did not parse stylesheet" errors 
 * in the console when using Service Workers or strict MIME type checks.
 *
 * The main styling is handled via Tailwind CSS (CDN) in index.html.
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}