/* TXH AI – Fonts & RTL */
@import url('https://fonts.googleapis.com/css2?family=David+Libre:wght@400;500;700&display=swap');

.txh-sc-wrap,
.txh-self-wrap {
    direction: rtl;
    text-align: right;
    font-family: 'David Libre', sans-serif;
}

.txh-sc-wrap *,
.txh-self-wrap * {
    font-family: 'David Libre', sans-serif;
    box-sizing: border-box;
}

/* שדות קלט – LTR לכתובות */
.txh-sc-url-input,
.txh-self-url-input,
input[type="url"] {
    direction: ltr;
    text-align: left;
}

/* כותרות טבלה */
.txh-sc-table th,
.txh-sc-fields-table th {
    text-align: right;
}
