body[data-theme="light"] {
  background-color: #f3f4f6;
  color: #0f172a;
}

.bento-card {
  border-radius: 1rem;
  border: 1px solid rgba(248, 250, 252, 0.12);
  padding: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(15, 23, 42, 0.78);
  backdrop-filter: blur(16px);
}

.hero-image {
  max-height: 360px;
}

html {
  scroll-behavior: smooth;
}
