@font-face {
font-family: "Yekan Bakh";
src: url("../fonts/YekanBakhFaNum-Light.woff") format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "YekanBakh";
src: url("../fonts/YekanBakhFaNum-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "YekanBakh";
src: url("../fonts/YekanBakhFaNum-SemiBold.woff") format("woff");
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "YekanBakh";
src: url("../fonts/YekanBakhFaNum-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "YekanBakh";
src: url("../fonts/YekanBakhFaNum-Black.woff") format("woff");
font-weight: 900;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Pinar";
src: url("../fonts/Pinar-DS1-FD-Black.woff2") format("woff");
font-weight: 900;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Pinar";
src: url("../fonts/Pinar-DS2-Bold.woff2") format("woff");
}

html, body {
  height: 100%;
  margin: 0;
}


body {
  margin: 0;
  color: var(--text);
  background-color: #ebebeb;
  font-family: "YekanBakh";
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1{
  color: #16161d;
  font-family: "Pinar";
  font-weight: 900;
}

.navbar-brand{
  font-family: "Pinar";
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.navbar{
  padding: 5px 30px;
  background-color: #e4e4e4;
  border-bottom: 1px solid #d8d8d8;
}

.hero {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card {
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-card p{
  margin-top: 15px;
}

.typing-text {
  padding: 10px 5px 0 5px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  direction: rtl;
  border-left: 3px solid currentColor;
  animation: typing 6s steps(20) infinite;
  max-width: 450px;
}

@keyframes typing {
  0% {
    width: 0;
  }

  50% {
    width: 100%;
  }

  80% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.hero-subtitle{
  font-size: 14pt;
}

.ahmadi{
  font-family: "Pinar";
}
