@font-face {
  font-family: "Soehne Book";
  src: url("/test-soehne-buch.woff2") format("woff2");
}
@font-face {
  font-family: "Soehne Breit Kraftig";
  src: url("/test-soehne-breit-kraftig.woff2") format("woff2");
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  color: white;
  background: rgba(235, 94, 74, 0.75);
}

* {
  margin: 0;
}

body {
  width: 100%;
  min-height: 100dvh;
  background: rgb(32, 30, 28);
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  overflow-wrap: break-word;
  font-family: "Soehne Book";
  font-size: 1rem;
  font-weight: 400;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

strong {
  font-weight: 500;
}

a {
  text-decoration: none;
  transition: all 200ms ease;
}

.wrapper {
  width: 100%;
  height: 100vh;
  background: rgb(32, 30, 28);
}

main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2em;
  padding: 2em;
}
main section.header h1 {
  font-size: 1.5rem;
  color: rgb(122, 113, 104);
}
main section.logo {
  display: flex;
}
main section.logo svg {
  width: 100%;
}
main section.tagline p {
  font-size: 1.5rem;
  text-align: right;
  color: rgb(122, 113, 104);
}

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