body.document-generator-page {
  /* Font and text settings */
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #111827;
  background-color: #ffffff;
}

body.document-generator-page h1, 
body.document-generator-page h2, 
body.document-generator-page h3 {
  font-weight: 700;
  line-height: 1.4;
}

body.document-generator-page p, 
body.document-generator-page label, 
body.document-generator-page textarea, 
body.document-generator-page input, 
body.document-generator-page button, 
body.document-generator-page a {
  font-weight: 500;
}
