
/* egatti engineering global tweaks */

html, body {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

.hero-gradient {
  background: radial-gradient(circle at top left, #f97316 0, rgba(249,115,22,0) 55%),
              radial-gradient(circle at bottom right, #0f172a 0, rgba(15,23,42,0) 55%);
}

.card-border {
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgba(148, 163, 184, 0.35);
}
