/* Tailwind CSS for Emdad Yar Representatives Plugin */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500&display=swap');

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

body {
    font-family: 'Vazirmatn', sans-serif;
    direction: rtl;
}

.bg-background { background-color: #f9fafb; }
.bg-primary { background-color: #2563eb; }
.text-primary { color: #2563eb; }
.border-primary { border-color: #2563eb; }
.bg-secondary { background-color: #e5e7eb; }
.text-secondary-foreground { color: #374151; }
.text-muted-foreground { color: #6b7280; }
.transition-smooth { transition: all 0.3s ease; }
.shadow-card { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
.shadow-elegant { box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15); }