/* Typography imported from Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Staatliches&display=swap");

body {
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.6;
  max-width: 50rem;
  margin: 0 auto;
  padding: 2rem;
}

h1,
h2,
h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}

section {
  background: #f8f8f8;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
}

a {
  color: #2a5db0;
  text-decoration: none;
  transition: all 0.2s ease;
}

a:hover {
  color: #1a3a7a;
  text-decoration: underline;
}
