/**
 * Thème: Catppuccin Frappé
 * Auteur: Margot
 * Catégorie: catppuccin
 * Description: Bleu-gris doux
 */

[data-theme="catppuccin-frappe"] {
  --main-bg-color: #303446;
  --modal-bg-color: #292c3c;
  --modal-header-color: #232634;
  --modal-footer-color: #232634;
  --dropdown-bg: #414559;
  --card-bg: rgba(65, 69, 89, 0.7);
  --sidebar-bg: #232634;
  --navbar-bg: #232634;

  --button-color: #414559;
  --button-color-hover: #51576d;
  --button-text: #c6d0f5;
  --button-text-hover: #fff;
  --button-primary: #8caaee;
  --button-primary-hover: #99b4f1;
  --button-success: #a6d189;
  --button-danger: #e78284;
  --button-warning: #ef9f76;

  --accent-color: 140, 170, 238;
  --accent-color-hover: rgba(140, 170, 238, 0.8);
  --accent-rgb: 140, 170, 238;

  --link-color: #8caaee;
  --link-color-hover: #99b4f1;

  --label-text-color: #fff;

  --text: #c6d0f5;
  --text-hover: #fff;
  --text-muted: #a5adce;
  --text-heading: #c6d0f5;

  --border-color: rgba(140, 170, 238, 0.3);

  --success-color: #a6d189;
  --success-color-rgb: 166, 209, 137;
  --error-color: #e78284;
  --error-color-rgb: 231, 130, 132;
  --warning-color: #ef9f76;
  --warning-color-rgb: 239, 159, 118;
  --info-color: #8caaee;

  --input-bg: rgba(65, 69, 89, 0.6);
  --input-border: rgba(140, 170, 238, 0.3);
}
