:root {
  --main-bg-color: #303446;

  --modal-bg-color: #292c3c;
  --modal-header-color: #232634;
  --modal-footer-color: #232634;

  --drop-down-menu-bg: #414559;

  --button-color: #414559;
  --button-color-hover: #51576d;
  --button-text: var(--text);
  --button-text-hover: var(--text-hover);

  --accent-color: 137, 180, 250; /* Mocha Blue */
  --accent-color-hover: rgb(var(--accent-color), 0.8);
  --link-color: var(--text);
  --link-color-hover: #8caaee;
  --label-text-color: #fff; /* have to break convention here */

  --text: #c6d0f5;
  --text-hover: var(--text);
  --text-muted: a5adce;

  /* Specials */
  --arr-queue-color: #a6d189; /* Servarr apps + Bazarr */
  --plex-poster-unwatched: #ef9f76;
  --petio-spinner: invert(66%) sepia(15%) saturate(1451%) hue-rotate(185deg) brightness(105%) contrast(96%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */ /* Blue */
  --gitea-color-primary-dark-4: var(--accent-color);
  --overseerr-gradient: linear-gradient(
    var(--main-bg-color),
    var(--main-bg-color)
  ); /* Make sure this is compatible with whatever takes in the gradient */
}
