.theme-05 {
  --bg: #15323a;
  --line: rgba(141, 225, 214, 0.34);
  --accent: #46b8ac;
  --glow: #8be1d6;
}

.theme-05 .hero,
.theme-05 .section,
.theme-05 .rsvp-shell {
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(36, 75, 79, 0.62), rgba(18, 47, 53, 0.86));
}

.theme-05 .btn-primary {
  background: linear-gradient(140deg, #3ca398, #83d8cc);
}

.theme-05 .confirmation {
  border-color: rgba(141, 225, 214, 0.52);
}
