@media only screen and (max-width: 600px) {
  :root {

  }
}

h1, .h1 {
  font-family: var(--h1-font-family);
  font-weight: var(--h1-font-weight);
  font-size: var(--h1-font-size);
  line-height: var(--h1-font-line-height);
  color: var(--h1-font-color);
  margin: var(--h1-font-margin);
}

h2, .h2 {
  font-family: var(--h2-font-family);
  font-weight: var(--h2-font-weight);
  font-size: var(--h2-font-size);
  line-height: var(--h2-font-line-height);
  color: var(--h2-font-color);
  margin: var(--h2-font-margin);
}

h3, .h3 {
  font-family: var(--h3-font-family);
  font-weight: var(--h3-font-weight);
  font-size: var(--h3-font-size);
  line-height: var(--h3-font-line-height);
  color: var(--h3-font-color);
  margin: var(--h3-font-margin);
}

h4, .h4 {
  font-family: var(--h4-font-family);
  font-weight: var(--h4-font-weight);
  font-size: var(--h4-font-size);
  line-height: var(--h4-font-line-height);
  color: var(--h4-font-color);
  margin: var(--h4-font-margin);
}

.intro {
  font-family: var(--intro-font-family);
  font-weight: var(--intro-font-weight);
  font-size: var(--intro-font-size);
  line-height: var(--intro-font-line-height);
  color: var(--intro-font-color);
}

caption, .caption {
  font-family: var(--caption-font-family);
  font-weight: var(--caption-font-weight);
  font-size: var(--caption-font-size);
  line-height: var(--caption-font-line-height);
  color: var(--caption-font-color);
}

small, .small {
  font-family: var(--small-font-family);
  font-weight: var(--small-font-weight);
  font-size: var(--small-font-size);
  line-height: var(--small-font-line-height);
  color: var(--small-font-color);
}

blockquote, .quote {
  font-family: var(--quote-font-family);
  font-weight: var(--quote-font-weight);
  font-style: var(--quote-font-style);
  font-size: var(--quote-font-size);
  line-height: var(--quote-font-line-height);
  color: var(--quote-font-color);
}

body, p {
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  font-size: var(--body-font-size);
  line-height: var(--body-font-line-height);
  color: var(--body-font-color);
}
