/**
 * Thème: Rosé Pine
 * Auteur: Margot
 * Catégorie: rosepine
 * Description: Violet sombre avec accents roses
 */

[data-theme="rosepine"] {
  --main-bg-color: #1f1d2e;
  --modal-bg-color: #26233a;
  --modal-header-color: #191724;
  --modal-footer-color: #191724;
  --dropdown-bg: #21202e;
  --card-bg: rgba(38, 35, 58, 0.7);
  --sidebar-bg: #191724;
  --navbar-bg: #191724;

  --button-color: #403d52;
  --button-color-hover: #524f67;
  --button-text: #e0def4;
  --button-text-hover: #fff;
  --button-primary: #eb6f92;
  --button-primary-hover: #f082a0;
  --button-success: #31748f;
  --button-danger: #eb6f92;
  --button-warning: #f6c177;

  --accent-color: 235, 111, 146;
  --accent-color-hover: rgba(235, 111, 146, 0.8);
  --accent-rgb: 235, 111, 146;

  --link-color: #31748f;
  --link-color-hover: #9ccfd8;

  --label-text-color: #e0def4;

  --text: #e0def4;
  --text-hover: #fff;
  --text-muted: #6e6a86;
  --text-heading: #e0def4;

  --border-color: rgba(235, 111, 146, 0.3);

  --success-color: #31748f;
  --success-color-rgb: 49, 116, 143;
  --error-color: #eb6f92;
  --error-color-rgb: 235, 111, 146;
  --warning-color: #f6c177;
  --warning-color-rgb: 246, 193, 119;
  --info-color: #9ccfd8;

  --input-bg: rgba(38, 35, 58, 0.6);
  --input-border: rgba(235, 111, 146, 0.3);
}
