@import "tailwindcss";

/* Theme tokens — the agent may retune these per brief. */
@theme {
  --color-primary: #10797A;
  --color-accent: #F58A2E;
  --color-surface: #F8F7F2;
  --color-ink: #1a1a1a;
  --color-ink-muted: #5a5a5a;
  --font-sans: "Vazirmatn", system-ui, sans-serif;
  --font-display: "Estedad", "Vazirmatn", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { font-family: var(--font-sans); color: var(--color-ink); background: var(--color-surface); }
#root { min-height: 100vh; }