/**
 * Thème: Blackberry Pumpkin
 * Auteur: Margot
 * Catégorie: blackberry
 * Description: Orange citrouille
 */

[data-theme="blackberry-pumpkin"] {
  --main-bg-color: radial-gradient(at center center, #ff8a00 50%, #37033a 100%) center center/cover no-repeat fixed;
  --modal-bg-color: rgba(40, 15, 30, 0.95);
  --modal-header-color: rgba(20, 8, 15, 0.95);
  --modal-footer-color: rgba(20, 8, 15, 0.95);
  --dropdown-bg: rgba(60, 25, 40, 0.95);
  --card-bg: rgba(80, 40, 50, 0.7);
  --sidebar-bg: rgba(15, 5, 10, 0.95);
  --navbar-bg: rgba(15, 5, 10, 0.95);

  --button-color: #924e00;
  --button-color-hover: #723d00;
  --button-text: #eee;
  --button-text-hover: hsla(0, 0%, 100%, 0.95);
  --button-primary: #ff8a00;
  --button-primary-hover: #bd6500;
  --button-success: #6b5;
  --button-danger: #e74c3c;
  --button-warning: #f39c12;

  --accent-color: 255, 138, 0;
  --accent-color-hover: rgba(255, 138, 0, 0.8);
  --accent-rgb: 255, 138, 0;

  --link-color: #ff8a00;
  --link-color-hover: #bd6500;

  --label-text-color: hsla(0, 18%, 5%, 0.95);

  --text: #eee;
  --text-hover: #fff;
  --text-muted: #999;
  --text-heading: #ff8a00;

  --border-color: rgba(255, 138, 0, 0.3);

  --input-bg: rgba(60, 25, 40, 0.6);
  --input-border: rgba(255, 138, 0, 0.3);
}
