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

/* small custom utilities */
:root{--brand:#0ea5e9;--dark:#0f172a}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial}
.container{max-width:1100px;margin:0 auto;padding:0 1rem}