:root {
  --saffron-gradient: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
  --border-gold: #f59e0b;
}

body.bg-saffron {
  background: var(--saffron-gradient);
  font-family: 'Plus Jakarta Sans', sans-serif;
  min-height: 100vh;
}

.invite-wrapper {
  max-width: 480px;
}

.divine-card {
  background: #fffaf0;
  border-radius: 24px;
  border: 1px solid #fcd34d !important;
}

.font-cinzel {
  font-family: 'Cinzel', serif;
}

.telugu-shloka {
  font-family: 'Noto Sans Telugu', sans-serif;
  color: #b45309;
  font-size: 0.85rem;
}

.pooja-timer-box {
  background: #fff;
  border: 1px dashed var(--border-gold);
}

.timer-unit {
  background: #fff7ed;
  border-radius: 10px;
  border: 1px solid #fed7aa;
}

.letter-spacing {
  letter-spacing: 1px;
}

.x-small {
  font-size: 0.7rem;
}