/* The colours of this business: the sand scheme. Generated by
   services/palette.py; the shared colours of light and dark are in the
   stylesheets themselves. */
:root,
:root[data-theme="warm"] {
  --brand: #33261c;
  --brand-2: #483629;
  --on-brand: #fdf8f1;
  --on-brand-muted: #cbb9a3;
  --primary: #33261c;
  --primary-hover: #483629;
  --on-primary: #fdf8f1;
  --accent: #e0912f;
  --accent-strong: #ca7b1a;
  --accent-ink: #9a5a10;
  --on-accent: #2d2219;
  --focus: #a35f10;
  --backdrop: #c4b090;
  --backdrop-end: #a78e74;
  --brand-rgb: 51 38 28;
  --on-brand-rgb: 253 248 241;
  --c-brand: #33261c;
  --c-brand-2: #483629;
  --c-on-brand: #fdf8f1;
  --c-on-brand-muted: #cbb9a3;
  --c-primary: #33261c;
  --c-primary-hover: #483629;
  --c-on-primary: #fdf8f1;
  --c-accent: #e0912f;
  --c-accent-strong: #ca7b1a;
  --c-accent-ink: #9a5a10;
  --c-on-accent: #2d2219;
  --c-focus: #a35f10;
  --c-backdrop: #c4b090;
  --c-backdrop-end: #a78e74;
}

:root[data-theme="dark"] {
  --brand: #261e17;
  --brand-2: #372b21;
  --on-brand: #f7efe3;
  --on-brand-muted: #b0a08c;
  --primary: #eda344;
  --primary-hover: #f7bc6c;
  --on-primary: #1c1611;
  --accent: #eda344;
  --accent-strong: #f7bc6c;
  --accent-ink: #eda344;
  --on-accent: #1c1611;
  --focus: #eda344;
  --backdrop: #0b0804;
  --backdrop-end: #050302;
  --brand-rgb: 38 30 23;
  --on-brand-rgb: 247 239 227;
  --c-brand: #261e17;
  --c-brand-2: #372b21;
  --c-on-brand: #f7efe3;
  --c-on-brand-muted: #b0a08c;
  --c-primary: #eda344;
  --c-primary-hover: #f7bc6c;
  --c-on-primary: #1c1611;
  --c-accent: #eda344;
  --c-accent-strong: #f7bc6c;
  --c-accent-ink: #eda344;
  --c-on-accent: #1c1611;
  --c-focus: #eda344;
  --c-backdrop: #0b0804;
  --c-backdrop-end: #050302;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --brand: #261e17;
    --brand-2: #372b21;
    --on-brand: #f7efe3;
    --on-brand-muted: #b0a08c;
    --primary: #eda344;
    --primary-hover: #f7bc6c;
    --on-primary: #1c1611;
    --accent: #eda344;
    --accent-strong: #f7bc6c;
    --accent-ink: #eda344;
    --on-accent: #1c1611;
    --focus: #eda344;
    --backdrop: #0b0804;
    --backdrop-end: #050302;
    --brand-rgb: 38 30 23;
    --on-brand-rgb: 247 239 227;
    --c-brand: #261e17;
    --c-brand-2: #372b21;
    --c-on-brand: #f7efe3;
    --c-on-brand-muted: #b0a08c;
    --c-primary: #eda344;
    --c-primary-hover: #f7bc6c;
    --c-on-primary: #1c1611;
    --c-accent: #eda344;
    --c-accent-strong: #f7bc6c;
    --c-accent-ink: #eda344;
    --c-on-accent: #1c1611;
    --c-focus: #eda344;
    --c-backdrop: #0b0804;
    --c-backdrop-end: #050302;
  }
}

/* The shape of this business's pages: full. Generated by
   services/shape.py. */
:root {
  --sheet-gap: 0px;
  --sheet-radius: 0px;
  --sheet-inset: 0px;
  --sheet-block-radius: 0px;
  --sheet-max: none;
  --c-sheet-gap: 0px;
  --c-sheet-radius: 0px;
  --c-sheet-inset: 0px;
  --c-sheet-block-radius: 0px;
  --c-sheet-max: none;
  --sheet-ground: var(--page);
  --c-sheet-ground: var(--c-page);
  --sheet-lift: none;
  --c-sheet-lift: none;
}
