.rounded-24 {
  border-radius: 24px !important;
}

.rounded-28 {
  border-radius: 28px !important;
}

.rounded-32 {
  border-radius: 32px !important;
}

.shadow-eh-soft {
  box-shadow: var(--eh-shadow-soft) !important;
}

.shadow-eh-card {
  box-shadow: var(--eh-shadow-card) !important;
}

.letter-tight {
  letter-spacing: -0.04em !important;
}

.min-h-240 {
  min-height: 240px !important;
}

.min-h-320 {
  min-height: 320px !important;
}

.cursor-pointer {
  cursor: pointer;
}
