/**
 * Thème: Ibracorp
 * Auteur: Margot
 * Catégorie: community
 * Description: Rouge corail sur sombre
 */

[data-theme="ibracorp"] {
  --main-bg-color: #262a2b;
  --modal-bg-color: #333;
  --modal-header-color: #232323;
  --modal-footer-color: #232323;
  --dropdown-bg: #1b1b1b;
  --card-bg: rgba(38, 42, 43, 0.7);
  --sidebar-bg: #1b1b1b;
  --navbar-bg: #1b1b1b;

  --button-color: #ef7a70;
  --button-color-hover: #d16057;
  --button-text: #eee;
  --button-text-hover: #fff;
  --button-primary: #ef7a70;
  --button-primary-hover: #d16057;
  --button-success: #ef7a70;
  --button-danger: #d16057;
  --button-warning: #f39c12;

  --accent-color: 239, 122, 112;
  --accent-color-hover: rgba(239, 122, 112, 0.8);
  --accent-rgb: 239, 122, 112;

  --link-color: #ef7a70;
  --link-color-hover: #d16057;

  --label-text-color: #fff;

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

  --border-color: #444;

  --success-color: #ef7a70;
  --success-color-rgb: 239, 122, 112;
  --error-color: #d16057;
  --error-color-rgb: 209, 96, 87;
  --warning-color: #f39c12;
  --warning-color-rgb: 243, 156, 18;
  --info-color: #ef7a70;

  --input-bg: #333;
  --input-border: #555;
}
