/*
Custom Css
*/

/* PWA Install button tweaks */
#pwaInstallBtn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  border-width: 2px;
}
#pwaInstallBtn i { font-size: 1.1em; }

/* Utility: text gradient class if needed later */
.text-gradient {
  background: linear-gradient(90deg,#00c6ff,#00ffb8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
