@charset "utf-8";

/* Prashanti Forex — Default Color Theme */

:root {
	
	/* Deep Navy — Primary brand color */
  --main-color: rgb(11,61,99);
  --main-color-rgb:11,61,99;
  --accent-color: rgb(198,163,89);
  --accent-color-rgb:198,163,89;
	
}