:root {
  --font-body: "avenir-next-lt-pro";
  --font-heading: "avenir-next-lt-pro";
}

body {
    font-family: var(--font-body);
}

h1, .h1, .h1-large, .h1-xlarge,
h2, .h2,
h3, .h3, blockquote p,
blockquote span,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: var(--font-heading);
    font-weight: 500;
}