html {
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans 3", sans-serif;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1)),
    radial-gradient(circle at top, rgba(16, 185, 129, 0.08), transparent 30%);
}

.prose a {
  color: #047857;
  text-decoration: none;
  font-weight: 600;
}

.prose a:hover {
  color: #065f46;
}

.prose blockquote {
  border-left-color: #047857;
  font-style: italic;
}

.prose h2,
.prose h3,
.prose h4 {
  font-family: "Cormorant Garamond", serif;
}
