/* Injected into Chatwoot's HTML by the nginx-proxy vhost snippet (deploy/nginx/vhost.d).
   Chatwoot Community has no custom-CSS setting; this makes Farsi (and the UI) render in Vazirmatn. */
@font-face {
  font-family: 'Vazirmatn';
  src: url('vazirmatn.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
body, input, textarea, button, select, .font-sans, [class*="font-sans"] {
  font-family: 'Vazirmatn', 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif !important;
}
pre, code, kbd, .font-mono, [class*="font-mono"] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace !important;
}
