:root {
  --blueberry-1200: #002a77;
  --blueberry-1100-p: #003cab;
  --blueberry-1000: #005bd7;
  --blueberry-900-p: #006bdb;
  --blueberry-800: #0089de;
  --blueberry-700-p: #06a6ee;
  --blueberry-600-p: #38b8f1;
  --blueberry-500-p: #6acaf5;
  --blueberry-400: #7fd6fe;
  --blueberry-300: #92dcff;
  --blueberry-200: #b4e7ff;
  --blueberry-100: #d1f0ff;
  --stonegrey-1200-p: #000;
  --stonegrey-1100-p: #33415c;
  --stonegrey-1000: #4a5878;
  --stonegrey-900-p: #616e90;
  --stonegrey-800-p: #808da5;
  --stonegrey-700-p: #99a4b7;
  --stonegrey-700-p-overlay: #99a4b7cc;
  --stonegrey-600-p: #b3bbc9;
  --stonegrey-500-p: #ccd1db;
  --stonegrey-500-p-border: rgba(204, 209, 219, 0.5);
  --stonegrey-400: #dde1e7;
  --stonegrey-300: #e6e8ed;
  --stonegrey-200: #eeeff2;
  --stonegrey-100: #f4f5f6;
  --grapefruit-1200: rgba(255, 255, 255, 0);
  --grapefruit-1100: rgba(255, 255, 255, 0);
  --grapefruit-1000-p: #c20800;
  --grapefruit-900: #eb4f3e;
  --grapefruit-900-p: #e8281e;
  --grapefruit-800-p: #ff412c;
  --grapefruit-700-p: #ff6756;
  --grapefruit-600-p: #ff8d80;
  --grapefruit-600: rgba(255, 211, 217, 0.7);
  --grapefruit-500: rgba(255, 255, 255, 0);
  --grapefruit-400: rgba(255, 255, 255, 0);
  --grapefruit-300: rgba(255, 255, 255, 0);
  --grapefruit-200: rgba(255, 255, 255, 0);
  --grapefruit-100: rgba(255, 255, 255, 0);
  --avocado-1000-p: #006b46;
  --avocado-800-p: #149678;
  --avocado-600-p: #31caa8;
  --avocado-500-p: #5ad5b9;
  --avocado-400-p: #83dfcb;
  --avocado-1200: rgba(255, 255, 255, 0);
  --avocado-1100: rgba(255, 255, 255, 0);
  --avocado-900: rgba(255, 255, 255, 0);
  --avocado-700: rgba(255, 255, 255, 0);
  --avocado-300: rgba(255, 255, 255, 0);
  --avocado-200: rgba(255, 255, 255, 0);
  --avocado-100: rgba(255, 255, 255, 0);
  --plum-1200: rgba(255, 255, 255, 0);
  --plum-1100: rgba(255, 255, 255, 0.02);
  --plum-500: rgba(255, 255, 255, 0);
  --plum-400: rgba(255, 255, 255, 0);
  --plum-300: rgba(255, 255, 255, 0);
  --plum-200: rgba(255, 255, 255, 0);
  --plum-100: rgba(255, 255, 255, 0);
  --pomegranate-1200: rgba(255, 255, 255, 0);
  --pomegranate-1100: rgba(255, 255, 255, 0);
  --pomegranate-800: rgba(255, 255, 255, 0);
  --pomegranate-400: rgba(255, 255, 255, 0);
  --pomegranate-300: rgba(255, 255, 255, 0);
  --pomegranate-200: rgba(255, 255, 255, 0);
  --pomegranate-100: rgba(255, 255, 255, 0);
  --plum-1000-p: #6600ab;
  --plum-900-p: #8001d8;
  --plum-800-p: #9f29ff;
  --plum-700-p: #b254ff;
  --plum-600-p: #c57fff;
  --pomegranate-1000-p: #a50115;
  --pomegranate-900-p: #cd0e28;
  --pomegranate-700-p: #ff2380;
  --pomegranate-600-p: #ff4f99;
  --pomegranate-500-p: #ff7bb3;

  --error-text: var(--grapefruit-800-p);
  --error-border: var(--grapefruit-900);
  --error-background: var(--grapefruit-600);

  --brand-gradient: linear-gradient(
    160deg,
    rgba(96, 151, 219, 1) 0%,
    rgba(152, 119, 210, 1) 9%,
    rgba(201, 98, 202, 1) 23%,
    rgba(247, 61, 145, 1) 53%,
    rgba(254, 77, 54, 1) 74%,
    rgba(236, 44, 91, 1) 89%,
    rgba(212, 23, 135, 1) 95%
  );
}
