@import url("./font.css");
@import url("./grid.css");
@import url("./utilities.css");

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
}

@-moz-document url-prefix() {
  body {
    font-weight: light !important;
  }
}

html,
body,
#root {
  min-height: 100%;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  display: inline-block;
  text-decoration: inherit;
  color: inherit;
}

a:hover,
a:active,
a:visited {
  text-decoration: inherit;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul {
  margin-block-end: 0;
  margin-block-start: 0;
  padding-inline-start: 0;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  pointer-events: none;
}

body {
  direction: rtl;
  font-family: iranyekan;
  position: relative;
  margin: 0;
  user-select: none;
  background-color: #333762;
  background-attachment: fixed;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
a,
li,
input,
button {
  font-family: iranyekan;
}

div {
  vertical-align: middle;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}
