/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

[class~="bg-c1"] {
	background-color: #16173c !important;
}
[class~="color"] {
	color: #f8b700 !important;
  }

  #logo a {
	font-family: "Semplicita Pro",sans-serif !important;
  }

  .dark #logo a {
	padding: 5px;
  }
  :root {
	--font-accent: "Semplicita Pro", sans-serif;
  }
  [class~="gamefont"],
[class~="gamefont-lg"],
[class~="gamefont-xl"] {
  font-family: "Semplicita Pro", sans-serif;
}
[class~="dark"] h1,
[class~="dark"] h3,
[class~="dark"] h2 {
  font-family: "Semplicita Pro", sans-serif;
}
