@import url(preflight.css);
@import url(fonts.css);
@import url(custom.css);
@import url(cookiebot.css);

html {
  font-family: "LorettaDisplay", sans-serif;
  background: #fff;
  color: #696768;
}

.debug {
  border: 2px solid red;
}

.typo {
}

.typo p {
  font-size: 1rem;
  line-height: 1.7rem;
  margin-bottom: 1rem;
}

.attributes dl {
  /* display: flex; */
  padding: 0.5rem 0rem;
}

.attributes dt {
  /* font-weight: bold; */
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.7rem;
  vertical-align: middle;
  margin-bottom: 0.25rem;
}

.attributes dd {
  font-weight: bolder;
  flex-grow: 1;
  text-align: left;
}

#main {
  display: flex;
  /* flex-direction: row-reverse; */
}

#message {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #777;
  color: #fff;
}

#details {
  width: 34%;
  box-sizing: border-box;
  padding: 2rem 1rem 2rem 3rem;
}

#details h1 {
  font-weight: 100;
  font-style: normal;
  color: #99a;

  font-size: 4rem;
  line-height: 5rem;
  margin-bottom: 2rem;
  padding-right: 2rem;
}

#details > .typo {
  margin-bottom: 2rem;
  padding-right: 2rem;
}

#details .attributes dl {
  padding-right: 2rem;
}

#details .attributes dt {
  color: #99a;
}

#photos {
  width: 66%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

#photos img {
  width: 100%;
}
