/**
 * Thème: Blackberry Flamingo
 * Auteur: Margot
 * Catégorie: blackberry
 * Description: Rose flamant doux
 */

[data-theme="blackberry-flamingo"] {
  --main-bg-color: radial-gradient(at bottom center, rgba(0, 0, 0, 0.15), hsla(0, 14%, 18%, 0.65), hsla(0, 18%, 5%, 0.95)) center center/cover no-repeat fixed, linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%) center center/cover no-repeat fixed;
  --modal-bg-color: rgba(40, 20, 25, 0.95);
  --modal-header-color: rgba(20, 10, 15, 0.95);
  --modal-footer-color: rgba(20, 10, 15, 0.95);
  --dropdown-bg: rgba(60, 30, 40, 0.95);
  --card-bg: rgba(80, 50, 60, 0.7);
  --sidebar-bg: rgba(15, 8, 10, 0.95);
  --navbar-bg: rgba(15, 8, 10, 0.95);

  --button-color: #fad0c4;
  --button-color-hover: #ff9a9e;
  --button-text: hsla(0, 18%, 5%, 0.95);
  --button-text-hover: hsla(0, 18%, 5%, 0.95);
  --button-primary: #ff9a9e;
  --button-primary-hover: #fad0c4;
  --button-success: #6b5;
  --button-danger: #e74c3c;
  --button-warning: #f39c12;

  --accent-color: 250, 208, 196;
  --accent-color-hover: rgba(250, 208, 196, 0.8);
  --accent-rgb: 250, 208, 196;

  --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: #fad0c4;

  --border-color: rgba(250, 208, 196, 0.3);

  --input-bg: rgba(60, 30, 40, 0.6);
  --input-border: rgba(250, 208, 196, 0.3);
}
