/*
Theme Name: Kamal Custom Theme
Description: RTL stylesheet for Kamal Custom Theme
*/

body {
    direction: rtl;
    text-align: right;
}

/* Adjustments for typography in Arabic */
h1,
h2,
h3,
h4,
h5,
h6 {
    /* Ensure the Amiri serif font looks right with proper line height for Arabic diacritics */
    line-height: 1.5;
}

/* Header & Nav RTL alignment */
.header-inner {
    flex-direction: row;
}

.main-navigation ul {
    /* If flex, gap handles spacing, but sometimes margins need flipping */
    padding-right: 0;
}