/* Global styles for the static site */
html, body {
  font-family: 'Cairo', system-ui, sans-serif;
}
/* Hide hero/slider container if it has no slides (for non-home pages we won't include slides) */
.no-hero #hero { display: none; }
/* Utility: constrained container on content pages */
.page-section { padding-top: 3rem; padding-bottom: 3rem; }
.page-title { font-weight: 800; font-size: 2rem; }
@media (min-width: 768px) {
  .page-title { font-size: 2.5rem; }
}
