html {
  scroll-behavior: smooth;
}

body {
  font-family: "IBM Plex Sans Arabic", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
strong {
  font-weight: 500;
}

.post p {
  margin: 1.25rem auto 1.25rem auto;
}

.post a {
  text-decoration: underline;
}

.footer img {
  width: 1.25rem;
  height: auto;
}

header li {
  border-left: 1px solid #9ca3af;
  padding: 0.25rem 0 0.25rem 1.25rem;
}

header li:last-child {
  border-right: 1px solid #9ca3af;
  padding-right: 1.25rem;
}
/*# sourceMappingURL=main.css.map */