@font-face {
  font-family: "Urdu";
  src: url("./../fonts/Mehr-Nastaliq.ttf") format("truetype");
}
@font-face {
  font-family: "Aadil";
  src: url("./../fonts/Aadil.ttf") format("truetype");
}

:root {
  --green-primary: #188c44;
}

.wpr-branding {
  text-align: center;
  margin-top: 20px;
  font-size: 0.7rem;
  color: #666;
}

.wpr-branding a {
  color: var(--green-primary);
  text-decoration: none;
  font-size: 0.7rem !important;
}

.wpr-branding a:hover {
  text-decoration: underline;
}
