





:root {
    --hd-font-family: ;
    --body-font-family: ;

    --g-font-other: ;
}

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

body.rtl * {
  direction: inherit;
  text-align: inherit;
}

body.rtl .flex,
body.rtl .grid {
  flex-direction: row-reverse;
}
