body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto;
}

.card {
  border: none;
  border-radius: 12px;
}

.card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

.navbar-brand {
  letter-spacing: 1px;
}

section h1, section h2 {
  letter-spacing: 0.5px;
}
