@font-face {
  font-family: "vazir";
  src: url("../font/vazir/Vazir-FD-WOL.woff") format("woff"),
    url("../font/vazir/Vazir-FD-WOL.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --white-color: #fff;
  --bg-color: #fff;
  --gray-color: #ccc;
}

body {
  background: var(--bg-color) !important;
  font-family: "vazir" !important;
}

.nav-item .nav-link {
  color: var(--white-color);
}

.list_skills li:hover {
  color: #f9a60b;
}

.skills-photo img {
  object-fit: contain;
  mix-blend-mode: color-burn;
}
.nav-hov li a:hover {
  color: #f9a60b !important;
}

#cv img {
  width: 230px;
}
#contact {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
