@font-face {
    font-family: 'janna';
    src: url('../fonts/janna.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    /* direction: ltr; */
    /* margin-top: 60px; */
}

h1, h2, h3, h4, h5, h6, span, div,
article, section, main, li, p, button, a
{ font-family: 'janna' !important }

.aside-color {
  background: #fff;
  background: linear-gradient(white,#e3e3e3);
}

html[dir='rtl'] .hide-rtl {
  display: none;
}

html[dir='ltr'] .hide-ltr {
  display: none;
}