@font-face {
  font-family: "DiodrumArabic-Bold";
  src: local("DiodrumArabic-Bold"),
   url("/fonts/DiodrumArabic-Bold.woff") format("woff");
}
@font-face {
  font-family: "DiodrumArabic-Regular";
  src: local("DiodrumArabic-Regular"),
   url("/fonts/DiodrumArabic-Regular.woff") format("woff");
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: 100%;
  font-family: DiodrumArabic-Bold, DiodrumArabic-Regular !important;
  vertical-align: baseline;
  cursor: default;
  scrollbar-color: var(--color-border-dark) transparent;
  scrollbar-width: thin;
}

html, body {
  line-height: 1.6;
}