:root {
  --story-accent: #d6b36b;
  --story-accent-hot: #ff6a55;
  --danger: #d9483b;
  --danger-hot: #ff6a55;
}

.app-shell[data-story-ui="midnight"] .primary-button {
  border-color: rgba(255, 218, 141, 0.86);
}

.app-shell[data-story-ui="midnight"] .gift-button {
  box-shadow:
    0 14px 38px rgba(0, 0, 0, 0.48),
    0 0 0 5px rgba(5, 6, 7, 0.34),
    0 0 28px rgba(255, 95, 134, 0.28);
}
