* {
  box-sizing: border-box;
  font-family: "IRANYekanX-Regular";
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  background-color: var(--bg-dark);
}

.container {
  width: 90%;
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 1rem;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=global.css.map */