/**
 * Color Utilities
 * Background colors and other color-related styles
 */

/* ===== Background Color ===== */
.bg-black {
	background-color: #000000;
}

.bg-transparent {
	background-color: transparent;
}
