
/* h1: text-4xl font-bold */
h1 {
    font-size: 2.25rem !important; 
    line-height: 2.5rem !important;
    font-weight: 700 !important;
  }
  
  /* h2: text-3xl font-bold */
  h2 {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
    font-weight: 700 !important;
  }
  
  /* h3: text-2xl font-bold */
  h3 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    font-weight: 700 !important;
  }
  
  /* h4: text-xl font-bold */
  h4 {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    font-weight: 700 !important;
  }
  
  /* h5: text-lg font-bold */
  h5 {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    font-weight: 700 !important;
  }
  