body {
  font-family: var(--bd-font-body, "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
.elementor-heading-title {
  font-family: var(--bd-font-display, "Cormorant Garamond", Georgia, serif);
  font-weight: 500;
  letter-spacing: -0.025em;
}

h4,
h5,
h6 {
  font-family: var(--bd-font-body, "Manrope", sans-serif);
  font-weight: 600;
}

.bd-text-intro {
  font-size: clamp(1.125rem, 1rem + 0.45vw, 1.375rem);
  line-height: 1.55;
  max-width: var(--bd-content, 68ch);
}

.bd-eyebrow {
  font-family: var(--bd-font-body, "Manrope", sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}
