/**
 * Thème: Blackberry Carol
 * Auteur: Margot
 * Catégorie: blackberry
 * Description: Rouge et vert festif
 */

[data-theme="blackberry-carol"] {
  --main-bg-color: linear-gradient(45deg, #0b5019 0%, #a70606 135%) center center/cover no-repeat fixed;
  --modal-bg-color: rgba(30, 10, 10, 0.95);
  --modal-header-color: rgba(20, 5, 5, 0.95);
  --modal-footer-color: rgba(20, 5, 5, 0.95);
  --dropdown-bg: rgba(51, 0, 0, 0.95);
  --card-bg: rgba(60, 20, 20, 0.7);
  --sidebar-bg: rgba(10, 5, 5, 0.95);
  --navbar-bg: rgba(10, 5, 5, 0.95);

  --button-color: rgb(51, 0, 0);
  --button-color-hover: rgb(104, 4, 4);
  --button-text: #eee;
  --button-text-hover: #fff;
  --button-primary: #a70606;
  --button-primary-hover: #c70808;
  --button-success: #0b5019;
  --button-danger: #e74c3c;
  --button-warning: #f39c12;

  --accent-color: 170, 170, 170;
  --accent-color-hover: rgba(170, 170, 170, 0.8);
  --accent-rgb: 170, 170, 170;

  --link-color: #aaa;
  --link-color-hover: #fff;

  --label-text-color: rgb(32, 32, 32);

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

  --border-color: rgba(170, 170, 170, 0.3);

  --input-bg: rgba(51, 0, 0, 0.6);
  --input-border: rgba(170, 170, 170, 0.3);
}
