 /*
Theme Name: NAHDA News
Theme URI: https://nahdanetwork.com/
Author: NAHDA Network
Author URI: https://nahdanetwork.com/
Description: Lightweight multilingual news theme for NAHDA Network with Bootstrap 5.3 and native RTL/LTR support.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: nahda-news
*/
/**
 * NAHDA News RTL
 */

html[dir="rtl"] {
	text-align: right;
}

html[dir="ltr"] {
	text-align: left;
}