html, body {
  font-family: "futura-pt", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1f1f1f;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Merriweather, Georgia, "Times New Roman", serif;
  color: var(--primary-color);
  font-weight: 700;
}

h1:focus {
  outline: none;
}

a, .btn-link {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover, .btn-link:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}
