
:root {
	--bs-primary: #582f68;
	--bs-primary-rgb: 88,47,107;
	--ck-primary-comp: #b548aa;
	--ck-primary-comp-rgb: 181,72,170;
	--bs-primary-bg-subtle: #eee5f1; /*background for alert-primary and others. (Opacity:10) */
	--bs-primary-text-emphasis: #3c2044; /*text color for alert-primary and others. (HSL:L-20) */
	--bs-primary-border-subtle: #BCACC3; /*border for alert-primary. (Opacity:40) */

	/*new colors*/
	--bs-primary: #4d1c45;
	--bs-primary-rgb: 77,28,69;
	--ck-primary-comp: #a93f9c;
	--ck-primary-comp-rgb: 169,63,156;
	--bs-primary-bg-subtle: #ebe7eb; /*background for alert-primary and others. (Opacity:10) */
	--bs-primary-border-subtle: #b1a2af; /*border for alert-primary. (Opacity:40) */
	--bs-primary-text-emphasis: #2d1129; /*text color for alert-primary and others. (HSL:L-20) */

	/*variable set*/
	--bs-link-color: var(--bs-primary);
	--bs-link-color-rgb: var(--bs-primary-rgb);
	--bs-link-hover-color:var(--ck-primary-comp);
	--bs-link-hover-color-rgb: var(--ck-primary-comp-rgb);
	--bs-nav-link-color:var(--bs-primary);
	--bs-nav-link-hover-color:var(--ck-primary-comp);

	--bs-body-font-family: 'Open Sans', Arial, sans-serif;
	--bs-body-font-weight:300;
}
