/* Importação das Fontes: Merriweather (Serif) e Open Sans (Sans-Serif) */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* ============================================
   Typography Foundation - IBIJS
   Clareza, seriedade e acolhimento
   Headings: Merriweather (serif)
   Body/UI:  Open Sans (sans-serif)
   ============================================ */

body {
  font-family:
    "Open Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* === Hierarquia de Títulos (Merriweather) === */

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.section-title,
.footer-title {
  font-family: "Merriweather", Georgia, "Times New Roman", serif;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

h2 {
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

h3 {
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  font-weight: 700;
  line-height: 1.35;
}

h5 {
  font-weight: 600;
  line-height: 1.4;
}

h6 {
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

/* === Texto Corrido (Open Sans) === */

p {
  line-height: 1.8;
  /* Aumentado levemente para favorecer a Open Sans em blocos densos */
  margin-bottom: 1.5rem;
}

/* === Navegação & Elementos de Interface (Open Sans) === */

.nav-moderno,
.nav-link,
.nav-menu,
.nav-actions,
button,
.btn,
.btn-login,
.btn-portal,
input,
select,
textarea,
.form-label,
.form-control,
.form-select {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.hero-subtitle,
.section-subtitle,
.service-description {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.7;
}

blockquote,
.verse-text,
.reading-text {
  font-family: "Merriweather", serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.8;
  padding-left: 1.5rem;
}

.badge,
.tag,
.price,
small,
.text-muted {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
}

footer,
.footer-moderno {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
}

.footer-title {
  font-family: "Merriweather", serif;
  font-weight: 700;
}

.document-description,
.document-title,
.transparency-intro p,
.jornada-texto,
.estatuto-text,
.privacy-content p,
.terms-content p {
  font-family: "Open Sans", sans-serif;
  line-height: 1.8;
}
