:root {
  --text_b: #000;
  --text_w: #fff;
  --backround: #076218;
  --footer: #164b06;
  --article: #164b06;
  --header: #164b06;
  --button: #277d0d;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}

body {
  background-color: var(--backround);
}

/*------------------Schritfarten local einbinden------------------*/
@font-face {
  font-display: swap;
  font-family: "Birthstone-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/Schriftarten/Birthstone/Birthstone-Regular.ttf") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/Schriftarten/roboto-v48-latin/roboto-v48-latin-regular.woff2")
    format("woff2");
}
