//
// 1. Set direction to RTL
//

html[dir="rtl"] {
  direction: rtl;
}

//
// Remove default margin.
//

[dir="rtl"] body {
  direction: rtl;
}
