/* =========================
   FONT - Vazirmatn (Farsi)
========================= */

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
}

/* =========================
   BASE TYPOGRAPHY
========================= */

/* UI پیش‌فرض (انگلیسی + سیستم) */
body {
    font-family: system-ui, sans-serif;
}

/* فارسی */
:lang(fa),
.message_content:lang(fa),
.rendered_markdown:lang(fa) {
    font-family: 'Vazirmatn', sans-serif !important;
    line-height: 1.8;
}

/* fallback عمومی فارسی (UIهای مختلف Zulip) */
:lang(fa) * {
    font-family: 'Vazirmatn', sans-serif !important;
}

/* =========================
   INPUTS / UI ELEMENTS
========================= */

input,
textarea,
button,
select {
    font-family: inherit;
}

/* =========================
   CHAT MESSAGES
========================= */

.message_content {
    font-family: 'Vazirmatn', sans-serif !important;
    line-height: 1.8;
}

/* fallback پیام‌ها */
.message_row * {
    font-family: 'Vazirmatn', sans-serif !important;
}

/* =========================
   RTL (safe)
========================= */

:lang(fa) {
    direction: rtl;
}

/* =========================
   CODE SAFETY
========================= */

code,
pre {
    direction: ltr;
    font-family: monospace !important;
}

/* =========================
   HEADERS & TITLES
========================= */

h1, h2, h3, h4, h5, h6,
.stream-name,
.stream-header,
.conversation-header,
.narrow_to_compose_header,
.message-header-navbar-title,
.narrow_description,
.decorated-channel-name,
.compose_reply_button {
    font-family: 'Vazirmatn', sans-serif !important;
}

/* =========================
   SIDEBAR
========================= */

.sidebar-topic-name {
    font-family: 'Vazirmatn', sans-serif !important;
}

.stream_message_recipient_topic {
    font-family: 'Vazirmatn', sans-serif !important;
}

/* =========================
   COMPOSE BOX
========================= */

#compose_recipient_box,
#compose_recipient_box * {
    font-family: 'Vazirmatn', sans-serif !important;
}

#stream_message_recipient_topic,
#topic-not-mandatory-placeholder,
#recipient_box_clear_topic_button,
.new_message_textarea,
.message-textarea {
    font-family: 'Vazirmatn', sans-serif !important;
}

/* =========================
   TYPEAHEAD / DROPDOWN
========================= */

[data-tippy-root],
.typeahead,
.typeahead * {
    font-family: 'Vazirmatn', sans-serif !important;
}
