/* Default Text color */
:root {
  --main-text-color: rgb(63,81,181);
  --main-text-color-50: rgba(63,81,181, 0.5);
  --main-text-color-26: rgba(63,81,181, 0.26);
}
