:root {
  --primary-color: #1b2fe7;
  --font-size: 16px;
  --secondary-color: #f8f8f8;
  --secondary-color-1: #fafafa;
  --secondary-color-3: #f4f5ff;
  --black-color: #202020;
  --white-color: #ffffff;
  --black-light: #777777;
  --font-family: "Inter", sans-serif;
  --text-color: #303030;
  --success-color: #3de968;
  --error-color: #e33e3e;
  --warning-color: #efcf2a;
  --dark-gray: #4d4d4d;
  --mid-gray: #1d1d1d;
  --light-gray: rgb(137, 137, 137);
  --text-dark: #000000 !important;
  --main-bg-color: radial-gradient(
    circle,
    rgba(168, 237, 223, 0.13) 0,
    rgba(166, 143, 248, 0.14) 50%
  ) !important;
}
