:root {
  --custom-background-color: #f5f7f9;
  --custom-background-secondary-color-rgb: 255, 255, 255;
  --custom-background-secondary-color: #ffffff;
  --custom-border-radius: 8px;
  --custom-card-border-radius: 8px;
  --custom-color-dark: #1b1e24;
  --custom-color-light: #e4e7ed;
  --custom-color-medium: #5d6879;
  --custom-color-outline: var(--custom-color-primary-dark);
  --custom-color-primary-contrast-rgb: 255, 255, 255;
  --custom-color-primary-contrast: #ffffff;
  --custom-color-primary-dark-contrast: #ffffff;
  --custom-color-primary-dark: #281a92;
  --custom-color-primary-light-contrast: #000000;
  --custom-color-primary-light: #e8e6f8;
  --custom-color-primary-rgb: 69, 52, 199;
  --custom-color-primary: #4534c7;
  --custom-color-text-secondary: #4d5463;
  --custom-font-family: 'Graphik', sans-serif;
  --custom-font-style: normal;
  --custom-font-weight: 500;
  --custom-item-background: var(--custom-background-secondary-color);
  --custom-text-color-rgb: 34, 37, 43;
  --custom-text-color: #22252b;
}
