@font-face {
  font-family: "Industry";
  src: url("/slotbericht/assets/Industry-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Industry";
  src: url("/slotbericht/assets/Industry-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
html {
  background-color: white;
  font-size: 100%;
}

body {
  background-color: white;
  color: #212529;
  font-family: Industry, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

main {
  background-color: #eeeae2;
  background-image: url("blaadje.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  flex-grow: 1;
  padding-bottom: 1.5rem;
}

.wrapper {
  margin: 0 auto;
  max-width: 768px;
  padding: 0 1.5rem;
}

.brand {
  max-width: 100%;
  max-height: 3rem;
  height: 100%;
  width: auto;
  margin-top: 1.5rem;
}

img {
  vertical-align: middle;
  display: block;
}

article {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
article h1 {
  font-size: 2.125rem;
  font-weight: 700;
  margin: 0;
}
article p {
  font-size: 1rem;
  margin: 0 0 1rem 0;
}
article p::first-letter {
  font-size: 1rem;
}
article img {
  aspect-ratio: 16/9;
  object-fit: cover;
  height: auto;
  margin: 0 -1.5rem;
  width: calc(100% + 3rem);
}

/*# sourceMappingURL=app.css.map */
