body {
  direction: rtl;
  unicode-bidi: embed;
  font-family: text, Arial, sans-serif;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

@font-face {
  font-family: heading;
  src: url('assets/fonts/sahel-black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: heading;
  src: url('assets/fonts/sahel-bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: text;
  src: url('assets/fonts/vazir-regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: text;
  src: url('assets/fonts/vazir-bold.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}


body.block-editor-iframe__body {
  direction: rtl;
  unicode-bidi: embed;
  font-family: text, Arial, sans-serif;
}

.block-editor-block-list__block {
}
