:root {

	/* ===============================
	   Primary — Industrial Red
	================================ */
	--primary-color: #b11217;
	--primary-light: #e53935;
	--primary-dark: #7f0c10;
	--primary-100: #fdeaea;

	/* ===============================
	   Secondary — Steel / Corporate Blue-Grey
	================================ */
	--secondary-color: #37474f;
	--secondary-light: #78909c;
	--secondary-dark: #102027;
	--secondary-100: #eceff1;

	/* ===============================
	   Accent — Yellow (sparingly)
	================================ */
	--accent-color: #fbc02d;
	--accent-light: #fff176;
	--accent-dark: #c49000;

	/* ===============================
	   Status Colors
	================================ */
	--success-color: #2e7d32;
	--warning-color: #f9a825;
	--danger-color: #c62828;
	--info-color: #0288d1;

	/* ===============================
	   Backgrounds
	================================ */
	--bg-light: #ffffff;
	--bg-grey: #f4f4f4;
	--bg-dark: #1e1e1e;

	/* ===============================
	   Text Colors
	================================ */
	--text-logo: #b11217;
	--text-main: #1a1a1a;
	--text-light: #ffffff;
	--text-muted: #8e8e8e;
	--text-black: #000;
	--text-grey: #717171;

	/* ===============================
	   Borders & Shadows
	================================ */
	--border-color: #e0e0e0;
	--border-line: #e4e4e4;
	--border: #cdcdcd;
	--shadow-color: rgba(0, 0, 0, 0.15);

	/* ===============================
	   UI / Card / Shape
	================================ */
	--curve-radius: 0 50px 0 50px;
	--box-radius: 0;
	--hover-grey: #ededed;
	--logo-bg: #e9e9e9;
	--underline-color: #d3d3d3;

	/* ===============================
	   Utility Colors
	================================ */
	--light-grey: #454545;
	--dark-grey: #585858;
	--grey-bg: #efefef;
	--pink-bg: #ede5e7;
	--orange-color: #f5dbac;
	--red-color: #a31212;
	--cart-color: #c62828;

	/* ===============================
	   Special
	================================ */
	--search-bar: #282828;
	--card-gradient: linear-gradient(to bottom, #b11217 0%, #7f0c10 100%);
	--main-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
