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

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* Discord purple button */
.button-gaming {
  --cnvs-btn-gaming-bg: #5865F2; /* Discord purple */
}

/* Header background and colors */
#header-wrap {
  --cnvs-header-bg: #5865F2; /* Discord purple */
  --cnvs-header-border-color: rgba(88, 101, 242, 0.5); /* semi-transparent purple border */
  --cnvs-primary-menu-color: #ffffff; /* white menu text */
  --cnvs-primary-menu-hover-color: #dcdfff; /* light hover text */
  --cnvs-header-misc-icons-color: #ffffff; /* white icons */
}

	

