.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
:root {
  --dark-color: #504246;
  --mid-color: #9a896d;
  --light-color: #eecdb0;
  --highlight: #cccc78;
  --alt-color: #b19a85;
}
body,
* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background-color: var(--light-color);
  font-size: 100%;
  color: var(--dark-color);
}
h1 {
  font-size: 3em;
  font-weight: 200;
  line-height: 100%;
  margin-bottom: -0.3em;
}
h2 {
  font-size: 2em;
  line-height: 100%;
  font-weight: 100;
  letter-spacing: 0em;
}
h2.sub {
  margin-top: 0.8em;
}
h3 {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0em;
}
.container {
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
  padding: 2em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 100vh;
}
.wrapper {
  max-width: 50%;
  margin-top: 1em;
}
@media screen and (max-width: 992px) {
  .wrapper {
    max-width: 100%;
    margin-top: 1em;
  }
  h1 {
    font-size: 2em;
    font-weight: 400;
  }
  h2 {
    font-size: 1.4em;
    font-weight: 200;
  }
  h3 {
    font-size: 1.3em;
  }
  p.work-blurb {
    font-size: 0.9em;
  }
  h2.sub {
    font-size: 1.4em;
  }
  p {
    font-size: 100%;
    font-weight: 200;
  }
  p.about {
    font-weight: 200;
    font-size: 0.9em;
    margin-bottom: 2em;
  }
}

.about {
  margin: 1em 0;
  font-weight: 200;
  font-style: italic;
}
.work-blurb {
  margin: 1em 0;
  font-weight: 200;
}
.work-list {
  margin-top: 2em;
}
.work-list .work {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid var(--alt-color);
}
.block-title {
  color: var(--dark-color);
}
.tag-pill {
  display: inline-block;
  background-color: var(--highlight);
  display: inline-block;
  padding: 0.1em 0.5em;
  margin-bottom: 5px;
}
.mtop {
  margin-top: 2em;
}
.get-in-touch {
  background-color: var(--dark-color);
  color: var(--light-color);
  display: inline-block;
  padding: 1em 2em;
}
.get-in-touch a {
  background-color: transparent;
  color: var(--light-color);
  text-decoration: none;
}
