@import "tailwindcss";

@theme {
  --color-primary: #2d5a27;
  --color-accent: #8b5a2b;
  --color-surface: #f7f8f7;
  --color-ink: #4b583d;
  --font-sans: "Vazirmatn", system-ui, sans-serif;
  --font-display: "Estedad", "Vazirmatn", system-ui, sans-serif;
}

:root {
  --primary: #2d5a27;
  --accent: #8b5a2b;
  --surface: #f7f8f7;
  --ink: #4b583d;
  --border: rgba(0,0,0,0.1);
  --color-text: #4b583d;
  --inkMuted: rgba(75, 88, 61, 0.7);
  --success: #7EE787;
  --surfaceMuted: #e0e3dd;
}
