:root{
  --red: #dc2626;
  --blue: #0737ba;
  --dark: #0b1220;
}

*{
  font-family: "Lato", sans-serif;
}

.shadow-soft{
  box-shadow: 0 10px 30px rgba(2, 8, 23, 0.10);
}

/* Smooth slider animation fallback */
.fade-slide{
  transition: opacity .6s ease, transform .6s ease;
}
