:root {
  --primary-transparent-40: #e0a500;
  --primary-60: #c79200;
  --primary-50: #e0a500;
  --secondary-50: #302d79;
  --tertiary-50: #302d79;
  --warning-50: #FFD600;
  --success-50: #5ACC00;
  --error-50: #FF0000;
  --info-50: #1070FF;
  --light-gray-50: #68688e;
  --gray-50: #888888;
  --dark-gray-50: #3F3F44;
  --blue-gray-50: #0c3e60;
  --white-80: #D2D3D5;
  --white-100: #fff;
  --white-transparent-0: rgba(255, 255, 255, 0);
  --black-0: #000;
  --black-transparent-0: rgba(0, 0, 0, 50%);
  --background-light-40: #01294f;
  --background-light: #011c36;
  --background-default: #050a30;
  --background-dark: #050a30;
  --blur-40: rgba(9, 12, 21, 40%);
  --blur-50: rgba(9, 12, 21, 50%);
  --blur-60: rgba(9, 12, 21, 60%);
  --gradient-top-to-bottom-dark-blue-to-white-30: linear-gradient(180deg, rgba(19, 23, 35, 70%) 0%, rgba(19, 23, 35, 0) 100%);
  --gradient-bottom-to-top-dark-blue-to-white-100: linear-gradient(0deg, rgba(19, 23, 35, 100%) 2%, rgba(19, 23, 35, 0) 100%);
}