/* Motiv: Písek & terakota — teplá zemitá, světlá. Overlay nad default/style.css */
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@400;600&family=Work+Sans:wght@300;400;500&display=swap');
:root{
  --bg:         #faf4ec;
  --surface:    #fffdf9;
  --border:     #ecdfcf;
  --text:       #2a1c12;
  --muted:      #9a8470;
  --accent:     #8a3b22;
  --accent2:    #c05a2e;
  --gold:       #d99a4e;
  --gold-light: #f6e6cf;
  --sold:       #8a6a52;
  --success:    #6b8f4a;
  --error:      #b23a2e;
  --font-serif: 'Spectral', Georgia, serif;
  --font-sans:  'Work Sans', system-ui, sans-serif;
  --shadow:     0 2px 16px rgba(138,59,34,.08);
  --shadow-lg:  0 10px 40px rgba(138,59,34,.16);
  --radius:     3px;
}
.badge-reserved{ background:#f6e6cf; color:#a06a1f; }
