/*
Theme Name: ROOK
Description: Adds support for languages written in a Right To Left (RTL) direction.
*/

body {
  direction: rtl;
  unicode-bidi: embed;
}