@charset "utf-8";
/* CSS Document */
html, body {
	direction:rtl;
}
body, body * {
	direction:rtl;
	text-align:right;
	font-family: 'Heebo', sans-serif;
}
.text_invert {
	text-align:left;
}