/*
Theme Name: Pulse Premium
Template: pulse
*/

/* 
 * Pulse Premium natively uses CSS Logical Properties (margin-inline, padding-inline, etc.)
 * in layout grids and core UI components. 
 * This file serves to activate WordPress's native RTL mode and patch 
 * any leftover non-logical properties.
 *
 * All text domains and directions are fully compatible.
 */

body {
    direction: rtl;
    unicode-bidi: embed;
}
