/* HAMART R15.12.1 — Arabic typography contract.
   Cairo is the fixed Arabic typeface only. Component font-weight/font-style values remain unchanged. */
@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 200 1000;
    font-display: swap;
    src: url('https://fonts.gstatic.com/s/cairo/v31/SLXVc1nY6HkvangtZmpQdkhzfH5lkSscQyyS4J0.woff2') format('woff2');
}

html[dir="rtl"] body {
    font-family: 'Cairo', Tahoma, Arial, sans-serif;
}

html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] select,
html[dir="rtl"] optgroup,
html[dir="rtl"] textarea {
    font-family: inherit;
}

/* Keep technical/code content monospaced. */
html[dir="rtl"] code,
html[dir="rtl"] pre,
html[dir="rtl"] kbd,
html[dir="rtl"] samp,
html[dir="rtl"] .wk-result-code,
html[dir="rtl"] .api-tech,
html[dir="rtl"] .inv-warehouse-code,
html[dir="rtl"] .code-col {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
