/**
 * Thème: Blackberry Shadow
 * Auteur: Margot
 * Catégorie: blackberry
 * Description: Gris ombre profond
 */

[data-theme="blackberry-shadow"] {
  --main-bg-color: linear-gradient(135deg, #252b2f, #090c0e) center center/cover no-repeat fixed;
  --modal-bg-color: rgba(25, 30, 35, 0.95);
  --modal-header-color: rgba(12, 15, 18, 0.95);
  --modal-footer-color: rgba(12, 15, 18, 0.95);
  --dropdown-bg: rgba(35, 40, 45, 0.95);
  --card-bg: rgba(45, 50, 55, 0.7);
  --sidebar-bg: rgba(9, 12, 14, 0.95);
  --navbar-bg: rgba(9, 12, 14, 0.95);

  --button-color: #252b2f;
  --button-color-hover: #090c0e;
  --button-text: #eee;
  --button-text-hover: hsla(0, 0%, 100%, 0.95);
  --button-primary: rgb(96, 128, 150);
  --button-primary-hover: rgb(81, 101, 114);
  --button-success: #6b5;
  --button-danger: #e74c3c;
  --button-warning: #f39c12;

  --accent-color: 81, 101, 114;
  --accent-color-hover: rgba(81, 101, 114, 0.8);
  --accent-rgb: 81, 101, 114;

  --link-color: rgb(96, 128, 150);
  --link-color-hover: rgba(81, 101, 114, 0.8);

  --label-text-color: #eee;

  --text: #eee;
  --text-hover: #fff;
  --text-muted: #999;
  --text-heading: rgb(96, 128, 150);

  --border-color: rgba(81, 101, 114, 0.3);

  --input-bg: rgba(35, 40, 45, 0.6);
  --input-border: rgba(81, 101, 114, 0.3);
}
