/*
Theme Name: EWS Custom Theme
Author: EWS
Description: Custom WordPress Theme with CSS & JS
Version: 1.0
Text Domain: ews-custom-theme
*/

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

/* Reverse common layouts */
.row,
.flex {
  flex-direction: row-reverse;
}

/* Fix margins */
.ml-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.text-left {
  text-align: right !important;
}

.text-right {
  text-align: left !important;
}
