/* Lovable visual font correction: removes the harsh cut-looking Bodoni variable rendering */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,800;1,400;1,500;1,600&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&display=swap');

html, body {
  overflow-x: hidden !important;
  background: oklch(0.96 0.025 85) !important;
}

body {
  font-family: "Fraunces", Georgia, serif !important;
  text-rendering: geometricPrecision !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

h1, h2, h3, .display,
header h1, nav, nav a, nav div {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
}

header h1.display,
header h1 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
  font-size: clamp(4.8rem, 8.9vw, 8rem) !important;
  max-width: 980px !important;
  overflow: visible !important;
  padding-bottom: 0.08em !important;
}

header h1.display span,
header h1 span {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  font-style: italic !important;
  letter-spacing: -0.045em !important;
}

nav .display,
nav a {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif !important;
}

@media (max-width: 767px) {
  header h1.display,
  header h1 {
    font-size: clamp(4rem, 19vw, 5.8rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.06em !important;
  }
}
