/* Generated by the Entheo local site editor. */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");
:root {
  --ivory: #f4f2ed;
  --ink: #302c2a;
  --ink-soft: color-mix(in srgb, #302c2a 84%, white);
  --gold: #bd8e2d;
  --gold-deep: color-mix(in srgb, #bd8e2d 78%, black);
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
}
html { font-size: 100%; }
body { font-size: 19px; }
@media (max-width: 760px) {
  body { font-size: 18px; }
}
