/*
 * Typography — Junto Media
 * Basis typografie-regels. Alle specifieke koppen/tekststijlen staan in style.css.
 */

body {
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.05;
}

a {
  color: inherit;
  text-decoration: none;
}
