/**
 * Thème: Blackberry Hearth
 * Auteur: Margot
 * Catégorie: blackberry
 * Description: Rouge feu de cheminée
 */

[data-theme="blackberry-hearth"] {
  --main-bg-color: radial-gradient(at bottom center, rgba(0, 0, 0, 0.4) 0%, hsla(0, 14%, 18%, 0.55), hsla(0, 18%, 5%, 0)) center center/cover no-repeat fixed, linear-gradient(to bottom, hsl(0, 18%, 5%), hsl(0, 65%, 23%), hsl(0, 100%, 9%)) center center/cover no-repeat fixed;
  --modal-bg-color: rgba(50, 15, 15, 0.95);
  --modal-header-color: rgba(30, 8, 8, 0.95);
  --modal-footer-color: rgba(30, 8, 8, 0.95);
  --dropdown-bg: rgba(70, 20, 20, 0.95);
  --card-bg: rgba(90, 30, 30, 0.7);
  --sidebar-bg: rgba(20, 5, 5, 0.95);
  --navbar-bg: rgba(20, 5, 5, 0.95);

  --button-color: rgb(236, 106, 106);
  --button-color-hover: hsl(0, 65%, 23%);
  --button-text: hsla(0, 18%, 5%, 0.95);
  --button-text-hover: hsla(0, 0%, 100%, 0.95);
  --button-primary: rgb(236, 106, 106);
  --button-primary-hover: hsl(0, 65%, 30%);
  --button-success: #6b5;
  --button-danger: #e74c3c;
  --button-warning: #f39c12;

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

  --link-color: #fad0c4;
  --link-color-hover: #e2c9cc;

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

  --text: #eee;
  --text-hover: #fff;
  --text-muted: #999;
  --text-heading: rgb(236, 106, 106);

  --border-color: rgba(236, 106, 106, 0.3);

  --input-bg: rgba(70, 20, 20, 0.6);
  --input-border: rgba(236, 106, 106, 0.3);
}
