body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  margin: 0;
}

/* Apply Poppins to headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

h1, h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

header {
  padding: 5rem 1rem;
  text-align: center;
}

/* Ensure header nav links match the white text inside Cayman's banner */
.page-header a,
.page-header a:visited {
  color: #fff !important;
  text-decoration: none;
  font-weight: 600;
}

.page-header a:hover,
.page-header a:focus {
  text-decoration: underline;
  color: #fff !important;
}


img.project-screenshot {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin: 1rem 0;
}

figure {
  text-align: center;
  margin: 1.5rem 0;
}

figure img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

figcaption {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.5rem;
  font-style: italic;
}

.site-footer {
  max-width: 64rem;
  margin: 0 auto;
  padding: 1rem 2rem;
  text-align: center;
  display: block;
}