:root {
	--cc-btn-primary-bg: #4d5ce5;
	--cc-btn-primary-hover-bg: #4d5ce5;
	--cc-overlay-bg: #000000;
	--cc-overlay-opacity: 0.95;
}

.cc_div {
	
	.cc-link {
		border-bottom: none;
		font-weight: normal;
		text-decoration: underline;

		&:hover {
			text-decoration: underline;
		}
	}

	.p {
		font-weight: inherit;
	}
}