/* Font */
@font-face {
  font-family: "vazir";
  src: url("./font/vazir/Vazir-Bold-FD-WOL.woff2") format("woff2"),
    url("./font/vazir/Vazir-FD-WOL.woff") format("woff"),
    url("./font/vazir/Vazir-FD-WOL.ttf") format("truetype");
}
/* ................... */

body {
  font-family: "vazir" !important;
}

.icon {
  color: #0d6efd;
  background-color: #ebeafb;
  display: inline-flex;
  padding: 15px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.card-primary {
  background: #1b2a4e;
  color: white !important;
}

.bg-main {
  background: #010d4d;
}

.footer-link {
  text-decoration: none;
  color: rgb(17, 17, 17);
}
.footer-link:hover {
  color: rgb(17, 17, 17);
}
.footer-header {
    border-bottom: 3px solid;
    height: 35px;
}
