/**
 * Thème: Maroon
 * Auteur: Margot
 * Catégorie: main
 * Description: Style bordeaux élégant
 */

[data-theme="maroon"] {
  --main-bg-color: radial-gradient(circle farthest-corner at 48.4% 47.5%, rgba(76, 21, 51, 1) 0%, rgba(34, 10, 37, 1) 90%) center center/cover no-repeat fixed;
  --modal-bg-color: linear-gradient(-90deg, rgba(76, 21, 51, 1) 0%, rgba(34, 10, 37, 1) 90%) center center/cover no-repeat fixed;
  --modal-header-color: linear-gradient(-90deg, rgba(76, 21, 51, 1) 0%, rgba(34, 10, 37, 1) 90%) center center/cover no-repeat fixed;
  --modal-footer-color: linear-gradient(-90deg, rgba(76, 21, 51, 1) 0%, rgba(34, 10, 37, 1) 90%) center center/cover no-repeat fixed;
  --dropdown-bg: #220a25;
  --card-bg: rgba(76, 21, 51, 0.7);
  --sidebar-bg: rgba(34, 10, 37, 0.95);
  --navbar-bg: rgba(34, 10, 37, 0.95);

  --button-color: #7b154d;
  --button-color-hover: rgb(150, 26, 94);
  --button-text: #eee;
  --button-text-hover: #fff;
  --button-primary: #7b154d;
  --button-primary-hover: rgb(150, 26, 94);
  --button-success: #6b5;
  --button-danger: #e74c3c;
  --button-warning: #f39c12;

  --accent-color: 162, 28, 101;
  --accent-color-hover: rgba(162, 28, 101, 0.8);
  --accent-rgb: 162, 28, 101;

  --link-color: rgb(162, 28, 101);
  --link-color-hover: rgb(194, 36, 122);

  --label-text-color: #fff;

  --text: #dadada;
  --text-hover: #fff;
  --text-muted: #999;
  --text-heading: #fff;

  --border-color: rgba(162, 28, 101, 0.5);

  --success-color: #6b5;
  --success-color-rgb: 102, 187, 85;
  --error-color: #e74c3c;
  --error-color-rgb: 231, 76, 60;
  --warning-color: #f39c12;
  --warning-color-rgb: 243, 156, 18;
  --info-color: #a21c65;

  --input-bg: rgba(34, 10, 37, 0.6);
  --input-border: rgba(162, 28, 101, 0.5);
}
