/**
 * Thème: Blackberry Abyss
 * Auteur: Margot
 * Catégorie: blackberry
 * Description: Bleu profond abyssal
 */

[data-theme="blackberry-abyss"] {
  --main-bg-color: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35)) center center/cover no-repeat fixed, radial-gradient(at bottom center, rgba(0, 0, 0, 0.4) 0%, hsla(211, 18%, 45%, 0.55), hsla(211, 18%, 5%, 0)) center center/cover no-repeat fixed, linear-gradient(to right, hsla(211, 18%, 5%, 1), hsla(211, 18%, 45%, 1), hsla(211, 18%, 5%, 1)) center center/cover no-repeat fixed;
  --modal-bg-color: hsla(211, 18%, 15%, 0.95);
  --modal-header-color: hsla(211, 18%, 10%, 0.95);
  --modal-footer-color: hsla(211, 18%, 10%, 0.95);
  --dropdown-bg: hsla(211, 18%, 20%, 0.95);
  --card-bg: hsla(211, 18%, 25%, 0.7);
  --sidebar-bg: hsla(211, 18%, 8%, 0.95);
  --navbar-bg: hsla(211, 18%, 8%, 0.95);

  --button-color: hsla(211, 18%, 45%, 1);
  --button-color-hover: hsla(211, 18%, 45%, 0.55);
  --button-text: #eee;
  --button-text-hover: #fff;
  --button-primary: rgb(130, 157, 185);
  --button-primary-hover: rgb(100, 119, 139);
  --button-success: #6b5;
  --button-danger: #e74c3c;
  --button-warning: #f39c12;

  --accent-color: 130, 157, 185;
  --accent-color-hover: rgba(130, 157, 185, 0.8);
  --accent-rgb: 130, 157, 185;

  --link-color: rgb(130, 157, 185);
  --link-color-hover: rgb(100, 119, 139);

  --label-text-color: #fff;

  --text: #eee;
  --text-hover: #fff;
  --text-muted: #999;
  --text-heading: rgb(130, 157, 185);

  --border-color: rgba(130, 157, 185, 0.3);

  --input-bg: hsla(211, 18%, 20%, 0.6);
  --input-border: rgba(130, 157, 185, 0.3);
}
