/**
 * Font stacks — Solo laadt Roboto Condensed + Open Sans via library dependency.
 */
body {
  font-family: var(--rsv-font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-name-link,
.site-branding__name {
  font-family: var(--rsv-font-heading);
}
