/**
 * Thème: Blackberry Royal
 * Auteur: Margot
 * Catégorie: blackberry
 * Description: Noir et or royal
 */

[data-theme="blackberry-royal"] {
  --main-bg-color: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%) center center/cover no-repeat fixed, radial-gradient(at top center, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.40) 120%) #000 center center/cover no-repeat fixed;
  --modal-bg-color: rgba(30, 25, 20, 0.95);
  --modal-header-color: rgba(15, 12, 10, 0.95);
  --modal-footer-color: rgba(15, 12, 10, 0.95);
  --dropdown-bg: rgba(50, 40, 35, 0.95);
  --card-bg: rgba(60, 50, 45, 0.7);
  --sidebar-bg: rgba(10, 8, 6, 0.95);
  --navbar-bg: rgba(10, 8, 6, 0.95);

  --button-color: rgb(185, 170, 159);
  --button-color-hover: rgb(184, 159, 141);
  --button-text: hsla(0, 18%, 5%, 0.95);
  --button-text-hover: hsla(0, 0%, 100%, 0.95);
  --button-primary: rgb(185, 170, 159);
  --button-primary-hover: rgb(184, 159, 141);
  --button-success: #6b5;
  --button-danger: #e74c3c;
  --button-warning: #f39c12;

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

  --link-color: rgb(185, 170, 159);
  --link-color-hover: rgb(184, 159, 141);

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

  --text: #eee;
  --text-hover: #fff;
  --text-muted: #999;
  --text-heading: rgb(185, 170, 159);

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

  --input-bg: rgba(50, 40, 35, 0.6);
  --input-border: rgba(185, 170, 159, 0.3);
}
