/* Placeholder CSS - Will be generated by Tailwind */
/* For now, including basic Tailwind CDN link can be used for testing */
/* Run: npm run build:css to generate full Tailwind CSS with custom classes */

/* Basic reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, sans-serif;
    line-height: 1.5;
}

/* We'll use Tailwind CDN in base.html for now */
