/* Theme design tokens. Shared component styles are registered in app/core/themes.py. */
:root {
  --footer-text: #f7f1e7;
  --footer-muted: #aaa59d;
  --footer-line: rgb(255 255 255 / 17%);
  --footer-surface: #171817;
  --header-height: 5.25rem;
  --content-width: 86rem;
  --display-tracking-compact: -.015em;
  --hero-text: #fff;
  --contact-panel-ink: #171a16;
  --hero-control-line: rgb(255 255 255 / 60%);
  --hero-control-hover: rgb(255 255 255 / 14%);
  --select-shadow-color: rgb(0 0 0 / 14%);
  --hero-overlay-start: rgb(0 0 0 / 25%);
  --hero-overlay-end: rgb(0 0 0 / 48%);
  --page-hero-overlay-end: rgb(0 0 0 / 52%);
  --mobile-header-height: 4.5rem;
  color-scheme: light;
  --page: #f1e8d8;
  --surface: #fbf6ec;
  --surface-strong: #e4d6bd;
  --ink: #252c25;
  --muted: #635e52;
  --line: #d2c6af;
  --brauhaus-dark: #1c3027;
  --brauhaus-light: #fff8e9;
  --brauhaus-brass: var(--theme-accent, #b68b45);
  --brauhaus-header-muted: #d9dece;
  --brauhaus-shadow: 0 1rem 2.5rem rgb(38 30 16 / 12%);
  --brauhaus-radius: .3rem;
  --reservation-surface: var(--theme-primary, #243d32);
  --reservation-surface-deep: var(--brauhaus-dark);
  --reservation-accent: var(--brauhaus-brass);
  --reservation-text: var(--brauhaus-light);
  --display-font: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --body-font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --display-tracking: -.035em;
  --paragraph-size: 1rem;
  --edge: clamp(1.25rem, 4vw, 5rem);
}
