/**
 * Thème: Blackberry Vanta
 * Auteur: Margot
 * Catégorie: blackberry
 * Description: Noir absolu vanta
 */

[data-theme="blackberry-vanta"] {
  --main-bg-color: #000;
  --modal-bg-color: #181818;
  --modal-header-color: #181818;
  --modal-footer-color: #181818;
  --dropdown-bg: #2d2d2d;
  --card-bg: rgba(45, 45, 45, 0.7);
  --sidebar-bg: #0a0a0a;
  --navbar-bg: #0a0a0a;

  --button-color: #7a7a7a;
  --button-color-hover: #9b9b9b;
  --button-text: #eee;
  --button-text-hover: #fff;
  --button-primary: #7a7a7a;
  --button-primary-hover: #9b9b9b;
  --button-success: #6b5;
  --button-danger: #e74c3c;
  --button-warning: #f39c12;

  --accent-color: 170, 170, 170;
  --accent-color-hover: rgba(255, 255, 255, 0.45);
  --accent-rgb: 170, 170, 170;

  --link-color: #7a7a7a;
  --link-color-hover: #fff;

  --label-text-color: black;

  --text: #eee;
  --text-hover: #fff;
  --text-muted: #999;
  --text-heading: #aaa;

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

  --input-bg: rgba(45, 45, 45, 0.6);
  --input-border: rgba(170, 170, 170, 0.3);
}
