/* font */
.site-brand {
  font-family: "Copperplate CC";
  font-weight: 100;
}

.site-brand {
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.site-brand .site-title {
  font-size: 1em;
  text-transform: uppercase;
}
.site-brand .site-motto {
  font-size: 0.3333333333em;
  font-variant: small-caps;
}
.site-brand a {
  padding: 0;
  margin: 0;
}

@media all and (min-width: 40rem) {
  .site-title {
    font-size: 3em;
  }
}
/* layout */
.site-brand {
  display: inline-block;
  text-align: center;
  border: 0.125em solid;
}
.site-brand .site-title {
  display: block;
  padding-left: -0.125em;
  word-spacing: -0.25em;
  letter-spacing: 0.25em;
  white-space: nowrap;
}
.site-brand .site-title .word-1 {
  margin-right: -0.5em;
}
.site-brand .site-title .word-2 {
  padding-left: 0.125em;
}
.site-brand .site-motto {
  border-style: solid;
  border-width: 0.25em 0 0;
}

/* color */
.site-brand, .site-brand > * {
  border-color: black;
}
.site-brand {
  background: black;
}
.site-brand,
.site-brand .site-title {
  color: white;
}
.site-brand .site-motto,
.site-brand .site-title .word-2 {
  background: white;
  color: black;
}
