:root {

	/* #ff6b61 in decimal RGB */
  --base-color: #3c67ff;
  --base-color-2: #8a0f3d;
  --base-color-3: #e53e29;
  --base-color-4: #ff3e55;
  --base-color-5: #22bfca;
  --base-color-6: #1b2650;
  --body-color: #666666;
  --color-white: #ffffff;
  --color-black: #000000;

  /* Fonts */
  --heading-1: 'Inter';
  --heading-2: 'Playfair Display';
  --body-font: 'Inter';
  --body-font-2: 'Roboto', sans-serif;
}
