:root{
	--brand-color:rgb(255, 0, 0);
	--str-accent-color:rgb(255, 0, 0);
	--str-accent-color2:rgb(180, 6, 6);
	--str-accent-linear: linear-gradient(var(--str-accent-color),var(--str-accent-color2));
	--str-nav-color:#ddd;
	--str-nav-color-hover:#fff;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-success: #2fb380;
	--bs-info: #287bb5;
	--bs-warning: #f4bd61;
	--bs-danger: #da292e;
}