/*
	Shared CSS for styling all collection content
*/
.ccl-widget {
	--width-feature: 1160px;
	--prox-reg: var(--proxima-nova-font);
	--prox-bold: var(--proxima-nova-bold-font);
	--futura-heavy: var(--futura-pt-bold-font);
	--futura-book: var(--futura-pt-font);
	--black: #3d3d3d;
	--blue: #0193ca;
	--white: #fff;
	--gutters: 0 15px;
}

.width-feature {
	max-width: 1155px;
	margin-left: auto;
	margin-right: auto;
}

.gray-bg {
	background-color: #f5f5f5;
}

.teal-bg {
	background-color: #007c87;
}

.black-font {
	color: #3d3d3d;
}

.teal-font {
	color: #007c87;
}