/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* Red Ops — Brand Color Override */
:root {
  --cnvs-themecolor:     #e51b24;
  --cnvs-themecolor-rgb: 229, 27, 36;
  --bs-link-color:       #e51b24;
  --bs-link-color-rgb:   229, 27, 36;
  --bs-link-hover-color: #b81520;
}
