/* /api/brand.css — generated for venue=churchill, brand=The Churchill */


:root,
html,
body {
  --bg: #07080A;
  --paper: #18160F;
  --paper-alt: #242118;
  --paper-alt-2: #1e1c15;
  --border: #313029;
  --border-subtle: #242118;
  --rule: #454035;
  --rule-subtle: #454035;
  --ink: #CEB59C;
  --ink-muted: #C9C1AE;
  --ink-dim: #8e8779;
  --body: #DBD6CB;
  --cta-bg: #584E3B;
  --cta-ink: #CEB59C;
  --accent: #d4af37;
  --ok: #9EABA0;
  --accept: #9EABA0;
  --warn: #B77543;
  --heading-family: Georgia, 'Times New Roman', serif;
  --body-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
:root[data-theme],
body[data-theme] {
  --bg: #07080A;
  --paper: #18160F;
  --paper-alt: #242118;
  --paper-alt-2: #1e1c15;
  --border: #313029;
  --border-subtle: #242118;
  --rule: #454035;
  --rule-subtle: #454035;
  --ink: #CEB59C;
  --ink-muted: #C9C1AE;
  --ink-dim: #8e8779;
  --body: #DBD6CB;
  --cta-bg: #584E3B;
  --cta-ink: #CEB59C;
  --accent: #d4af37;
  --ok: #9EABA0;
  --accept: #9EABA0;
  --warn: #B77543;
  --heading-family: Georgia, 'Times New Roman', serif;
  --body-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
body, body[data-theme] { background: var(--bg, #07080A); color: var(--body, #DBD6CB); font-family: var(--body-family); }
h1, h2, h3, h4, h5, h6, .heading { font-family: var(--heading-family); }
