/* Custom Firefox Stylesheet */

body {
  font-family: 'Barlow Condensed', 'Inter', system-ui, -apple-system, sans-serif;
  background-color: #0f0022;
  color: #ffffff;
}

/* Firefox orange/purple gradient accents */
.text-gradient-firefox {
  background: linear-gradient(135deg, #ff9400 0%, #ff005b 50%, #6d31ed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Beautiful card gradients */
.firefox-card {
  background: linear-gradient(180deg, rgba(32, 16, 71, 0.4) 0%, rgba(20, 10, 47, 0.6) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.firefox-card:hover {
  border-color: rgba(109, 49, 237, 0.4);
}

/* Interactive step wrapper */
.step-glow-container {
  background: radial-gradient(circle at center, rgba(109, 49, 237, 0.15) 0%, transparent 70%);
}
