/* Global */
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #111;
  background-color: #fff;
  scroll-behavior: smooth;
}

.section {
  padding: 100px 0;
}

.section-alt {
  background-color: #f7f7f7;
}

/* Hero */
.hero {
  min-height: 100vh;
  background-color: #000;
  color: #fff;
}

.logo {
  max-width: 160px;
}

/* Images */
.section-image {
  border-radius: 8px;
  filter: grayscale(100%);
}

/* Buttons */
.btn-outline-light {
  border-width: 2px;
}

/* Headings */
h1, h2 {
  font-weight: 600;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .section {
    padding: 70px 0;
  }
}
