/*
 * Typography bootstrap — no external CDN.
 * The actual @font-face source is injected by shared.typography.head from
 * local files or URLs configured in Settings > Appearance. When no file is
 * configured, a stable system Persian stack is used instead of a broken font.
 */
:root{
  --cms-font-family:Tahoma,"Segoe UI",Arial,sans-serif;
  --cms-vazir-font:var(--cms-font-family);
  --cms-font:var(--cms-font-family);
  --pro-font:var(--cms-font-family);
  --bs-body-font-family:var(--cms-font-family);
}
