/* FONTS */
.almendra-regular { 
  font-family: "Almendra", serif;
  font-weight: 400;
  font-style: normal;
}
.almendra-bold {
  font-family: "Almendra", serif;
  font-weight: 700;
  font-style: normal;
}
.almendra-regular-italic {
  font-family: "Almendra", serif;
  font-weight: 400;
  font-style: italic;
}
.almendra-bold-italic {
  font-family: "Almendra", serif;
  font-weight: 700;
  font-style: italic;
}
.grenze-thin {
  font-family: "Grenze", serif;
  font-weight: 100;
  font-style: normal;
}
.grenze-extralight {
  font-family: "Grenze", serif;
  font-weight: 200;
  font-style: normal;
}
.grenze-light {
  font-family: "Grenze", serif;
  font-weight: 300;
  font-style: normal;
}
.grenze-regular {
  font-family: "Grenze", serif;
  font-weight: 400;
  font-style: normal;
}
.grenze-medium {
  font-family: "Grenze", serif;
  font-weight: 500;
  font-style: normal;
}
.grenze-semibold {
  font-family: "Grenze", serif;
  font-weight: 600;
  font-style: normal;
}
.grenze-bold {
  font-family: "Grenze", serif;
  font-weight: 700;
  font-style: normal;
}
.grenze-extrabold {
  font-family: "Grenze", serif;
  font-weight: 800;
  font-style: normal;
}
.grenze-black {
  font-family: "Grenze", serif;
  font-weight: 900;
  font-style: normal;
}
.grenze-thin-italic {
  font-family: "Grenze", serif;
  font-weight: 100;
  font-style: italic;
}
.grenze-extralight-italic {
  font-family: "Grenze", serif;
  font-weight: 200;
  font-style: italic;
}
.grenze-light-italic {
  font-family: "Grenze", serif;
  font-weight: 300;
  font-style: italic;
}
.grenze-regular-italic {
  font-family: "Grenze", serif;
  font-weight: 400;
  font-style: italic;
}
.grenze-medium-italic {
  font-family: "Grenze", serif;
  font-weight: 500;
  font-style: italic;
}
.grenze-semibold-italic {
  font-family: "Grenze", serif;
  font-weight: 600;
  font-style: italic;
}
.grenze-bold-italic {
  font-family: "Grenze", serif;
  font-weight: 700;
  font-style: italic;
}
.grenze-extrabold-italic {
  font-family: "Grenze", serif;
  font-weight: 800;
  font-style: italic;
}
.grenze-black-italic {
  font-family: "Grenze", serif;
  font-weight: 900;
  font-style: italic;
}
h1 {
  font-family: "Almendra", serif;
  font-weight: 700;
  font-style: italic, bold;
}
h2 {
  font-family: "Almendra", serif;
  font-weight: 400;
  font-style: italic;
}
/* Layout */
body {
  background-image: url(magic.jpeg);
  justify-content: center;
  text-align: center;
  display: grid;
  
}
  p {
  font-family: "Almendra", serif;
  font-weight: 400;
  font-style: italic;
/* Layout */
.tst-div1 { 
}