/*
Theme Name: CreamiKitchen
Version: 1.0.0
*/

.prose h1 {
  font-size: 2.25rem;
  line-height: 1.15;
  font-weight: 800;
  color: hsl(var(--foreground));
  margin-top: 0;
  margin-bottom: 1rem;
}

.prose h2 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.prose h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.prose h4 {
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 700;
  color: hsl(var(--foreground));
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.prose p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.prose ul,
.prose ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.prose a {
  color: hsl(var(--primary));
  text-decoration: none;
}

.prose a:hover {
  text-decoration: underline;
}

