@import "tailwindcss";

@theme {
  --color-primary: #3b82f6;
  --font-sans: system-ui, -apple-system, sans-serif;
  /* Add more custom theme values here */
}