@font-face {
  font-display: block;
  font-family: "Jura";
  font-style: normal;
  font-weight: 300 700;
  src: url("assets/fonts/jura-latin.woff2") format("woff2");
}

.brand-copy strong {
  color: #102e46;
  font-family: "Jura", sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 2rem);
  font-weight: 700;
  letter-spacing: .005em;
  line-height: 1.15;
  text-wrap: balance;
  white-space: normal;
}

.brand-copy small {
  color: #476779;
  font-family: "Jura", sans-serif;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .02em;
}

.site-footer > div strong,
.site-footer > div span {
  font-family: "Jura", sans-serif;
}

.site-footer > div strong {
  font-weight: 700;
  letter-spacing: .005em;
}

@media (max-width: 600px) {
  .brand-copy small { font-size: .62rem; }
}
