@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&family=Fraunces:opsz,wght@9..144,560;9..144,700&display=swap");
:root {
  --bg: #f6f1e7;
  --ink: #1a140c;
  --header: #16130e;
  --header-ink: #f3ead7;
  --accent: #c6a15b;
  --cta: #1a140c;
  --cta-ink: #f6f1e7;
  --card: #fffaf2;
  --line: #e4d8c4;
  --mute: #6f6254;
  --font: "Source Sans 3", system-ui, sans-serif;
  --display: "Fraunces", "Source Sans 3", system-ui, sans-serif;
  --radius: 0px;
  --logo-h: 42px;
  --scheme: light;
}
.brand-grandleon .page-head h1{font-weight:560}.brand-grandleon .cta-bar{background:var(--accent);color:#1a140c}
