/* Force Manrope fonts for all text elements */
* {
  font-family: var(--font-manrope), "Manrope", sans-serif !important;
}

/* Typography styles for HTML tags */
h1 {
  font-weight: 700 !important; /* font-bold */
  line-height: 1.1 !important; /* leading-tight */
}

h2 {
  font-weight: 600 !important; /* font-semibold */
  line-height: 1.375 !important; /* leading-snug */
}

h3 {
  font-weight: 600 !important; /* font-semibold */
  line-height: 1.375 !important; /* leading-snug */
}

h4 {
  font-size: 1.5rem !important; /* text-2xl */
  font-weight: 500 !important; /* font-medium */
  line-height: 1.375 !important; /* leading-snug */
}

h5 {
  font-size: 1.25rem !important; /* text-xl */
  font-weight: 500 !important; /* font-medium */
  line-height: 1.5 !important; /* leading-normal */
}

h6 {
  font-size: 1.125rem !important; /* text-lg */
  font-weight: 500 !important; /* font-medium */
  line-height: 1.5 !important; /* leading-normal */
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important; /* tracking-wide */
}

p {
  font-size: 1rem !important; /* text-base */
  font-weight: 400 !important; /* font-normal */
  line-height: 1.625 !important; /* leading-relaxed */
}

small {
  font-size: 0.875rem !important; /* text-sm */
  font-weight: 300 !important; /* font-light */
  line-height: 1.625 !important; /* leading-relaxed */
  color: #4b5563 !important; /* text-gray-600 */
}
