:root {
  --primary-color: #2371d8;
  --primary-color-rgb: 10, 89, 192;
  --secondary-color: #6aa8fa;
  --secondary-color-rgb: 106, 121, 250;
  --tertiary-color: #1546e6;
  --tertiary-color-rgb: rgb(21, 77, 230);

  /* body colors */

  --bg-dark-1: #00070e;
  --bg-dark-2: #00060a;
  --dark-body-font-color: #e3f1ff;

  /* other text color */
  --gradient-text: 90deg, #d7e7ff 0%, #ffffff 75%;

  /* main text color */

  --main-text-color: linear-gradient(0deg, rgb(109, 189, 255) 0%, rgba(255,255,255,1) 100%);
}