:root {
  --mainColor: black;
  --errorColor: #f44336;
  --backgroundColor: white;
  --cardBackgroundColor: #adacb6;
  --baseTextColor: #343A40;
  --textEditorInputColor: transparent;
  --BaseColor: #343A40;
  --HyperLinkColor: #090A0B;
  --infoSection: #e7edf9;
  --mainColorTransparent: rgba(0, 0, 0, 0.3);
  --logoFilter: unset;
  --logoWidth: 100%;
  --cardCornerRadius: 50px;
  --cardBorderColor: var(--BaseColor);
  }