:root {
	/* Primary Brand Color - The Harder Problem coral/red */
	--color-default: #e0394f;
	--rgb-default: 224, 57, 79;
	
	/* Extended Brand Palette */
	--color-primary: #e0394f;
	--color-primary-light: #f07285;
	--color-primary-dark: #c22b3f;
	
	/* Accent Colors */
	--color-blue: #3498db;
	--color-purple: #7c6a9a;
	--color-orange: #e8a833;
	--color-green: #2a9d8f;
	
	/* Button Hover Effect */
	--btn-hover-default: 0 0 0 5px rgba(var(--rgb-default), 0.25);
}

/* Background opacity utilities */
.bg-opacity-default {
	background: rgba(var(--rgb-default), 0.065);
}

.title-bg.bg-default {
	background: rgba(var(--rgb-default), 0.1);
}

/* Icon blob effect */
.icon-blob-default:after {
	color: rgba(var(--rgb-default), 0.3);
}
