:root {
  --font-body: 'Inter', sans-serif;
  --font-heading: 'Hedvig Letters Serif', serif;
}

/* Default text */
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: #111;
}

/* All titles */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 500;
}
