/**
 * Adding support for languages written in a Right To Left (RTL) direction is easy -
 * it's just a matter of overwriting all the horizontal positioning attributes
 * of your CSS stylesheet in a separate stylesheet file named rtl.css.
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * RTL tag not added to theme.
 * In Wordpress 5.0 RC2 the Gutenberg RTL stylesheets are still not loading.
 * RTL support will have to wait for a later version of the theme.
 *
 * @package WordPress
 * @subpackage amaThambo
 * @since 1.0
 * @version 1.0
 */

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