@font-face {
  font-family: Vazirmatn;
  src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/fonts/webfonts/Vazirmatn[wght].woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


h1 {
  font-variation-settings: "wght"900;
}

h2 {
  font-variation-settings: "wght"800;
}

h3 {
  font-variation-settings: "wght"700;
}

h4 {
  font-variation-settings: "wght"600;
}

h5,
h6 {
  font-variation-settings: "wght"500;
}

input,
input[type="text"],
textarea {
  direction: rtl;
  font-family: Vazirmatn !important;
  font-size: 13px;
}

body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
button,
strong,
li,
.button {
  font-family: Vazirmatn !important;
  letter-spacing: 0 !important;
  font-feature-settings: "ss01";
}

body {
  background-image: url('https://www.honarevelaee.ir/wp-content/uploads/2017/07/index.png');
  font-family: Vazirmatn !important;
}

/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
  background-image: url(logo.png);
  width: 160px;
  height: 145px;
  background-size: 160px 145px;
}

/* Add a few changes to the color and style of form itself */
.login label {
  margin-bottom: 1em;
  font-weight: bold;
}

.login form .input {
  font-weight: normal;
}

.login #backtoblog a,
.login #nav a {
  color: #54c1cc;
}

.wp-core-ui .button-primary {
  background: #54c1cc;
}

#loginform {
  background: transparent;
  border: none;
}

#wp-submit {
  width: 100%;
  background: #54c1cc;
  border: none;
  padding: 10px;
  transition: 500ms;
  color: #fff;
  font-weight: 900;
}

#wp-submit:hover {
  box-shadow: 0 0 20px #54c1cc;
  transition: 500ms;
}