/* stylelint-disable */
@font-face {
  font-family: "Faktum";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/FaktumRegular.woff2") format("woff2"), url("assets/fonts/FaktumRegular.woff") format("woff");
}
@font-face {
  font-family: "Faktum";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/FaktumBold.woff2") format("woff2"), url("assets/fonts/FaktumBold.woff") format("woff");
}
/* stylelint-enable */
/** Font weights */
/** Colors */
/** Mediaquery breakpoints */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Faktum", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.19;
  color: #705C3F;
  margin: 0;
  padding: 0 2%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #C9B690;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.container {
  max-width: 134.8rem;
  width: 94%;
  margin: 0 auto;
}

h1 {
  font-family: "Faktum", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}

p {
  margin: 0;
  line-height: 1.5;
}

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

a {
  color: #705C3F;
  outline: none;
  transition: 0.25s ease color;
  display: inline-block;
  text-decoration: none;
}
a:hover {
  color: black;
}

.header {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 60em) {
  .header {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 30em) {
  .header {
    margin-bottom: 1.5rem;
  }
}
.header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__brand {
  display: block;
}
.header__brand-image {
  width: 60rem;
}

.page__inner {
  display: flex;
  justify-content: center;
}
.page__content {
  text-align: center;
  max-width: 60rem;
  width: 100%;
}
.page__title {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 60em) {
  .page__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 30em) {
  .page__title {
    font-size: 1.9rem;
  }
}
.page__tagline {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 3rem;
  line-height: 1.4;
}
.page__notice {
  font-size: 1.6rem;
  margin-bottom: 8rem;
  line-height: 1.5;
  opacity: 1;
  background-color: white;
  padding: 1.5rem 2rem;
  display: inline-block;
}
.page__contact {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
}
@media screen and (max-width: 30em) {
  .page__contact {
    flex-flow: column wrap;
    gap: 1.5rem;
  }
}
.page__contact-link {
  font-size: 1.8rem;
  text-decoration: none;
  color: #705C3F;
  transition: 0.25s ease color;
  display: inline-block;
}
.page__contact-link:hover {
  color: black;
}

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