* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-family: "Tajawal", "Helvetica Neue", "Segoe UI", "Helvetica", "Arial", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 1.45;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: hsla(0, 0%, 0%, 0.9);
  font-family: "Tajawal", Georgia, serif;
  font-weight: 400;
  word-wrap: break-word;
  font-kerning: normal;
  -ms-font-feature-settings: "kern", "liga", "clig", "calt";
  font-feature-settings: "kern", "liga", "clig", "calt", "kern";
}

/* Scroll margin for anchored elements */
[id] {
  scroll-margin-top: 8.7rem; /* rhythm(6) equivalent */
}

/* Video responsive */
video {
  max-width: 100%;
  height: auto;
}

/* Typography overrides from your config */
h1 {
  font-family: "Tajawal", sans-serif;
  margin-top: 2.9rem;
  font-size: 3rem;
  font-weight: 900;
      line-height: 1.1;
}

h2 {
  font-weight: 800;
  font-size: 1.728rem;
  line-height: 1.1;
  margin-top: 2.9rem; /* rhythm(2) */
}

h3, h4, h5, h6 {
  margin-top: 2.9rem; /* rhythm(2) */
}

h4 {
  text-transform: uppercase;
}

h6 {
  font-style: italic;
}

small {
  font-size: 85%;
}

/* Links */
a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:active {
  box-shadow: none;
}

/* Blockquotes */
blockquote {
  font-size: 1.2rem;
  line-height: 1.45;
  font-style: italic;
  padding-left: 1.1875rem; /* rhythm(13/16) */
  margin-left: -1.45rem; /* rhythm(-1) */
  border-left: 0.2725rem solid black;
}

blockquote > :last-child {
  margin-bottom: 0;
}

blockquote cite {
  font-size: 1rem;
  line-height: 1.45;
  color: hsla(0, 0%, 0%, 0.9);
  font-weight: 400;
}

blockquote cite:before {
  content: "— ";
}

/* Lists */
ul {
  list-style: disc;
  margin-left: 0;
}


ol {
  margin-left: 0;
}

/* Mark and ins */
mark,
ins {
  background: #007acc;
  color: white;
  padding: 0.09rem 0.18rem; /* rhythm(1/16) rhythm(1/8) */
  text-decoration: none;
}

/* Mobile styles */
@media only screen and (max-width: 480px) {
  ul,
  ol {
    margin-left: 1.45rem; /* rhythm(1) */
  }
  
  blockquote {
    margin-left: -1.09rem; /* rhythm(-3/4) */
    margin-right: 0;
    padding-left: 0.815rem; /* rhythm(9/16) */
  }
}

figure {
margin-bottom: 1.5rem;
}

html[lang="en"] .article ul {
margin-left: 1.4rem;
}

html[lang="ar"] .article ul {
margin-right: 1.4rem;
}


