// MAIARND Font einbinden
@font-face {
  font-family: "Maiandra";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/MAIAN.TTF) format("truetype");
}

body{
  color: 575757;
}

// Toggler Menue
.custom-toggler.navbar-toggler {
  border-color: lightgreen;
}

/* Setting the stroke to green using rgb values (0, 128, 0) */

/*
.navbar-dark-color{
  rgba($white, .9);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='#{$navbar-dark-color}' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
*/
