:root {
  --background: #3c0000;
  --surfacePrimary: #2a0000;
  --surfaceSecondary: #1a0000;
  --textPrimary: #e8c97a;
  --textSecondary: #ffb811;
  --action: #ffb811;
  --blue: #ffb811;
  --dark-blue: #cc8f00;
  --hover: rgba(255, 184, 17, 0.1);
  --divider: rgba(255, 184, 17, 0.1);
  --borderPrimary: rgba(255, 184, 17, 0.15);
  --borderSecondary: rgba(255, 184, 17, 0.3);
  --item-selected: #ffb811;
  --iconPrimary: #ffb811;
}

#loading {
  background: #3c0000 !important;
}

#loading .spinner > div {
  background-color: #ffb811 !important;
}