:root {
  --theme-color: #2f1b29 !important;
  --theme-color2: #EED26E;
  --title-color: #0D0D0C;
  --title-dark: #364440;
  --body-color: #6E7070;
  --smoke-color: #C0CDD1;
  --smoke-color2: #666666;
  --black-color: #000000;
  --black-color2: #1B1B1B;
  --black-color3: #1A1A1A;
  --gray-color: #DDE8DD;
  --gray-color2: #E5E4E9;
  --white-color: #ffffff;
  --light-color: #A4B5BA;
  --yellow-color: #E2B93B;
  --success-color: #27AE60;
  --error-color: #EB5757;
  --th-border-color: #CDCDCD;
  --th-border-color2: #E6E6E6;
  --title-font: "Outfit", sans-serif;
  --body-font: "Inter", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1296px;
  --container-gutters: 24px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --th-body-background: #ffffff;
}