:root {
  --primaryBg: #0e151e;
  --primaryLightBg: #161F2C;
  --primaryExtraLightBg: #354155;
  --bodyBg: #0D131C;
  --headerBg: #1a2533;
  --footerBg: var(--primaryLightBg);
  --cardBg: #1F2C3D;
  --lightBorderColor: rgba(155, 168, 195, 0.16);
  --actionBtnColor: #0da37f;
  --disabledBtnBg: #0f1217;
  --actionBtnTextColor: #f8f8f8;
  --input-dark-bg: #ebecec;
  --textMainColor: #01D676;
  --textMuted: #92acd2;
  --textLightColor: #d3d7de;
  --textSuperLight: #495973;
}
