* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    scrollbar-width: thin;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.fa, .far, .fas, .fa-solid {
	font-family: "Font Awesome 5 Free" !important;
  	font-weight: 900;
}

label {
  cursor: pointer;
}

input,
textarea,
button,
span {
    font-family: IRANSans;
}

textarea:focus,
input:focus{
    outline: none !important;
}

button {
    background: transparent;
}

button,
input[type=submit] {
    cursor: pointer;
}

.d-none {
	display: none !important;
}




