body.is-regular {
  display: flex;
  flex-direction: column;
  background-color: rgb(250, 250, 249);
  height: 100vh;
  margin: 0;
}
body.is-regular [data-role=header],
body.is-regular [data-role=text] {
  font-family: "Frank Ruhl Libre";
}
body.is-regular header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 1rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
body.is-regular header [data-role=external-links] {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
body.is-regular header a {
  color: inherit;
  text-decoration: inherit;
}
body.is-regular main {
  display: flex;
  flex: 1 1 0%;
  flex-grow: 1;
  justify-content: center;
}
body.is-regular main .content {
  display: flex;
  max-width: 56rem;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  row-gap: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  flex-direction: row;
}
@media (min-width: 768px) {
  body.is-regular main .content {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  body.is-regular main .content {
    -moz-column-gap: 14rem;
         column-gap: 14rem;
  }
}
body.is-regular main .photo {
  display: flex;
  background-image: url("http://stephen.ovh/random.php");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border-radius: 0.375rem;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 16rem;
  width: 16rem;
  height: 16rem;
}
body.is-regular main .photo .photo-content {
  background-image: url("../assets/imgs/bw-transparent.png");
  display: block;
  height: 12rem;
  width: 12rem;
  border-radius: 0.375rem;
  background-size: cover;
  background-position: center;
}
body.is-regular main .text {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: justify;
}
body.is-regular main .text [data-role=text-title] {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}/*# sourceMappingURL=regular.css.map */