
h1 {
    font-size: 2.25rem;
    font-weight: 700;
  }
  

  h2 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  

  p {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 1rem;
  }
  

  strong {
    font-weight: bold;
  }
  
  em {
    font-style: italic;
  }
  
  pre {
    font-family: 'Courier New', monospace;
    background-color: #1f2937;
    color: #f9fafb;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
  }
  