/* Nexa typography: Poppins (UI + body) + Playfair Display (all .title headlines) */

:root {
  --font-primary: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif;
  --font-secondary: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif;
}

.title {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif !important;
  letter-spacing: -0.02em;
}

.title strong {
  font-family: inherit;
}

/* Nexa header logo (PNG wordmark replaces SVG) */
#header .logo {
  display: inline-flex;
  align-items: center;
}

#header .logo img {
  display: block;
  height: clamp(26px, 3.6vw, 40px);
  width: auto;
  max-width: min(42vw, 200px);
  object-fit: contain;
}
