/**
 * Thème: Blackberry Dreamscape
 * Auteur: Margot
 * Catégorie: blackberry
 * Description: Dégradé rose rêveur
 */

[data-theme="blackberry-dreamscape"] {
  --main-bg-color: linear-gradient(to top, #e2c9cc 1%, #e7627d 46%, #b8235a 59%, #801357 71%, #3d1635 84%, #1c1a27 100%) center center/cover no-repeat fixed;
  --modal-bg-color: rgba(61, 22, 53, 0.95);
  --modal-header-color: rgba(28, 26, 39, 0.95);
  --modal-footer-color: rgba(28, 26, 39, 0.95);
  --dropdown-bg: rgba(80, 30, 60, 0.95);
  --card-bg: rgba(100, 40, 80, 0.7);
  --sidebar-bg: rgba(28, 26, 39, 0.95);
  --navbar-bg: rgba(28, 26, 39, 0.95);

  --button-color: #3d1635;
  --button-color-hover: #801357;
  --button-text: #eee;
  --button-text-hover: #fff;
  --button-primary: #e7627d;
  --button-primary-hover: #b8235a;
  --button-success: #6b5;
  --button-danger: #e74c3c;
  --button-warning: #f39c12;

  --accent-color: 231, 98, 125;
  --accent-color-hover: rgba(231, 98, 125, 0.8);
  --accent-rgb: 231, 98, 125;

  --link-color: rgb(230, 125, 146);
  --link-color-hover: #e2c9cc;

  --label-text-color: #fff;

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

  --border-color: rgba(231, 98, 125, 0.3);

  --input-bg: rgba(80, 30, 60, 0.6);
  --input-border: rgba(231, 98, 125, 0.3);
}
