/* Base reset */
body {
  margin: 2rem;
  font-family: "Barlow", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #011e2d;
  line-height: 1.6;
}

/* Headings */
h1, h2, h3, h4 {
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 1.5rem;
}

/* Navigation */
nav a {
  margin-right: 0.75rem;
  text-decoration: none;
  color: #011e2d;
}

nav a:hover {
  text-decoration: underline;
}

/* Optional: small refinement */
p {
  max-width: 65ch;
}
