body {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: normal;
  background-color: var(--color-gray);
}

.bgw {
	background-color: #ffffff;
}

.bgb {
	background-color: #000 !important;
}

.mapucegreen {
	background-color: #8db4ab;
}

.cover {
	background-size: cover !important;
}

.bkpy {
	background-position-y:40% !important;
}

/*
.mapucegreen.active {
	background-color: #C4DBCF;
}
*/


:root {
  /* fonts */
  --font-forum: Forum;
  --font-sawarabi-gothic: "Sawarabi Gothic";
  --font-arsenal: Arsenal;
  --font-mulish: Mulish;

  /* font sizes */
  --font-size-base: 0.8rem;

  /* Colors */
/*   --color-gray: #201c11; */
  --color-gray: #0C0F0E;
/*   --color-lightgray: #40594E; */
  --color-lightgray: #486156;

  /* Gaps */
  --gap-209xl: 228px;
  --gap-195xl: 214px;
  --gap-xl: 20px;
  --gap-137xl: 156px;

  /* Paddings */
  --padding-xl: 20px;
}