::root {
  --my-muted-text: ##869ab8;
}

body {
  font-family: 'Estedad';
}

#account-login-p-link {
  text-decoration: none;
}

#p-link {
  color: var(--my-muted-text);
  font-size: large;
}

.register-btn {
  background-color: var(--bs-primary-bg-subtle);
  border: none;
  color: var(--bs-primary);
}

#faq-section {
  background-color: #1b2a4e;
  color: #fff;
}
#backtotop {
   font-family: 'Estedad';
}

