:root {
  --primary-color: #4e67c0;
  --white-color: #fff;
  --text-sub-color: #e0e7ff;
  --text-desc-color: #f3f4fa;
  --btn-shadow: rgba(0, 0, 0, 0.1);
  --light-shadow: rgba(0, 0, 0, 0.15);
  --color-glow: #c2ccf7;
  --body-color: #5c707e;
  --secondary-color: #e67132;
  --title-color: #01225e;
  --theme-color: #15befd;
  --smoke-color: #dcf6ff;
  --icon-font: "Font Awesome 6 Pro";
  --border-color: #d6dfe1;
  --gray-color: #f8f8f8;
}

.text-second-color {
  color: var(--secondary-color);
}

.text-theme {
  color: var(--theme-color);
}

.text-title {
  color: var(--title-color);
}