body {
  font-family: "Roboto Flex", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

/* Custom Arrow Button Style */
.custom-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0.66px solid #d9d9d9;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: plus-lighter;
}

.bonus-gradient {
  background: linear-gradient(to right, #f4a81e, #ffce10);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.radial-step-icon {
  border: 0.66px solid #d9d9d9;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  border-radius: 9999px;
  padding: 0.75rem; /* matches p-3 */
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 1rem auto; /* mx-auto mb-4 */
  mix-blend-mode: plus-lighter;
}

/* 
.sponsor-box {
  background: linear-gradient(90deg, #1E1E1E 0%, #303030 50%, #1E1E1E 100%);
  border: 0.5px solid #D9D9D9;
  padding: 8px 16px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  backdrop-filter: blur(4px);
  box-shadow: inset 0 0 5px 1px #5E5E5E;
} */
