/**
 * Admin Core — tipografía estructural (color: inherit / currentColor).
 */
body {
  font-family: var(--font-main, 'Poppins', sans-serif);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 700;
  line-height: 1.25;
  color: inherit;
}

.saas-page-title,
.reportes-page-title {
  font-weight: 700;
  line-height: 1.25;
  color: inherit;
}

p {
  margin-top: 0;
}

small {
  font-size: 0.875em;
}
