/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #f2bf18;
	--cnvs-themecolor-rgb: 242, 191, 24;
	--cnvs-body-font: 'Lato', sans-serif;
	--cnvs-primary-font: 'Playfair Display', serif;
	--cnvs-secondary-font: 'Nothing you could do';
}

.is-expanded-pagemenu #page-menu.dots-menu .page-menu-item > a {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(252, 239, 197);
  border-radius: var(--cnvs-page-dotsmenu-rounded);
  color: rgba(252, 239, 197 / 40%);
}