*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: "le-havre", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #776E45;
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
}

address {
  font-style: normal;
}

.coming-soon {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 2rem 1.5rem;
  text-align: center;
}
.coming-soon__icon {
  width: min(398px, 90vw);
  height: 94px;
}
.coming-soon__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.coming-soon__logo {
  width: min(355px, 90vw);
  height: 55px;
}
.coming-soon__logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.coming-soon__label {
  font-size: 48px;
  font-weight: 300;
  font-family: "le-havre", sans-serif;
  font-style: normal;
  color: #d3cdbc;
}
.coming-soon__contact a {
  font-size: 24px;
  font-weight: 400;
  font-family: "le-havre", sans-serif;
  font-style: normal;
  color: #e7741b;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.coming-soon__contact a:hover, .coming-soon__contact a:focus-visible {
  opacity: 0.8;
}

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