:root {
  --global-banner-height: 115px;
  --global-transition: 0.3s ease;
  --toastify-toast-width: auto !important;
}

:root {
  --shortening: #3b813d;
  --super-boost: #00ffff;

  --warning: #e20b5c;
  --white: #ffffff;

  --company-name: "Bet Vickers";

  --radius-xs: 2px;
  --radius-s: 4px;
  --radius-m: 6px;
  --radius-l: 8px;
  --radius-full: 100%;

  --header-image-filter: brightness(0) saturate(100%) invert(14%) sepia(97%)
    saturate(7484%) hue-rotate(354deg) brightness(66%) contrast(116%);
}

:root,
[data-theme="dark"] {
  --primary-100: #bc0202;
  --primary-200: #bc0202;
  --primary-300: #bc0202;

  --shade-100: #161718;
  --shade-200: #1f1f1f;
  --shade-300: #242424;
  --shade-400: #333333;
  --shade-500: #3d3d3d;
  --shade-600: #5b5b5b;
  --shade-700: #3d3d3d;
  --shade-800: #3d3e3d;
  --shade-900: #161718;
  --shade-1000: #ffffff;
  --shade-1100: #b7d3c3;
  --shade-1200: #e8f1ec;

  --text-100: #ffffff;
  --text-200: #ffffff;
  --text-300: #141414;
  --text-400: #ababab;
  --text-500: #ffffff;
  --text-600: #e44b4b;

  --icon-100: #ffffff;
  --icon-200: #ffffff;
  --icon-300: #3a0505;
  --icon-400: #ffffff;

  --suspend: #3d3e3d;
  --tooltip: #242424;
  --transparent: #1c1c1c99;
  --drifting: #ff8c00;
  --price-boost: #ffff00;
}

[data-theme="light"] {
  --primary-100: #bc0202;
  --primary-200: #bc0202;
  --primary-300: #d32a2a;

  --shade-100: #dcdcdc;
  --shade-200: #2f2f2f;
  --shade-300: #ffffff;
  --shade-400: #ffffff;
  --shade-500: #efecec;
  --shade-600: #f1f1f1;
  --shade-700: #e7e2e1;
  --shade-800: #e7e2e1;
  --shade-900: #dcdcdc;
  --shade-1000: #f2f2f2;
  --shade-1100: #d3b7b7;
  --shade-1200: #f9eded;

  --text-100: #2f0404;
  --text-200: #ffffff;
  --text-300: #2f0404;
  --text-400: #757373;
  --text-500: #2f0404;
  --text-600: #2f0404;

  --icon-100: #ffffff;
  --icon-200: #2f0404;
  --icon-300: #2f0404;
  --icon-400: #d5d5d5;

  --suspend: #d5d5d5;
  --tooltip: #5b5b5b;
  --transparent: #1c1c1c99;
  --drifting: #804c3b;
  --price-boost: #eebd06;
}
