/* Placeholder compiled Tailwind CSS
   Run `npm install` and `npm run build:css` to generate a full build.
   This file intentionally includes the existing theme stylesheet as a fallback.
*/

/* Minimal base so the site doesn't break before build */
:root{--page-max:1200px;--accent:#0b6ef6;--muted:#6b7280}
body{font-family:Roboto, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif}

/* Import existing style as fallback */
@import url('../style.css');
