/* =============================
   EBE Minimal Global Typography
   Scoped + !important
   ============================= */

/* Global font family */
.custom-css-styling body {
  font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Content wrapper */
.custom-css-styling .ebe-content,
.custom-css-styling .ebe-article {
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
}

/* Headings */
.custom-css-styling h1,
.custom-css-styling .ebe-h1 {
  font-size: 2.25rem !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  margin: 0 0 1rem 0 !important;
}

.custom-css-styling h2,
.custom-css-styling .ebe-h2 {
  font-size: 1.625rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 1.2rem 0 0.75rem 0 !important;
}

.custom-css-styling h3,
.custom-css-styling .ebe-h3 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  margin: 1rem 0 0.5rem 0 !important;
}

.custom-css-styling h4,
.custom-css-styling .ebe-h4 {
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin: 0.8rem 0 0.4rem 0 !important;
}

/* Paragraph spacing */
.custom-css-styling p {
  margin: 0 0 6px 0 !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}

/* Lists */
.custom-css-styling ul,
.custom-css-styling ol {
  margin: 0 0 6px 0 !important;
  padding-left: 1.25rem !important;
}

.custom-css-styling ul li,
.custom-css-styling ol li {
  margin: 6px 0 0 0 !important;
  line-height: 1.45 !important;
}

/* Content blocks */
.custom-css-styling .ebe-block {
  margin: 18px 0 !important;
}

.custom-css-styling .ebe-block--tight {
  margin: 8px 0 !important;
}

/* Responsive headings */
@media (max-width: 768px) {
  .custom-css-styling h1,
  .custom-css-styling .ebe-h1 {
    font-size: 1.75rem !important;
  }

  .custom-css-styling h2,
  .custom-css-styling .ebe-h2 {
    font-size: 1.375rem !important;
  }
}
