/* Importação: Playfair Display (Display/Títulos) e Lato (Corpo) */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

/* ============================================
   Typography Foundation - Studio Karoline Alves
   Elegância, sofisticação e leveza
   Headings: Playfair Display (serif)
   Body/UI:  Lato (sans-serif)
   ============================================ */

body {
  font-family:
    "Lato",
    -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 (Playfair Display) === */

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.section-title,
.footer-title {
  font-family: "Playfair Display", 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 (Lato) === */

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

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

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

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

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

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