/**
 * Thème: Rosé Pine Dawn
 * Auteur: Margot
 * Catégorie: rosepine
 * Description: Thème clair rosé
 */

[data-theme="rosepine-dawn"] {
  --main-bg-color: #fffaf3;
  --modal-bg-color: #f2e9de;
  --modal-header-color: #faf4ed;
  --modal-footer-color: #faf4ed;
  --dropdown-bg: #f4ede8;
  --card-bg: rgba(242, 233, 222, 0.7);
  --sidebar-bg: #faf4ed;
  --navbar-bg: #faf4ed;

  --button-color: #dfdad9;
  --button-color-hover: #cecacd;
  --button-text: #575279;
  --button-text-hover: #575279;
  --button-primary: #b4637a;
  --button-primary-hover: #c07088;
  --button-success: #286983;
  --button-danger: #b4637a;
  --button-warning: #ea9d34;

  --accent-color: 180, 99, 122;
  --accent-color-hover: rgba(180, 99, 122, 0.8);
  --accent-rgb: 180, 99, 122;

  --link-color: #286983;
  --link-color-hover: #56949f;

  --label-text-color: #575279;

  --text: #575279;
  --text-hover: #575279;
  --text-muted: #9893a5;
  --text-heading: #575279;

  --border-color: rgba(87, 82, 121, 0.2);

  --success-color: #286983;
  --success-color-rgb: 40, 105, 131;
  --error-color: #b4637a;
  --error-color-rgb: 180, 99, 122;
  --warning-color: #ea9d34;
  --warning-color-rgb: 234, 157, 52;
  --info-color: #56949f;

  --input-bg: #f2e9de;
  --input-border: rgba(87, 82, 121, 0.3);
}
