/* Vazirmatn — Arabic-script webfont tuned for Sorani Kurdish (ckb) */
@import url('https://cdn.jsdelivr.net/gh/rastikdotnet/vazirmatn@v33.003/Vazirmatn-font-face.css');

:root { --kd-font: 'Vazirmatn', 'Segoe UI', Tahoma, sans-serif; }
html, body, button, input, select, textarea { font-family: var(--kd-font); }

/* Kurdish letters need a slightly taller line-height for diacritics */
body { line-height: 1.85; }

/* Numbers rendered LTR inside RTL text — wrap with dir="ltr" in templates */
.num-ltr, [dir="ltr"] { direction: ltr; unicode-bidi: isolate; }