:root {
  /* --white-color */
  --c1-txt: #ffffff;
  /* --title-color */
  --c2-txt: #373a36;
  /* --primary-color */
  --c3-txt: #38aa28;
  --c4-txt: #d9d8d5;
  --c5-txt: #e2fade;

  --paragraph-color: #566064;

  --c1-bg: #ffffff;
  --c1-bf: invert(100%) sepia(0%) saturate(0%) hue-rotate(198deg) brightness(107%) contrast(101%);

  /* --c2-bg: #373a36; */
  --c2-bg: #31006f;
  --c2-bf: invert(20%) sepia(10%) saturate(295%) hue-rotate(60deg) brightness(90%) contrast(87%);

  --c3-bg: #38aa28;
  --c3-bf: invert(68%) sepia(73%) saturate(3303%) hue-rotate(70deg) brightness(86%) contrast(78%);

  --f1-fnte: "AktivGrotesk", sans-serif;
  --f2-fnte: "Amaranth", sans-serif;

  --wm-med: 1370px;
}
