:root {

	/* #ff6b61 in decimal RGB */
  --base-color: #3c67ff;
  --base-color-2: #8224E3;
  --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: 'Halant', serif;
  --heading-2: 'Halant', serif;
  --body-font: 'Halant', serif;
  --body-font-2: 'Halant', serif;
}
