/* Typography */
h1,
h2,
h3 {
  color: var(--color-primary);
}

h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.content-item h2 {
  margin-bottom: 10px;
}

/* Links */
a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
