/* Generated from your settings in /admin/ — Theme tab. */
:root {
  --accent: #c26b54;
  --accent-hover: #a35a47;
  --gold: #b8944e;
  --bg: #fbf9f6;
  --text: #241c18;
  --font-display: "Cormorant Garamond", "Iowan Old Style", Palatino, Georgia, serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
[data-theme="dark"] {
  --accent: #c26b54;
  --gold: #b8944e;
}