/*
Theme Name: viraTakvin
Author: ViraPeak Team
Author URI: https://virapeak.ir
Version: 2026
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
*/

/* الإنجليزية LTR edition */
html, body { direction: ltr; }
body { font-family: Inter, Arial, sans-serif; text-align: left; }


/* Arabic edition typography and RTL safeguards */
html[dir="rtl"] body,
html[dir="rtl"] button,
html[dir="rtl"] input,
html[dir="rtl"] textarea,
html[dir="rtl"] select {
    font-family: "Noto Kufi Arabic", Tahoma, Arial, sans-serif !important;
}
html[dir="rtl"] .takvin-header-inner { direction: rtl; }
html[dir="rtl"] footer { direction: rtl; text-align: right; }
html[dir="rtl"] footer a[href^="tel:"] bdi { direction: ltr; unicode-bidi: isolate; display: inline-block; }
